fire icon
fire from Font Awesome Solid by Dave Gandy · Solid · Camping · CC-BY-4.0 Attribution required.
- Name
- fire
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Camping
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
fireAkar Iconsfire-filledAnt Design IconsfireBootstrap IconsfireCarbonfireEmoji One (Colored)fireFont Awesome 6 Solidfire-outlineFlowbite Iconsfire-16-filledFluent UI System IconsfireFluent EmojifireFluent Emoji FlatfireFluent Emoji High ContrastfireFirefox OS EmojifireHeroIconsfireHuge IconsfireIconParkfireIconPark OutlinefireIconPark SolidfireIconPark TwoTonefireLine AwesomefireMajesticonsfireMaterial Design Iconsfire-fillMingCute IconfireMyna UI IconsfireNoto Emoji
More camping icons from Font Awesome Solid
Use the fire icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M256.5 37.6c9.3-7.8 23-7.5 31.9.9c12.3 11.6 23.3 24.4 33.9 37.4c13.5 16.5 29.7 38.3 45.3 64.2c5.2-6.8 10-12.8 14.2-17.9c1.1-1.3 2.2-2.7 3.3-4.1c7.9-9.8 17.7-22.1 30.8-22.1c13.4 0 22.8 11.9 30.8 22.1q1.95 2.55 3.9 4.8c10.3 12.4 24 30.3 37.7 52.4c27.2 43.9 55.6 106.4 55.6 176.6c0 123.7-100.3 224-224 224S96 475.7 96 352c0-91.1 41.1-170 80.5-225c19.9-27.7 39.7-49.9 54.6-65.1c8.2-8.4 16.5-16.7 25.5-24.2zM321.7 480c25.3 0 47.7-7 68.8-21c42.1-29.4 53.4-88.2 28.1-134.4c-4.5-9-16-9.6-22.5-2l-25.2 29.3c-6.6 7.6-18.5 7.4-24.7-.5c-17.3-22.1-49.1-62.4-65.3-83c-5.4-6.9-15.2-8-21.5-1.9c-18.3 17.8-51.5 56.8-51.5 104.3c0 68.6 50.6 109.2 113.7 109.2z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidFire(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M256.5 37.6c9.3-7.8 23-7.5 31.9.9c12.3 11.6 23.3 24.4 33.9 37.4c13.5 16.5 29.7 38.3 45.3 64.2c5.2-6.8 10-12.8 14.2-17.9c1.1-1.3 2.2-2.7 3.3-4.1c7.9-9.8 17.7-22.1 30.8-22.1c13.4 0 22.8 11.9 30.8 22.1q1.95 2.55 3.9 4.8c10.3 12.4 24 30.3 37.7 52.4c27.2 43.9 55.6 106.4 55.6 176.6c0 123.7-100.3 224-224 224S96 475.7 96 352c0-91.1 41.1-170 80.5-225c19.9-27.7 39.7-49.9 54.6-65.1c8.2-8.4 16.5-16.7 25.5-24.2zM321.7 480c25.3 0 47.7-7 68.8-21c42.1-29.4 53.4-88.2 28.1-134.4c-4.5-9-16-9.6-22.5-2l-25.2 29.3c-6.6 7.6-18.5 7.4-24.7-.5c-17.3-22.1-49.1-62.4-65.3-83c-5.4-6.9-15.2-8-21.5-1.9c-18.3 17.8-51.5 56.8-51.5 104.3c0 68.6 50.6 109.2 113.7 109.2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M256.5 37.6c9.3-7.8 23-7.5 31.9.9c12.3 11.6 23.3 24.4 33.9 37.4c13.5 16.5 29.7 38.3 45.3 64.2c5.2-6.8 10-12.8 14.2-17.9c1.1-1.3 2.2-2.7 3.3-4.1c7.9-9.8 17.7-22.1 30.8-22.1c13.4 0 22.8 11.9 30.8 22.1q1.95 2.55 3.9 4.8c10.3 12.4 24 30.3 37.7 52.4c27.2 43.9 55.6 106.4 55.6 176.6c0 123.7-100.3 224-224 224S96 475.7 96 352c0-91.1 41.1-170 80.5-225c19.9-27.7 39.7-49.9 54.6-65.1c8.2-8.4 16.5-16.7 25.5-24.2zM321.7 480c25.3 0 47.7-7 68.8-21c42.1-29.4 53.4-88.2 28.1-134.4c-4.5-9-16-9.6-22.5-2l-25.2 29.3c-6.6 7.6-18.5 7.4-24.7-.5c-17.3-22.1-49.1-62.4-65.3-83c-5.4-6.9-15.2-8-21.5-1.9c-18.3 17.8-51.5 56.8-51.5 104.3c0 68.6 50.6 109.2 113.7 109.2z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256.5%2037.6c9.3-7.8%2023-7.5%2031.9.9c12.3%2011.6%2023.3%2024.4%2033.9%2037.4c13.5%2016.5%2029.7%2038.3%2045.3%2064.2c5.2-6.8%2010-12.8%2014.2-17.9c1.1-1.3%202.2-2.7%203.3-4.1c7.9-9.8%2017.7-22.1%2030.8-22.1c13.4%200%2022.8%2011.9%2030.8%2022.1q1.95%202.55%203.9%204.8c10.3%2012.4%2024%2030.3%2037.7%2052.4c27.2%2043.9%2055.6%20106.4%2055.6%20176.6c0%20123.7-100.3%20224-224%20224S96%20475.7%2096%20352c0-91.1%2041.1-170%2080.5-225c19.9-27.7%2039.7-49.9%2054.6-65.1c8.2-8.4%2016.5-16.7%2025.5-24.2zM321.7%20480c25.3%200%2047.7-7%2068.8-21c42.1-29.4%2053.4-88.2%2028.1-134.4c-4.5-9-16-9.6-22.5-2l-25.2%2029.3c-6.6%207.6-18.5%207.4-24.7-.5c-17.3-22.1-49.1-62.4-65.3-83c-5.4-6.9-15.2-8-21.5-1.9c-18.3%2017.8-51.5%2056.8-51.5%20104.3c0%2068.6%2050.6%20109.2%20113.7%20109.2z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256.5%2037.6c9.3-7.8%2023-7.5%2031.9.9c12.3%2011.6%2023.3%2024.4%2033.9%2037.4c13.5%2016.5%2029.7%2038.3%2045.3%2064.2c5.2-6.8%2010-12.8%2014.2-17.9c1.1-1.3%202.2-2.7%203.3-4.1c7.9-9.8%2017.7-22.1%2030.8-22.1c13.4%200%2022.8%2011.9%2030.8%2022.1q1.95%202.55%203.9%204.8c10.3%2012.4%2024%2030.3%2037.7%2052.4c27.2%2043.9%2055.6%20106.4%2055.6%20176.6c0%20123.7-100.3%20224-224%20224S96%20475.7%2096%20352c0-91.1%2041.1-170%2080.5-225c19.9-27.7%2039.7-49.9%2054.6-65.1c8.2-8.4%2016.5-16.7%2025.5-24.2zM321.7%20480c25.3%200%2047.7-7%2068.8-21c42.1-29.4%2053.4-88.2%2028.1-134.4c-4.5-9-16-9.6-22.5-2l-25.2%2029.3c-6.6%207.6-18.5%207.4-24.7-.5c-17.3-22.1-49.1-62.4-65.3-83c-5.4-6.9-15.2-8-21.5-1.9c-18.3%2017.8-51.5%2056.8-51.5%20104.3c0%2068.6%2050.6%20109.2%20113.7%20109.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/fire.svg?color=%231a73e8&size=48