flame from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
flame
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

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 512 512"><path fill="currentColor" d="M394.23 197.56a300.4 300.4 0 0 0-53.37-90C301.2 61.65 249.05 32 208 32a16 16 0 0 0-15.48 20c13.87 53-14.88 97.07-45.31 143.72C122 234.36 96 274.27 96 320c0 88.22 71.78 160 160 160s160-71.78 160-160c0-43.3-7.32-84.49-21.77-122.44m-105.9 221.13C278 429.69 265.05 432 256 432s-22-2.31-32.33-13.31S208 390.24 208 368c0-25.14 8.82-44.28 17.34-62.78c4.95-10.74 10-21.67 13-33.37a8 8 0 0 1 12.49-4.51A126.5 126.5 0 0 1 275 292c18.17 24 29 52.42 29 76c0 22.24-5.42 39.77-15.67 50.69"/></svg>

React

import type { SVGProps } from "react";

export function IonFlame(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M394.23 197.56a300.4 300.4 0 0 0-53.37-90C301.2 61.65 249.05 32 208 32a16 16 0 0 0-15.48 20c13.87 53-14.88 97.07-45.31 143.72C122 234.36 96 274.27 96 320c0 88.22 71.78 160 160 160s160-71.78 160-160c0-43.3-7.32-84.49-21.77-122.44m-105.9 221.13C278 429.69 265.05 432 256 432s-22-2.31-32.33-13.31S208 390.24 208 368c0-25.14 8.82-44.28 17.34-62.78c4.95-10.74 10-21.67 13-33.37a8 8 0 0 1 12.49-4.51A126.5 126.5 0 0 1 275 292c18.17 24 29 52.42 29 76c0 22.24-5.42 39.77-15.67 50.69"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M394.23 197.56a300.4 300.4 0 0 0-53.37-90C301.2 61.65 249.05 32 208 32a16 16 0 0 0-15.48 20c13.87 53-14.88 97.07-45.31 143.72C122 234.36 96 274.27 96 320c0 88.22 71.78 160 160 160s160-71.78 160-160c0-43.3-7.32-84.49-21.77-122.44m-105.9 221.13C278 429.69 265.05 432 256 432s-22-2.31-32.33-13.31S208 390.24 208 368c0-25.14 8.82-44.28 17.34-62.78c4.95-10.74 10-21.67 13-33.37a8 8 0 0 1 12.49-4.51A126.5 126.5 0 0 1 275 292c18.17 24 29 52.42 29 76c0 22.24-5.42 39.77-15.67 50.69"/></svg>
</template>

CSS

.icon-flame {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M394.23%20197.56a300.4%20300.4%200%200%200-53.37-90C301.2%2061.65%20249.05%2032%20208%2032a16%2016%200%200%200-15.48%2020c13.87%2053-14.88%2097.07-45.31%20143.72C122%20234.36%2096%20274.27%2096%20320c0%2088.22%2071.78%20160%20160%20160s160-71.78%20160-160c0-43.3-7.32-84.49-21.77-122.44m-105.9%20221.13C278%20429.69%20265.05%20432%20256%20432s-22-2.31-32.33-13.31S208%20390.24%20208%20368c0-25.14%208.82-44.28%2017.34-62.78c4.95-10.74%2010-21.67%2013-33.37a8%208%200%200%201%2012.49-4.51A126.5%20126.5%200%200%201%20275%20292c18.17%2024%2029%2052.42%2029%2076c0%2022.24-5.42%2039.77-15.67%2050.69%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M394.23%20197.56a300.4%20300.4%200%200%200-53.37-90C301.2%2061.65%20249.05%2032%20208%2032a16%2016%200%200%200-15.48%2020c13.87%2053-14.88%2097.07-45.31%20143.72C122%20234.36%2096%20274.27%2096%20320c0%2088.22%2071.78%20160%20160%20160s160-71.78%20160-160c0-43.3-7.32-84.49-21.77-122.44m-105.9%20221.13C278%20429.69%20265.05%20432%20256%20432s-22-2.31-32.33-13.31S208%20390.24%20208%20368c0-25.14%208.82-44.28%2017.34-62.78c4.95-10.74%2010-21.67%2013-33.37a8%208%200%200%201%2012.49-4.51A126.5%20126.5%200%200%201%20275%20292c18.17%2024%2029%2052.42%2029%2076c0%2022.24-5.42%2039.77-15.67%2050.69%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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