person shelter icon

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

Name
person-shelter
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 person shelter icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M335.9 68.2c-9.8-5.6-21.9-5.6-31.8 0l-224 128C70.2 201.9 64 212.5 64 224v320c0 17.7 14.3 32 32 32s32-14.3 32-32V242.6l192-109.7l192 109.7V544c0 17.7 14.3 32 32 32s32-14.3 32-32V224c0-11.5-6.2-22.1-16.1-27.8zM320 272c22.1 0 40-17.9 40-40s-17.9-40-40-40s-40 17.9-40 40s17.9 40 40 40m-8 192h16v88c0 13.3 10.7 24 24 24s24-10.7 24-24V377.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5L412 343c-18.3-33.9-53.6-55-92-55s-73.7 21.1-91.9 54.9l-33.2 61.7c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8l26.8-49.8V552c0 13.3 10.7 24 24 24s24-10.7 24-24z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidPersonShelter(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="M335.9 68.2c-9.8-5.6-21.9-5.6-31.8 0l-224 128C70.2 201.9 64 212.5 64 224v320c0 17.7 14.3 32 32 32s32-14.3 32-32V242.6l192-109.7l192 109.7V544c0 17.7 14.3 32 32 32s32-14.3 32-32V224c0-11.5-6.2-22.1-16.1-27.8zM320 272c22.1 0 40-17.9 40-40s-17.9-40-40-40s-40 17.9-40 40s17.9 40 40 40m-8 192h16v88c0 13.3 10.7 24 24 24s24-10.7 24-24V377.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5L412 343c-18.3-33.9-53.6-55-92-55s-73.7 21.1-91.9 54.9l-33.2 61.7c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8l26.8-49.8V552c0 13.3 10.7 24 24 24s24-10.7 24-24z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M335.9 68.2c-9.8-5.6-21.9-5.6-31.8 0l-224 128C70.2 201.9 64 212.5 64 224v320c0 17.7 14.3 32 32 32s32-14.3 32-32V242.6l192-109.7l192 109.7V544c0 17.7 14.3 32 32 32s32-14.3 32-32V224c0-11.5-6.2-22.1-16.1-27.8zM320 272c22.1 0 40-17.9 40-40s-17.9-40-40-40s-40 17.9-40 40s17.9 40 40 40m-8 192h16v88c0 13.3 10.7 24 24 24s24-10.7 24-24V377.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5L412 343c-18.3-33.9-53.6-55-92-55s-73.7 21.1-91.9 54.9l-33.2 61.7c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8l26.8-49.8V552c0 13.3 10.7 24 24 24s24-10.7 24-24z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M335.9%2068.2c-9.8-5.6-21.9-5.6-31.8%200l-224%20128C70.2%20201.9%2064%20212.5%2064%20224v320c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V242.6l192-109.7l192%20109.7V544c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V224c0-11.5-6.2-22.1-16.1-27.8zM320%20272c22.1%200%2040-17.9%2040-40s-17.9-40-40-40s-40%2017.9-40%2040s17.9%2040%2040%2040m-8%20192h16v88c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24V377.5l26.9%2049.9c6.3%2011.7%2020.8%2016%2032.5%209.8s16-20.8%209.8-32.5L412%20343c-18.3-33.9-53.6-55-92-55s-73.7%2021.1-91.9%2054.9l-33.2%2061.7c-6.3%2011.7-1.9%2026.2%209.8%2032.5s26.2%201.9%2032.5-9.8l26.8-49.8V552c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24z%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%22M335.9%2068.2c-9.8-5.6-21.9-5.6-31.8%200l-224%20128C70.2%20201.9%2064%20212.5%2064%20224v320c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V242.6l192-109.7l192%20109.7V544c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V224c0-11.5-6.2-22.1-16.1-27.8zM320%20272c22.1%200%2040-17.9%2040-40s-17.9-40-40-40s-40%2017.9-40%2040s17.9%2040%2040%2040m-8%20192h16v88c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24V377.5l26.9%2049.9c6.3%2011.7%2020.8%2016%2032.5%209.8s16-20.8%209.8-32.5L412%20343c-18.3-33.9-53.6-55-92-55s-73.7%2021.1-91.9%2054.9l-33.2%2061.7c-6.3%2011.7-1.9%2026.2%209.8%2032.5s26.2%201.9%2032.5-9.8l26.8-49.8V552c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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