people robbery icon
people-robbery from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- people-robbery
- 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 robbery icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M520.2 123.1C510.1 163.6 473.7 192 432 192s-78.1-28.4-88.2-68.9L335 88.2c-4.2-17.1-21.6-27.5-38.8-23.2s-27.5 21.6-23.2 38.8l8.7 34.9c11 44 40.2 79.6 78.3 99.6V544c0 17.7 14.3 32 32 32s32-14.3 32-32V416h16v128c0 17.7 14.3 32 32 32s32-14.3 32-32V238.3c38.1-20 67.3-55.6 78.3-99.6l8.7-34.9c4.3-17.1-6.1-34.5-23.3-38.8s-34.5 6.1-38.7 23.2l-8.7 34.9zM432 160c26.5 0 48-21.5 48-48s-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48m-320 0c26.5 0 48-21.5 48-48s-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48m-8 32c-35.3 0-64 28.7-64 64v288c0 17.7 14.3 32 32 32s32-14.3 32-32V416h16v128c0 17.7 14.3 32 32 32s32-14.3 32-32V316.7l13 20.5c5.9 9.2 16.1 14.9 27 14.9h48c17.7 0 32-14.3 32-32s-14.3-32-32-32h-30.4l-37.4-58.9C189.6 206 164.1 192 136.7 192z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidPeopleRobbery(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="M520.2 123.1C510.1 163.6 473.7 192 432 192s-78.1-28.4-88.2-68.9L335 88.2c-4.2-17.1-21.6-27.5-38.8-23.2s-27.5 21.6-23.2 38.8l8.7 34.9c11 44 40.2 79.6 78.3 99.6V544c0 17.7 14.3 32 32 32s32-14.3 32-32V416h16v128c0 17.7 14.3 32 32 32s32-14.3 32-32V238.3c38.1-20 67.3-55.6 78.3-99.6l8.7-34.9c4.3-17.1-6.1-34.5-23.3-38.8s-34.5 6.1-38.7 23.2l-8.7 34.9zM432 160c26.5 0 48-21.5 48-48s-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48m-320 0c26.5 0 48-21.5 48-48s-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48m-8 32c-35.3 0-64 28.7-64 64v288c0 17.7 14.3 32 32 32s32-14.3 32-32V416h16v128c0 17.7 14.3 32 32 32s32-14.3 32-32V316.7l13 20.5c5.9 9.2 16.1 14.9 27 14.9h48c17.7 0 32-14.3 32-32s-14.3-32-32-32h-30.4l-37.4-58.9C189.6 206 164.1 192 136.7 192z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M520.2 123.1C510.1 163.6 473.7 192 432 192s-78.1-28.4-88.2-68.9L335 88.2c-4.2-17.1-21.6-27.5-38.8-23.2s-27.5 21.6-23.2 38.8l8.7 34.9c11 44 40.2 79.6 78.3 99.6V544c0 17.7 14.3 32 32 32s32-14.3 32-32V416h16v128c0 17.7 14.3 32 32 32s32-14.3 32-32V238.3c38.1-20 67.3-55.6 78.3-99.6l8.7-34.9c4.3-17.1-6.1-34.5-23.3-38.8s-34.5 6.1-38.7 23.2l-8.7 34.9zM432 160c26.5 0 48-21.5 48-48s-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48m-320 0c26.5 0 48-21.5 48-48s-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48m-8 32c-35.3 0-64 28.7-64 64v288c0 17.7 14.3 32 32 32s32-14.3 32-32V416h16v128c0 17.7 14.3 32 32 32s32-14.3 32-32V316.7l13 20.5c5.9 9.2 16.1 14.9 27 14.9h48c17.7 0 32-14.3 32-32s-14.3-32-32-32h-30.4l-37.4-58.9C189.6 206 164.1 192 136.7 192z"/></svg> </template>
CSS
.icon-people-robbery {
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%22M520.2%20123.1C510.1%20163.6%20473.7%20192%20432%20192s-78.1-28.4-88.2-68.9L335%2088.2c-4.2-17.1-21.6-27.5-38.8-23.2s-27.5%2021.6-23.2%2038.8l8.7%2034.9c11%2044%2040.2%2079.6%2078.3%2099.6V544c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V416h16v128c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V238.3c38.1-20%2067.3-55.6%2078.3-99.6l8.7-34.9c4.3-17.1-6.1-34.5-23.3-38.8s-34.5%206.1-38.7%2023.2l-8.7%2034.9zM432%20160c26.5%200%2048-21.5%2048-48s-21.5-48-48-48s-48%2021.5-48%2048s21.5%2048%2048%2048m-320%200c26.5%200%2048-21.5%2048-48s-21.5-48-48-48s-48%2021.5-48%2048s21.5%2048%2048%2048m-8%2032c-35.3%200-64%2028.7-64%2064v288c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V416h16v128c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V316.7l13%2020.5c5.9%209.2%2016.1%2014.9%2027%2014.9h48c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-30.4l-37.4-58.9C189.6%20206%20164.1%20192%20136.7%20192z%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%22M520.2%20123.1C510.1%20163.6%20473.7%20192%20432%20192s-78.1-28.4-88.2-68.9L335%2088.2c-4.2-17.1-21.6-27.5-38.8-23.2s-27.5%2021.6-23.2%2038.8l8.7%2034.9c11%2044%2040.2%2079.6%2078.3%2099.6V544c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V416h16v128c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V238.3c38.1-20%2067.3-55.6%2078.3-99.6l8.7-34.9c4.3-17.1-6.1-34.5-23.3-38.8s-34.5%206.1-38.7%2023.2l-8.7%2034.9zM432%20160c26.5%200%2048-21.5%2048-48s-21.5-48-48-48s-48%2021.5-48%2048s21.5%2048%2048%2048m-320%200c26.5%200%2048-21.5%2048-48s-21.5-48-48-48s-48%2021.5-48%2048s21.5%2048%2048%2048m-8%2032c-35.3%200-64%2028.7-64%2064v288c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V416h16v128c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V316.7l13%2020.5c5.9%209.2%2016.1%2014.9%2027%2014.9h48c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-30.4l-37.4-58.9C189.6%20206%20164.1%20192%20136.7%20192z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/people-robbery.svg?color=%231a73e8&size=48