flame icon
flame-f from Jam Icons by Michael Amprimo · Filled · MIT Free for personal and commercial use.
- Name
- flame-f
- Set
- Jam Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Jam Icons
The same icon in other sets
Use the flame icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-4 -2 24 24"><path fill="currentColor" d="M8 20c-4.418 0-8-3.411-8-7.619q0-2.54 2.914-6.523a28 28 0 0 1 1.202-1.545Q4.952 3.311 8 0q8 8.174 8 12.381C16 16.589 12.418 20 8 20m0-3c2.21 0 4-1.706 4-3.81Q12 11.087 8 7q-4 4.087-4 6.19C4 15.294 5.79 17 8 17"/></svg>
React
import type { SVGProps } from "react";
export function JamFlameF(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-4 -2 24 24"><path fill="currentColor" d="M8 20c-4.418 0-8-3.411-8-7.619q0-2.54 2.914-6.523a28 28 0 0 1 1.202-1.545Q4.952 3.311 8 0q8 8.174 8 12.381C16 16.589 12.418 20 8 20m0-3c2.21 0 4-1.706 4-3.81Q12 11.087 8 7q-4 4.087-4 6.19C4 15.294 5.79 17 8 17"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-4 -2 24 24"><path fill="currentColor" d="M8 20c-4.418 0-8-3.411-8-7.619q0-2.54 2.914-6.523a28 28 0 0 1 1.202-1.545Q4.952 3.311 8 0q8 8.174 8 12.381C16 16.589 12.418 20 8 20m0-3c2.21 0 4-1.706 4-3.81Q12 11.087 8 7q-4 4.087-4 6.19C4 15.294 5.79 17 8 17"/></svg> </template>
CSS
.icon-flame-f {
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%22-4%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2020c-4.418%200-8-3.411-8-7.619q0-2.54%202.914-6.523a28%2028%200%200%201%201.202-1.545Q4.952%203.311%208%200q8%208.174%208%2012.381C16%2016.589%2012.418%2020%208%2020m0-3c2.21%200%204-1.706%204-3.81Q12%2011.087%208%207q-4%204.087-4%206.19C4%2015.294%205.79%2017%208%2017%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%22-4%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2020c-4.418%200-8-3.411-8-7.619q0-2.54%202.914-6.523a28%2028%200%200%201%201.202-1.545Q4.952%203.311%208%200q8%208.174%208%2012.381C16%2016.589%2012.418%2020%208%2020m0-3c2.21%200%204-1.706%204-3.81Q12%2011.087%208%207q-4%204.087-4%206.19C4%2015.294%205.79%2017%208%2017%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/flame-f.svg?color=%231a73e8&size=48