flame from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
flame
Set
Jam Icons
Style
Outline
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="M5.652 5.594q-.242.291-.424.522q-.37.473-.7.922C2.813 9.383 2 11.204 2 12.381C2 15.461 4.665 18 8 18s6-2.538 6-5.619c0-1.888-1.97-5.13-5.972-9.453c-1.192 1.307-1.988 2.2-2.376 2.666M8 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-3c-2.21 0-4-1.706-4-3.81Q4 11.087 8 7q4 4.087 4 6.19C12 15.294 10.21 17 8 17m-2-3.81c0 .977.874 1.81 2 1.81s2-.833 2-1.81c0-.537-.654-1.675-2-3.24c-1.346 1.565-2 2.703-2 3.24"/></svg>

React

import type { SVGProps } from "react";

export function JamFlame(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="M5.652 5.594q-.242.291-.424.522q-.37.473-.7.922C2.813 9.383 2 11.204 2 12.381C2 15.461 4.665 18 8 18s6-2.538 6-5.619c0-1.888-1.97-5.13-5.972-9.453c-1.192 1.307-1.988 2.2-2.376 2.666M8 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-3c-2.21 0-4-1.706-4-3.81Q4 11.087 8 7q4 4.087 4 6.19C12 15.294 10.21 17 8 17m-2-3.81c0 .977.874 1.81 2 1.81s2-.833 2-1.81c0-.537-.654-1.675-2-3.24c-1.346 1.565-2 2.703-2 3.24"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-4 -2 24 24"><path fill="currentColor" d="M5.652 5.594q-.242.291-.424.522q-.37.473-.7.922C2.813 9.383 2 11.204 2 12.381C2 15.461 4.665 18 8 18s6-2.538 6-5.619c0-1.888-1.97-5.13-5.972-9.453c-1.192 1.307-1.988 2.2-2.376 2.666M8 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-3c-2.21 0-4-1.706-4-3.81Q4 11.087 8 7q4 4.087 4 6.19C12 15.294 10.21 17 8 17m-2-3.81c0 .977.874 1.81 2 1.81s2-.833 2-1.81c0-.537-.654-1.675-2-3.24c-1.346 1.565-2 2.703-2 3.24"/></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%22-4%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.652%205.594q-.242.291-.424.522q-.37.473-.7.922C2.813%209.383%202%2011.204%202%2012.381C2%2015.461%204.665%2018%208%2018s6-2.538%206-5.619c0-1.888-1.97-5.13-5.972-9.453c-1.192%201.307-1.988%202.2-2.376%202.666M8%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-3c-2.21%200-4-1.706-4-3.81Q4%2011.087%208%207q4%204.087%204%206.19C12%2015.294%2010.21%2017%208%2017m-2-3.81c0%20.977.874%201.81%202%201.81s2-.833%202-1.81c0-.537-.654-1.675-2-3.24c-1.346%201.565-2%202.703-2%203.24%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%22M5.652%205.594q-.242.291-.424.522q-.37.473-.7.922C2.813%209.383%202%2011.204%202%2012.381C2%2015.461%204.665%2018%208%2018s6-2.538%206-5.619c0-1.888-1.97-5.13-5.972-9.453c-1.192%201.307-1.988%202.2-2.376%202.666M8%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-3c-2.21%200-4-1.706-4-3.81Q4%2011.087%208%207q4%204.087%204%206.19C12%2015.294%2010.21%2017%208%2017m-2-3.81c0%20.977.874%201.81%202%201.81s2-.833%202-1.81c0-.537-.654-1.675-2-3.24c-1.346%201.565-2%202.703-2%203.24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/flame.svg?color=%231a73e8&size=48

Flame outline icon — Jam Icons · IconsDB