people-arrows from Font Awesome 6 Solid by Dave Gandy · Regular · Users & People · CC-BY-4.0 Attribution required.

Name
people-arrows
Set
Font Awesome 6 Solid
Style
Regular
Category
Users & People
Viewbox
640×512
License
CC BY 4.0

The same icon in other sets

More users & people icons from Font Awesome 6 Solid

Use the people arrows icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M64 64a64 64 0 1 1 128 0a64 64 0 1 1-128 0M25.9 233.4C29.3 191.9 64 160 105.6 160h44.8c27 0 51 13.4 65.5 34.1q-4.05 2.85-7.5 6.3l-64 64c-21.9 21.9-21.9 57.3 0 79.2l47.6 47.6V464c0 26.5-21.5 48-48 48h-32c-26.5 0-48-21.5-48-48V348.3c-26.5-9.5-44.7-35.8-42.2-65.6zM448 64a64 64 0 1 1 128 0a64 64 0 1 1-128 0m-16.4 136.4c-2.3-2.3-4.9-4.4-7.5-6.3c14.5-20.7 38.6-34.1 65.5-34.1h44.8c41.6 0 76.3 31.9 79.7 73.4l4.1 49.3c2.5 29.8-15.7 56.1-42.2 65.6V464c0 26.5-21.5 48-48 48h-32c-26.5 0-48-21.5-48-48v-72.8l47.6-47.6c21.9-21.9 21.9-57.3 0-79.2zM272 240v32h96v-32c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l64 64c9.4 9.4 9.4 24.6 0 33.9l-64 64c-6.9 6.9-17.2 8.9-26.2 5.2S368 377.6 368 367.9v-32h-96v32c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-64-64c-9.4-9.4-9.4-24.6 0-33.9l64-64c6.9-6.9 17.2-8.9 26.2-5.2S272 230.3 272 240"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidPeopleArrows(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M64 64a64 64 0 1 1 128 0a64 64 0 1 1-128 0M25.9 233.4C29.3 191.9 64 160 105.6 160h44.8c27 0 51 13.4 65.5 34.1q-4.05 2.85-7.5 6.3l-64 64c-21.9 21.9-21.9 57.3 0 79.2l47.6 47.6V464c0 26.5-21.5 48-48 48h-32c-26.5 0-48-21.5-48-48V348.3c-26.5-9.5-44.7-35.8-42.2-65.6zM448 64a64 64 0 1 1 128 0a64 64 0 1 1-128 0m-16.4 136.4c-2.3-2.3-4.9-4.4-7.5-6.3c14.5-20.7 38.6-34.1 65.5-34.1h44.8c41.6 0 76.3 31.9 79.7 73.4l4.1 49.3c2.5 29.8-15.7 56.1-42.2 65.6V464c0 26.5-21.5 48-48 48h-32c-26.5 0-48-21.5-48-48v-72.8l47.6-47.6c21.9-21.9 21.9-57.3 0-79.2zM272 240v32h96v-32c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l64 64c9.4 9.4 9.4 24.6 0 33.9l-64 64c-6.9 6.9-17.2 8.9-26.2 5.2S368 377.6 368 367.9v-32h-96v32c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-64-64c-9.4-9.4-9.4-24.6 0-33.9l64-64c6.9-6.9 17.2-8.9 26.2-5.2S272 230.3 272 240"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M64 64a64 64 0 1 1 128 0a64 64 0 1 1-128 0M25.9 233.4C29.3 191.9 64 160 105.6 160h44.8c27 0 51 13.4 65.5 34.1q-4.05 2.85-7.5 6.3l-64 64c-21.9 21.9-21.9 57.3 0 79.2l47.6 47.6V464c0 26.5-21.5 48-48 48h-32c-26.5 0-48-21.5-48-48V348.3c-26.5-9.5-44.7-35.8-42.2-65.6zM448 64a64 64 0 1 1 128 0a64 64 0 1 1-128 0m-16.4 136.4c-2.3-2.3-4.9-4.4-7.5-6.3c14.5-20.7 38.6-34.1 65.5-34.1h44.8c41.6 0 76.3 31.9 79.7 73.4l4.1 49.3c2.5 29.8-15.7 56.1-42.2 65.6V464c0 26.5-21.5 48-48 48h-32c-26.5 0-48-21.5-48-48v-72.8l47.6-47.6c21.9-21.9 21.9-57.3 0-79.2zM272 240v32h96v-32c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l64 64c9.4 9.4 9.4 24.6 0 33.9l-64 64c-6.9 6.9-17.2 8.9-26.2 5.2S368 377.6 368 367.9v-32h-96v32c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-64-64c-9.4-9.4-9.4-24.6 0-33.9l64-64c6.9-6.9 17.2-8.9 26.2-5.2S272 230.3 272 240"/></svg>
</template>

CSS

.icon-people-arrows {
  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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M64%2064a64%2064%200%201%201%20128%200a64%2064%200%201%201-128%200M25.9%20233.4C29.3%20191.9%2064%20160%20105.6%20160h44.8c27%200%2051%2013.4%2065.5%2034.1q-4.05%202.85-7.5%206.3l-64%2064c-21.9%2021.9-21.9%2057.3%200%2079.2l47.6%2047.6V464c0%2026.5-21.5%2048-48%2048h-32c-26.5%200-48-21.5-48-48V348.3c-26.5-9.5-44.7-35.8-42.2-65.6zM448%2064a64%2064%200%201%201%20128%200a64%2064%200%201%201-128%200m-16.4%20136.4c-2.3-2.3-4.9-4.4-7.5-6.3c14.5-20.7%2038.6-34.1%2065.5-34.1h44.8c41.6%200%2076.3%2031.9%2079.7%2073.4l4.1%2049.3c2.5%2029.8-15.7%2056.1-42.2%2065.6V464c0%2026.5-21.5%2048-48%2048h-32c-26.5%200-48-21.5-48-48v-72.8l47.6-47.6c21.9-21.9%2021.9-57.3%200-79.2zM272%20240v32h96v-32c0-9.7%205.8-18.5%2014.8-22.2s19.3-1.7%2026.2%205.2l64%2064c9.4%209.4%209.4%2024.6%200%2033.9l-64%2064c-6.9%206.9-17.2%208.9-26.2%205.2S368%20377.6%20368%20367.9v-32h-96v32c0%209.7-5.8%2018.5-14.8%2022.2s-19.3%201.7-26.2-5.2l-64-64c-9.4-9.4-9.4-24.6%200-33.9l64-64c6.9-6.9%2017.2-8.9%2026.2-5.2S272%20230.3%20272%20240%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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M64%2064a64%2064%200%201%201%20128%200a64%2064%200%201%201-128%200M25.9%20233.4C29.3%20191.9%2064%20160%20105.6%20160h44.8c27%200%2051%2013.4%2065.5%2034.1q-4.05%202.85-7.5%206.3l-64%2064c-21.9%2021.9-21.9%2057.3%200%2079.2l47.6%2047.6V464c0%2026.5-21.5%2048-48%2048h-32c-26.5%200-48-21.5-48-48V348.3c-26.5-9.5-44.7-35.8-42.2-65.6zM448%2064a64%2064%200%201%201%20128%200a64%2064%200%201%201-128%200m-16.4%20136.4c-2.3-2.3-4.9-4.4-7.5-6.3c14.5-20.7%2038.6-34.1%2065.5-34.1h44.8c41.6%200%2076.3%2031.9%2079.7%2073.4l4.1%2049.3c2.5%2029.8-15.7%2056.1-42.2%2065.6V464c0%2026.5-21.5%2048-48%2048h-32c-26.5%200-48-21.5-48-48v-72.8l47.6-47.6c21.9-21.9%2021.9-57.3%200-79.2zM272%20240v32h96v-32c0-9.7%205.8-18.5%2014.8-22.2s19.3-1.7%2026.2%205.2l64%2064c9.4%209.4%209.4%2024.6%200%2033.9l-64%2064c-6.9%206.9-17.2%208.9-26.2%205.2S368%20377.6%20368%20367.9v-32h-96v32c0%209.7-5.8%2018.5-14.8%2022.2s-19.3%201.7-26.2-5.2l-64-64c-9.4-9.4-9.4-24.6%200-33.9l64-64c6.9-6.9%2017.2-8.9%2026.2-5.2S272%20230.3%20272%20240%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/people-arrows.svg?color=%231a73e8&size=48