flame icon
flame from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.
- Name
- flame
- Set
- Myna UI Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
Related icons in Myna UI Icons
Use the flame icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18.567 15.969c-1.064 2.66-3.58 4.531-6.513 4.531C8.158 20.5 5 17.202 5 13.133C5 9.065 6.482 7.401 8.798 3.5C13.14 5.483 13 13 13 13s1.565-4.436 4.48-5.817c.935 2.873 2.195 6.012 1.087 8.786"/></svg>
React
import type { SVGProps } from "react";
export function MynauiFlame(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M18.567 15.969c-1.064 2.66-3.58 4.531-6.513 4.531C8.158 20.5 5 17.202 5 13.133C5 9.065 6.482 7.401 8.798 3.5C13.14 5.483 13 13 13 13s1.565-4.436 4.48-5.817c.935 2.873 2.195 6.012 1.087 8.786"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18.567 15.969c-1.064 2.66-3.58 4.531-6.513 4.531C8.158 20.5 5 17.202 5 13.133C5 9.065 6.482 7.401 8.798 3.5C13.14 5.483 13 13 13 13s1.565-4.436 4.48-5.817c.935 2.873 2.195 6.012 1.087 8.786"/></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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M18.567%2015.969c-1.064%202.66-3.58%204.531-6.513%204.531C8.158%2020.5%205%2017.202%205%2013.133C5%209.065%206.482%207.401%208.798%203.5C13.14%205.483%2013%2013%2013%2013s1.565-4.436%204.48-5.817c.935%202.873%202.195%206.012%201.087%208.786%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M18.567%2015.969c-1.064%202.66-3.58%204.531-6.513%204.531C8.158%2020.5%205%2017.202%205%2013.133C5%209.065%206.482%207.401%208.798%203.5C13.14%205.483%2013%2013%2013%2013s1.565-4.436%204.48-5.817c.935%202.873%202.195%206.012%201.087%208.786%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/flame.svg?color=%231a73e8&size=48