house circle check icon

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

Name
house-circle-check
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 check 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.1 47.2-175.8 114.8c-5.1-1.8-10.5-2.8-16.2-2.8h-32c-26.5 0-48 21.5-48 48v96h91c6.1 17.3 14.6 33.4 25.1 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-2zm284.8 332.6c-7.1-5.2-17.1-3.6-22.3 3.5l-53 72.8l-26.7-26.8c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c3.3 3.3 7.9 5 12.6 4.7s8.9-2.8 11.7-6.6l64-88c5.2-7.1 3.6-17.1-3.5-22.3z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidHouseCircleCheck(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.1 47.2-175.8 114.8c-5.1-1.8-10.5-2.8-16.2-2.8h-32c-26.5 0-48 21.5-48 48v96h91c6.1 17.3 14.6 33.4 25.1 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-2zm284.8 332.6c-7.1-5.2-17.1-3.6-22.3 3.5l-53 72.8l-26.7-26.8c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c3.3 3.3 7.9 5 12.6 4.7s8.9-2.8 11.7-6.6l64-88c5.2-7.1 3.6-17.1-3.5-22.3z"/></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.1 47.2-175.8 114.8c-5.1-1.8-10.5-2.8-16.2-2.8h-32c-26.5 0-48 21.5-48 48v96h91c6.1 17.3 14.6 33.4 25.1 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-2zm284.8 332.6c-7.1-5.2-17.1-3.6-22.3 3.5l-53 72.8l-26.7-26.8c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c3.3 3.3 7.9 5 12.6 4.7s8.9-2.8 11.7-6.6l64-88c5.2-7.1 3.6-17.1-3.5-22.3z"/></svg>
</template>

CSS

.icon-house-circle-check {
  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.1%2047.2-175.8%20114.8c-5.1-1.8-10.5-2.8-16.2-2.8h-32c-26.5%200-48%2021.5-48%2048v96h91c6.1%2017.3%2014.6%2033.4%2025.1%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-2zm284.8%20332.6c-7.1-5.2-17.1-3.6-22.3%203.5l-53%2072.8l-26.7-26.8c-6.2-6.2-16.4-6.2-22.6%200s-6.2%2016.4%200%2022.6l40%2040c3.3%203.3%207.9%205%2012.6%204.7s8.9-2.8%2011.7-6.6l64-88c5.2-7.1%203.6-17.1-3.5-22.3z%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.1%2047.2-175.8%20114.8c-5.1-1.8-10.5-2.8-16.2-2.8h-32c-26.5%200-48%2021.5-48%2048v96h91c6.1%2017.3%2014.6%2033.4%2025.1%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-2zm284.8%20332.6c-7.1-5.2-17.1-3.6-22.3%203.5l-53%2072.8l-26.7-26.8c-6.2-6.2-16.4-6.2-22.6%200s-6.2%2016.4%200%2022.6l40%2040c3.3%203.3%207.9%205%2012.6%204.7s8.9-2.8%2011.7-6.6l64-88c5.2-7.1%203.6-17.1-3.5-22.3z%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-check.svg?color=%231a73e8&size=48