people roof icon
people-roof from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- people-roof
- 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 people roof icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M334.3 51.4c-9-4.5-19.6-4.5-28.6 0l-256 128c-15.8 7.9-22.2 27.1-14.3 42.9s27.1 22.2 42.9 14.3L320 115.8l241.7 120.8c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9zM320 336c30.9 0 56-25.1 56-56s-25.1-56-56-56s-56 25.1-56 56s25.1 56 56 56m0 48c-53 0-96 43-96 96v32c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32v-32c0-53-43-96-96-96m-128-64c0-26.5-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48s48-21.5 48-48m352 0c0-26.5-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48s48-21.5 48-48m-400 80c-44.2 0-80 35.8-80 80v33.1c0 17 13.8 30.9 30.9 30.9h87.8c-4.3-9.8-6.7-20.6-6.7-32v-48c0-18.4 3.5-36 9.8-52.2c-12.2-7.5-26.5-11.8-41.8-11.8m313.4 144h87.8c17 0 30.9-13.8 30.9-30.9V480c0-44.2-35.8-80-80-80c-15.3 0-29.6 4.3-41.8 11.8c6.3 16.2 9.8 33.8 9.8 52.2v48c0 11.4-2.4 22.2-6.7 32"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidPeopleRoof(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="M334.3 51.4c-9-4.5-19.6-4.5-28.6 0l-256 128c-15.8 7.9-22.2 27.1-14.3 42.9s27.1 22.2 42.9 14.3L320 115.8l241.7 120.8c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9zM320 336c30.9 0 56-25.1 56-56s-25.1-56-56-56s-56 25.1-56 56s25.1 56 56 56m0 48c-53 0-96 43-96 96v32c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32v-32c0-53-43-96-96-96m-128-64c0-26.5-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48s48-21.5 48-48m352 0c0-26.5-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48s48-21.5 48-48m-400 80c-44.2 0-80 35.8-80 80v33.1c0 17 13.8 30.9 30.9 30.9h87.8c-4.3-9.8-6.7-20.6-6.7-32v-48c0-18.4 3.5-36 9.8-52.2c-12.2-7.5-26.5-11.8-41.8-11.8m313.4 144h87.8c17 0 30.9-13.8 30.9-30.9V480c0-44.2-35.8-80-80-80c-15.3 0-29.6 4.3-41.8 11.8c6.3 16.2 9.8 33.8 9.8 52.2v48c0 11.4-2.4 22.2-6.7 32"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M334.3 51.4c-9-4.5-19.6-4.5-28.6 0l-256 128c-15.8 7.9-22.2 27.1-14.3 42.9s27.1 22.2 42.9 14.3L320 115.8l241.7 120.8c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9zM320 336c30.9 0 56-25.1 56-56s-25.1-56-56-56s-56 25.1-56 56s25.1 56 56 56m0 48c-53 0-96 43-96 96v32c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32v-32c0-53-43-96-96-96m-128-64c0-26.5-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48s48-21.5 48-48m352 0c0-26.5-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48s48-21.5 48-48m-400 80c-44.2 0-80 35.8-80 80v33.1c0 17 13.8 30.9 30.9 30.9h87.8c-4.3-9.8-6.7-20.6-6.7-32v-48c0-18.4 3.5-36 9.8-52.2c-12.2-7.5-26.5-11.8-41.8-11.8m313.4 144h87.8c17 0 30.9-13.8 30.9-30.9V480c0-44.2-35.8-80-80-80c-15.3 0-29.6 4.3-41.8 11.8c6.3 16.2 9.8 33.8 9.8 52.2v48c0 11.4-2.4 22.2-6.7 32"/></svg> </template>
CSS
.icon-people-roof {
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%22M334.3%2051.4c-9-4.5-19.6-4.5-28.6%200l-256%20128c-15.8%207.9-22.2%2027.1-14.3%2042.9s27.1%2022.2%2042.9%2014.3L320%20115.8l241.7%20120.8c15.8%207.9%2035%201.5%2042.9-14.3s1.5-35-14.3-42.9zM320%20336c30.9%200%2056-25.1%2056-56s-25.1-56-56-56s-56%2025.1-56%2056s25.1%2056%2056%2056m0%2048c-53%200-96%2043-96%2096v32c0%2017.7%2014.3%2032%2032%2032h128c17.7%200%2032-14.3%2032-32v-32c0-53-43-96-96-96m-128-64c0-26.5-21.5-48-48-48s-48%2021.5-48%2048s21.5%2048%2048%2048s48-21.5%2048-48m352%200c0-26.5-21.5-48-48-48s-48%2021.5-48%2048s21.5%2048%2048%2048s48-21.5%2048-48m-400%2080c-44.2%200-80%2035.8-80%2080v33.1c0%2017%2013.8%2030.9%2030.9%2030.9h87.8c-4.3-9.8-6.7-20.6-6.7-32v-48c0-18.4%203.5-36%209.8-52.2c-12.2-7.5-26.5-11.8-41.8-11.8m313.4%20144h87.8c17%200%2030.9-13.8%2030.9-30.9V480c0-44.2-35.8-80-80-80c-15.3%200-29.6%204.3-41.8%2011.8c6.3%2016.2%209.8%2033.8%209.8%2052.2v48c0%2011.4-2.4%2022.2-6.7%2032%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%22M334.3%2051.4c-9-4.5-19.6-4.5-28.6%200l-256%20128c-15.8%207.9-22.2%2027.1-14.3%2042.9s27.1%2022.2%2042.9%2014.3L320%20115.8l241.7%20120.8c15.8%207.9%2035%201.5%2042.9-14.3s1.5-35-14.3-42.9zM320%20336c30.9%200%2056-25.1%2056-56s-25.1-56-56-56s-56%2025.1-56%2056s25.1%2056%2056%2056m0%2048c-53%200-96%2043-96%2096v32c0%2017.7%2014.3%2032%2032%2032h128c17.7%200%2032-14.3%2032-32v-32c0-53-43-96-96-96m-128-64c0-26.5-21.5-48-48-48s-48%2021.5-48%2048s21.5%2048%2048%2048s48-21.5%2048-48m352%200c0-26.5-21.5-48-48-48s-48%2021.5-48%2048s21.5%2048%2048%2048s48-21.5%2048-48m-400%2080c-44.2%200-80%2035.8-80%2080v33.1c0%2017%2013.8%2030.9%2030.9%2030.9h87.8c-4.3-9.8-6.7-20.6-6.7-32v-48c0-18.4%203.5-36%209.8-52.2c-12.2-7.5-26.5-11.8-41.8-11.8m313.4%20144h87.8c17%200%2030.9-13.8%2030.9-30.9V480c0-44.2-35.8-80-80-80c-15.3%200-29.6%204.3-41.8%2011.8c6.3%2016.2%209.8%2033.8%209.8%2052.2v48c0%2011.4-2.4%2022.2-6.7%2032%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/people-roof.svg?color=%231a73e8&size=48