fire icon
fire-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- fire-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
fireAkar Iconsfire-filledAnt Design IconsfireBootstrap IconsfireCarbonfireEmoji One (Colored)fireFont Awesome 6 SolidfireFont Awesome Solidfire-outlineFlowbite IconsfireFluent EmojifireFluent Emoji FlatfireFluent Emoji High ContrastfireFirefox OS EmojifireHeroIconsfireHuge IconsfireIconParkfireIconPark OutlinefireIconPark SolidfireIconPark TwoTonefireLine AwesomefireMajesticonsfireMaterial Design Iconsfire-fillMingCute IconfireMyna UI IconsfireNoto Emoji
Use the fire icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4 11.75q0-.805.188-1.586q.188-.78.585-1.492q.063-.11.125-.227q.063-.117.149-.218a.7.7 0 0 1 .18-.165a.51.51 0 0 1 .484 0a.44.44 0 0 1 .18.172L6.93 9.93q.071.117.187.18a.6.6 0 0 0 .266.07a.49.49 0 0 0 .414-.196a.76.76 0 0 0 .133-.64a1 1 0 0 0-.07-.188a10.4 10.4 0 0 1-.524-1.351a5 5 0 0 1-.203-1.446q0-.984.328-1.726q.328-.743.914-1.274q.585-.53 1.367-.859a8 8 0 0 1 1.672-.492a.49.49 0 0 1 .406.11q.18.155.18.382q0 1.172.398 2.234A7.9 7.9 0 0 0 13.5 6.727l.867 1.132q.438.57.805 1.188q.367.617.594 1.281q.226.665.234 1.422q0 .836-.203 1.625a6.2 6.2 0 0 1-.594 1.484q-.39.696-.922 1.266q-.531.57-1.203.992t-1.445.649T10 18a5.8 5.8 0 0 1-1.633-.227a5.6 5.6 0 0 1-1.437-.648a6.5 6.5 0 0 1-1.211-.992a5.7 5.7 0 0 1-.922-1.274a7 7 0 0 1-.586-1.484A6.2 6.2 0 0 1 4 11.75"/></svg>
React
import type { SVGProps } from "react";
export function FluentFire20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4 11.75q0-.805.188-1.586q.188-.78.585-1.492q.063-.11.125-.227q.063-.117.149-.218a.7.7 0 0 1 .18-.165a.51.51 0 0 1 .484 0a.44.44 0 0 1 .18.172L6.93 9.93q.071.117.187.18a.6.6 0 0 0 .266.07a.49.49 0 0 0 .414-.196a.76.76 0 0 0 .133-.64a1 1 0 0 0-.07-.188a10.4 10.4 0 0 1-.524-1.351a5 5 0 0 1-.203-1.446q0-.984.328-1.726q.328-.743.914-1.274q.585-.53 1.367-.859a8 8 0 0 1 1.672-.492a.49.49 0 0 1 .406.11q.18.155.18.382q0 1.172.398 2.234A7.9 7.9 0 0 0 13.5 6.727l.867 1.132q.438.57.805 1.188q.367.617.594 1.281q.226.665.234 1.422q0 .836-.203 1.625a6.2 6.2 0 0 1-.594 1.484q-.39.696-.922 1.266q-.531.57-1.203.992t-1.445.649T10 18a5.8 5.8 0 0 1-1.633-.227a5.6 5.6 0 0 1-1.437-.648a6.5 6.5 0 0 1-1.211-.992a5.7 5.7 0 0 1-.922-1.274a7 7 0 0 1-.586-1.484A6.2 6.2 0 0 1 4 11.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4 11.75q0-.805.188-1.586q.188-.78.585-1.492q.063-.11.125-.227q.063-.117.149-.218a.7.7 0 0 1 .18-.165a.51.51 0 0 1 .484 0a.44.44 0 0 1 .18.172L6.93 9.93q.071.117.187.18a.6.6 0 0 0 .266.07a.49.49 0 0 0 .414-.196a.76.76 0 0 0 .133-.64a1 1 0 0 0-.07-.188a10.4 10.4 0 0 1-.524-1.351a5 5 0 0 1-.203-1.446q0-.984.328-1.726q.328-.743.914-1.274q.585-.53 1.367-.859a8 8 0 0 1 1.672-.492a.49.49 0 0 1 .406.11q.18.155.18.382q0 1.172.398 2.234A7.9 7.9 0 0 0 13.5 6.727l.867 1.132q.438.57.805 1.188q.367.617.594 1.281q.226.665.234 1.422q0 .836-.203 1.625a6.2 6.2 0 0 1-.594 1.484q-.39.696-.922 1.266q-.531.57-1.203.992t-1.445.649T10 18a5.8 5.8 0 0 1-1.633-.227a5.6 5.6 0 0 1-1.437-.648a6.5 6.5 0 0 1-1.211-.992a5.7 5.7 0 0 1-.922-1.274a7 7 0 0 1-.586-1.484A6.2 6.2 0 0 1 4 11.75"/></svg> </template>
CSS
.icon-fire-20-filled {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2011.75q0-.805.188-1.586q.188-.78.585-1.492q.063-.11.125-.227q.063-.117.149-.218a.7.7%200%200%201%20.18-.165a.51.51%200%200%201%20.484%200a.44.44%200%200%201%20.18.172L6.93%209.93q.071.117.187.18a.6.6%200%200%200%20.266.07a.49.49%200%200%200%20.414-.196a.76.76%200%200%200%20.133-.64a1%201%200%200%200-.07-.188a10.4%2010.4%200%200%201-.524-1.351a5%205%200%200%201-.203-1.446q0-.984.328-1.726q.328-.743.914-1.274q.585-.53%201.367-.859a8%208%200%200%201%201.672-.492a.49.49%200%200%201%20.406.11q.18.155.18.382q0%201.172.398%202.234A7.9%207.9%200%200%200%2013.5%206.727l.867%201.132q.438.57.805%201.188q.367.617.594%201.281q.226.665.234%201.422q0%20.836-.203%201.625a6.2%206.2%200%200%201-.594%201.484q-.39.696-.922%201.266q-.531.57-1.203.992t-1.445.649T10%2018a5.8%205.8%200%200%201-1.633-.227a5.6%205.6%200%200%201-1.437-.648a6.5%206.5%200%200%201-1.211-.992a5.7%205.7%200%200%201-.922-1.274a7%207%200%200%201-.586-1.484A6.2%206.2%200%200%201%204%2011.75%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2011.75q0-.805.188-1.586q.188-.78.585-1.492q.063-.11.125-.227q.063-.117.149-.218a.7.7%200%200%201%20.18-.165a.51.51%200%200%201%20.484%200a.44.44%200%200%201%20.18.172L6.93%209.93q.071.117.187.18a.6.6%200%200%200%20.266.07a.49.49%200%200%200%20.414-.196a.76.76%200%200%200%20.133-.64a1%201%200%200%200-.07-.188a10.4%2010.4%200%200%201-.524-1.351a5%205%200%200%201-.203-1.446q0-.984.328-1.726q.328-.743.914-1.274q.585-.53%201.367-.859a8%208%200%200%201%201.672-.492a.49.49%200%200%201%20.406.11q.18.155.18.382q0%201.172.398%202.234A7.9%207.9%200%200%200%2013.5%206.727l.867%201.132q.438.57.805%201.188q.367.617.594%201.281q.226.665.234%201.422q0%20.836-.203%201.625a6.2%206.2%200%200%201-.594%201.484q-.39.696-.922%201.266q-.531.57-1.203.992t-1.445.649T10%2018a5.8%205.8%200%200%201-1.633-.227a5.6%205.6%200%200%201-1.437-.648a6.5%206.5%200%200%201-1.211-.992a5.7%205.7%200%200%201-.922-1.274a7%207%200%200%201-.586-1.484A6.2%206.2%200%200%201%204%2011.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/fire-20-filled.svg?color=%231a73e8&size=48