fire b icon
fire-b-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- fire-b-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
Related icons in Mage Icons
Use the fire b icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.046 8.744a8.38 8.38 0 0 1-2.096-5.99a.74.74 0 0 0-.28-.589a.72.72 0 0 0-.648-.14c-6.609 1.628-7.457 4.872-7.537 9.983A10.8 10.8 0 0 1 6.49 9.432l-.27-.419a.73.73 0 0 0-.599-.35a.69.69 0 0 0-.629.29a8.2 8.2 0 0 0-1.168 8.585C5.231 20.373 8.295 22 12.248 22a8.7 8.7 0 0 0 6.11-2.535a8.57 8.57 0 0 0 2.535-6.11a6.9 6.9 0 0 0-1.847-4.611m-1.727 6.818a6.07 6.07 0 0 1-3.883 3.244a6.3 6.3 0 0 1-1.607.21a5.5 5.5 0 0 1-.998-.08a1.012 1.012 0 0 1 .33-1.997c.578.09 1.17.06 1.736-.09a4.2 4.2 0 0 0 1.547-.808a4 4 0 0 0 1.068-1.378c.257-.53.393-1.109.4-1.697a.998.998 0 0 1 1.996 0a6 6 0 0 1-.609 2.596z"/></svg>
React
import type { SVGProps } from "react";
export function MageFireBFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.046 8.744a8.38 8.38 0 0 1-2.096-5.99a.74.74 0 0 0-.28-.589a.72.72 0 0 0-.648-.14c-6.609 1.628-7.457 4.872-7.537 9.983A10.8 10.8 0 0 1 6.49 9.432l-.27-.419a.73.73 0 0 0-.599-.35a.69.69 0 0 0-.629.29a8.2 8.2 0 0 0-1.168 8.585C5.231 20.373 8.295 22 12.248 22a8.7 8.7 0 0 0 6.11-2.535a8.57 8.57 0 0 0 2.535-6.11a6.9 6.9 0 0 0-1.847-4.611m-1.727 6.818a6.07 6.07 0 0 1-3.883 3.244a6.3 6.3 0 0 1-1.607.21a5.5 5.5 0 0 1-.998-.08a1.012 1.012 0 0 1 .33-1.997c.578.09 1.17.06 1.736-.09a4.2 4.2 0 0 0 1.547-.808a4 4 0 0 0 1.068-1.378c.257-.53.393-1.109.4-1.697a.998.998 0 0 1 1.996 0a6 6 0 0 1-.609 2.596z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.046 8.744a8.38 8.38 0 0 1-2.096-5.99a.74.74 0 0 0-.28-.589a.72.72 0 0 0-.648-.14c-6.609 1.628-7.457 4.872-7.537 9.983A10.8 10.8 0 0 1 6.49 9.432l-.27-.419a.73.73 0 0 0-.599-.35a.69.69 0 0 0-.629.29a8.2 8.2 0 0 0-1.168 8.585C5.231 20.373 8.295 22 12.248 22a8.7 8.7 0 0 0 6.11-2.535a8.57 8.57 0 0 0 2.535-6.11a6.9 6.9 0 0 0-1.847-4.611m-1.727 6.818a6.07 6.07 0 0 1-3.883 3.244a6.3 6.3 0 0 1-1.607.21a5.5 5.5 0 0 1-.998-.08a1.012 1.012 0 0 1 .33-1.997c.578.09 1.17.06 1.736-.09a4.2 4.2 0 0 0 1.547-.808a4 4 0 0 0 1.068-1.378c.257-.53.393-1.109.4-1.697a.998.998 0 0 1 1.996 0a6 6 0 0 1-.609 2.596z"/></svg> </template>
CSS
.icon-fire-b-fill {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.046%208.744a8.38%208.38%200%200%201-2.096-5.99a.74.74%200%200%200-.28-.589a.72.72%200%200%200-.648-.14c-6.609%201.628-7.457%204.872-7.537%209.983A10.8%2010.8%200%200%201%206.49%209.432l-.27-.419a.73.73%200%200%200-.599-.35a.69.69%200%200%200-.629.29a8.2%208.2%200%200%200-1.168%208.585C5.231%2020.373%208.295%2022%2012.248%2022a8.7%208.7%200%200%200%206.11-2.535a8.57%208.57%200%200%200%202.535-6.11a6.9%206.9%200%200%200-1.847-4.611m-1.727%206.818a6.07%206.07%200%200%201-3.883%203.244a6.3%206.3%200%200%201-1.607.21a5.5%205.5%200%200%201-.998-.08a1.012%201.012%200%200%201%20.33-1.997c.578.09%201.17.06%201.736-.09a4.2%204.2%200%200%200%201.547-.808a4%204%200%200%200%201.068-1.378c.257-.53.393-1.109.4-1.697a.998.998%200%200%201%201.996%200a6%206%200%200%201-.609%202.596z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.046%208.744a8.38%208.38%200%200%201-2.096-5.99a.74.74%200%200%200-.28-.589a.72.72%200%200%200-.648-.14c-6.609%201.628-7.457%204.872-7.537%209.983A10.8%2010.8%200%200%201%206.49%209.432l-.27-.419a.73.73%200%200%200-.599-.35a.69.69%200%200%200-.629.29a8.2%208.2%200%200%200-1.168%208.585C5.231%2020.373%208.295%2022%2012.248%2022a8.7%208.7%200%200%200%206.11-2.535a8.57%208.57%200%200%200%202.535-6.11a6.9%206.9%200%200%200-1.847-4.611m-1.727%206.818a6.07%206.07%200%200%201-3.883%203.244a6.3%206.3%200%200%201-1.607.21a5.5%205.5%200%200%201-.998-.08a1.012%201.012%200%200%201%20.33-1.997c.578.09%201.17.06%201.736-.09a4.2%204.2%200%200%200%201.547-.808a4%204%200%200%200%201.068-1.378c.257-.53.393-1.109.4-1.697a.998.998%200%200%201%201.996%200a6%206%200%200%201-.609%202.596z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/fire-b-fill.svg?color=%231a73e8&size=48