people carry icon
people-carry from Font Awesome Solid by Dave Gandy · Solid · Moving · CC-BY-4.0 Attribution required.
- Name
- people-carry
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Moving
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More moving icons from Font Awesome Solid
Use the people carry icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M96 32c30.9 0 56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56s25.1-56 56-56M32 235.1c0-32.6 26.5-59.1 59.1-59.1c23.5 0 45.5 11.3 59.1 30.4l48.7 68.2c5.8 8.2 15.1 13.1 25.1 13.4v-96c0-17.7 14.3-32 32-32h128c17.7 0 32 14.3 32 32v96c10-.3 19.3-5.2 25.1-13.4l48.7-68.2c13.6-19.1 35.6-30.4 59.1-30.4c32.6 0 59.1 26.5 59.1 59.1V336c0 30.2-14.2 58.7-38.4 76.8l-76.8 57.6c-8.1 6-12.8 15.5-12.8 25.6v80c0 17.7-14.3 32-32 32s-32-14.3-32-32v-80c0-30.2 14.2-58.7 38.4-76.8L496 388v-80.1l-2.8 3.9c-18 25.2-47.1 40.2-78.1 40.2H384c-.6 0-1.3 0-1.9-.1c-.6 0-1.3.1-1.9.1H259.8c-.6 0-1.3 0-1.9-.1c-.6 0-1.3.1-1.9.1h-31.1c-31 0-60.1-15-78.1-40.2l-2.8-3.9V388l41.6 31.2c24.2 18.1 38.4 46.6 38.4 76.8v80c0 17.7-14.3 32-32 32s-32-14.3-32-32v-80c0-10.1-4.7-19.6-12.8-25.6l-76.8-57.6C46.2 394.7 32 366.2 32 336zm0 208.2c3.1 2.7 6.3 5.4 9.6 7.9L96 492v84c0 17.7-14.3 32-32 32s-32-14.3-32-32zM600 88c0 30.9-25.1 56-56 56s-56-25.1-56-56s25.1-56 56-56s56 25.1 56 56m8 488c0 17.7-14.3 32-32 32s-32-14.3-32-32v-84l54.4-40.8c3.3-2.5 6.5-5.1 9.6-7.9z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidPeopleCarry(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="M96 32c30.9 0 56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56s25.1-56 56-56M32 235.1c0-32.6 26.5-59.1 59.1-59.1c23.5 0 45.5 11.3 59.1 30.4l48.7 68.2c5.8 8.2 15.1 13.1 25.1 13.4v-96c0-17.7 14.3-32 32-32h128c17.7 0 32 14.3 32 32v96c10-.3 19.3-5.2 25.1-13.4l48.7-68.2c13.6-19.1 35.6-30.4 59.1-30.4c32.6 0 59.1 26.5 59.1 59.1V336c0 30.2-14.2 58.7-38.4 76.8l-76.8 57.6c-8.1 6-12.8 15.5-12.8 25.6v80c0 17.7-14.3 32-32 32s-32-14.3-32-32v-80c0-30.2 14.2-58.7 38.4-76.8L496 388v-80.1l-2.8 3.9c-18 25.2-47.1 40.2-78.1 40.2H384c-.6 0-1.3 0-1.9-.1c-.6 0-1.3.1-1.9.1H259.8c-.6 0-1.3 0-1.9-.1c-.6 0-1.3.1-1.9.1h-31.1c-31 0-60.1-15-78.1-40.2l-2.8-3.9V388l41.6 31.2c24.2 18.1 38.4 46.6 38.4 76.8v80c0 17.7-14.3 32-32 32s-32-14.3-32-32v-80c0-10.1-4.7-19.6-12.8-25.6l-76.8-57.6C46.2 394.7 32 366.2 32 336zm0 208.2c3.1 2.7 6.3 5.4 9.6 7.9L96 492v84c0 17.7-14.3 32-32 32s-32-14.3-32-32zM600 88c0 30.9-25.1 56-56 56s-56-25.1-56-56s25.1-56 56-56s56 25.1 56 56m8 488c0 17.7-14.3 32-32 32s-32-14.3-32-32v-84l54.4-40.8c3.3-2.5 6.5-5.1 9.6-7.9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M96 32c30.9 0 56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56s25.1-56 56-56M32 235.1c0-32.6 26.5-59.1 59.1-59.1c23.5 0 45.5 11.3 59.1 30.4l48.7 68.2c5.8 8.2 15.1 13.1 25.1 13.4v-96c0-17.7 14.3-32 32-32h128c17.7 0 32 14.3 32 32v96c10-.3 19.3-5.2 25.1-13.4l48.7-68.2c13.6-19.1 35.6-30.4 59.1-30.4c32.6 0 59.1 26.5 59.1 59.1V336c0 30.2-14.2 58.7-38.4 76.8l-76.8 57.6c-8.1 6-12.8 15.5-12.8 25.6v80c0 17.7-14.3 32-32 32s-32-14.3-32-32v-80c0-30.2 14.2-58.7 38.4-76.8L496 388v-80.1l-2.8 3.9c-18 25.2-47.1 40.2-78.1 40.2H384c-.6 0-1.3 0-1.9-.1c-.6 0-1.3.1-1.9.1H259.8c-.6 0-1.3 0-1.9-.1c-.6 0-1.3.1-1.9.1h-31.1c-31 0-60.1-15-78.1-40.2l-2.8-3.9V388l41.6 31.2c24.2 18.1 38.4 46.6 38.4 76.8v80c0 17.7-14.3 32-32 32s-32-14.3-32-32v-80c0-10.1-4.7-19.6-12.8-25.6l-76.8-57.6C46.2 394.7 32 366.2 32 336zm0 208.2c3.1 2.7 6.3 5.4 9.6 7.9L96 492v84c0 17.7-14.3 32-32 32s-32-14.3-32-32zM600 88c0 30.9-25.1 56-56 56s-56-25.1-56-56s25.1-56 56-56s56 25.1 56 56m8 488c0 17.7-14.3 32-32 32s-32-14.3-32-32v-84l54.4-40.8c3.3-2.5 6.5-5.1 9.6-7.9z"/></svg> </template>
CSS
.icon-people-carry {
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%22M96%2032c30.9%200%2056%2025.1%2056%2056s-25.1%2056-56%2056s-56-25.1-56-56s25.1-56%2056-56M32%20235.1c0-32.6%2026.5-59.1%2059.1-59.1c23.5%200%2045.5%2011.3%2059.1%2030.4l48.7%2068.2c5.8%208.2%2015.1%2013.1%2025.1%2013.4v-96c0-17.7%2014.3-32%2032-32h128c17.7%200%2032%2014.3%2032%2032v96c10-.3%2019.3-5.2%2025.1-13.4l48.7-68.2c13.6-19.1%2035.6-30.4%2059.1-30.4c32.6%200%2059.1%2026.5%2059.1%2059.1V336c0%2030.2-14.2%2058.7-38.4%2076.8l-76.8%2057.6c-8.1%206-12.8%2015.5-12.8%2025.6v80c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-80c0-30.2%2014.2-58.7%2038.4-76.8L496%20388v-80.1l-2.8%203.9c-18%2025.2-47.1%2040.2-78.1%2040.2H384c-.6%200-1.3%200-1.9-.1c-.6%200-1.3.1-1.9.1H259.8c-.6%200-1.3%200-1.9-.1c-.6%200-1.3.1-1.9.1h-31.1c-31%200-60.1-15-78.1-40.2l-2.8-3.9V388l41.6%2031.2c24.2%2018.1%2038.4%2046.6%2038.4%2076.8v80c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-80c0-10.1-4.7-19.6-12.8-25.6l-76.8-57.6C46.2%20394.7%2032%20366.2%2032%20336zm0%20208.2c3.1%202.7%206.3%205.4%209.6%207.9L96%20492v84c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32zM600%2088c0%2030.9-25.1%2056-56%2056s-56-25.1-56-56s25.1-56%2056-56s56%2025.1%2056%2056m8%20488c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-84l54.4-40.8c3.3-2.5%206.5-5.1%209.6-7.9z%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%22M96%2032c30.9%200%2056%2025.1%2056%2056s-25.1%2056-56%2056s-56-25.1-56-56s25.1-56%2056-56M32%20235.1c0-32.6%2026.5-59.1%2059.1-59.1c23.5%200%2045.5%2011.3%2059.1%2030.4l48.7%2068.2c5.8%208.2%2015.1%2013.1%2025.1%2013.4v-96c0-17.7%2014.3-32%2032-32h128c17.7%200%2032%2014.3%2032%2032v96c10-.3%2019.3-5.2%2025.1-13.4l48.7-68.2c13.6-19.1%2035.6-30.4%2059.1-30.4c32.6%200%2059.1%2026.5%2059.1%2059.1V336c0%2030.2-14.2%2058.7-38.4%2076.8l-76.8%2057.6c-8.1%206-12.8%2015.5-12.8%2025.6v80c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-80c0-30.2%2014.2-58.7%2038.4-76.8L496%20388v-80.1l-2.8%203.9c-18%2025.2-47.1%2040.2-78.1%2040.2H384c-.6%200-1.3%200-1.9-.1c-.6%200-1.3.1-1.9.1H259.8c-.6%200-1.3%200-1.9-.1c-.6%200-1.3.1-1.9.1h-31.1c-31%200-60.1-15-78.1-40.2l-2.8-3.9V388l41.6%2031.2c24.2%2018.1%2038.4%2046.6%2038.4%2076.8v80c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-80c0-10.1-4.7-19.6-12.8-25.6l-76.8-57.6C46.2%20394.7%2032%20366.2%2032%20336zm0%20208.2c3.1%202.7%206.3%205.4%209.6%207.9L96%20492v84c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32zM600%2088c0%2030.9-25.1%2056-56%2056s-56-25.1-56-56s25.1-56%2056-56s56%2025.1%2056%2056m8%20488c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-84l54.4-40.8c3.3-2.5%206.5-5.1%209.6-7.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/people-carry.svg?color=%231a73e8&size=48