fire icon
fire-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- fire-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="m6.156 9.323l-.002.002l-.004.003l-.01.008a2 2 0 0 0-.126.104a5 5 0 0 0-.302.291c-.24.253-.548.629-.837 1.132c-.582 1.015-1.071 2.528-.796 4.551c.271 1.997 1.11 3.666 2.528 4.83C8.021 21.404 9.935 22 12.25 22c2.387 0 4.293-.895 5.554-2.43c1.25-1.521 1.808-3.596 1.675-5.864c-.128-2.176-1.313-3.827-2.36-5.285l-.299-.417c-1.142-1.612-2.043-3.097-1.824-5.175A.75.75 0 0 0 14.25 2c-.382 0-.82.118-1.242.296a6.5 6.5 0 0 0-1.373.8c-.925.698-1.85 1.75-2.343 3.156C8.8 7.654 9.05 8.99 9.41 9.963c.237.639-.02 1.27-.407 1.454a.706.706 0 0 1-.927-.31L7.27 9.576a.75.75 0 0 0-1.113-.252"/></svg>
React
import type { SVGProps } from "react";
export function FluentFire24Filled(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" d="m6.156 9.323l-.002.002l-.004.003l-.01.008a2 2 0 0 0-.126.104a5 5 0 0 0-.302.291c-.24.253-.548.629-.837 1.132c-.582 1.015-1.071 2.528-.796 4.551c.271 1.997 1.11 3.666 2.528 4.83C8.021 21.404 9.935 22 12.25 22c2.387 0 4.293-.895 5.554-2.43c1.25-1.521 1.808-3.596 1.675-5.864c-.128-2.176-1.313-3.827-2.36-5.285l-.299-.417c-1.142-1.612-2.043-3.097-1.824-5.175A.75.75 0 0 0 14.25 2c-.382 0-.82.118-1.242.296a6.5 6.5 0 0 0-1.373.8c-.925.698-1.85 1.75-2.343 3.156C8.8 7.654 9.05 8.99 9.41 9.963c.237.639-.02 1.27-.407 1.454a.706.706 0 0 1-.927-.31L7.27 9.576a.75.75 0 0 0-1.113-.252"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.156 9.323l-.002.002l-.004.003l-.01.008a2 2 0 0 0-.126.104a5 5 0 0 0-.302.291c-.24.253-.548.629-.837 1.132c-.582 1.015-1.071 2.528-.796 4.551c.271 1.997 1.11 3.666 2.528 4.83C8.021 21.404 9.935 22 12.25 22c2.387 0 4.293-.895 5.554-2.43c1.25-1.521 1.808-3.596 1.675-5.864c-.128-2.176-1.313-3.827-2.36-5.285l-.299-.417c-1.142-1.612-2.043-3.097-1.824-5.175A.75.75 0 0 0 14.25 2c-.382 0-.82.118-1.242.296a6.5 6.5 0 0 0-1.373.8c-.925.698-1.85 1.75-2.343 3.156C8.8 7.654 9.05 8.99 9.41 9.963c.237.639-.02 1.27-.407 1.454a.706.706 0 0 1-.927-.31L7.27 9.576a.75.75 0 0 0-1.113-.252"/></svg> </template>
CSS
.icon-fire-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m6.156%209.323l-.002.002l-.004.003l-.01.008a2%202%200%200%200-.126.104a5%205%200%200%200-.302.291c-.24.253-.548.629-.837%201.132c-.582%201.015-1.071%202.528-.796%204.551c.271%201.997%201.11%203.666%202.528%204.83C8.021%2021.404%209.935%2022%2012.25%2022c2.387%200%204.293-.895%205.554-2.43c1.25-1.521%201.808-3.596%201.675-5.864c-.128-2.176-1.313-3.827-2.36-5.285l-.299-.417c-1.142-1.612-2.043-3.097-1.824-5.175A.75.75%200%200%200%2014.25%202c-.382%200-.82.118-1.242.296a6.5%206.5%200%200%200-1.373.8c-.925.698-1.85%201.75-2.343%203.156C8.8%207.654%209.05%208.99%209.41%209.963c.237.639-.02%201.27-.407%201.454a.706.706%200%200%201-.927-.31L7.27%209.576a.75.75%200%200%200-1.113-.252%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%20d%3D%22m6.156%209.323l-.002.002l-.004.003l-.01.008a2%202%200%200%200-.126.104a5%205%200%200%200-.302.291c-.24.253-.548.629-.837%201.132c-.582%201.015-1.071%202.528-.796%204.551c.271%201.997%201.11%203.666%202.528%204.83C8.021%2021.404%209.935%2022%2012.25%2022c2.387%200%204.293-.895%205.554-2.43c1.25-1.521%201.808-3.596%201.675-5.864c-.128-2.176-1.313-3.827-2.36-5.285l-.299-.417c-1.142-1.612-2.043-3.097-1.824-5.175A.75.75%200%200%200%2014.25%202c-.382%200-.82.118-1.242.296a6.5%206.5%200%200%200-1.373.8c-.925.698-1.85%201.75-2.343%203.156C8.8%207.654%209.05%208.99%209.41%209.963c.237.639-.02%201.27-.407%201.454a.706.706%200%200%201-.927-.31L7.27%209.576a.75.75%200%200%200-1.113-.252%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/fire-24-filled.svg?color=%231a73e8&size=48