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

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

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the fire burner icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M345.7 48.3L358 34.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.2 27.2 26.2 58.2 26.2 88.2c0 88.6-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-7.7 20.3-7.5c14.1.3 23.8 11.4 32.7 21.6c2 2.3 4 4.6 6 6.7l19 19.9zM384 240.2c0-36.5-37-73-54.8-88.4c-5.4-4.7-13.1-4.7-18.5 0c-17.7 15.3-54.7 51.8-54.7 88.4c0 35.3 28.7 64 64 64s64-28.7 64-64M32 288c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32s-14.3 32-32 32v64h448v-64c-17.7 0-32-14.3-32-32s14.3-32 32-32h32c17.7 0 32 14.3 32 32v96c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32v-64c0-17.7 14.3-32 32-32zm288 192a32 32 0 1 0 0-64a32 32 0 1 0 0 64m160-32a32 32 0 1 0-64 0a32 32 0 1 0 64 0m-288 32a32 32 0 1 0 0-64a32 32 0 1 0 0 64"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidFireBurner(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M345.7 48.3L358 34.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.2 27.2 26.2 58.2 26.2 88.2c0 88.6-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-7.7 20.3-7.5c14.1.3 23.8 11.4 32.7 21.6c2 2.3 4 4.6 6 6.7l19 19.9zM384 240.2c0-36.5-37-73-54.8-88.4c-5.4-4.7-13.1-4.7-18.5 0c-17.7 15.3-54.7 51.8-54.7 88.4c0 35.3 28.7 64 64 64s64-28.7 64-64M32 288c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32s-14.3 32-32 32v64h448v-64c-17.7 0-32-14.3-32-32s14.3-32 32-32h32c17.7 0 32 14.3 32 32v96c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32v-64c0-17.7 14.3-32 32-32zm288 192a32 32 0 1 0 0-64a32 32 0 1 0 0 64m160-32a32 32 0 1 0-64 0a32 32 0 1 0 64 0m-288 32a32 32 0 1 0 0-64a32 32 0 1 0 0 64"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M345.7 48.3L358 34.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.2 27.2 26.2 58.2 26.2 88.2c0 88.6-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-7.7 20.3-7.5c14.1.3 23.8 11.4 32.7 21.6c2 2.3 4 4.6 6 6.7l19 19.9zM384 240.2c0-36.5-37-73-54.8-88.4c-5.4-4.7-13.1-4.7-18.5 0c-17.7 15.3-54.7 51.8-54.7 88.4c0 35.3 28.7 64 64 64s64-28.7 64-64M32 288c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32s-14.3 32-32 32v64h448v-64c-17.7 0-32-14.3-32-32s14.3-32 32-32h32c17.7 0 32 14.3 32 32v96c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32v-64c0-17.7 14.3-32 32-32zm288 192a32 32 0 1 0 0-64a32 32 0 1 0 0 64m160-32a32 32 0 1 0-64 0a32 32 0 1 0 64 0m-288 32a32 32 0 1 0 0-64a32 32 0 1 0 0 64"/></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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M345.7%2048.3L358%2034.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.2%2027.2%2026.2%2058.2%2026.2%2088.2c0%2088.6-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-7.7%2020.3-7.5c14.1.3%2023.8%2011.4%2032.7%2021.6c2%202.3%204%204.6%206%206.7l19%2019.9zM384%20240.2c0-36.5-37-73-54.8-88.4c-5.4-4.7-13.1-4.7-18.5%200c-17.7%2015.3-54.7%2051.8-54.7%2088.4c0%2035.3%2028.7%2064%2064%2064s64-28.7%2064-64M32%20288c0-17.7%2014.3-32%2032-32h32c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032v64h448v-64c-17.7%200-32-14.3-32-32s14.3-32%2032-32h32c17.7%200%2032%2014.3%2032%2032v96c17.7%200%2032%2014.3%2032%2032v64c0%2017.7-14.3%2032-32%2032H32c-17.7%200-32-14.3-32-32v-64c0-17.7%2014.3-32%2032-32zm288%20192a32%2032%200%201%200%200-64a32%2032%200%201%200%200%2064m160-32a32%2032%200%201%200-64%200a32%2032%200%201%200%2064%200m-288%2032a32%2032%200%201%200%200-64a32%2032%200%201%200%200%2064%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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M345.7%2048.3L358%2034.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.2%2027.2%2026.2%2058.2%2026.2%2088.2c0%2088.6-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-7.7%2020.3-7.5c14.1.3%2023.8%2011.4%2032.7%2021.6c2%202.3%204%204.6%206%206.7l19%2019.9zM384%20240.2c0-36.5-37-73-54.8-88.4c-5.4-4.7-13.1-4.7-18.5%200c-17.7%2015.3-54.7%2051.8-54.7%2088.4c0%2035.3%2028.7%2064%2064%2064s64-28.7%2064-64M32%20288c0-17.7%2014.3-32%2032-32h32c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032v64h448v-64c-17.7%200-32-14.3-32-32s14.3-32%2032-32h32c17.7%200%2032%2014.3%2032%2032v96c17.7%200%2032%2014.3%2032%2032v64c0%2017.7-14.3%2032-32%2032H32c-17.7%200-32-14.3-32-32v-64c0-17.7%2014.3-32%2032-32zm288%20192a32%2032%200%201%200%200-64a32%2032%200%201%200%200%2064m160-32a32%2032%200%201%200-64%200a32%2032%200%201%200%2064%200m-288%2032a32%2032%200%201%200%200-64a32%2032%200%201%200%200%2064%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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