next-icons-logoNext IconsAll Icons
export type IconProps = {
  size?: number | string;
  color?: string;
  className?: string;
} & React.SVGProps<SVGSVGElement>;

export const FireIcon = ({
  size = 24,
  color = "currentColor",
  className,
  ...props
}: IconProps) => (
  <svg
    xmlns="http://www.w3.org/2000/svg"
    viewBox="0 0 24 24"
    width={size}
    height={size}
    fill={color}
    className={className}
    {...props}
  >
      <path d="m17.55,7.17c-.29-.19-.65-.22-.97-.08-.31.14-.53.44-.58.78,0,.01-.08.57-.38,1.28-.06-.81-.27-1.69-.73-2.6-1.07-2.14-4.2-4.29-4.33-4.38-.31-.21-.71-.22-1.04-.04-.33.18-.53.54-.52.92,0,.02.02,1.83-2.48,4.33-2.3,2.3-3.52,4.81-3.52,7.26,0,3.48,2.46,7.36,6,7.36.38,0,.73-.21.89-.55s.13-.74-.09-1.05c-1.2-1.6-1.04-3.09-.55-4.21.7,3.56,2.84,5.81,5.75,5.81s6-1.96,6-7.5c0-4.98-3.31-7.24-3.45-7.33Zm-2.55,12.83c-2.39,0-4-2.61-4-6.5,0-.39-.23-.75-.59-.91-.13-.06-.27-.09-.41-.09-.24,0-.47.08-.66.25-1.28,1.12-2.99,3.64-2.3,6.49-1.23-1.02-2.05-2.9-2.05-4.59,0-1.9,1.02-3.93,2.94-5.85,1.59-1.59,2.36-2.99,2.73-4.03.91.76,1.99,1.78,2.44,2.69.72,1.43.71,2.87-.03,4.66-.16.39-.06.85.26,1.13.32.28.78.33,1.15.12,1.65-.93,2.53-2.36,3-3.49.71.9,1.51,2.42,1.51,4.62,0,5.1-3.06,5.5-4,5.5Z" />
  </svg>
);

Icon

Fire

Category

elements

Use case

Use this icon in navbar items, social link groups, profile actions, settings rows, and call-to-action buttons.

Size

48px

Color

#18181b

Related elements icons

AlarmBeerBoltBookBugCalenderClockCloud