person arms spread icon

person-arms-spread from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
person-arms-spread
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the person arms spread icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M160 40a32 32 0 1 0-32 32a32 32 0 0 0 32-32m-32 16a16 16 0 1 1 16-16a16 16 0 0 1-16 16m103.5 31.71A19.62 19.62 0 0 0 212 72H44a20 20 0 0 0-8.38 38.16h.13l50.75 22.35l-21 79.72A20 20 0 0 0 102 228.8l26-44.87l26 44.87a20 20 0 0 0 36.4-16.52l-21-79.72l50.75-22.35h.13a19.64 19.64 0 0 0 11.22-22.5m-17.8 7.9l-56.93 25.06a8 8 0 0 0-4.51 9.36L175.13 217a7 7 0 0 0 .49 1.35a4 4 0 0 1-5 5.45a4 4 0 0 1-2.25-2.07a6 6 0 0 0-.34-.63L134.92 164a8 8 0 0 0-13.84 0L88 221.05a6 6 0 0 0-.34.63a4 4 0 0 1-2.25 2.07a4 4 0 0 1-5-5.45a7 7 0 0 0 .49-1.35L103.74 130a8 8 0 0 0-4.51-9.36L42.3 95.61A4 4 0 0 1 44 88h168a4 4 0 0 1 1.73 7.61Z"/></svg>

React

import type { SVGProps } from "react";

export function PhPersonArmsSpread(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M160 40a32 32 0 1 0-32 32a32 32 0 0 0 32-32m-32 16a16 16 0 1 1 16-16a16 16 0 0 1-16 16m103.5 31.71A19.62 19.62 0 0 0 212 72H44a20 20 0 0 0-8.38 38.16h.13l50.75 22.35l-21 79.72A20 20 0 0 0 102 228.8l26-44.87l26 44.87a20 20 0 0 0 36.4-16.52l-21-79.72l50.75-22.35h.13a19.64 19.64 0 0 0 11.22-22.5m-17.8 7.9l-56.93 25.06a8 8 0 0 0-4.51 9.36L175.13 217a7 7 0 0 0 .49 1.35a4 4 0 0 1-5 5.45a4 4 0 0 1-2.25-2.07a6 6 0 0 0-.34-.63L134.92 164a8 8 0 0 0-13.84 0L88 221.05a6 6 0 0 0-.34.63a4 4 0 0 1-2.25 2.07a4 4 0 0 1-5-5.45a7 7 0 0 0 .49-1.35L103.74 130a8 8 0 0 0-4.51-9.36L42.3 95.61A4 4 0 0 1 44 88h168a4 4 0 0 1 1.73 7.61Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M160 40a32 32 0 1 0-32 32a32 32 0 0 0 32-32m-32 16a16 16 0 1 1 16-16a16 16 0 0 1-16 16m103.5 31.71A19.62 19.62 0 0 0 212 72H44a20 20 0 0 0-8.38 38.16h.13l50.75 22.35l-21 79.72A20 20 0 0 0 102 228.8l26-44.87l26 44.87a20 20 0 0 0 36.4-16.52l-21-79.72l50.75-22.35h.13a19.64 19.64 0 0 0 11.22-22.5m-17.8 7.9l-56.93 25.06a8 8 0 0 0-4.51 9.36L175.13 217a7 7 0 0 0 .49 1.35a4 4 0 0 1-5 5.45a4 4 0 0 1-2.25-2.07a6 6 0 0 0-.34-.63L134.92 164a8 8 0 0 0-13.84 0L88 221.05a6 6 0 0 0-.34.63a4 4 0 0 1-2.25 2.07a4 4 0 0 1-5-5.45a7 7 0 0 0 .49-1.35L103.74 130a8 8 0 0 0-4.51-9.36L42.3 95.61A4 4 0 0 1 44 88h168a4 4 0 0 1 1.73 7.61Z"/></svg>
</template>

CSS

.icon-person-arms-spread {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M160%2040a32%2032%200%201%200-32%2032a32%2032%200%200%200%2032-32m-32%2016a16%2016%200%201%201%2016-16a16%2016%200%200%201-16%2016m103.5%2031.71A19.62%2019.62%200%200%200%20212%2072H44a20%2020%200%200%200-8.38%2038.16h.13l50.75%2022.35l-21%2079.72A20%2020%200%200%200%20102%20228.8l26-44.87l26%2044.87a20%2020%200%200%200%2036.4-16.52l-21-79.72l50.75-22.35h.13a19.64%2019.64%200%200%200%2011.22-22.5m-17.8%207.9l-56.93%2025.06a8%208%200%200%200-4.51%209.36L175.13%20217a7%207%200%200%200%20.49%201.35a4%204%200%200%201-5%205.45a4%204%200%200%201-2.25-2.07a6%206%200%200%200-.34-.63L134.92%20164a8%208%200%200%200-13.84%200L88%20221.05a6%206%200%200%200-.34.63a4%204%200%200%201-2.25%202.07a4%204%200%200%201-5-5.45a7%207%200%200%200%20.49-1.35L103.74%20130a8%208%200%200%200-4.51-9.36L42.3%2095.61A4%204%200%200%201%2044%2088h168a4%204%200%200%201%201.73%207.61Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M160%2040a32%2032%200%201%200-32%2032a32%2032%200%200%200%2032-32m-32%2016a16%2016%200%201%201%2016-16a16%2016%200%200%201-16%2016m103.5%2031.71A19.62%2019.62%200%200%200%20212%2072H44a20%2020%200%200%200-8.38%2038.16h.13l50.75%2022.35l-21%2079.72A20%2020%200%200%200%20102%20228.8l26-44.87l26%2044.87a20%2020%200%200%200%2036.4-16.52l-21-79.72l50.75-22.35h.13a19.64%2019.64%200%200%200%2011.22-22.5m-17.8%207.9l-56.93%2025.06a8%208%200%200%200-4.51%209.36L175.13%20217a7%207%200%200%200%20.49%201.35a4%204%200%200%201-5%205.45a4%204%200%200%201-2.25-2.07a6%206%200%200%200-.34-.63L134.92%20164a8%208%200%200%200-13.84%200L88%20221.05a6%206%200%200%200-.34.63a4%204%200%200%201-2.25%202.07a4%204%200%200%201-5-5.45a7%207%200%200%200%20.49-1.35L103.74%20130a8%208%200%200%200-4.51-9.36L42.3%2095.61A4%204%200%200%201%2044%2088h168a4%204%200%200%201%201.73%207.61Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/person-arms-spread.svg?color=%231a73e8&size=48