fire from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
fire
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the fire icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M183.89 153.34a57.6 57.6 0 0 1-46.56 46.55a9 9 0 0 1-1.33.11a8 8 0 0 1-1.32-15.89c16.57-2.79 30.63-16.85 33.44-33.45a8 8 0 0 1 15.78 2.68ZM216 144a88 88 0 0 1-176 0c0-27.92 11-56.47 32.66-84.85a8 8 0 0 1 11.93-.89l24.12 23.41l22-60.41a8 8 0 0 1 12.63-3.41C165.21 36 216 84.55 216 144m-16 0c0-46.09-35.79-85.92-58.21-106.33l-22.27 61.07a8 8 0 0 1-13.09 3L80.06 76.16C64.09 99.21 56 122 56 144a72 72 0 0 0 144 0"/></svg>

React

import type { SVGProps } from "react";

export function PhFire(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M183.89 153.34a57.6 57.6 0 0 1-46.56 46.55a9 9 0 0 1-1.33.11a8 8 0 0 1-1.32-15.89c16.57-2.79 30.63-16.85 33.44-33.45a8 8 0 0 1 15.78 2.68ZM216 144a88 88 0 0 1-176 0c0-27.92 11-56.47 32.66-84.85a8 8 0 0 1 11.93-.89l24.12 23.41l22-60.41a8 8 0 0 1 12.63-3.41C165.21 36 216 84.55 216 144m-16 0c0-46.09-35.79-85.92-58.21-106.33l-22.27 61.07a8 8 0 0 1-13.09 3L80.06 76.16C64.09 99.21 56 122 56 144a72 72 0 0 0 144 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M183.89 153.34a57.6 57.6 0 0 1-46.56 46.55a9 9 0 0 1-1.33.11a8 8 0 0 1-1.32-15.89c16.57-2.79 30.63-16.85 33.44-33.45a8 8 0 0 1 15.78 2.68ZM216 144a88 88 0 0 1-176 0c0-27.92 11-56.47 32.66-84.85a8 8 0 0 1 11.93-.89l24.12 23.41l22-60.41a8 8 0 0 1 12.63-3.41C165.21 36 216 84.55 216 144m-16 0c0-46.09-35.79-85.92-58.21-106.33l-22.27 61.07a8 8 0 0 1-13.09 3L80.06 76.16C64.09 99.21 56 122 56 144a72 72 0 0 0 144 0"/></svg>
</template>

CSS

.icon-fire {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M183.89%20153.34a57.6%2057.6%200%200%201-46.56%2046.55a9%209%200%200%201-1.33.11a8%208%200%200%201-1.32-15.89c16.57-2.79%2030.63-16.85%2033.44-33.45a8%208%200%200%201%2015.78%202.68ZM216%20144a88%2088%200%200%201-176%200c0-27.92%2011-56.47%2032.66-84.85a8%208%200%200%201%2011.93-.89l24.12%2023.41l22-60.41a8%208%200%200%201%2012.63-3.41C165.21%2036%20216%2084.55%20216%20144m-16%200c0-46.09-35.79-85.92-58.21-106.33l-22.27%2061.07a8%208%200%200%201-13.09%203L80.06%2076.16C64.09%2099.21%2056%20122%2056%20144a72%2072%200%200%200%20144%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M183.89%20153.34a57.6%2057.6%200%200%201-46.56%2046.55a9%209%200%200%201-1.33.11a8%208%200%200%201-1.32-15.89c16.57-2.79%2030.63-16.85%2033.44-33.45a8%208%200%200%201%2015.78%202.68ZM216%20144a88%2088%200%200%201-176%200c0-27.92%2011-56.47%2032.66-84.85a8%208%200%200%201%2011.93-.89l24.12%2023.41l22-60.41a8%208%200%200%201%2012.63-3.41C165.21%2036%20216%2084.55%20216%20144m-16%200c0-46.09-35.79-85.92-58.21-106.33l-22.27%2061.07a8%208%200%200%201-13.09%203L80.06%2076.16C64.09%2099.21%2056%20122%2056%20144a72%2072%200%200%200%20144%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/fire.svg?color=%231a73e8&size=48