user circle dashed icon
user-circle-dashed-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- user-circle-dashed-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the user circle dashed icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M96.26 37a8 8 0 0 1 5.74-9.71a104.1 104.1 0 0 1 52 0a8 8 0 0 1-2 15.75a8.2 8.2 0 0 1-2-.26a88 88 0 0 0-44 0A8 8 0 0 1 96.26 37m-62.91 73a8 8 0 0 0 9.85-5.57a88 88 0 0 1 22-38.09a8 8 0 0 0-11.41-11.2a104.05 104.05 0 0 0-26 45a8 8 0 0 0 5.56 9.86m179.44-5.56a8 8 0 0 0 15.42-4.28a104 104 0 0 0-26-45a8 8 0 1 0-11.41 11.22a88 88 0 0 1 21.99 38.07Zm9.87 41.56a8 8 0 0 0-9.85 5.58a87.6 87.6 0 0 1-19 34.83a79.8 79.8 0 0 0-21.81-21.3a4 4 0 0 0-4.83.31a59.81 59.81 0 0 1-78.27 0a4 4 0 0 0-4.84-.31a79.5 79.5 0 0 0-22 21.12a87.7 87.7 0 0 1-18.83-34.67a8 8 0 0 0-15.42 4.28a104.07 104.07 0 0 0 200.46 0a8 8 0 0 0-5.61-9.84M128 164a44 44 0 1 0-44-44a44.05 44.05 0 0 0 44 44"/></svg>
React
import type { SVGProps } from "react";
export function PhUserCircleDashedFill(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.26 37a8 8 0 0 1 5.74-9.71a104.1 104.1 0 0 1 52 0a8 8 0 0 1-2 15.75a8.2 8.2 0 0 1-2-.26a88 88 0 0 0-44 0A8 8 0 0 1 96.26 37m-62.91 73a8 8 0 0 0 9.85-5.57a88 88 0 0 1 22-38.09a8 8 0 0 0-11.41-11.2a104.05 104.05 0 0 0-26 45a8 8 0 0 0 5.56 9.86m179.44-5.56a8 8 0 0 0 15.42-4.28a104 104 0 0 0-26-45a8 8 0 1 0-11.41 11.22a88 88 0 0 1 21.99 38.07Zm9.87 41.56a8 8 0 0 0-9.85 5.58a87.6 87.6 0 0 1-19 34.83a79.8 79.8 0 0 0-21.81-21.3a4 4 0 0 0-4.83.31a59.81 59.81 0 0 1-78.27 0a4 4 0 0 0-4.84-.31a79.5 79.5 0 0 0-22 21.12a87.7 87.7 0 0 1-18.83-34.67a8 8 0 0 0-15.42 4.28a104.07 104.07 0 0 0 200.46 0a8 8 0 0 0-5.61-9.84M128 164a44 44 0 1 0-44-44a44.05 44.05 0 0 0 44 44"/></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.26 37a8 8 0 0 1 5.74-9.71a104.1 104.1 0 0 1 52 0a8 8 0 0 1-2 15.75a8.2 8.2 0 0 1-2-.26a88 88 0 0 0-44 0A8 8 0 0 1 96.26 37m-62.91 73a8 8 0 0 0 9.85-5.57a88 88 0 0 1 22-38.09a8 8 0 0 0-11.41-11.2a104.05 104.05 0 0 0-26 45a8 8 0 0 0 5.56 9.86m179.44-5.56a8 8 0 0 0 15.42-4.28a104 104 0 0 0-26-45a8 8 0 1 0-11.41 11.22a88 88 0 0 1 21.99 38.07Zm9.87 41.56a8 8 0 0 0-9.85 5.58a87.6 87.6 0 0 1-19 34.83a79.8 79.8 0 0 0-21.81-21.3a4 4 0 0 0-4.83.31a59.81 59.81 0 0 1-78.27 0a4 4 0 0 0-4.84-.31a79.5 79.5 0 0 0-22 21.12a87.7 87.7 0 0 1-18.83-34.67a8 8 0 0 0-15.42 4.28a104.07 104.07 0 0 0 200.46 0a8 8 0 0 0-5.61-9.84M128 164a44 44 0 1 0-44-44a44.05 44.05 0 0 0 44 44"/></svg> </template>
CSS
.icon-user-circle-dashed-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.26%2037a8%208%200%200%201%205.74-9.71a104.1%20104.1%200%200%201%2052%200a8%208%200%200%201-2%2015.75a8.2%208.2%200%200%201-2-.26a88%2088%200%200%200-44%200A8%208%200%200%201%2096.26%2037m-62.91%2073a8%208%200%200%200%209.85-5.57a88%2088%200%200%201%2022-38.09a8%208%200%200%200-11.41-11.2a104.05%20104.05%200%200%200-26%2045a8%208%200%200%200%205.56%209.86m179.44-5.56a8%208%200%200%200%2015.42-4.28a104%20104%200%200%200-26-45a8%208%200%201%200-11.41%2011.22a88%2088%200%200%201%2021.99%2038.07Zm9.87%2041.56a8%208%200%200%200-9.85%205.58a87.6%2087.6%200%200%201-19%2034.83a79.8%2079.8%200%200%200-21.81-21.3a4%204%200%200%200-4.83.31a59.81%2059.81%200%200%201-78.27%200a4%204%200%200%200-4.84-.31a79.5%2079.5%200%200%200-22%2021.12a87.7%2087.7%200%200%201-18.83-34.67a8%208%200%200%200-15.42%204.28a104.07%20104.07%200%200%200%20200.46%200a8%208%200%200%200-5.61-9.84M128%20164a44%2044%200%201%200-44-44a44.05%2044.05%200%200%200%2044%2044%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.26%2037a8%208%200%200%201%205.74-9.71a104.1%20104.1%200%200%201%2052%200a8%208%200%200%201-2%2015.75a8.2%208.2%200%200%201-2-.26a88%2088%200%200%200-44%200A8%208%200%200%201%2096.26%2037m-62.91%2073a8%208%200%200%200%209.85-5.57a88%2088%200%200%201%2022-38.09a8%208%200%200%200-11.41-11.2a104.05%20104.05%200%200%200-26%2045a8%208%200%200%200%205.56%209.86m179.44-5.56a8%208%200%200%200%2015.42-4.28a104%20104%200%200%200-26-45a8%208%200%201%200-11.41%2011.22a88%2088%200%200%201%2021.99%2038.07Zm9.87%2041.56a8%208%200%200%200-9.85%205.58a87.6%2087.6%200%200%201-19%2034.83a79.8%2079.8%200%200%200-21.81-21.3a4%204%200%200%200-4.83.31a59.81%2059.81%200%200%201-78.27%200a4%204%200%200%200-4.84-.31a79.5%2079.5%200%200%200-22%2021.12a87.7%2087.7%200%200%201-18.83-34.67a8%208%200%200%200-15.42%204.28a104.07%20104.07%200%200%200%20200.46%200a8%208%200%200%200-5.61-9.84M128%20164a44%2044%200%201%200-44-44a44.05%2044.05%200%200%200%2044%2044%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/user-circle-dashed-fill.svg?color=%231a73e8&size=48