fire minimalistic icon
fire-minimalistic-outline from Solar by 480 Design · Outline · Nature · CC-BY-4.0 Attribution required.
- Name
- fire-minimalistic-outline
- Set
- Solar
- Style
- Outline
- 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="currentColor" fill-rule="evenodd" d="M8.88692 4.29067C6.9373 6.1337 4.75 9.30827 4.75 13.504C4.75 17.1845 7.94921 20.25 12 20.25C16.0508 20.25 19.25 17.1845 19.25 13.504C19.25 10.2368 17.571 7.61506 16.2748 6.22564C15.8821 7.05683 15.3158 8.02557 14.6004 8.82749C13.823 9.69893 12.7657 10.4863 11.4773 10.5057C10.6041 10.6042 9.51304 10.2586 8.92606 9.04898C8.42964 8.02598 8.35251 6.49242 8.88692 4.29067ZM10.0973 2.48174C10.5013 2.7761 10.7142 3.31074 10.555 3.85809C9.81189 6.41339 9.96504 7.75422 10.2756 8.39413C10.5457 8.95089 10.9793 9.05949 11.3291 9.01267L11.3786 9.00604H11.4286C12.1073 9.00604 12.806 8.58561 13.4811 7.82892C14.143 7.08691 14.681 6.13116 15.0352 5.32966C15.3609 4.59278 16.3992 4.22569 17.0905 4.91217C18.5794 6.3908 20.75 9.49532 20.75 13.504C20.75 18.1034 16.7858 21.75 12 21.75C7.21423 21.75 3.25 18.1034 3.25 13.504C3.25 8.20875 6.32627 4.40864 8.61092 2.53539C9.08007 2.15071 9.67925 2.17718 10.0973 2.48174Z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function SolarFireMinimalisticOutline(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" fillRule="evenodd" d="M8.88692 4.29067C6.9373 6.1337 4.75 9.30827 4.75 13.504C4.75 17.1845 7.94921 20.25 12 20.25C16.0508 20.25 19.25 17.1845 19.25 13.504C19.25 10.2368 17.571 7.61506 16.2748 6.22564C15.8821 7.05683 15.3158 8.02557 14.6004 8.82749C13.823 9.69893 12.7657 10.4863 11.4773 10.5057C10.6041 10.6042 9.51304 10.2586 8.92606 9.04898C8.42964 8.02598 8.35251 6.49242 8.88692 4.29067ZM10.0973 2.48174C10.5013 2.7761 10.7142 3.31074 10.555 3.85809C9.81189 6.41339 9.96504 7.75422 10.2756 8.39413C10.5457 8.95089 10.9793 9.05949 11.3291 9.01267L11.3786 9.00604H11.4286C12.1073 9.00604 12.806 8.58561 13.4811 7.82892C14.143 7.08691 14.681 6.13116 15.0352 5.32966C15.3609 4.59278 16.3992 4.22569 17.0905 4.91217C18.5794 6.3908 20.75 9.49532 20.75 13.504C20.75 18.1034 16.7858 21.75 12 21.75C7.21423 21.75 3.25 18.1034 3.25 13.504C3.25 8.20875 6.32627 4.40864 8.61092 2.53539C9.08007 2.15071 9.67925 2.17718 10.0973 2.48174Z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8.88692 4.29067C6.9373 6.1337 4.75 9.30827 4.75 13.504C4.75 17.1845 7.94921 20.25 12 20.25C16.0508 20.25 19.25 17.1845 19.25 13.504C19.25 10.2368 17.571 7.61506 16.2748 6.22564C15.8821 7.05683 15.3158 8.02557 14.6004 8.82749C13.823 9.69893 12.7657 10.4863 11.4773 10.5057C10.6041 10.6042 9.51304 10.2586 8.92606 9.04898C8.42964 8.02598 8.35251 6.49242 8.88692 4.29067ZM10.0973 2.48174C10.5013 2.7761 10.7142 3.31074 10.555 3.85809C9.81189 6.41339 9.96504 7.75422 10.2756 8.39413C10.5457 8.95089 10.9793 9.05949 11.3291 9.01267L11.3786 9.00604H11.4286C12.1073 9.00604 12.806 8.58561 13.4811 7.82892C14.143 7.08691 14.681 6.13116 15.0352 5.32966C15.3609 4.59278 16.3992 4.22569 17.0905 4.91217C18.5794 6.3908 20.75 9.49532 20.75 13.504C20.75 18.1034 16.7858 21.75 12 21.75C7.21423 21.75 3.25 18.1034 3.25 13.504C3.25 8.20875 6.32627 4.40864 8.61092 2.53539C9.08007 2.15071 9.67925 2.17718 10.0973 2.48174Z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-fire-minimalistic-outline {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M8.88692%204.29067C6.9373%206.1337%204.75%209.30827%204.75%2013.504C4.75%2017.1845%207.94921%2020.25%2012%2020.25C16.0508%2020.25%2019.25%2017.1845%2019.25%2013.504C19.25%2010.2368%2017.571%207.61506%2016.2748%206.22564C15.8821%207.05683%2015.3158%208.02557%2014.6004%208.82749C13.823%209.69893%2012.7657%2010.4863%2011.4773%2010.5057C10.6041%2010.6042%209.51304%2010.2586%208.92606%209.04898C8.42964%208.02598%208.35251%206.49242%208.88692%204.29067ZM10.0973%202.48174C10.5013%202.7761%2010.7142%203.31074%2010.555%203.85809C9.81189%206.41339%209.96504%207.75422%2010.2756%208.39413C10.5457%208.95089%2010.9793%209.05949%2011.3291%209.01267L11.3786%209.00604H11.4286C12.1073%209.00604%2012.806%208.58561%2013.4811%207.82892C14.143%207.08691%2014.681%206.13116%2015.0352%205.32966C15.3609%204.59278%2016.3992%204.22569%2017.0905%204.91217C18.5794%206.3908%2020.75%209.49532%2020.75%2013.504C20.75%2018.1034%2016.7858%2021.75%2012%2021.75C7.21423%2021.75%203.25%2018.1034%203.25%2013.504C3.25%208.20875%206.32627%204.40864%208.61092%202.53539C9.08007%202.15071%209.67925%202.17718%2010.0973%202.48174Z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M8.88692%204.29067C6.9373%206.1337%204.75%209.30827%204.75%2013.504C4.75%2017.1845%207.94921%2020.25%2012%2020.25C16.0508%2020.25%2019.25%2017.1845%2019.25%2013.504C19.25%2010.2368%2017.571%207.61506%2016.2748%206.22564C15.8821%207.05683%2015.3158%208.02557%2014.6004%208.82749C13.823%209.69893%2012.7657%2010.4863%2011.4773%2010.5057C10.6041%2010.6042%209.51304%2010.2586%208.92606%209.04898C8.42964%208.02598%208.35251%206.49242%208.88692%204.29067ZM10.0973%202.48174C10.5013%202.7761%2010.7142%203.31074%2010.555%203.85809C9.81189%206.41339%209.96504%207.75422%2010.2756%208.39413C10.5457%208.95089%2010.9793%209.05949%2011.3291%209.01267L11.3786%209.00604H11.4286C12.1073%209.00604%2012.806%208.58561%2013.4811%207.82892C14.143%207.08691%2014.681%206.13116%2015.0352%205.32966C15.3609%204.59278%2016.3992%204.22569%2017.0905%204.91217C18.5794%206.3908%2020.75%209.49532%2020.75%2013.504C20.75%2018.1034%2016.7858%2021.75%2012%2021.75C7.21423%2021.75%203.25%2018.1034%203.25%2013.504C3.25%208.20875%206.32627%204.40864%208.61092%202.53539C9.08007%202.15071%209.67925%202.17718%2010.0973%202.48174Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/fire-minimalistic-outline.svg?color=%231a73e8&size=48