people pulling icon
people-pulling from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- people-pulling
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 576×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
Use the people pulling icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M80 96a48 48 0 1 0 0-96a48 48 0 1 0 0 96m-16 32c-35.3 0-64 28.7-64 64v128c0 17.7 14.3 32 32 32c9.8 0 18.5-4.4 24.4-11.2l24 144.5c2.9 17.4 19.4 29.2 36.8 26.3s29.2-19.4 26.3-36.8L123.1 352h15.7l30 134.9c3.8 17.3 20.9 28.1 38.2 24.3s28.1-20.9 24.3-38.2L174 215l116.3 53.8c.5.3 1.1.5 1.6.7c8.6 3.6 18 3.1 25.9-.7c3.4-1.6 6.6-3.9 9.3-6.7c3.1-3.2 5.5-7 7.1-11.4c.1-.3.2-.7.3-1l2.5-7.5c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1l22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54l19.3-65.5l9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L537 232.7l-15.3-36.8c-17.2-41.1-57.4-67.9-102-67.9c-22.8 0-45.3 4.8-66.1 14l-8 3.5a128.9 128.9 0 0 0-58.1 51.6l-130.2-60.2c-12.6-5.9-26.4-8.9-40.3-8.9zm400-32a48 48 0 1 0 0-96a48 48 0 1 0 0 96M349.7 335.6l-25 62.4l-59.4 59.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l61.7-61.7c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2l-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidPeoplePulling(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M80 96a48 48 0 1 0 0-96a48 48 0 1 0 0 96m-16 32c-35.3 0-64 28.7-64 64v128c0 17.7 14.3 32 32 32c9.8 0 18.5-4.4 24.4-11.2l24 144.5c2.9 17.4 19.4 29.2 36.8 26.3s29.2-19.4 26.3-36.8L123.1 352h15.7l30 134.9c3.8 17.3 20.9 28.1 38.2 24.3s28.1-20.9 24.3-38.2L174 215l116.3 53.8c.5.3 1.1.5 1.6.7c8.6 3.6 18 3.1 25.9-.7c3.4-1.6 6.6-3.9 9.3-6.7c3.1-3.2 5.5-7 7.1-11.4c.1-.3.2-.7.3-1l2.5-7.5c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1l22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54l19.3-65.5l9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L537 232.7l-15.3-36.8c-17.2-41.1-57.4-67.9-102-67.9c-22.8 0-45.3 4.8-66.1 14l-8 3.5a128.9 128.9 0 0 0-58.1 51.6l-130.2-60.2c-12.6-5.9-26.4-8.9-40.3-8.9zm400-32a48 48 0 1 0 0-96a48 48 0 1 0 0 96M349.7 335.6l-25 62.4l-59.4 59.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l61.7-61.7c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2l-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M80 96a48 48 0 1 0 0-96a48 48 0 1 0 0 96m-16 32c-35.3 0-64 28.7-64 64v128c0 17.7 14.3 32 32 32c9.8 0 18.5-4.4 24.4-11.2l24 144.5c2.9 17.4 19.4 29.2 36.8 26.3s29.2-19.4 26.3-36.8L123.1 352h15.7l30 134.9c3.8 17.3 20.9 28.1 38.2 24.3s28.1-20.9 24.3-38.2L174 215l116.3 53.8c.5.3 1.1.5 1.6.7c8.6 3.6 18 3.1 25.9-.7c3.4-1.6 6.6-3.9 9.3-6.7c3.1-3.2 5.5-7 7.1-11.4c.1-.3.2-.7.3-1l2.5-7.5c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1l22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54l19.3-65.5l9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L537 232.7l-15.3-36.8c-17.2-41.1-57.4-67.9-102-67.9c-22.8 0-45.3 4.8-66.1 14l-8 3.5a128.9 128.9 0 0 0-58.1 51.6l-130.2-60.2c-12.6-5.9-26.4-8.9-40.3-8.9zm400-32a48 48 0 1 0 0-96a48 48 0 1 0 0 96M349.7 335.6l-25 62.4l-59.4 59.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l61.7-61.7c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2l-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6z"/></svg> </template>
CSS
.icon-people-pulling {
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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M80%2096a48%2048%200%201%200%200-96a48%2048%200%201%200%200%2096m-16%2032c-35.3%200-64%2028.7-64%2064v128c0%2017.7%2014.3%2032%2032%2032c9.8%200%2018.5-4.4%2024.4-11.2l24%20144.5c2.9%2017.4%2019.4%2029.2%2036.8%2026.3s29.2-19.4%2026.3-36.8L123.1%20352h15.7l30%20134.9c3.8%2017.3%2020.9%2028.1%2038.2%2024.3s28.1-20.9%2024.3-38.2L174%20215l116.3%2053.8c.5.3%201.1.5%201.6.7c8.6%203.6%2018%203.1%2025.9-.7c3.4-1.6%206.6-3.9%209.3-6.7c3.1-3.2%205.5-7%207.1-11.4c.1-.3.2-.7.3-1l2.5-7.5c5.7-17.1%2018.3-30.9%2034.7-38.2l8-3.5c1-.4%201.9-.8%202.9-1.2l-16.9%2063.5c-5.6%2021.1-.1%2043.6%2014.7%2059.7l70.7%2077.1l22%2088.1c4.3%2017.1%2021.7%2027.6%2038.8%2023.3s27.6-21.7%2023.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54l19.3-65.5l9.6%2023c4.4%2010.6%2012.5%2019.3%2022.8%2024.5l26.7%2013.3c15.8%207.9%2035%201.5%2042.9-14.3s1.5-35-14.3-42.9L537%20232.7l-15.3-36.8c-17.2-41.1-57.4-67.9-102-67.9c-22.8%200-45.3%204.8-66.1%2014l-8%203.5a128.9%20128.9%200%200%200-58.1%2051.6l-130.2-60.2c-12.6-5.9-26.4-8.9-40.3-8.9zm400-32a48%2048%200%201%200%200-96a48%2048%200%201%200%200%2096M349.7%20335.6l-25%2062.4l-59.4%2059.4c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200l61.7-61.7c4.6-4.6%208.2-10.1%2010.6-16.1l14.5-36.2l-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6z%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M80%2096a48%2048%200%201%200%200-96a48%2048%200%201%200%200%2096m-16%2032c-35.3%200-64%2028.7-64%2064v128c0%2017.7%2014.3%2032%2032%2032c9.8%200%2018.5-4.4%2024.4-11.2l24%20144.5c2.9%2017.4%2019.4%2029.2%2036.8%2026.3s29.2-19.4%2026.3-36.8L123.1%20352h15.7l30%20134.9c3.8%2017.3%2020.9%2028.1%2038.2%2024.3s28.1-20.9%2024.3-38.2L174%20215l116.3%2053.8c.5.3%201.1.5%201.6.7c8.6%203.6%2018%203.1%2025.9-.7c3.4-1.6%206.6-3.9%209.3-6.7c3.1-3.2%205.5-7%207.1-11.4c.1-.3.2-.7.3-1l2.5-7.5c5.7-17.1%2018.3-30.9%2034.7-38.2l8-3.5c1-.4%201.9-.8%202.9-1.2l-16.9%2063.5c-5.6%2021.1-.1%2043.6%2014.7%2059.7l70.7%2077.1l22%2088.1c4.3%2017.1%2021.7%2027.6%2038.8%2023.3s27.6-21.7%2023.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54l19.3-65.5l9.6%2023c4.4%2010.6%2012.5%2019.3%2022.8%2024.5l26.7%2013.3c15.8%207.9%2035%201.5%2042.9-14.3s1.5-35-14.3-42.9L537%20232.7l-15.3-36.8c-17.2-41.1-57.4-67.9-102-67.9c-22.8%200-45.3%204.8-66.1%2014l-8%203.5a128.9%20128.9%200%200%200-58.1%2051.6l-130.2-60.2c-12.6-5.9-26.4-8.9-40.3-8.9zm400-32a48%2048%200%201%200%200-96a48%2048%200%201%200%200%2096M349.7%20335.6l-25%2062.4l-59.4%2059.4c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200l61.7-61.7c4.6-4.6%208.2-10.1%2010.6-16.1l14.5-36.2l-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/people-pulling.svg?color=%231a73e8&size=48