fire-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
fire-thin
Set
Phosphor
Style
Thin
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="M179.94 152.67a53.51 53.51 0 0 1-43.28 43.27a3.7 3.7 0 0 1-.66.06a4 4 0 0 1-.66-7.94c18.18-3.06 33.63-18.51 36.72-36.73a4 4 0 0 1 7.88 1.34M212 144a84 84 0 0 1-168 0c0-27 10.71-54.75 31.84-82.43a4 4 0 0 1 6-.44l28.55 27.7l24.15-66.2a4 4 0 0 1 6.31-1.71C162.22 38.69 212 86.24 212 144m-8 0c0-50.82-41.73-93.91-63.94-113.23l-24.3 66.6a4 4 0 0 1-6.55 1.5L79.5 70C61.25 95.07 52 119.93 52 144a76 76 0 0 0 152 0"/></svg>

React

import type { SVGProps } from "react";

export function PhFireThin(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="M179.94 152.67a53.51 53.51 0 0 1-43.28 43.27a3.7 3.7 0 0 1-.66.06a4 4 0 0 1-.66-7.94c18.18-3.06 33.63-18.51 36.72-36.73a4 4 0 0 1 7.88 1.34M212 144a84 84 0 0 1-168 0c0-27 10.71-54.75 31.84-82.43a4 4 0 0 1 6-.44l28.55 27.7l24.15-66.2a4 4 0 0 1 6.31-1.71C162.22 38.69 212 86.24 212 144m-8 0c0-50.82-41.73-93.91-63.94-113.23l-24.3 66.6a4 4 0 0 1-6.55 1.5L79.5 70C61.25 95.07 52 119.93 52 144a76 76 0 0 0 152 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="M179.94 152.67a53.51 53.51 0 0 1-43.28 43.27a3.7 3.7 0 0 1-.66.06a4 4 0 0 1-.66-7.94c18.18-3.06 33.63-18.51 36.72-36.73a4 4 0 0 1 7.88 1.34M212 144a84 84 0 0 1-168 0c0-27 10.71-54.75 31.84-82.43a4 4 0 0 1 6-.44l28.55 27.7l24.15-66.2a4 4 0 0 1 6.31-1.71C162.22 38.69 212 86.24 212 144m-8 0c0-50.82-41.73-93.91-63.94-113.23l-24.3 66.6a4 4 0 0 1-6.55 1.5L79.5 70C61.25 95.07 52 119.93 52 144a76 76 0 0 0 152 0"/></svg>
</template>

CSS

.icon-fire-thin {
  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%22M179.94%20152.67a53.51%2053.51%200%200%201-43.28%2043.27a3.7%203.7%200%200%201-.66.06a4%204%200%200%201-.66-7.94c18.18-3.06%2033.63-18.51%2036.72-36.73a4%204%200%200%201%207.88%201.34M212%20144a84%2084%200%200%201-168%200c0-27%2010.71-54.75%2031.84-82.43a4%204%200%200%201%206-.44l28.55%2027.7l24.15-66.2a4%204%200%200%201%206.31-1.71C162.22%2038.69%20212%2086.24%20212%20144m-8%200c0-50.82-41.73-93.91-63.94-113.23l-24.3%2066.6a4%204%200%200%201-6.55%201.5L79.5%2070C61.25%2095.07%2052%20119.93%2052%20144a76%2076%200%200%200%20152%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%22M179.94%20152.67a53.51%2053.51%200%200%201-43.28%2043.27a3.7%203.7%200%200%201-.66.06a4%204%200%200%201-.66-7.94c18.18-3.06%2033.63-18.51%2036.72-36.73a4%204%200%200%201%207.88%201.34M212%20144a84%2084%200%200%201-168%200c0-27%2010.71-54.75%2031.84-82.43a4%204%200%200%201%206-.44l28.55%2027.7l24.15-66.2a4%204%200%200%201%206.31-1.71C162.22%2038.69%20212%2086.24%20212%20144m-8%200c0-50.82-41.73-93.91-63.94-113.23l-24.3%2066.6a4%204%200%200%201-6.55%201.5L79.5%2070C61.25%2095.07%2052%20119.93%2052%20144a76%2076%200%200%200%20152%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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