fire minimalistic icon
fire-minimalistic-broken from Solar by 480 Design · Broken · Nature · CC-BY-4.0 Attribution required.
- Name
- fire-minimalistic-broken
- Set
- Solar
- Style
- Broken
- Category
- Nature
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More nature icons from Solar
Use the fire minimalistic icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M16 19.9972C14.8233 20.635 13.4571 21 12 21C7.58172 21 4 17.6439 4 13.504C4 12.3727 4.14916 11.3124 4.40527 10.3284M19.1761 16.8211C19.7036 15.8211 20 14.695 20 13.504C20 9.76257 17.9654 6.83811 16.562 5.44436C16.3017 5.18584 15.8683 5.30006 15.7212 5.63288C14.9742 7.3229 13.4178 9.75607 11.4286 9.75607C10.1975 9.92086 8.31688 8.86844 9.83483 3.64868C9.97151 3.17868 9.46972 2.80113 9.08645 3.11539C8.09335 3.92966 6.95052 5.1206 6 6.64741"/></svg>
React
import type { SVGProps } from "react";
export function SolarFireMinimalisticBroken(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5" d="M16 19.9972C14.8233 20.635 13.4571 21 12 21C7.58172 21 4 17.6439 4 13.504C4 12.3727 4.14916 11.3124 4.40527 10.3284M19.1761 16.8211C19.7036 15.8211 20 14.695 20 13.504C20 9.76257 17.9654 6.83811 16.562 5.44436C16.3017 5.18584 15.8683 5.30006 15.7212 5.63288C14.9742 7.3229 13.4178 9.75607 11.4286 9.75607C10.1975 9.92086 8.31688 8.86844 9.83483 3.64868C9.97151 3.17868 9.46972 2.80113 9.08645 3.11539C8.09335 3.92966 6.95052 5.1206 6 6.64741"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M16 19.9972C14.8233 20.635 13.4571 21 12 21C7.58172 21 4 17.6439 4 13.504C4 12.3727 4.14916 11.3124 4.40527 10.3284M19.1761 16.8211C19.7036 15.8211 20 14.695 20 13.504C20 9.76257 17.9654 6.83811 16.562 5.44436C16.3017 5.18584 15.8683 5.30006 15.7212 5.63288C14.9742 7.3229 13.4178 9.75607 11.4286 9.75607C10.1975 9.92086 8.31688 8.86844 9.83483 3.64868C9.97151 3.17868 9.46972 2.80113 9.08645 3.11539C8.09335 3.92966 6.95052 5.1206 6 6.64741"/></svg> </template>
CSS
.icon-fire-minimalistic-broken {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M16%2019.9972C14.8233%2020.635%2013.4571%2021%2012%2021C7.58172%2021%204%2017.6439%204%2013.504C4%2012.3727%204.14916%2011.3124%204.40527%2010.3284M19.1761%2016.8211C19.7036%2015.8211%2020%2014.695%2020%2013.504C20%209.76257%2017.9654%206.83811%2016.562%205.44436C16.3017%205.18584%2015.8683%205.30006%2015.7212%205.63288C14.9742%207.3229%2013.4178%209.75607%2011.4286%209.75607C10.1975%209.92086%208.31688%208.86844%209.83483%203.64868C9.97151%203.17868%209.46972%202.80113%209.08645%203.11539C8.09335%203.92966%206.95052%205.1206%206%206.64741%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M16%2019.9972C14.8233%2020.635%2013.4571%2021%2012%2021C7.58172%2021%204%2017.6439%204%2013.504C4%2012.3727%204.14916%2011.3124%204.40527%2010.3284M19.1761%2016.8211C19.7036%2015.8211%2020%2014.695%2020%2013.504C20%209.76257%2017.9654%206.83811%2016.562%205.44436C16.3017%205.18584%2015.8683%205.30006%2015.7212%205.63288C14.9742%207.3229%2013.4178%209.75607%2011.4286%209.75607C10.1975%209.92086%208.31688%208.86844%209.83483%203.64868C9.97151%203.17868%209.46972%202.80113%209.08645%203.11539C8.09335%203.92966%206.95052%205.1206%206%206.64741%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/fire-minimalistic-broken.svg?color=%231a73e8&size=48