flame icon
flame from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- flame
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the flame icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M12 21.25c4.142 0 7.5-3.383 7.5-7.556c0-.803 0-1.605-.224-2.633c-.174-.797-.261-1.196-.51-1.415a.9.9 0 0 0-.694-.246c-.33.012-.876.453-1.967 1.336c-.082.066-.123.099-.391.096c-.147-.001-.44-.132-.54-.24c-.183-.197-.193-.348-.213-.65c-.193-2.985-1.08-4.935-2.033-6.168c-.535-.692-.802-1.038-1.308-1.024s-.892.575-1.662 1.697C8.042 7.235 4.5 8.842 4.5 13.694c0 4.173 3.358 7.556 7.5 7.556"/><path d="M16 17.432c0 2.109-1.79 3.818-4 3.818s-4-1.71-4-3.818c0-1.093 1.074-2.598 2.11-3.795c.805-.931 1.208-1.397 1.89-1.397s1.085.466 1.89 1.397c1.035 1.197 2.11 2.702 2.11 3.795Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsFlame(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M12 21.25c4.142 0 7.5-3.383 7.5-7.556c0-.803 0-1.605-.224-2.633c-.174-.797-.261-1.196-.51-1.415a.9.9 0 0 0-.694-.246c-.33.012-.876.453-1.967 1.336c-.082.066-.123.099-.391.096c-.147-.001-.44-.132-.54-.24c-.183-.197-.193-.348-.213-.65c-.193-2.985-1.08-4.935-2.033-6.168c-.535-.692-.802-1.038-1.308-1.024s-.892.575-1.662 1.697C8.042 7.235 4.5 8.842 4.5 13.694c0 4.173 3.358 7.556 7.5 7.556"/><path d="M16 17.432c0 2.109-1.79 3.818-4 3.818s-4-1.71-4-3.818c0-1.093 1.074-2.598 2.11-3.795c.805-.931 1.208-1.397 1.89-1.397s1.085.466 1.89 1.397c1.035 1.197 2.11 2.702 2.11 3.795Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M12 21.25c4.142 0 7.5-3.383 7.5-7.556c0-.803 0-1.605-.224-2.633c-.174-.797-.261-1.196-.51-1.415a.9.9 0 0 0-.694-.246c-.33.012-.876.453-1.967 1.336c-.082.066-.123.099-.391.096c-.147-.001-.44-.132-.54-.24c-.183-.197-.193-.348-.213-.65c-.193-2.985-1.08-4.935-2.033-6.168c-.535-.692-.802-1.038-1.308-1.024s-.892.575-1.662 1.697C8.042 7.235 4.5 8.842 4.5 13.694c0 4.173 3.358 7.556 7.5 7.556"/><path d="M16 17.432c0 2.109-1.79 3.818-4 3.818s-4-1.71-4-3.818c0-1.093 1.074-2.598 2.11-3.795c.805-.931 1.208-1.397 1.89-1.397s1.085.466 1.89 1.397c1.035 1.197 2.11 2.702 2.11 3.795Z"/></g></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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2021.25c4.142%200%207.5-3.383%207.5-7.556c0-.803%200-1.605-.224-2.633c-.174-.797-.261-1.196-.51-1.415a.9.9%200%200%200-.694-.246c-.33.012-.876.453-1.967%201.336c-.082.066-.123.099-.391.096c-.147-.001-.44-.132-.54-.24c-.183-.197-.193-.348-.213-.65c-.193-2.985-1.08-4.935-2.033-6.168c-.535-.692-.802-1.038-1.308-1.024s-.892.575-1.662%201.697C8.042%207.235%204.5%208.842%204.5%2013.694c0%204.173%203.358%207.556%207.5%207.556%22%2F%3E%3Cpath%20d%3D%22M16%2017.432c0%202.109-1.79%203.818-4%203.818s-4-1.71-4-3.818c0-1.093%201.074-2.598%202.11-3.795c.805-.931%201.208-1.397%201.89-1.397s1.085.466%201.89%201.397c1.035%201.197%202.11%202.702%202.11%203.795Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2021.25c4.142%200%207.5-3.383%207.5-7.556c0-.803%200-1.605-.224-2.633c-.174-.797-.261-1.196-.51-1.415a.9.9%200%200%200-.694-.246c-.33.012-.876.453-1.967%201.336c-.082.066-.123.099-.391.096c-.147-.001-.44-.132-.54-.24c-.183-.197-.193-.348-.213-.65c-.193-2.985-1.08-4.935-2.033-6.168c-.535-.692-.802-1.038-1.308-1.024s-.892.575-1.662%201.697C8.042%207.235%204.5%208.842%204.5%2013.694c0%204.173%203.358%207.556%207.5%207.556%22%2F%3E%3Cpath%20d%3D%22M16%2017.432c0%202.109-1.79%203.818-4%203.818s-4-1.71-4-3.818c0-1.093%201.074-2.598%202.11-3.795c.805-.931%201.208-1.397%201.89-1.397s1.085.466%201.89%201.397c1.035%201.197%202.11%202.702%202.11%203.795Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/flame.svg?color=%231a73e8&size=48