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

Name
person-shelter
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the person shelter icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M271.9 4.2c-9.8-5.6-21.9-5.6-31.8 0l-224 128C6.2 137.9 0 148.5 0 160v320c0 17.7 14.3 32 32 32s32-14.3 32-32V178.6L256 68.9l192 109.7V480c0 17.7 14.3 32 32 32s32-14.3 32-32V160c0-11.5-6.2-22.1-16.1-27.8zM256 208a40 40 0 1 0 0-80a40 40 0 1 0 0 80m-8 280v-88h16v88c0 13.3 10.7 24 24 24s24-10.7 24-24V313.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-37.9-70.3c-15.3-28.5-45.1-46.3-77.5-46.3h-19.5c-32.4 0-62.1 17.8-77.5 46.3l-37.9 70.3c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8l26.8-49.9V488c0 13.3 10.7 24 24 24s24-10.7 24-24"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidPersonShelter(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M271.9 4.2c-9.8-5.6-21.9-5.6-31.8 0l-224 128C6.2 137.9 0 148.5 0 160v320c0 17.7 14.3 32 32 32s32-14.3 32-32V178.6L256 68.9l192 109.7V480c0 17.7 14.3 32 32 32s32-14.3 32-32V160c0-11.5-6.2-22.1-16.1-27.8zM256 208a40 40 0 1 0 0-80a40 40 0 1 0 0 80m-8 280v-88h16v88c0 13.3 10.7 24 24 24s24-10.7 24-24V313.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-37.9-70.3c-15.3-28.5-45.1-46.3-77.5-46.3h-19.5c-32.4 0-62.1 17.8-77.5 46.3l-37.9 70.3c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8l26.8-49.9V488c0 13.3 10.7 24 24 24s24-10.7 24-24"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M271.9 4.2c-9.8-5.6-21.9-5.6-31.8 0l-224 128C6.2 137.9 0 148.5 0 160v320c0 17.7 14.3 32 32 32s32-14.3 32-32V178.6L256 68.9l192 109.7V480c0 17.7 14.3 32 32 32s32-14.3 32-32V160c0-11.5-6.2-22.1-16.1-27.8zM256 208a40 40 0 1 0 0-80a40 40 0 1 0 0 80m-8 280v-88h16v88c0 13.3 10.7 24 24 24s24-10.7 24-24V313.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-37.9-70.3c-15.3-28.5-45.1-46.3-77.5-46.3h-19.5c-32.4 0-62.1 17.8-77.5 46.3l-37.9 70.3c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8l26.8-49.9V488c0 13.3 10.7 24 24 24s24-10.7 24-24"/></svg>
</template>

CSS

.icon-person-shelter {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M271.9%204.2c-9.8-5.6-21.9-5.6-31.8%200l-224%20128C6.2%20137.9%200%20148.5%200%20160v320c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V178.6L256%2068.9l192%20109.7V480c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V160c0-11.5-6.2-22.1-16.1-27.8zM256%20208a40%2040%200%201%200%200-80a40%2040%200%201%200%200%2080m-8%20280v-88h16v88c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24V313.5l26.9%2049.9c6.3%2011.7%2020.8%2016%2032.5%209.8s16-20.8%209.8-32.5l-37.9-70.3c-15.3-28.5-45.1-46.3-77.5-46.3h-19.5c-32.4%200-62.1%2017.8-77.5%2046.3l-37.9%2070.3c-6.3%2011.7-1.9%2026.2%209.8%2032.5s26.2%201.9%2032.5-9.8l26.8-49.9V488c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M271.9%204.2c-9.8-5.6-21.9-5.6-31.8%200l-224%20128C6.2%20137.9%200%20148.5%200%20160v320c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V178.6L256%2068.9l192%20109.7V480c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V160c0-11.5-6.2-22.1-16.1-27.8zM256%20208a40%2040%200%201%200%200-80a40%2040%200%201%200%200%2080m-8%20280v-88h16v88c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24V313.5l26.9%2049.9c6.3%2011.7%2020.8%2016%2032.5%209.8s16-20.8%209.8-32.5l-37.9-70.3c-15.3-28.5-45.1-46.3-77.5-46.3h-19.5c-32.4%200-62.1%2017.8-77.5%2046.3l-37.9%2070.3c-6.3%2011.7-1.9%2026.2%209.8%2032.5s26.2%201.9%2032.5-9.8l26.8-49.9V488c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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