person simple throw icon
person-simple-throw-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- person-simple-throw-fill
- Set
- Phosphor
- Style
- Fill
- 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="M96 56a32 32 0 1 1 32 32a32 32 0 0 1-32-32m125 43.36c-1.5-1.2-37.22-29-89.51 6.57c-45.49 30.91-71.92 20.3-72.17 20.19a8 8 0 1 0-6.63 14.56c.61.28 7.49 3.27 19.67 3.27c14.21 0 35.64-4.11 62.77-21.29c-2.28 29.41-12.73 83.47-73.43 101.68a8 8 0 1 0 4.6 15.32c34.83-10.45 59.45-32.34 73.2-65.08a142 142 0 0 0 5.1-14.33l22.08 18.4l-14.27 42.82a8 8 0 0 0 15.18 5.06l16-48a8 8 0 0 0-2.47-8.68l-32.42-27a216 216 0 0 0 3-30.34c36.18-18.57 59-.85 59.28-.65a8 8 0 1 0 10-12.48ZM64 112a16 16 0 1 0-16-16a16 16 0 0 0 16 16"/></svg>
React
import type { SVGProps } from "react";
export function PhPersonSimpleThrowFill(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="M96 56a32 32 0 1 1 32 32a32 32 0 0 1-32-32m125 43.36c-1.5-1.2-37.22-29-89.51 6.57c-45.49 30.91-71.92 20.3-72.17 20.19a8 8 0 1 0-6.63 14.56c.61.28 7.49 3.27 19.67 3.27c14.21 0 35.64-4.11 62.77-21.29c-2.28 29.41-12.73 83.47-73.43 101.68a8 8 0 1 0 4.6 15.32c34.83-10.45 59.45-32.34 73.2-65.08a142 142 0 0 0 5.1-14.33l22.08 18.4l-14.27 42.82a8 8 0 0 0 15.18 5.06l16-48a8 8 0 0 0-2.47-8.68l-32.42-27a216 216 0 0 0 3-30.34c36.18-18.57 59-.85 59.28-.65a8 8 0 1 0 10-12.48ZM64 112a16 16 0 1 0-16-16a16 16 0 0 0 16 16"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M96 56a32 32 0 1 1 32 32a32 32 0 0 1-32-32m125 43.36c-1.5-1.2-37.22-29-89.51 6.57c-45.49 30.91-71.92 20.3-72.17 20.19a8 8 0 1 0-6.63 14.56c.61.28 7.49 3.27 19.67 3.27c14.21 0 35.64-4.11 62.77-21.29c-2.28 29.41-12.73 83.47-73.43 101.68a8 8 0 1 0 4.6 15.32c34.83-10.45 59.45-32.34 73.2-65.08a142 142 0 0 0 5.1-14.33l22.08 18.4l-14.27 42.82a8 8 0 0 0 15.18 5.06l16-48a8 8 0 0 0-2.47-8.68l-32.42-27a216 216 0 0 0 3-30.34c36.18-18.57 59-.85 59.28-.65a8 8 0 1 0 10-12.48ZM64 112a16 16 0 1 0-16-16a16 16 0 0 0 16 16"/></svg> </template>
CSS
.icon-person-simple-throw-fill {
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%22M96%2056a32%2032%200%201%201%2032%2032a32%2032%200%200%201-32-32m125%2043.36c-1.5-1.2-37.22-29-89.51%206.57c-45.49%2030.91-71.92%2020.3-72.17%2020.19a8%208%200%201%200-6.63%2014.56c.61.28%207.49%203.27%2019.67%203.27c14.21%200%2035.64-4.11%2062.77-21.29c-2.28%2029.41-12.73%2083.47-73.43%20101.68a8%208%200%201%200%204.6%2015.32c34.83-10.45%2059.45-32.34%2073.2-65.08a142%20142%200%200%200%205.1-14.33l22.08%2018.4l-14.27%2042.82a8%208%200%200%200%2015.18%205.06l16-48a8%208%200%200%200-2.47-8.68l-32.42-27a216%20216%200%200%200%203-30.34c36.18-18.57%2059-.85%2059.28-.65a8%208%200%201%200%2010-12.48ZM64%20112a16%2016%200%201%200-16-16a16%2016%200%200%200%2016%2016%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%22M96%2056a32%2032%200%201%201%2032%2032a32%2032%200%200%201-32-32m125%2043.36c-1.5-1.2-37.22-29-89.51%206.57c-45.49%2030.91-71.92%2020.3-72.17%2020.19a8%208%200%201%200-6.63%2014.56c.61.28%207.49%203.27%2019.67%203.27c14.21%200%2035.64-4.11%2062.77-21.29c-2.28%2029.41-12.73%2083.47-73.43%20101.68a8%208%200%201%200%204.6%2015.32c34.83-10.45%2059.45-32.34%2073.2-65.08a142%20142%200%200%200%205.1-14.33l22.08%2018.4l-14.27%2042.82a8%208%200%200%200%2015.18%205.06l16-48a8%208%200%200%200-2.47-8.68l-32.42-27a216%20216%200%200%200%203-30.34c36.18-18.57%2059-.85%2059.28-.65a8%208%200%201%200%2010-12.48ZM64%20112a16%2016%200%201%200-16-16a16%2016%200%200%200%2016%2016%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-fill.svg?color=%231a73e8&size=48