flame kindling icon
flame-kindling from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.
- Name
- flame-kindling
- Set
- Myna UI Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
Use the flame kindling 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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M5 21.093c4.46-2.23 9.12-3.955 14-5"/><path d="M19 21.093c-4.47-2.236-9.104-3.951-14-5m7-1.012c2.133-.141 4.5-1.489 5-3.988c.392-1.962-.039-5.63-2-5.518c-.342.02-.736.164-1.184.468c-1.197.81-1.55-1.269-1.816-1.966c-1-2.614-2.322-1.773-3.624 1.016c-.817 1.75-1.587 4.06-1.323 6.048c.322 2.425 2.518 4.102 4.947 3.94"/><path d="M11.985 12.788c.847-.056 1.787-.591 1.985-1.584c.501-2.504-1.429-1.33-1.985-2.785c-.397-1.038-.922-.704-1.439.403c-.668 1.432-.928 4.123 1.44 3.966"/></g></svg>
React
import type { SVGProps } from "react";
export function MynauiFlameKindling(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M5 21.093c4.46-2.23 9.12-3.955 14-5"/><path d="M19 21.093c-4.47-2.236-9.104-3.951-14-5m7-1.012c2.133-.141 4.5-1.489 5-3.988c.392-1.962-.039-5.63-2-5.518c-.342.02-.736.164-1.184.468c-1.197.81-1.55-1.269-1.816-1.966c-1-2.614-2.322-1.773-3.624 1.016c-.817 1.75-1.587 4.06-1.323 6.048c.322 2.425 2.518 4.102 4.947 3.94"/><path d="M11.985 12.788c.847-.056 1.787-.591 1.985-1.584c.501-2.504-1.429-1.33-1.985-2.785c-.397-1.038-.922-.704-1.439.403c-.668 1.432-.928 4.123 1.44 3.966"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M5 21.093c4.46-2.23 9.12-3.955 14-5"/><path d="M19 21.093c-4.47-2.236-9.104-3.951-14-5m7-1.012c2.133-.141 4.5-1.489 5-3.988c.392-1.962-.039-5.63-2-5.518c-.342.02-.736.164-1.184.468c-1.197.81-1.55-1.269-1.816-1.966c-1-2.614-2.322-1.773-3.624 1.016c-.817 1.75-1.587 4.06-1.323 6.048c.322 2.425 2.518 4.102 4.947 3.94"/><path d="M11.985 12.788c.847-.056 1.787-.591 1.985-1.584c.501-2.504-1.429-1.33-1.985-2.785c-.397-1.038-.922-.704-1.439.403c-.668 1.432-.928 4.123 1.44 3.966"/></g></svg> </template>
CSS
.icon-flame-kindling {
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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5%2021.093c4.46-2.23%209.12-3.955%2014-5%22%2F%3E%3Cpath%20d%3D%22M19%2021.093c-4.47-2.236-9.104-3.951-14-5m7-1.012c2.133-.141%204.5-1.489%205-3.988c.392-1.962-.039-5.63-2-5.518c-.342.02-.736.164-1.184.468c-1.197.81-1.55-1.269-1.816-1.966c-1-2.614-2.322-1.773-3.624%201.016c-.817%201.75-1.587%204.06-1.323%206.048c.322%202.425%202.518%204.102%204.947%203.94%22%2F%3E%3Cpath%20d%3D%22M11.985%2012.788c.847-.056%201.787-.591%201.985-1.584c.501-2.504-1.429-1.33-1.985-2.785c-.397-1.038-.922-.704-1.439.403c-.668%201.432-.928%204.123%201.44%203.966%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5%2021.093c4.46-2.23%209.12-3.955%2014-5%22%2F%3E%3Cpath%20d%3D%22M19%2021.093c-4.47-2.236-9.104-3.951-14-5m7-1.012c2.133-.141%204.5-1.489%205-3.988c.392-1.962-.039-5.63-2-5.518c-.342.02-.736.164-1.184.468c-1.197.81-1.55-1.269-1.816-1.966c-1-2.614-2.322-1.773-3.624%201.016c-.817%201.75-1.587%204.06-1.323%206.048c.322%202.425%202.518%204.102%204.947%203.94%22%2F%3E%3Cpath%20d%3D%22M11.985%2012.788c.847-.056%201.787-.591%201.985-1.584c.501-2.504-1.429-1.33-1.985-2.785c-.397-1.038-.922-.704-1.439.403c-.668%201.432-.928%204.123%201.44%203.966%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/flame-kindling.svg?color=%231a73e8&size=48