fire2 icon
fire2 from Reicon by REICON · Outline · Nature · MIT Free for personal and commercial use.
- Name
- fire2
- Set
- Reicon
- Style
- Outline
- Category
- Nature
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More nature icons from Reicon
Use the fire2 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.887 4.29C6.937 6.135 4.75 9.309 4.75 13.505c0 3.68 3.2 6.746 7.25 6.746s7.25-3.065 7.25-6.746c0-3.267-1.679-5.889-2.975-7.278c-.393.83-.96 1.8-1.675 2.601c-.777.872-1.834 1.66-3.123 1.679c-.873.098-1.964-.247-2.55-1.457c-.497-1.023-.574-2.557-.04-4.758m1.21-1.808c.404.294.617.829.458 1.376c-.743 2.555-.59 3.896-.28 4.536c.27.557.704.665 1.054.619l.05-.007h.05c.678 0 1.377-.42 2.052-1.177c.662-.742 1.2-1.698 1.554-2.5c.326-.736 1.364-1.103 2.055-.417c1.49 1.479 3.66 4.583 3.66 8.592c0 4.6-3.964 8.246-8.75 8.246s-8.75-3.647-8.75-8.246c0-5.295 3.076-9.095 5.36-10.969a1.2 1.2 0 0 1 1.487-.053" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconFire2(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.887 4.29C6.937 6.135 4.75 9.309 4.75 13.505c0 3.68 3.2 6.746 7.25 6.746s7.25-3.065 7.25-6.746c0-3.267-1.679-5.889-2.975-7.278c-.393.83-.96 1.8-1.675 2.601c-.777.872-1.834 1.66-3.123 1.679c-.873.098-1.964-.247-2.55-1.457c-.497-1.023-.574-2.557-.04-4.758m1.21-1.808c.404.294.617.829.458 1.376c-.743 2.555-.59 3.896-.28 4.536c.27.557.704.665 1.054.619l.05-.007h.05c.678 0 1.377-.42 2.052-1.177c.662-.742 1.2-1.698 1.554-2.5c.326-.736 1.364-1.103 2.055-.417c1.49 1.479 3.66 4.583 3.66 8.592c0 4.6-3.964 8.246-8.75 8.246s-8.75-3.647-8.75-8.246c0-5.295 3.076-9.095 5.36-10.969a1.2 1.2 0 0 1 1.487-.053" 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.887 4.29C6.937 6.135 4.75 9.309 4.75 13.505c0 3.68 3.2 6.746 7.25 6.746s7.25-3.065 7.25-6.746c0-3.267-1.679-5.889-2.975-7.278c-.393.83-.96 1.8-1.675 2.601c-.777.872-1.834 1.66-3.123 1.679c-.873.098-1.964-.247-2.55-1.457c-.497-1.023-.574-2.557-.04-4.758m1.21-1.808c.404.294.617.829.458 1.376c-.743 2.555-.59 3.896-.28 4.536c.27.557.704.665 1.054.619l.05-.007h.05c.678 0 1.377-.42 2.052-1.177c.662-.742 1.2-1.698 1.554-2.5c.326-.736 1.364-1.103 2.055-.417c1.49 1.479 3.66 4.583 3.66 8.592c0 4.6-3.964 8.246-8.75 8.246s-8.75-3.647-8.75-8.246c0-5.295 3.076-9.095 5.36-10.969a1.2 1.2 0 0 1 1.487-.053" clip-rule="evenodd"/></svg> </template>
CSS
.icon-fire2 {
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.887%204.29C6.937%206.135%204.75%209.309%204.75%2013.505c0%203.68%203.2%206.746%207.25%206.746s7.25-3.065%207.25-6.746c0-3.267-1.679-5.889-2.975-7.278c-.393.83-.96%201.8-1.675%202.601c-.777.872-1.834%201.66-3.123%201.679c-.873.098-1.964-.247-2.55-1.457c-.497-1.023-.574-2.557-.04-4.758m1.21-1.808c.404.294.617.829.458%201.376c-.743%202.555-.59%203.896-.28%204.536c.27.557.704.665%201.054.619l.05-.007h.05c.678%200%201.377-.42%202.052-1.177c.662-.742%201.2-1.698%201.554-2.5c.326-.736%201.364-1.103%202.055-.417c1.49%201.479%203.66%204.583%203.66%208.592c0%204.6-3.964%208.246-8.75%208.246s-8.75-3.647-8.75-8.246c0-5.295%203.076-9.095%205.36-10.969a1.2%201.2%200%200%201%201.487-.053%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.887%204.29C6.937%206.135%204.75%209.309%204.75%2013.505c0%203.68%203.2%206.746%207.25%206.746s7.25-3.065%207.25-6.746c0-3.267-1.679-5.889-2.975-7.278c-.393.83-.96%201.8-1.675%202.601c-.777.872-1.834%201.66-3.123%201.679c-.873.098-1.964-.247-2.55-1.457c-.497-1.023-.574-2.557-.04-4.758m1.21-1.808c.404.294.617.829.458%201.376c-.743%202.555-.59%203.896-.28%204.536c.27.557.704.665%201.054.619l.05-.007h.05c.678%200%201.377-.42%202.052-1.177c.662-.742%201.2-1.698%201.554-2.5c.326-.736%201.364-1.103%202.055-.417c1.49%201.479%203.66%204.583%203.66%208.592c0%204.6-3.964%208.246-8.75%208.246s-8.75-3.647-8.75-8.246c0-5.295%203.076-9.095%205.36-10.969a1.2%201.2%200%200%201%201.487-.053%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/reicon/fire2.svg?color=%231a73e8&size=48