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

Name
house-fire
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 house fire icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M448 256c14.1.4 23.8 11.4 32.7 21.7c2 2.3 4 4.6 6 6.7l19 19.9l12.2-13.8c5.4-6.1 13.3-8.9 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.2 26.2 88.2c0 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.1c5.7-5.2 13.1-7.7 20.3-7.5zM268.6 70.5c12.2-9.3 29.7-8.7 41.2 2l147.5 137c-19.2-4.3-40 .5-55.5 14.4c-36.4 32.6-67.7 69.8-90.3 106.4c-10.3 16.6-19.7 34.9-26.8 53.7H272c-26.5 0-48 21.5-48 48v96h64.6c7.3 17.2 16.8 33.4 28.2 48H144c-35.3 0-64-28.7-64-64V336H64c-13.2 0-25-8.1-29.8-20.3s-1.6-26.2 8-35.1l224-208l2.4-2zm220.7 337.2c-5.4-4.7-13.1-4.7-18.5 0c-17.7 15.4-54.7 51.9-54.7 88.4c0 35.3 28.7 64 64 64s64-28.7 64-64c0-36.5-37-73-54.7-88.4z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidHouseFire(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="M448 256c14.1.4 23.8 11.4 32.7 21.7c2 2.3 4 4.6 6 6.7l19 19.9l12.2-13.8c5.4-6.1 13.3-8.9 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.2 26.2 88.2c0 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.1c5.7-5.2 13.1-7.7 20.3-7.5zM268.6 70.5c12.2-9.3 29.7-8.7 41.2 2l147.5 137c-19.2-4.3-40 .5-55.5 14.4c-36.4 32.6-67.7 69.8-90.3 106.4c-10.3 16.6-19.7 34.9-26.8 53.7H272c-26.5 0-48 21.5-48 48v96h64.6c7.3 17.2 16.8 33.4 28.2 48H144c-35.3 0-64-28.7-64-64V336H64c-13.2 0-25-8.1-29.8-20.3s-1.6-26.2 8-35.1l224-208l2.4-2zm220.7 337.2c-5.4-4.7-13.1-4.7-18.5 0c-17.7 15.4-54.7 51.9-54.7 88.4c0 35.3 28.7 64 64 64s64-28.7 64-64c0-36.5-37-73-54.7-88.4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M448 256c14.1.4 23.8 11.4 32.7 21.7c2 2.3 4 4.6 6 6.7l19 19.9l12.2-13.8c5.4-6.1 13.3-8.9 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.2 26.2 88.2c0 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.1c5.7-5.2 13.1-7.7 20.3-7.5zM268.6 70.5c12.2-9.3 29.7-8.7 41.2 2l147.5 137c-19.2-4.3-40 .5-55.5 14.4c-36.4 32.6-67.7 69.8-90.3 106.4c-10.3 16.6-19.7 34.9-26.8 53.7H272c-26.5 0-48 21.5-48 48v96h64.6c7.3 17.2 16.8 33.4 28.2 48H144c-35.3 0-64-28.7-64-64V336H64c-13.2 0-25-8.1-29.8-20.3s-1.6-26.2 8-35.1l224-208l2.4-2zm220.7 337.2c-5.4-4.7-13.1-4.7-18.5 0c-17.7 15.4-54.7 51.9-54.7 88.4c0 35.3 28.7 64 64 64s64-28.7 64-64c0-36.5-37-73-54.7-88.4z"/></svg>
</template>

CSS

.icon-house-fire {
  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%22M448%20256c14.1.4%2023.8%2011.4%2032.7%2021.7c2%202.3%204%204.6%206%206.7l19%2019.9l12.2-13.8c5.4-6.1%2013.3-8.9%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.2%2026.2%2088.2c0%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.1c5.7-5.2%2013.1-7.7%2020.3-7.5zM268.6%2070.5c12.2-9.3%2029.7-8.7%2041.2%202l147.5%20137c-19.2-4.3-40%20.5-55.5%2014.4c-36.4%2032.6-67.7%2069.8-90.3%20106.4c-10.3%2016.6-19.7%2034.9-26.8%2053.7H272c-26.5%200-48%2021.5-48%2048v96h64.6c7.3%2017.2%2016.8%2033.4%2028.2%2048H144c-35.3%200-64-28.7-64-64V336H64c-13.2%200-25-8.1-29.8-20.3s-1.6-26.2%208-35.1l224-208l2.4-2zm220.7%20337.2c-5.4-4.7-13.1-4.7-18.5%200c-17.7%2015.4-54.7%2051.9-54.7%2088.4c0%2035.3%2028.7%2064%2064%2064s64-28.7%2064-64c0-36.5-37-73-54.7-88.4z%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%22M448%20256c14.1.4%2023.8%2011.4%2032.7%2021.7c2%202.3%204%204.6%206%206.7l19%2019.9l12.2-13.8c5.4-6.1%2013.3-8.9%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.2%2026.2%2088.2c0%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.1c5.7-5.2%2013.1-7.7%2020.3-7.5zM268.6%2070.5c12.2-9.3%2029.7-8.7%2041.2%202l147.5%20137c-19.2-4.3-40%20.5-55.5%2014.4c-36.4%2032.6-67.7%2069.8-90.3%20106.4c-10.3%2016.6-19.7%2034.9-26.8%2053.7H272c-26.5%200-48%2021.5-48%2048v96h64.6c7.3%2017.2%2016.8%2033.4%2028.2%2048H144c-35.3%200-64-28.7-64-64V336H64c-13.2%200-25-8.1-29.8-20.3s-1.6-26.2%208-35.1l224-208l2.4-2zm220.7%20337.2c-5.4-4.7-13.1-4.7-18.5%200c-17.7%2015.4-54.7%2051.9-54.7%2088.4c0%2035.3%2028.7%2064%2064%2064s64-28.7%2064-64c0-36.5-37-73-54.7-88.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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