fire 03 icon
fire-03 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- fire-03
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the fire 03 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="M12 21.5a8 8 0 0 0 8-8c0-2.96-1.609-6.893-4-9.165l-2 2.664l-3.5-4.5C7 5 4 9.595 4 13.501a8 8 0 0 0 8 8Z"/><path d="M12 18.5c2.21 0 4-2.016 4-4.5a4.9 4.9 0 0 0-.5-2.181l-2 1.68l-3-4c-1 1-2.5 2.612-2.5 4.5c0 2.485 1.79 4.5 4 4.5Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsFire03(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path d="M12 21.5a8 8 0 0 0 8-8c0-2.96-1.609-6.893-4-9.165l-2 2.664l-3.5-4.5C7 5 4 9.595 4 13.501a8 8 0 0 0 8 8Z"/><path d="M12 18.5c2.21 0 4-2.016 4-4.5a4.9 4.9 0 0 0-.5-2.181l-2 1.68l-3-4c-1 1-2.5 2.612-2.5 4.5c0 2.485 1.79 4.5 4 4.5Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="M12 21.5a8 8 0 0 0 8-8c0-2.96-1.609-6.893-4-9.165l-2 2.664l-3.5-4.5C7 5 4 9.595 4 13.501a8 8 0 0 0 8 8Z"/><path d="M12 18.5c2.21 0 4-2.016 4-4.5a4.9 4.9 0 0 0-.5-2.181l-2 1.68l-3-4c-1 1-2.5 2.612-2.5 4.5c0 2.485 1.79 4.5 4 4.5Z"/></g></svg> </template>
CSS
.icon-fire-03 {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2021.5a8%208%200%200%200%208-8c0-2.96-1.609-6.893-4-9.165l-2%202.664l-3.5-4.5C7%205%204%209.595%204%2013.501a8%208%200%200%200%208%208Z%22%2F%3E%3Cpath%20d%3D%22M12%2018.5c2.21%200%204-2.016%204-4.5a4.9%204.9%200%200%200-.5-2.181l-2%201.68l-3-4c-1%201-2.5%202.612-2.5%204.5c0%202.485%201.79%204.5%204%204.5Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2021.5a8%208%200%200%200%208-8c0-2.96-1.609-6.893-4-9.165l-2%202.664l-3.5-4.5C7%205%204%209.595%204%2013.501a8%208%200%200%200%208%208Z%22%2F%3E%3Cpath%20d%3D%22M12%2018.5c2.21%200%204-2.016%204-4.5a4.9%204.9%200%200%200-.5-2.181l-2%201.68l-3-4c-1%201-2.5%202.612-2.5%204.5c0%202.485%201.79%204.5%204%204.5Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/fire-03.svg?color=%231a73e8&size=48