person simple throw icon

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

Name
person-simple-throw-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the person simple throw icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 84a28 28 0 1 0-28-28a28 28 0 0 0 28 28m0-48a20 20 0 1 1-20 20a20 20 0 0 1 20-20M52 96a12 12 0 1 1 12 12a12 12 0 0 1-12-12m167.12 12.1a4 4 0 0 1-5.62.62c-1.2-.94-26.41-20.11-65.7 1.3v.84a210.6 210.6 0 0 1-3.43 33.54l34.23 28.53a4 4 0 0 1 1.23 4.33l-16 48A4 4 0 0 1 160 228a3.9 3.9 0 0 1-1.26-.21a4 4 0 0 1-2.53-5.06l15.13-45.41l-29-24.13a138 138 0 0 1-6.53 19.81c-13.26 31.58-37 52.71-70.66 62.8a3.8 3.8 0 0 1-1.15.2a4 4 0 0 1-1.15-7.83c69.32-20.8 75.54-86.09 76.74-113.21l-1.34.9C109.24 135.58 86.78 140 72.42 140c-11.24 0-17.51-2.73-18.08-3a4 4 0 1 1 3.32-7.28c.25.11 28.44 11.87 76.09-20.52c25.89-17.6 47.41-18.6 60.91-16.34c14.86 2.48 23.48 9.29 23.84 9.58a4 4 0 0 1 .62 5.66"/></svg>

React

import type { SVGProps } from "react";

export function PhPersonSimpleThrowThin(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 84a28 28 0 1 0-28-28a28 28 0 0 0 28 28m0-48a20 20 0 1 1-20 20a20 20 0 0 1 20-20M52 96a12 12 0 1 1 12 12a12 12 0 0 1-12-12m167.12 12.1a4 4 0 0 1-5.62.62c-1.2-.94-26.41-20.11-65.7 1.3v.84a210.6 210.6 0 0 1-3.43 33.54l34.23 28.53a4 4 0 0 1 1.23 4.33l-16 48A4 4 0 0 1 160 228a3.9 3.9 0 0 1-1.26-.21a4 4 0 0 1-2.53-5.06l15.13-45.41l-29-24.13a138 138 0 0 1-6.53 19.81c-13.26 31.58-37 52.71-70.66 62.8a3.8 3.8 0 0 1-1.15.2a4 4 0 0 1-1.15-7.83c69.32-20.8 75.54-86.09 76.74-113.21l-1.34.9C109.24 135.58 86.78 140 72.42 140c-11.24 0-17.51-2.73-18.08-3a4 4 0 1 1 3.32-7.28c.25.11 28.44 11.87 76.09-20.52c25.89-17.6 47.41-18.6 60.91-16.34c14.86 2.48 23.48 9.29 23.84 9.58a4 4 0 0 1 .62 5.66"/></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 84a28 28 0 1 0-28-28a28 28 0 0 0 28 28m0-48a20 20 0 1 1-20 20a20 20 0 0 1 20-20M52 96a12 12 0 1 1 12 12a12 12 0 0 1-12-12m167.12 12.1a4 4 0 0 1-5.62.62c-1.2-.94-26.41-20.11-65.7 1.3v.84a210.6 210.6 0 0 1-3.43 33.54l34.23 28.53a4 4 0 0 1 1.23 4.33l-16 48A4 4 0 0 1 160 228a3.9 3.9 0 0 1-1.26-.21a4 4 0 0 1-2.53-5.06l15.13-45.41l-29-24.13a138 138 0 0 1-6.53 19.81c-13.26 31.58-37 52.71-70.66 62.8a3.8 3.8 0 0 1-1.15.2a4 4 0 0 1-1.15-7.83c69.32-20.8 75.54-86.09 76.74-113.21l-1.34.9C109.24 135.58 86.78 140 72.42 140c-11.24 0-17.51-2.73-18.08-3a4 4 0 1 1 3.32-7.28c.25.11 28.44 11.87 76.09-20.52c25.89-17.6 47.41-18.6 60.91-16.34c14.86 2.48 23.48 9.29 23.84 9.58a4 4 0 0 1 .62 5.66"/></svg>
</template>

CSS

.icon-person-simple-throw-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%2084a28%2028%200%201%200-28-28a28%2028%200%200%200%2028%2028m0-48a20%2020%200%201%201-20%2020a20%2020%200%200%201%2020-20M52%2096a12%2012%200%201%201%2012%2012a12%2012%200%200%201-12-12m167.12%2012.1a4%204%200%200%201-5.62.62c-1.2-.94-26.41-20.11-65.7%201.3v.84a210.6%20210.6%200%200%201-3.43%2033.54l34.23%2028.53a4%204%200%200%201%201.23%204.33l-16%2048A4%204%200%200%201%20160%20228a3.9%203.9%200%200%201-1.26-.21a4%204%200%200%201-2.53-5.06l15.13-45.41l-29-24.13a138%20138%200%200%201-6.53%2019.81c-13.26%2031.58-37%2052.71-70.66%2062.8a3.8%203.8%200%200%201-1.15.2a4%204%200%200%201-1.15-7.83c69.32-20.8%2075.54-86.09%2076.74-113.21l-1.34.9C109.24%20135.58%2086.78%20140%2072.42%20140c-11.24%200-17.51-2.73-18.08-3a4%204%200%201%201%203.32-7.28c.25.11%2028.44%2011.87%2076.09-20.52c25.89-17.6%2047.41-18.6%2060.91-16.34c14.86%202.48%2023.48%209.29%2023.84%209.58a4%204%200%200%201%20.62%205.66%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%2084a28%2028%200%201%200-28-28a28%2028%200%200%200%2028%2028m0-48a20%2020%200%201%201-20%2020a20%2020%200%200%201%2020-20M52%2096a12%2012%200%201%201%2012%2012a12%2012%200%200%201-12-12m167.12%2012.1a4%204%200%200%201-5.62.62c-1.2-.94-26.41-20.11-65.7%201.3v.84a210.6%20210.6%200%200%201-3.43%2033.54l34.23%2028.53a4%204%200%200%201%201.23%204.33l-16%2048A4%204%200%200%201%20160%20228a3.9%203.9%200%200%201-1.26-.21a4%204%200%200%201-2.53-5.06l15.13-45.41l-29-24.13a138%20138%200%200%201-6.53%2019.81c-13.26%2031.58-37%2052.71-70.66%2062.8a3.8%203.8%200%200%201-1.15.2a4%204%200%200%201-1.15-7.83c69.32-20.8%2075.54-86.09%2076.74-113.21l-1.34.9C109.24%20135.58%2086.78%20140%2072.42%20140c-11.24%200-17.51-2.73-18.08-3a4%204%200%201%201%203.32-7.28c.25.11%2028.44%2011.87%2076.09-20.52c25.89-17.6%2047.41-18.6%2060.91-16.34c14.86%202.48%2023.48%209.29%2023.84%209.58a4%204%200%200%201%20.62%205.66%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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