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

Name
flame-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the flame icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M170.9 54.24a216.8 216.8 0 0 0-40.84-33.67a4 4 0 0 0-4.12 0A216.8 216.8 0 0 0 85.1 54.24C58.21 82.48 44 113.51 44 144a84 84 0 0 0 168 0c0-30.49-14.21-61.52-41.1-89.76M92 184c0-32.11 28.07-53.75 36-59.21c7.93 5.47 36 27.1 36 59.21a36 36 0 0 1-72 0m69.94 28A43.82 43.82 0 0 0 172 184c0-41.78-40.23-66.4-41.94-67.43a4 4 0 0 0-4.12 0C124.23 117.6 84 142.22 84 184a43.82 43.82 0 0 0 10.06 28A76.07 76.07 0 0 1 52 144c0-62.48 63.64-107.17 76-115.26c12.36 8.09 76 52.78 76 115.26a76.07 76.07 0 0 1-42.06 68"/></svg>

React

import type { SVGProps } from "react";

export function PhFlameThin(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="M170.9 54.24a216.8 216.8 0 0 0-40.84-33.67a4 4 0 0 0-4.12 0A216.8 216.8 0 0 0 85.1 54.24C58.21 82.48 44 113.51 44 144a84 84 0 0 0 168 0c0-30.49-14.21-61.52-41.1-89.76M92 184c0-32.11 28.07-53.75 36-59.21c7.93 5.47 36 27.1 36 59.21a36 36 0 0 1-72 0m69.94 28A43.82 43.82 0 0 0 172 184c0-41.78-40.23-66.4-41.94-67.43a4 4 0 0 0-4.12 0C124.23 117.6 84 142.22 84 184a43.82 43.82 0 0 0 10.06 28A76.07 76.07 0 0 1 52 144c0-62.48 63.64-107.17 76-115.26c12.36 8.09 76 52.78 76 115.26a76.07 76.07 0 0 1-42.06 68"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M170.9 54.24a216.8 216.8 0 0 0-40.84-33.67a4 4 0 0 0-4.12 0A216.8 216.8 0 0 0 85.1 54.24C58.21 82.48 44 113.51 44 144a84 84 0 0 0 168 0c0-30.49-14.21-61.52-41.1-89.76M92 184c0-32.11 28.07-53.75 36-59.21c7.93 5.47 36 27.1 36 59.21a36 36 0 0 1-72 0m69.94 28A43.82 43.82 0 0 0 172 184c0-41.78-40.23-66.4-41.94-67.43a4 4 0 0 0-4.12 0C124.23 117.6 84 142.22 84 184a43.82 43.82 0 0 0 10.06 28A76.07 76.07 0 0 1 52 144c0-62.48 63.64-107.17 76-115.26c12.36 8.09 76 52.78 76 115.26a76.07 76.07 0 0 1-42.06 68"/></svg>
</template>

CSS

.icon-flame-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%22M170.9%2054.24a216.8%20216.8%200%200%200-40.84-33.67a4%204%200%200%200-4.12%200A216.8%20216.8%200%200%200%2085.1%2054.24C58.21%2082.48%2044%20113.51%2044%20144a84%2084%200%200%200%20168%200c0-30.49-14.21-61.52-41.1-89.76M92%20184c0-32.11%2028.07-53.75%2036-59.21c7.93%205.47%2036%2027.1%2036%2059.21a36%2036%200%200%201-72%200m69.94%2028A43.82%2043.82%200%200%200%20172%20184c0-41.78-40.23-66.4-41.94-67.43a4%204%200%200%200-4.12%200C124.23%20117.6%2084%20142.22%2084%20184a43.82%2043.82%200%200%200%2010.06%2028A76.07%2076.07%200%200%201%2052%20144c0-62.48%2063.64-107.17%2076-115.26c12.36%208.09%2076%2052.78%2076%20115.26a76.07%2076.07%200%200%201-42.06%2068%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%22M170.9%2054.24a216.8%20216.8%200%200%200-40.84-33.67a4%204%200%200%200-4.12%200A216.8%20216.8%200%200%200%2085.1%2054.24C58.21%2082.48%2044%20113.51%2044%20144a84%2084%200%200%200%20168%200c0-30.49-14.21-61.52-41.1-89.76M92%20184c0-32.11%2028.07-53.75%2036-59.21c7.93%205.47%2036%2027.1%2036%2059.21a36%2036%200%200%201-72%200m69.94%2028A43.82%2043.82%200%200%200%20172%20184c0-41.78-40.23-66.4-41.94-67.43a4%204%200%200%200-4.12%200C124.23%20117.6%2084%20142.22%2084%20184a43.82%2043.82%200%200%200%2010.06%2028A76.07%2076.07%200%200%201%2052%20144c0-62.48%2063.64-107.17%2076-115.26c12.36%208.09%2076%2052.78%2076%20115.26a76.07%2076.07%200%200%201-42.06%2068%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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