burn icon
burn from Font Awesome Solid by Dave Gandy · Solid · Energy · CC-BY-4.0 Attribution required.
- Name
- burn
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Energy
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More energy icons from Font Awesome Solid
Use the burn icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m500.5 320.5l-.7-1.9c-34-93.8-89.8-178.1-162.7-246.1l-3.3-3C330.1 66 325.1 64 320 64s-10.1 2-13.8 5.5l-3.3 3c-72.9 68-128.7 152.3-162.7 246.1l-.7 1.9c-7.6 20.8-11.5 42.9-11.5 65.1C128 490.7 214.8 576 320 576s192-85.3 192-190.4c0-22.2-3.9-44.2-11.5-65.1M409.7 370a73.3 73.3 0 0 1 6.2 29.5c0 53-43 96.5-96 96.5s-96-43.5-96-96.5c0-10.1 2.1-20.3 6.2-29.5l1.9-4.3c15.8-35.4 37.9-67.7 65.3-95.1l8.9-8.9c3.6-3.6 8.5-5.6 13.6-5.6s10 2 13.6 5.6l8.9 8.9c27.4 27.4 49.6 59.7 65.3 95.1l1.9 4.3z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidBurn(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="m500.5 320.5l-.7-1.9c-34-93.8-89.8-178.1-162.7-246.1l-3.3-3C330.1 66 325.1 64 320 64s-10.1 2-13.8 5.5l-3.3 3c-72.9 68-128.7 152.3-162.7 246.1l-.7 1.9c-7.6 20.8-11.5 42.9-11.5 65.1C128 490.7 214.8 576 320 576s192-85.3 192-190.4c0-22.2-3.9-44.2-11.5-65.1M409.7 370a73.3 73.3 0 0 1 6.2 29.5c0 53-43 96.5-96 96.5s-96-43.5-96-96.5c0-10.1 2.1-20.3 6.2-29.5l1.9-4.3c15.8-35.4 37.9-67.7 65.3-95.1l8.9-8.9c3.6-3.6 8.5-5.6 13.6-5.6s10 2 13.6 5.6l8.9 8.9c27.4 27.4 49.6 59.7 65.3 95.1l1.9 4.3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m500.5 320.5l-.7-1.9c-34-93.8-89.8-178.1-162.7-246.1l-3.3-3C330.1 66 325.1 64 320 64s-10.1 2-13.8 5.5l-3.3 3c-72.9 68-128.7 152.3-162.7 246.1l-.7 1.9c-7.6 20.8-11.5 42.9-11.5 65.1C128 490.7 214.8 576 320 576s192-85.3 192-190.4c0-22.2-3.9-44.2-11.5-65.1M409.7 370a73.3 73.3 0 0 1 6.2 29.5c0 53-43 96.5-96 96.5s-96-43.5-96-96.5c0-10.1 2.1-20.3 6.2-29.5l1.9-4.3c15.8-35.4 37.9-67.7 65.3-95.1l8.9-8.9c3.6-3.6 8.5-5.6 13.6-5.6s10 2 13.6 5.6l8.9 8.9c27.4 27.4 49.6 59.7 65.3 95.1l1.9 4.3z"/></svg> </template>
CSS
.icon-burn {
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%22m500.5%20320.5l-.7-1.9c-34-93.8-89.8-178.1-162.7-246.1l-3.3-3C330.1%2066%20325.1%2064%20320%2064s-10.1%202-13.8%205.5l-3.3%203c-72.9%2068-128.7%20152.3-162.7%20246.1l-.7%201.9c-7.6%2020.8-11.5%2042.9-11.5%2065.1C128%20490.7%20214.8%20576%20320%20576s192-85.3%20192-190.4c0-22.2-3.9-44.2-11.5-65.1M409.7%20370a73.3%2073.3%200%200%201%206.2%2029.5c0%2053-43%2096.5-96%2096.5s-96-43.5-96-96.5c0-10.1%202.1-20.3%206.2-29.5l1.9-4.3c15.8-35.4%2037.9-67.7%2065.3-95.1l8.9-8.9c3.6-3.6%208.5-5.6%2013.6-5.6s10%202%2013.6%205.6l8.9%208.9c27.4%2027.4%2049.6%2059.7%2065.3%2095.1l1.9%204.3z%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%22m500.5%20320.5l-.7-1.9c-34-93.8-89.8-178.1-162.7-246.1l-3.3-3C330.1%2066%20325.1%2064%20320%2064s-10.1%202-13.8%205.5l-3.3%203c-72.9%2068-128.7%20152.3-162.7%20246.1l-.7%201.9c-7.6%2020.8-11.5%2042.9-11.5%2065.1C128%20490.7%20214.8%20576%20320%20576s192-85.3%20192-190.4c0-22.2-3.9-44.2-11.5-65.1M409.7%20370a73.3%2073.3%200%200%201%206.2%2029.5c0%2053-43%2096.5-96%2096.5s-96-43.5-96-96.5c0-10.1%202.1-20.3%206.2-29.5l1.9-4.3c15.8-35.4%2037.9-67.7%2065.3-95.1l8.9-8.9c3.6-3.6%208.5-5.6%2013.6-5.6s10%202%2013.6%205.6l8.9%208.9c27.4%2027.4%2049.6%2059.7%2065.3%2095.1l1.9%204.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/burn.svg?color=%231a73e8&size=48