flame icon
flame-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.
- Name
- flame-sharp
- Set
- IonIcons
- Style
- Sharp
- 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.24 197.56a300.7 300.7 0 0 0-53.38-90C301.2 61.65 240 32 192 32c19 70-14.36 117.12-44.79 163.77C122 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.76-122.44M288.33 418.69C278 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.78c6.48-14.07 14.66-27.22 15.11-44.49c11.3 5.88 23.67 16.91 34.54 31.28c18.17 24 29 52.42 29 76c.01 22.23-5.41 39.76-15.66 50.68"/></svg>
React
import type { SVGProps } from "react";
export function IonFlameSharp(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.24 197.56a300.7 300.7 0 0 0-53.38-90C301.2 61.65 240 32 192 32c19 70-14.36 117.12-44.79 163.77C122 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.76-122.44M288.33 418.69C278 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.78c6.48-14.07 14.66-27.22 15.11-44.49c11.3 5.88 23.67 16.91 34.54 31.28c18.17 24 29 52.42 29 76c.01 22.23-5.41 39.76-15.66 50.68"/></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.24 197.56a300.7 300.7 0 0 0-53.38-90C301.2 61.65 240 32 192 32c19 70-14.36 117.12-44.79 163.77C122 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.76-122.44M288.33 418.69C278 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.78c6.48-14.07 14.66-27.22 15.11-44.49c11.3 5.88 23.67 16.91 34.54 31.28c18.17 24 29 52.42 29 76c.01 22.23-5.41 39.76-15.66 50.68"/></svg> </template>
CSS
.icon-flame-sharp {
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.24%20197.56a300.7%20300.7%200%200%200-53.38-90C301.2%2061.65%20240%2032%20192%2032c19%2070-14.36%20117.12-44.79%20163.77C122%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.76-122.44M288.33%20418.69C278%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.78c6.48-14.07%2014.66-27.22%2015.11-44.49c11.3%205.88%2023.67%2016.91%2034.54%2031.28c18.17%2024%2029%2052.42%2029%2076c.01%2022.23-5.41%2039.76-15.66%2050.68%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.24%20197.56a300.7%20300.7%200%200%200-53.38-90C301.2%2061.65%20240%2032%20192%2032c19%2070-14.36%20117.12-44.79%20163.77C122%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.76-122.44M288.33%20418.69C278%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.78c6.48-14.07%2014.66-27.22%2015.11-44.49c11.3%205.88%2023.67%2016.91%2034.54%2031.28c18.17%2024%2029%2052.42%2029%2076c.01%2022.23-5.41%2039.76-15.66%2050.68%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/flame-sharp.svg?color=%231a73e8&size=48