user circle dashed icon
user-circle-dashed-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- user-circle-dashed-light
- Set
- Phosphor
- Style
- Light
- 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="M98.19 36.54a6 6 0 0 1 4.31-7.31a102 102 0 0 1 51 0a6 6 0 1 1-3 11.61a90 90 0 0 0-45 0a6 6 0 0 1-7.31-4.3m-64.3 71.54a6 6 0 0 0 1.6.22a6 6 0 0 0 5.78-4.4A90 90 0 0 1 63.78 65a6 6 0 1 0-8.56-8.41A102.1 102.1 0 0 0 29.7 100.7a6 6 0 0 0 4.19 7.38M150.5 215.15a90 90 0 0 1-45 0a6 6 0 1 0-3 11.61a102 102 0 0 0 51 0a6 6 0 0 0-3-11.62Zm64.22-111.24a6 6 0 0 0 5.78 4.4a6 6 0 0 0 1.6-.22a6 6 0 0 0 4.18-7.38a102 102 0 0 0-25.49-44.18a6 6 0 0 0-8.55 8.41a90.1 90.1 0 0 1 22.48 38.97m11.58 51.39a101.75 101.75 0 0 1-30.08 48.53a6 6 0 0 1-9.37-1.74a66 66 0 0 0-117.7 0a6 6 0 0 1-4.26 3.18a5.7 5.7 0 0 1-1.09.1a6 6 0 0 1-4-1.54a101.74 101.74 0 0 1-30.1-48.53a6 6 0 1 1 11.56-3.21a89.8 89.8 0 0 0 21.2 37.59a77.56 77.56 0 0 1 40-31.43a46 46 0 1 1 51 0a77.56 77.56 0 0 1 40 31.43a89.7 89.7 0 0 0 21.2-37.58a6 6 0 1 1 11.56 3.2ZM128 154a34 34 0 1 0-34-34a34 34 0 0 0 34 34"/></svg>
React
import type { SVGProps } from "react";
export function PhUserCircleDashedLight(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="M98.19 36.54a6 6 0 0 1 4.31-7.31a102 102 0 0 1 51 0a6 6 0 1 1-3 11.61a90 90 0 0 0-45 0a6 6 0 0 1-7.31-4.3m-64.3 71.54a6 6 0 0 0 1.6.22a6 6 0 0 0 5.78-4.4A90 90 0 0 1 63.78 65a6 6 0 1 0-8.56-8.41A102.1 102.1 0 0 0 29.7 100.7a6 6 0 0 0 4.19 7.38M150.5 215.15a90 90 0 0 1-45 0a6 6 0 1 0-3 11.61a102 102 0 0 0 51 0a6 6 0 0 0-3-11.62Zm64.22-111.24a6 6 0 0 0 5.78 4.4a6 6 0 0 0 1.6-.22a6 6 0 0 0 4.18-7.38a102 102 0 0 0-25.49-44.18a6 6 0 0 0-8.55 8.41a90.1 90.1 0 0 1 22.48 38.97m11.58 51.39a101.75 101.75 0 0 1-30.08 48.53a6 6 0 0 1-9.37-1.74a66 66 0 0 0-117.7 0a6 6 0 0 1-4.26 3.18a5.7 5.7 0 0 1-1.09.1a6 6 0 0 1-4-1.54a101.74 101.74 0 0 1-30.1-48.53a6 6 0 1 1 11.56-3.21a89.8 89.8 0 0 0 21.2 37.59a77.56 77.56 0 0 1 40-31.43a46 46 0 1 1 51 0a77.56 77.56 0 0 1 40 31.43a89.7 89.7 0 0 0 21.2-37.58a6 6 0 1 1 11.56 3.2ZM128 154a34 34 0 1 0-34-34a34 34 0 0 0 34 34"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M98.19 36.54a6 6 0 0 1 4.31-7.31a102 102 0 0 1 51 0a6 6 0 1 1-3 11.61a90 90 0 0 0-45 0a6 6 0 0 1-7.31-4.3m-64.3 71.54a6 6 0 0 0 1.6.22a6 6 0 0 0 5.78-4.4A90 90 0 0 1 63.78 65a6 6 0 1 0-8.56-8.41A102.1 102.1 0 0 0 29.7 100.7a6 6 0 0 0 4.19 7.38M150.5 215.15a90 90 0 0 1-45 0a6 6 0 1 0-3 11.61a102 102 0 0 0 51 0a6 6 0 0 0-3-11.62Zm64.22-111.24a6 6 0 0 0 5.78 4.4a6 6 0 0 0 1.6-.22a6 6 0 0 0 4.18-7.38a102 102 0 0 0-25.49-44.18a6 6 0 0 0-8.55 8.41a90.1 90.1 0 0 1 22.48 38.97m11.58 51.39a101.75 101.75 0 0 1-30.08 48.53a6 6 0 0 1-9.37-1.74a66 66 0 0 0-117.7 0a6 6 0 0 1-4.26 3.18a5.7 5.7 0 0 1-1.09.1a6 6 0 0 1-4-1.54a101.74 101.74 0 0 1-30.1-48.53a6 6 0 1 1 11.56-3.21a89.8 89.8 0 0 0 21.2 37.59a77.56 77.56 0 0 1 40-31.43a46 46 0 1 1 51 0a77.56 77.56 0 0 1 40 31.43a89.7 89.7 0 0 0 21.2-37.58a6 6 0 1 1 11.56 3.2ZM128 154a34 34 0 1 0-34-34a34 34 0 0 0 34 34"/></svg> </template>
CSS
.icon-user-circle-dashed-light {
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%22M98.19%2036.54a6%206%200%200%201%204.31-7.31a102%20102%200%200%201%2051%200a6%206%200%201%201-3%2011.61a90%2090%200%200%200-45%200a6%206%200%200%201-7.31-4.3m-64.3%2071.54a6%206%200%200%200%201.6.22a6%206%200%200%200%205.78-4.4A90%2090%200%200%201%2063.78%2065a6%206%200%201%200-8.56-8.41A102.1%20102.1%200%200%200%2029.7%20100.7a6%206%200%200%200%204.19%207.38M150.5%20215.15a90%2090%200%200%201-45%200a6%206%200%201%200-3%2011.61a102%20102%200%200%200%2051%200a6%206%200%200%200-3-11.62Zm64.22-111.24a6%206%200%200%200%205.78%204.4a6%206%200%200%200%201.6-.22a6%206%200%200%200%204.18-7.38a102%20102%200%200%200-25.49-44.18a6%206%200%200%200-8.55%208.41a90.1%2090.1%200%200%201%2022.48%2038.97m11.58%2051.39a101.75%20101.75%200%200%201-30.08%2048.53a6%206%200%200%201-9.37-1.74a66%2066%200%200%200-117.7%200a6%206%200%200%201-4.26%203.18a5.7%205.7%200%200%201-1.09.1a6%206%200%200%201-4-1.54a101.74%20101.74%200%200%201-30.1-48.53a6%206%200%201%201%2011.56-3.21a89.8%2089.8%200%200%200%2021.2%2037.59a77.56%2077.56%200%200%201%2040-31.43a46%2046%200%201%201%2051%200a77.56%2077.56%200%200%201%2040%2031.43a89.7%2089.7%200%200%200%2021.2-37.58a6%206%200%201%201%2011.56%203.2ZM128%20154a34%2034%200%201%200-34-34a34%2034%200%200%200%2034%2034%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%22M98.19%2036.54a6%206%200%200%201%204.31-7.31a102%20102%200%200%201%2051%200a6%206%200%201%201-3%2011.61a90%2090%200%200%200-45%200a6%206%200%200%201-7.31-4.3m-64.3%2071.54a6%206%200%200%200%201.6.22a6%206%200%200%200%205.78-4.4A90%2090%200%200%201%2063.78%2065a6%206%200%201%200-8.56-8.41A102.1%20102.1%200%200%200%2029.7%20100.7a6%206%200%200%200%204.19%207.38M150.5%20215.15a90%2090%200%200%201-45%200a6%206%200%201%200-3%2011.61a102%20102%200%200%200%2051%200a6%206%200%200%200-3-11.62Zm64.22-111.24a6%206%200%200%200%205.78%204.4a6%206%200%200%200%201.6-.22a6%206%200%200%200%204.18-7.38a102%20102%200%200%200-25.49-44.18a6%206%200%200%200-8.55%208.41a90.1%2090.1%200%200%201%2022.48%2038.97m11.58%2051.39a101.75%20101.75%200%200%201-30.08%2048.53a6%206%200%200%201-9.37-1.74a66%2066%200%200%200-117.7%200a6%206%200%200%201-4.26%203.18a5.7%205.7%200%200%201-1.09.1a6%206%200%200%201-4-1.54a101.74%20101.74%200%200%201-30.1-48.53a6%206%200%201%201%2011.56-3.21a89.8%2089.8%200%200%200%2021.2%2037.59a77.56%2077.56%200%200%201%2040-31.43a46%2046%200%201%201%2051%200a77.56%2077.56%200%200%201%2040%2031.43a89.7%2089.7%200%200%200%2021.2-37.58a6%206%200%201%201%2011.56%203.2ZM128%20154a34%2034%200%201%200-34-34a34%2034%200%200%200%2034%2034%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-light.svg?color=%231a73e8&size=48