flame icon
flame from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.
- Name
- flame
- Set
- BoxIcons v2 Solid
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the flame icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.579 2.393a.98.98 0 0 0-1.153.006C9.592 3.728 4 8.252 4 14c0 3.247 1.948 6.043 4.734 7.296A3.97 3.97 0 0 1 8 19c-.017-3.221 3.558-6.893 3.71-7a.5.5 0 0 1 .579 0c.152.107 3.711 2.974 3.711 7.002c0 .854-.275 1.643-.733 2.294C18.052 20.043 20 17.248 20 14.005c0-5.861-5.582-10.307-7.421-11.612"/></svg>
React
import type { SVGProps } from "react";
export function BxsFlame(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="M12.579 2.393a.98.98 0 0 0-1.153.006C9.592 3.728 4 8.252 4 14c0 3.247 1.948 6.043 4.734 7.296A3.97 3.97 0 0 1 8 19c-.017-3.221 3.558-6.893 3.71-7a.5.5 0 0 1 .579 0c.152.107 3.711 2.974 3.711 7.002c0 .854-.275 1.643-.733 2.294C18.052 20.043 20 17.248 20 14.005c0-5.861-5.582-10.307-7.421-11.612"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.579 2.393a.98.98 0 0 0-1.153.006C9.592 3.728 4 8.252 4 14c0 3.247 1.948 6.043 4.734 7.296A3.97 3.97 0 0 1 8 19c-.017-3.221 3.558-6.893 3.71-7a.5.5 0 0 1 .579 0c.152.107 3.711 2.974 3.711 7.002c0 .854-.275 1.643-.733 2.294C18.052 20.043 20 17.248 20 14.005c0-5.861-5.582-10.307-7.421-11.612"/></svg> </template>
CSS
.icon-flame {
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%22M12.579%202.393a.98.98%200%200%200-1.153.006C9.592%203.728%204%208.252%204%2014c0%203.247%201.948%206.043%204.734%207.296A3.97%203.97%200%200%201%208%2019c-.017-3.221%203.558-6.893%203.71-7a.5.5%200%200%201%20.579%200c.152.107%203.711%202.974%203.711%207.002c0%20.854-.275%201.643-.733%202.294C18.052%2020.043%2020%2017.248%2020%2014.005c0-5.861-5.582-10.307-7.421-11.612%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%22M12.579%202.393a.98.98%200%200%200-1.153.006C9.592%203.728%204%208.252%204%2014c0%203.247%201.948%206.043%204.734%207.296A3.97%203.97%200%200%201%208%2019c-.017-3.221%203.558-6.893%203.71-7a.5.5%200%200%201%20.579%200c.152.107%203.711%202.974%203.711%207.002c0%20.854-.275%201.643-.733%202.294C18.052%2020.043%2020%2017.248%2020%2014.005c0-5.861-5.582-10.307-7.421-11.612%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxs/flame.svg?color=%231a73e8&size=48