person simple icon
person-simple-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- person-simple-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the person simple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M95.89 48a32 32 0 1 1 32 32a32 32 0 0 1-32-32m132.23 73.14C226.4 120.11 185.55 96 128 96s-98.4 24.11-100.12 25.14a8 8 0 0 0 8.24 13.72c.36-.22 34.91-20.6 83.88-22.68V149l-62 69.69a8 8 0 1 0 12 10.62L128 164l58 65.27a8 8 0 0 0 12-10.62L136 149v-36.81c48.77 2.08 83.53 22.46 83.88 22.67a8 8 0 1 0 8.24-13.72"/></svg>
React
import type { SVGProps } from "react";
export function PhPersonSimpleFill(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="M95.89 48a32 32 0 1 1 32 32a32 32 0 0 1-32-32m132.23 73.14C226.4 120.11 185.55 96 128 96s-98.4 24.11-100.12 25.14a8 8 0 0 0 8.24 13.72c.36-.22 34.91-20.6 83.88-22.68V149l-62 69.69a8 8 0 1 0 12 10.62L128 164l58 65.27a8 8 0 0 0 12-10.62L136 149v-36.81c48.77 2.08 83.53 22.46 83.88 22.67a8 8 0 1 0 8.24-13.72"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M95.89 48a32 32 0 1 1 32 32a32 32 0 0 1-32-32m132.23 73.14C226.4 120.11 185.55 96 128 96s-98.4 24.11-100.12 25.14a8 8 0 0 0 8.24 13.72c.36-.22 34.91-20.6 83.88-22.68V149l-62 69.69a8 8 0 1 0 12 10.62L128 164l58 65.27a8 8 0 0 0 12-10.62L136 149v-36.81c48.77 2.08 83.53 22.46 83.88 22.67a8 8 0 1 0 8.24-13.72"/></svg> </template>
CSS
.icon-person-simple-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%22M95.89%2048a32%2032%200%201%201%2032%2032a32%2032%200%200%201-32-32m132.23%2073.14C226.4%20120.11%20185.55%2096%20128%2096s-98.4%2024.11-100.12%2025.14a8%208%200%200%200%208.24%2013.72c.36-.22%2034.91-20.6%2083.88-22.68V149l-62%2069.69a8%208%200%201%200%2012%2010.62L128%20164l58%2065.27a8%208%200%200%200%2012-10.62L136%20149v-36.81c48.77%202.08%2083.53%2022.46%2083.88%2022.67a8%208%200%201%200%208.24-13.72%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%22M95.89%2048a32%2032%200%201%201%2032%2032a32%2032%200%200%201-32-32m132.23%2073.14C226.4%20120.11%20185.55%2096%20128%2096s-98.4%2024.11-100.12%2025.14a8%208%200%200%200%208.24%2013.72c.36-.22%2034.91-20.6%2083.88-22.68V149l-62%2069.69a8%208%200%201%200%2012%2010.62L128%20164l58%2065.27a8%208%200%200%200%2012-10.62L136%20149v-36.81c48.77%202.08%2083.53%2022.46%2083.88%2022.67a8%208%200%201%200%208.24-13.72%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/person-simple-fill.svg?color=%231a73e8&size=48