arrows down to people icon

arrows-down-to-people from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
arrows-down-to-people
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
640×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the arrows down to people icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M144 0c-13.3 0-24 10.7-24 24v118.1L97 119c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0l64-64c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-23 23l-.1-118c0-13.3-10.7-24-24-24m216 200a40 40 0 1 0-80 0a40 40 0 1 0 80 0m-176 96a40 40 0 1 0-80 0a40 40 0 1 0 80 0m312 40a40 40 0 1 0 0-80a40 40 0 1 0 0 80M200 441.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-36.3-67.5c1.7-1.7 3.2-3.6 4.3-5.8l26.8-49.9V400c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32v-54.5l26.9 49.9c1.2 2.2 2.6 4.1 4.3 5.8l-36.3 67.5c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8l26.8-49.9V480c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32v-38.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-37.9-70.3c-15.3-28.5-45.1-46.3-77.5-46.3h-19.5c-16.3 0-31.9 4.5-45.4 12.6l-33.6-62.3c-15.3-28.5-45.1-46.3-77.5-46.3h-19.5c-32.4 0-62.1 17.8-77.5 46.3l-33.6 62.3c-13.5-8.1-29.1-12.6-45.4-12.6h-19.5c-32.4 0-62.1 17.8-77.5 46.3l-37.9 70.2c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L88 441.5V480c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32zM415 153l64 64c9.4 9.4 24.6 9.4 33.9 0l64-64c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-23 23V24c0-13.3-10.7-24-24-24s-24 10.7-24 24v118.1l-23-23c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidArrowsDownToPeople(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="M144 0c-13.3 0-24 10.7-24 24v118.1L97 119c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0l64-64c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-23 23l-.1-118c0-13.3-10.7-24-24-24m216 200a40 40 0 1 0-80 0a40 40 0 1 0 80 0m-176 96a40 40 0 1 0-80 0a40 40 0 1 0 80 0m312 40a40 40 0 1 0 0-80a40 40 0 1 0 0 80M200 441.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-36.3-67.5c1.7-1.7 3.2-3.6 4.3-5.8l26.8-49.9V400c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32v-54.5l26.9 49.9c1.2 2.2 2.6 4.1 4.3 5.8l-36.3 67.5c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8l26.8-49.9V480c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32v-38.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-37.9-70.3c-15.3-28.5-45.1-46.3-77.5-46.3h-19.5c-16.3 0-31.9 4.5-45.4 12.6l-33.6-62.3c-15.3-28.5-45.1-46.3-77.5-46.3h-19.5c-32.4 0-62.1 17.8-77.5 46.3l-33.6 62.3c-13.5-8.1-29.1-12.6-45.4-12.6h-19.5c-32.4 0-62.1 17.8-77.5 46.3l-37.9 70.2c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L88 441.5V480c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32zM415 153l64 64c9.4 9.4 24.6 9.4 33.9 0l64-64c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-23 23V24c0-13.3-10.7-24-24-24s-24 10.7-24 24v118.1l-23-23c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M144 0c-13.3 0-24 10.7-24 24v118.1L97 119c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0l64-64c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-23 23l-.1-118c0-13.3-10.7-24-24-24m216 200a40 40 0 1 0-80 0a40 40 0 1 0 80 0m-176 96a40 40 0 1 0-80 0a40 40 0 1 0 80 0m312 40a40 40 0 1 0 0-80a40 40 0 1 0 0 80M200 441.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-36.3-67.5c1.7-1.7 3.2-3.6 4.3-5.8l26.8-49.9V400c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32v-54.5l26.9 49.9c1.2 2.2 2.6 4.1 4.3 5.8l-36.3 67.5c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8l26.8-49.9V480c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32v-38.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-37.9-70.3c-15.3-28.5-45.1-46.3-77.5-46.3h-19.5c-16.3 0-31.9 4.5-45.4 12.6l-33.6-62.3c-15.3-28.5-45.1-46.3-77.5-46.3h-19.5c-32.4 0-62.1 17.8-77.5 46.3l-33.6 62.3c-13.5-8.1-29.1-12.6-45.4-12.6h-19.5c-32.4 0-62.1 17.8-77.5 46.3l-37.9 70.2c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L88 441.5V480c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32zM415 153l64 64c9.4 9.4 24.6 9.4 33.9 0l64-64c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-23 23V24c0-13.3-10.7-24-24-24s-24 10.7-24 24v118.1l-23-23c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9z"/></svg>
</template>

CSS

.icon-arrows-down-to-people {
  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%22M144%200c-13.3%200-24%2010.7-24%2024v118.1L97%20119c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6%200%2033.9l64%2064c9.4%209.4%2024.6%209.4%2033.9%200l64-64c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200l-23%2023l-.1-118c0-13.3-10.7-24-24-24m216%20200a40%2040%200%201%200-80%200a40%2040%200%201%200%2080%200m-176%2096a40%2040%200%201%200-80%200a40%2040%200%201%200%2080%200m312%2040a40%2040%200%201%200%200-80a40%2040%200%201%200%200%2080M200%20441.5l26.9%2049.9c6.3%2011.7%2020.8%2016%2032.5%209.8s16-20.8%209.8-32.5l-36.3-67.5c1.7-1.7%203.2-3.6%204.3-5.8l26.8-49.9V400c0%2017.7%2014.3%2032%2032%2032h48c17.7%200%2032-14.3%2032-32v-54.5l26.9%2049.9c1.2%202.2%202.6%204.1%204.3%205.8l-36.3%2067.5c-6.3%2011.7-1.9%2026.2%209.8%2032.5s26.2%201.9%2032.5-9.8l26.8-49.9V480c0%2017.7%2014.3%2032%2032%2032h48c17.7%200%2032-14.3%2032-32v-38.5l26.9%2049.9c6.3%2011.7%2020.8%2016%2032.5%209.8s16-20.8%209.8-32.5l-37.9-70.3c-15.3-28.5-45.1-46.3-77.5-46.3h-19.5c-16.3%200-31.9%204.5-45.4%2012.6l-33.6-62.3c-15.3-28.5-45.1-46.3-77.5-46.3h-19.5c-32.4%200-62.1%2017.8-77.5%2046.3l-33.6%2062.3c-13.5-8.1-29.1-12.6-45.4-12.6h-19.5c-32.4%200-62.1%2017.8-77.5%2046.3l-37.9%2070.2c-6.3%2011.7-1.9%2026.2%209.8%2032.5s26.2%201.9%2032.5-9.8L88%20441.5V480c0%2017.7%2014.3%2032%2032%2032h48c17.7%200%2032-14.3%2032-32zM415%20153l64%2064c9.4%209.4%2024.6%209.4%2033.9%200l64-64c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200l-23%2023V24c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v118.1l-23-23c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6%200%2033.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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M144%200c-13.3%200-24%2010.7-24%2024v118.1L97%20119c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6%200%2033.9l64%2064c9.4%209.4%2024.6%209.4%2033.9%200l64-64c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200l-23%2023l-.1-118c0-13.3-10.7-24-24-24m216%20200a40%2040%200%201%200-80%200a40%2040%200%201%200%2080%200m-176%2096a40%2040%200%201%200-80%200a40%2040%200%201%200%2080%200m312%2040a40%2040%200%201%200%200-80a40%2040%200%201%200%200%2080M200%20441.5l26.9%2049.9c6.3%2011.7%2020.8%2016%2032.5%209.8s16-20.8%209.8-32.5l-36.3-67.5c1.7-1.7%203.2-3.6%204.3-5.8l26.8-49.9V400c0%2017.7%2014.3%2032%2032%2032h48c17.7%200%2032-14.3%2032-32v-54.5l26.9%2049.9c1.2%202.2%202.6%204.1%204.3%205.8l-36.3%2067.5c-6.3%2011.7-1.9%2026.2%209.8%2032.5s26.2%201.9%2032.5-9.8l26.8-49.9V480c0%2017.7%2014.3%2032%2032%2032h48c17.7%200%2032-14.3%2032-32v-38.5l26.9%2049.9c6.3%2011.7%2020.8%2016%2032.5%209.8s16-20.8%209.8-32.5l-37.9-70.3c-15.3-28.5-45.1-46.3-77.5-46.3h-19.5c-16.3%200-31.9%204.5-45.4%2012.6l-33.6-62.3c-15.3-28.5-45.1-46.3-77.5-46.3h-19.5c-32.4%200-62.1%2017.8-77.5%2046.3l-33.6%2062.3c-13.5-8.1-29.1-12.6-45.4-12.6h-19.5c-32.4%200-62.1%2017.8-77.5%2046.3l-37.9%2070.2c-6.3%2011.7-1.9%2026.2%209.8%2032.5s26.2%201.9%2032.5-9.8L88%20441.5V480c0%2017.7%2014.3%2032%2032%2032h48c17.7%200%2032-14.3%2032-32zM415%20153l64%2064c9.4%209.4%2024.6%209.4%2033.9%200l64-64c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200l-23%2023V24c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v118.1l-23-23c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6%200%2033.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Arrows Down To People icon — Font Awesome 6 Solid · IconsDB