person through window icon

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

Name
person-through-window
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 through window icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M64 128h224v9.8c0 39-23.7 74-59.9 88.4C167.6 250.4 128 308.9 128 374.1v73.8H64v-320zm288 0h224v320h-67.7l-3.7-4.5l-75.2-90.2c-9.1-10.9-22.6-17.3-36.9-17.3h-71.1l-41-63.1c-.3-.5-.6-1-1-1.4c44.7-29 72.5-79 72.5-133.6v-9.8zm73 320h-26.6l42.7 64H592c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h260.2l33.2 49.8c9.8 14.7 29.7 18.7 44.4 8.9s18.7-29.7 8.9-44.4l-84.2-126.2h74.6l40 48zm-159.5 0H192v-73.8c0-10.2 1.6-20.1 4.7-29.5zM192 192c0-26.5-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48s48-21.5 48-48"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidPersonThroughWindow(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="M64 128h224v9.8c0 39-23.7 74-59.9 88.4C167.6 250.4 128 308.9 128 374.1v73.8H64v-320zm288 0h224v320h-67.7l-3.7-4.5l-75.2-90.2c-9.1-10.9-22.6-17.3-36.9-17.3h-71.1l-41-63.1c-.3-.5-.6-1-1-1.4c44.7-29 72.5-79 72.5-133.6v-9.8zm73 320h-26.6l42.7 64H592c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h260.2l33.2 49.8c9.8 14.7 29.7 18.7 44.4 8.9s18.7-29.7 8.9-44.4l-84.2-126.2h74.6l40 48zm-159.5 0H192v-73.8c0-10.2 1.6-20.1 4.7-29.5zM192 192c0-26.5-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48s48-21.5 48-48"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M64 128h224v9.8c0 39-23.7 74-59.9 88.4C167.6 250.4 128 308.9 128 374.1v73.8H64v-320zm288 0h224v320h-67.7l-3.7-4.5l-75.2-90.2c-9.1-10.9-22.6-17.3-36.9-17.3h-71.1l-41-63.1c-.3-.5-.6-1-1-1.4c44.7-29 72.5-79 72.5-133.6v-9.8zm73 320h-26.6l42.7 64H592c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h260.2l33.2 49.8c9.8 14.7 29.7 18.7 44.4 8.9s18.7-29.7 8.9-44.4l-84.2-126.2h74.6l40 48zm-159.5 0H192v-73.8c0-10.2 1.6-20.1 4.7-29.5zM192 192c0-26.5-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48s48-21.5 48-48"/></svg>
</template>

CSS

.icon-person-through-window {
  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%22M64%20128h224v9.8c0%2039-23.7%2074-59.9%2088.4C167.6%20250.4%20128%20308.9%20128%20374.1v73.8H64v-320zm288%200h224v320h-67.7l-3.7-4.5l-75.2-90.2c-9.1-10.9-22.6-17.3-36.9-17.3h-71.1l-41-63.1c-.3-.5-.6-1-1-1.4c44.7-29%2072.5-79%2072.5-133.6v-9.8zm73%20320h-26.6l42.7%2064H592c26.5%200%2048-21.5%2048-48V112c0-26.5-21.5-48-48-48H48C21.5%2064%200%2085.5%200%20112v352c0%2026.5%2021.5%2048%2048%2048h260.2l33.2%2049.8c9.8%2014.7%2029.7%2018.7%2044.4%208.9s18.7-29.7%208.9-44.4l-84.2-126.2h74.6l40%2048zm-159.5%200H192v-73.8c0-10.2%201.6-20.1%204.7-29.5zM192%20192c0-26.5-21.5-48-48-48s-48%2021.5-48%2048s21.5%2048%2048%2048s48-21.5%2048-48%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%22M64%20128h224v9.8c0%2039-23.7%2074-59.9%2088.4C167.6%20250.4%20128%20308.9%20128%20374.1v73.8H64v-320zm288%200h224v320h-67.7l-3.7-4.5l-75.2-90.2c-9.1-10.9-22.6-17.3-36.9-17.3h-71.1l-41-63.1c-.3-.5-.6-1-1-1.4c44.7-29%2072.5-79%2072.5-133.6v-9.8zm73%20320h-26.6l42.7%2064H592c26.5%200%2048-21.5%2048-48V112c0-26.5-21.5-48-48-48H48C21.5%2064%200%2085.5%200%20112v352c0%2026.5%2021.5%2048%2048%2048h260.2l33.2%2049.8c9.8%2014.7%2029.7%2018.7%2044.4%208.9s18.7-29.7%208.9-44.4l-84.2-126.2h74.6l40%2048zm-159.5%200H192v-73.8c0-10.2%201.6-20.1%204.7-29.5zM192%20192c0-26.5-21.5-48-48-48s-48%2021.5-48%2048s21.5%2048%2048%2048s48-21.5%2048-48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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