house circle xmark icon

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

Name
house-circle-xmark
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 circle xmark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M496 608c-79.5 0-144-64.5-144-144s64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144M268.6 70.5c12.2-9.3 29.7-8.7 41.2 2l217.6 202c-10.2-1.7-20.7-2.6-31.3-2.6c-78.6 0-146.2 47.2-175.9 114.8c-5-1.8-10.5-2.8-16.1-2.8h-32c-26.5 0-48 21.5-48 48v96H315c6.1 17.3 14.6 33.4 25.2 48L144 576c-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-2zm286.7 334.2c-6.2-6.2-16.4-6.2-22.6 0L496 441.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l36.7 36.7l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l36.7-36.7l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L518.6 464l36.7-36.7c6.2-6.2 6.2-16.4 0-22.6"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidHouseCircleXmark(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="M496 608c-79.5 0-144-64.5-144-144s64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144M268.6 70.5c12.2-9.3 29.7-8.7 41.2 2l217.6 202c-10.2-1.7-20.7-2.6-31.3-2.6c-78.6 0-146.2 47.2-175.9 114.8c-5-1.8-10.5-2.8-16.1-2.8h-32c-26.5 0-48 21.5-48 48v96H315c6.1 17.3 14.6 33.4 25.2 48L144 576c-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-2zm286.7 334.2c-6.2-6.2-16.4-6.2-22.6 0L496 441.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l36.7 36.7l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l36.7-36.7l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L518.6 464l36.7-36.7c6.2-6.2 6.2-16.4 0-22.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M496 608c-79.5 0-144-64.5-144-144s64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144M268.6 70.5c12.2-9.3 29.7-8.7 41.2 2l217.6 202c-10.2-1.7-20.7-2.6-31.3-2.6c-78.6 0-146.2 47.2-175.9 114.8c-5-1.8-10.5-2.8-16.1-2.8h-32c-26.5 0-48 21.5-48 48v96H315c6.1 17.3 14.6 33.4 25.2 48L144 576c-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-2zm286.7 334.2c-6.2-6.2-16.4-6.2-22.6 0L496 441.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l36.7 36.7l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l36.7-36.7l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L518.6 464l36.7-36.7c6.2-6.2 6.2-16.4 0-22.6"/></svg>
</template>

CSS

.icon-house-circle-xmark {
  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%22M496%20608c-79.5%200-144-64.5-144-144s64.5-144%20144-144s144%2064.5%20144%20144s-64.5%20144-144%20144M268.6%2070.5c12.2-9.3%2029.7-8.7%2041.2%202l217.6%20202c-10.2-1.7-20.7-2.6-31.3-2.6c-78.6%200-146.2%2047.2-175.9%20114.8c-5-1.8-10.5-2.8-16.1-2.8h-32c-26.5%200-48%2021.5-48%2048v96H315c6.1%2017.3%2014.6%2033.4%2025.2%2048L144%20576c-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-2zm286.7%20334.2c-6.2-6.2-16.4-6.2-22.6%200L496%20441.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6%200s-6.2%2016.4%200%2022.6l36.7%2036.7l-36.7%2036.7c-6.2%206.2-6.2%2016.4%200%2022.6s16.4%206.2%2022.6%200l36.7-36.7l36.7%2036.7c6.2%206.2%2016.4%206.2%2022.6%200s6.2-16.4%200-22.6L518.6%20464l36.7-36.7c6.2-6.2%206.2-16.4%200-22.6%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%22M496%20608c-79.5%200-144-64.5-144-144s64.5-144%20144-144s144%2064.5%20144%20144s-64.5%20144-144%20144M268.6%2070.5c12.2-9.3%2029.7-8.7%2041.2%202l217.6%20202c-10.2-1.7-20.7-2.6-31.3-2.6c-78.6%200-146.2%2047.2-175.9%20114.8c-5-1.8-10.5-2.8-16.1-2.8h-32c-26.5%200-48%2021.5-48%2048v96H315c6.1%2017.3%2014.6%2033.4%2025.2%2048L144%20576c-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-2zm286.7%20334.2c-6.2-6.2-16.4-6.2-22.6%200L496%20441.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6%200s-6.2%2016.4%200%2022.6l36.7%2036.7l-36.7%2036.7c-6.2%206.2-6.2%2016.4%200%2022.6s16.4%206.2%2022.6%200l36.7-36.7l36.7%2036.7c6.2%206.2%2016.4%206.2%2022.6%200s6.2-16.4%200-22.6L518.6%20464l36.7-36.7c6.2-6.2%206.2-16.4%200-22.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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