fire-burner from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
fire-burner
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome Solid

Use the fire burner icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M345.7 112.3L358 98.5c5.4-6.1 13.3-8.8 20.9-8.9c7.2 0 14.3 2.6 19.9 7.8c19.7 18.3 39.8 43.2 55 70.6c15.1 27.2 26.2 58.1 26.2 88.1c0 88.7-71.3 159.8-160 159.8c-89.6 0-160-71.3-160-159.8c0-37.3 16-73.4 36.8-104.5c20.9-31.3 47.5-59 70.9-80.2c5.7-5.2 13.1-7.7 20.3-7.5s13.4 3.2 18.8 7.5c14.4 11.4 38.9 40.7 38.9 40.7zM384 304.2c0-36.5-37-73-54.8-88.4c-5.4-4.7-13.1-4.7-18.5 0c-17.7 15.4-54.8 51.9-54.8 88.4c0 35.3 28.7 64 64 64s64-28.7 64-64zM156.8 384c37.7 48.3 96.1 80 163.2 80c66.5 0 125.1-31.7 163-80h45c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H112c-26.5 0-48-21.5-48-48v-64c0-26.5 21.5-48 48-48zM520 464c0-13.3-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24s24-10.7 24-24"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidFireBurner(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M345.7 112.3L358 98.5c5.4-6.1 13.3-8.8 20.9-8.9c7.2 0 14.3 2.6 19.9 7.8c19.7 18.3 39.8 43.2 55 70.6c15.1 27.2 26.2 58.1 26.2 88.1c0 88.7-71.3 159.8-160 159.8c-89.6 0-160-71.3-160-159.8c0-37.3 16-73.4 36.8-104.5c20.9-31.3 47.5-59 70.9-80.2c5.7-5.2 13.1-7.7 20.3-7.5s13.4 3.2 18.8 7.5c14.4 11.4 38.9 40.7 38.9 40.7zM384 304.2c0-36.5-37-73-54.8-88.4c-5.4-4.7-13.1-4.7-18.5 0c-17.7 15.4-54.8 51.9-54.8 88.4c0 35.3 28.7 64 64 64s64-28.7 64-64zM156.8 384c37.7 48.3 96.1 80 163.2 80c66.5 0 125.1-31.7 163-80h45c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H112c-26.5 0-48-21.5-48-48v-64c0-26.5 21.5-48 48-48zM520 464c0-13.3-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24s24-10.7 24-24"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M345.7 112.3L358 98.5c5.4-6.1 13.3-8.8 20.9-8.9c7.2 0 14.3 2.6 19.9 7.8c19.7 18.3 39.8 43.2 55 70.6c15.1 27.2 26.2 58.1 26.2 88.1c0 88.7-71.3 159.8-160 159.8c-89.6 0-160-71.3-160-159.8c0-37.3 16-73.4 36.8-104.5c20.9-31.3 47.5-59 70.9-80.2c5.7-5.2 13.1-7.7 20.3-7.5s13.4 3.2 18.8 7.5c14.4 11.4 38.9 40.7 38.9 40.7zM384 304.2c0-36.5-37-73-54.8-88.4c-5.4-4.7-13.1-4.7-18.5 0c-17.7 15.4-54.8 51.9-54.8 88.4c0 35.3 28.7 64 64 64s64-28.7 64-64zM156.8 384c37.7 48.3 96.1 80 163.2 80c66.5 0 125.1-31.7 163-80h45c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H112c-26.5 0-48-21.5-48-48v-64c0-26.5 21.5-48 48-48zM520 464c0-13.3-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24s24-10.7 24-24"/></svg>
</template>

CSS

.icon-fire-burner {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M345.7%20112.3L358%2098.5c5.4-6.1%2013.3-8.8%2020.9-8.9c7.2%200%2014.3%202.6%2019.9%207.8c19.7%2018.3%2039.8%2043.2%2055%2070.6c15.1%2027.2%2026.2%2058.1%2026.2%2088.1c0%2088.7-71.3%20159.8-160%20159.8c-89.6%200-160-71.3-160-159.8c0-37.3%2016-73.4%2036.8-104.5c20.9-31.3%2047.5-59%2070.9-80.2c5.7-5.2%2013.1-7.7%2020.3-7.5s13.4%203.2%2018.8%207.5c14.4%2011.4%2038.9%2040.7%2038.9%2040.7zM384%20304.2c0-36.5-37-73-54.8-88.4c-5.4-4.7-13.1-4.7-18.5%200c-17.7%2015.4-54.8%2051.9-54.8%2088.4c0%2035.3%2028.7%2064%2064%2064s64-28.7%2064-64zM156.8%20384c37.7%2048.3%2096.1%2080%20163.2%2080c66.5%200%20125.1-31.7%20163-80h45c26.5%200%2048%2021.5%2048%2048v64c0%2026.5-21.5%2048-48%2048H112c-26.5%200-48-21.5-48-48v-64c0-26.5%2021.5-48%2048-48zM520%20464c0-13.3-10.7-24-24-24s-24%2010.7-24%2024s10.7%2024%2024%2024s24-10.7%2024-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%220%200%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M345.7%20112.3L358%2098.5c5.4-6.1%2013.3-8.8%2020.9-8.9c7.2%200%2014.3%202.6%2019.9%207.8c19.7%2018.3%2039.8%2043.2%2055%2070.6c15.1%2027.2%2026.2%2058.1%2026.2%2088.1c0%2088.7-71.3%20159.8-160%20159.8c-89.6%200-160-71.3-160-159.8c0-37.3%2016-73.4%2036.8-104.5c20.9-31.3%2047.5-59%2070.9-80.2c5.7-5.2%2013.1-7.7%2020.3-7.5s13.4%203.2%2018.8%207.5c14.4%2011.4%2038.9%2040.7%2038.9%2040.7zM384%20304.2c0-36.5-37-73-54.8-88.4c-5.4-4.7-13.1-4.7-18.5%200c-17.7%2015.4-54.8%2051.9-54.8%2088.4c0%2035.3%2028.7%2064%2064%2064s64-28.7%2064-64zM156.8%20384c37.7%2048.3%2096.1%2080%20163.2%2080c66.5%200%20125.1-31.7%20163-80h45c26.5%200%2048%2021.5%2048%2048v64c0%2026.5-21.5%2048-48%2048H112c-26.5%200-48-21.5-48-48v-64c0-26.5%2021.5-48%2048-48zM520%20464c0-13.3-10.7-24-24-24s-24%2010.7-24%2024s10.7%2024%2024%2024s24-10.7%2024-24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/fire-burner.svg?color=%231a73e8&size=48