house signal icon
house-signal from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- house-signal
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 576×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
house-chimneyhouse-chimney-crackhouse-chimney-medicalhouse-chimney-userhouse-chimney-windowhouse-circle-checkhouse-circle-exclamationhouse-circle-xmarkhouse-crackhouse-firehouse-flaghouse-flood-waterhouse-flood-water-circle-arrow-righthouse-laptophouse-lockhouse-medicalhouse-medical-circle-checkhouse-medical-circle-exclamationhouse-medical-circle-xmarkhouse-medical-flaghouse-tsunamihouse-user
Use the house signal icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M357.7 8.5c-12.3-11.3-31.2-11.3-43.4 0l-208 192c-9.4 8.6-12.7 22-8.5 34c87.1 25.3 155.6 94.2 180.3 181.6L464 416c26.5 0 48-21.5 48-48V256h32c13.2 0 25-8.1 29.8-20.3s1.6-26.2-8.1-35.2zM288 208c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16h-64c-8.8 0-16-7.2-16-16zM24 256c-13.3 0-24 10.7-24 24s10.7 24 24 24c101.6 0 184 82.4 184 184c0 13.3 10.7 24 24 24s24-10.7 24-24c0-128.1-103.9-232-232-232m8 256a32 32 0 1 0 0-64a32 32 0 1 0 0 64M0 376c0 13.3 10.7 24 24 24c48.6 0 88 39.4 88 88c0 13.3 10.7 24 24 24s24-10.7 24-24c0-75.1-60.9-136-136-136c-13.3 0-24 10.7-24 24"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidHouseSignal(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M357.7 8.5c-12.3-11.3-31.2-11.3-43.4 0l-208 192c-9.4 8.6-12.7 22-8.5 34c87.1 25.3 155.6 94.2 180.3 181.6L464 416c26.5 0 48-21.5 48-48V256h32c13.2 0 25-8.1 29.8-20.3s1.6-26.2-8.1-35.2zM288 208c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16h-64c-8.8 0-16-7.2-16-16zM24 256c-13.3 0-24 10.7-24 24s10.7 24 24 24c101.6 0 184 82.4 184 184c0 13.3 10.7 24 24 24s24-10.7 24-24c0-128.1-103.9-232-232-232m8 256a32 32 0 1 0 0-64a32 32 0 1 0 0 64M0 376c0 13.3 10.7 24 24 24c48.6 0 88 39.4 88 88c0 13.3 10.7 24 24 24s24-10.7 24-24c0-75.1-60.9-136-136-136c-13.3 0-24 10.7-24 24"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M357.7 8.5c-12.3-11.3-31.2-11.3-43.4 0l-208 192c-9.4 8.6-12.7 22-8.5 34c87.1 25.3 155.6 94.2 180.3 181.6L464 416c26.5 0 48-21.5 48-48V256h32c13.2 0 25-8.1 29.8-20.3s1.6-26.2-8.1-35.2zM288 208c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16h-64c-8.8 0-16-7.2-16-16zM24 256c-13.3 0-24 10.7-24 24s10.7 24 24 24c101.6 0 184 82.4 184 184c0 13.3 10.7 24 24 24s24-10.7 24-24c0-128.1-103.9-232-232-232m8 256a32 32 0 1 0 0-64a32 32 0 1 0 0 64M0 376c0 13.3 10.7 24 24 24c48.6 0 88 39.4 88 88c0 13.3 10.7 24 24 24s24-10.7 24-24c0-75.1-60.9-136-136-136c-13.3 0-24 10.7-24 24"/></svg> </template>
CSS
.icon-house-signal {
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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M357.7%208.5c-12.3-11.3-31.2-11.3-43.4%200l-208%20192c-9.4%208.6-12.7%2022-8.5%2034c87.1%2025.3%20155.6%2094.2%20180.3%20181.6L464%20416c26.5%200%2048-21.5%2048-48V256h32c13.2%200%2025-8.1%2029.8-20.3s1.6-26.2-8.1-35.2zM288%20208c0-8.8%207.2-16%2016-16h64c8.8%200%2016%207.2%2016%2016v64c0%208.8-7.2%2016-16%2016h-64c-8.8%200-16-7.2-16-16zM24%20256c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024c101.6%200%20184%2082.4%20184%20184c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24c0-128.1-103.9-232-232-232m8%20256a32%2032%200%201%200%200-64a32%2032%200%201%200%200%2064M0%20376c0%2013.3%2010.7%2024%2024%2024c48.6%200%2088%2039.4%2088%2088c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24c0-75.1-60.9-136-136-136c-13.3%200-24%2010.7-24%2024%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M357.7%208.5c-12.3-11.3-31.2-11.3-43.4%200l-208%20192c-9.4%208.6-12.7%2022-8.5%2034c87.1%2025.3%20155.6%2094.2%20180.3%20181.6L464%20416c26.5%200%2048-21.5%2048-48V256h32c13.2%200%2025-8.1%2029.8-20.3s1.6-26.2-8.1-35.2zM288%20208c0-8.8%207.2-16%2016-16h64c8.8%200%2016%207.2%2016%2016v64c0%208.8-7.2%2016-16%2016h-64c-8.8%200-16-7.2-16-16zM24%20256c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024c101.6%200%20184%2082.4%20184%20184c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24c0-128.1-103.9-232-232-232m8%20256a32%2032%200%201%200%200-64a32%2032%200%201%200%200%2064M0%20376c0%2013.3%2010.7%2024%2024%2024c48.6%200%2088%2039.4%2088%2088c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24c0-75.1-60.9-136-136-136c-13.3%200-24%2010.7-24%2024%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/house-signal.svg?color=%231a73e8&size=48