person arms spread icon

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

Name
person-arms-spread-thin
Set
Phosphor
Style
Thin
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="M128 68a28 28 0 1 0-28-28a28 28 0 0 0 28 28m0-48a20 20 0 1 1-20 20a20 20 0 0 1 20-20m99.6 68.57A15.7 15.7 0 0 0 212 76H44a16 16 0 0 0-6.7 30.52h.06l53.89 23.73l-21.92 83.3a16 16 0 0 0 7.9 20.91A15.8 15.8 0 0 0 84 236a16 16 0 0 0 14.42-9.07L128 176l29.58 51a16 16 0 0 0 29.07-13.35l-21.92-83.3l54-23.76a15.69 15.69 0 0 0 8.87-18.02m-12.21 10.66l-57 25.11a4 4 0 0 0-2.26 4.68L179 215.94a4 4 0 0 0 .24.67a8 8 0 0 1-3.87 10.63a8 8 0 0 1-10.63-3.87a3 3 0 0 0-.16-.31L131.46 166a4 4 0 0 0-6.92 0l-33.12 57.06a3 3 0 0 0-.16.31a8 8 0 1 1-14.5-6.76a4 4 0 0 0 .24-.67L99.87 129a4 4 0 0 0-2.26-4.68l-57-25.09A8 8 0 0 1 44 84h168a8 8 0 0 1 3.41 15.23Z"/></svg>

React

import type { SVGProps } from "react";

export function PhPersonArmsSpreadThin(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="M128 68a28 28 0 1 0-28-28a28 28 0 0 0 28 28m0-48a20 20 0 1 1-20 20a20 20 0 0 1 20-20m99.6 68.57A15.7 15.7 0 0 0 212 76H44a16 16 0 0 0-6.7 30.52h.06l53.89 23.73l-21.92 83.3a16 16 0 0 0 7.9 20.91A15.8 15.8 0 0 0 84 236a16 16 0 0 0 14.42-9.07L128 176l29.58 51a16 16 0 0 0 29.07-13.35l-21.92-83.3l54-23.76a15.69 15.69 0 0 0 8.87-18.02m-12.21 10.66l-57 25.11a4 4 0 0 0-2.26 4.68L179 215.94a4 4 0 0 0 .24.67a8 8 0 0 1-3.87 10.63a8 8 0 0 1-10.63-3.87a3 3 0 0 0-.16-.31L131.46 166a4 4 0 0 0-6.92 0l-33.12 57.06a3 3 0 0 0-.16.31a8 8 0 1 1-14.5-6.76a4 4 0 0 0 .24-.67L99.87 129a4 4 0 0 0-2.26-4.68l-57-25.09A8 8 0 0 1 44 84h168a8 8 0 0 1 3.41 15.23Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 68a28 28 0 1 0-28-28a28 28 0 0 0 28 28m0-48a20 20 0 1 1-20 20a20 20 0 0 1 20-20m99.6 68.57A15.7 15.7 0 0 0 212 76H44a16 16 0 0 0-6.7 30.52h.06l53.89 23.73l-21.92 83.3a16 16 0 0 0 7.9 20.91A15.8 15.8 0 0 0 84 236a16 16 0 0 0 14.42-9.07L128 176l29.58 51a16 16 0 0 0 29.07-13.35l-21.92-83.3l54-23.76a15.69 15.69 0 0 0 8.87-18.02m-12.21 10.66l-57 25.11a4 4 0 0 0-2.26 4.68L179 215.94a4 4 0 0 0 .24.67a8 8 0 0 1-3.87 10.63a8 8 0 0 1-10.63-3.87a3 3 0 0 0-.16-.31L131.46 166a4 4 0 0 0-6.92 0l-33.12 57.06a3 3 0 0 0-.16.31a8 8 0 1 1-14.5-6.76a4 4 0 0 0 .24-.67L99.87 129a4 4 0 0 0-2.26-4.68l-57-25.09A8 8 0 0 1 44 84h168a8 8 0 0 1 3.41 15.23Z"/></svg>
</template>

CSS

.icon-person-arms-spread-thin {
  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%22M128%2068a28%2028%200%201%200-28-28a28%2028%200%200%200%2028%2028m0-48a20%2020%200%201%201-20%2020a20%2020%200%200%201%2020-20m99.6%2068.57A15.7%2015.7%200%200%200%20212%2076H44a16%2016%200%200%200-6.7%2030.52h.06l53.89%2023.73l-21.92%2083.3a16%2016%200%200%200%207.9%2020.91A15.8%2015.8%200%200%200%2084%20236a16%2016%200%200%200%2014.42-9.07L128%20176l29.58%2051a16%2016%200%200%200%2029.07-13.35l-21.92-83.3l54-23.76a15.69%2015.69%200%200%200%208.87-18.02m-12.21%2010.66l-57%2025.11a4%204%200%200%200-2.26%204.68L179%20215.94a4%204%200%200%200%20.24.67a8%208%200%200%201-3.87%2010.63a8%208%200%200%201-10.63-3.87a3%203%200%200%200-.16-.31L131.46%20166a4%204%200%200%200-6.92%200l-33.12%2057.06a3%203%200%200%200-.16.31a8%208%200%201%201-14.5-6.76a4%204%200%200%200%20.24-.67L99.87%20129a4%204%200%200%200-2.26-4.68l-57-25.09A8%208%200%200%201%2044%2084h168a8%208%200%200%201%203.41%2015.23Z%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%22M128%2068a28%2028%200%201%200-28-28a28%2028%200%200%200%2028%2028m0-48a20%2020%200%201%201-20%2020a20%2020%200%200%201%2020-20m99.6%2068.57A15.7%2015.7%200%200%200%20212%2076H44a16%2016%200%200%200-6.7%2030.52h.06l53.89%2023.73l-21.92%2083.3a16%2016%200%200%200%207.9%2020.91A15.8%2015.8%200%200%200%2084%20236a16%2016%200%200%200%2014.42-9.07L128%20176l29.58%2051a16%2016%200%200%200%2029.07-13.35l-21.92-83.3l54-23.76a15.69%2015.69%200%200%200%208.87-18.02m-12.21%2010.66l-57%2025.11a4%204%200%200%200-2.26%204.68L179%20215.94a4%204%200%200%200%20.24.67a8%208%200%200%201-3.87%2010.63a8%208%200%200%201-10.63-3.87a3%203%200%200%200-.16-.31L131.46%20166a4%204%200%200%200-6.92%200l-33.12%2057.06a3%203%200%200%200-.16.31a8%208%200%201%201-14.5-6.76a4%204%200%200%200%20.24-.67L99.87%20129a4%204%200%200%200-2.26-4.68l-57-25.09A8%208%200%200%201%2044%2084h168a8%208%200%200%201%203.41%2015.23Z%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-thin.svg?color=%231a73e8&size=48