user circle dashed icon

user-circle-dashed-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
user-circle-dashed-thin
Set
Phosphor
Style
Thin
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="M100.13 36a4 4 0 0 1 2.87-4.83a100.1 100.1 0 0 1 50 0a4 4 0 0 1-1 7.88a4.4 4.4 0 0 1-1-.13a92 92 0 0 0-46 0a4 4 0 0 1-4.87-2.92m-65.71 70.16a4 4 0 0 0 4.92-2.79a91.9 91.9 0 0 1 23-39.82a4 4 0 0 0-5.71-5.61a100.15 100.15 0 0 0-25 43.3a4 4 0 0 0 2.79 4.92M151 217.09a92 92 0 0 1-46 0a4 4 0 0 0-2 7.75a100 100 0 0 0 50 0a4 4 0 1 0-2-7.74Zm65.65-113.71a4 4 0 1 0 7.7-2.14a100.1 100.1 0 0 0-25-43.31a4 4 0 1 0-5.71 5.61a92 92 0 0 1 23.01 39.84m7.73 51.39a99.77 99.77 0 0 1-29.5 47.57a4 4 0 0 1-6.24-1.16a68 68 0 0 0-121.28 0a4 4 0 0 1-2.83 2.12a3.6 3.6 0 0 1-.73.07a4 4 0 0 1-2.68-1a99.8 99.8 0 0 1-29.5-47.58a4 4 0 1 1 7.71-2.13a91.9 91.9 0 0 0 23.47 40.25a75.66 75.66 0 0 1 44.54-34.08a44 44 0 1 1 41.32 0a75.66 75.66 0 0 1 44.54 34.08a91.83 91.83 0 0 0 23.47-40.28a4 4 0 0 1 7.71 2.14M128 156a36 36 0 1 0-36-36a36 36 0 0 0 36 36"/></svg>

React

import type { SVGProps } from "react";

export function PhUserCircleDashedThin(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="M100.13 36a4 4 0 0 1 2.87-4.83a100.1 100.1 0 0 1 50 0a4 4 0 0 1-1 7.88a4.4 4.4 0 0 1-1-.13a92 92 0 0 0-46 0a4 4 0 0 1-4.87-2.92m-65.71 70.16a4 4 0 0 0 4.92-2.79a91.9 91.9 0 0 1 23-39.82a4 4 0 0 0-5.71-5.61a100.15 100.15 0 0 0-25 43.3a4 4 0 0 0 2.79 4.92M151 217.09a92 92 0 0 1-46 0a4 4 0 0 0-2 7.75a100 100 0 0 0 50 0a4 4 0 1 0-2-7.74Zm65.65-113.71a4 4 0 1 0 7.7-2.14a100.1 100.1 0 0 0-25-43.31a4 4 0 1 0-5.71 5.61a92 92 0 0 1 23.01 39.84m7.73 51.39a99.77 99.77 0 0 1-29.5 47.57a4 4 0 0 1-6.24-1.16a68 68 0 0 0-121.28 0a4 4 0 0 1-2.83 2.12a3.6 3.6 0 0 1-.73.07a4 4 0 0 1-2.68-1a99.8 99.8 0 0 1-29.5-47.58a4 4 0 1 1 7.71-2.13a91.9 91.9 0 0 0 23.47 40.25a75.66 75.66 0 0 1 44.54-34.08a44 44 0 1 1 41.32 0a75.66 75.66 0 0 1 44.54 34.08a91.83 91.83 0 0 0 23.47-40.28a4 4 0 0 1 7.71 2.14M128 156a36 36 0 1 0-36-36a36 36 0 0 0 36 36"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M100.13 36a4 4 0 0 1 2.87-4.83a100.1 100.1 0 0 1 50 0a4 4 0 0 1-1 7.88a4.4 4.4 0 0 1-1-.13a92 92 0 0 0-46 0a4 4 0 0 1-4.87-2.92m-65.71 70.16a4 4 0 0 0 4.92-2.79a91.9 91.9 0 0 1 23-39.82a4 4 0 0 0-5.71-5.61a100.15 100.15 0 0 0-25 43.3a4 4 0 0 0 2.79 4.92M151 217.09a92 92 0 0 1-46 0a4 4 0 0 0-2 7.75a100 100 0 0 0 50 0a4 4 0 1 0-2-7.74Zm65.65-113.71a4 4 0 1 0 7.7-2.14a100.1 100.1 0 0 0-25-43.31a4 4 0 1 0-5.71 5.61a92 92 0 0 1 23.01 39.84m7.73 51.39a99.77 99.77 0 0 1-29.5 47.57a4 4 0 0 1-6.24-1.16a68 68 0 0 0-121.28 0a4 4 0 0 1-2.83 2.12a3.6 3.6 0 0 1-.73.07a4 4 0 0 1-2.68-1a99.8 99.8 0 0 1-29.5-47.58a4 4 0 1 1 7.71-2.13a91.9 91.9 0 0 0 23.47 40.25a75.66 75.66 0 0 1 44.54-34.08a44 44 0 1 1 41.32 0a75.66 75.66 0 0 1 44.54 34.08a91.83 91.83 0 0 0 23.47-40.28a4 4 0 0 1 7.71 2.14M128 156a36 36 0 1 0-36-36a36 36 0 0 0 36 36"/></svg>
</template>

CSS

.icon-user-circle-dashed-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%22M100.13%2036a4%204%200%200%201%202.87-4.83a100.1%20100.1%200%200%201%2050%200a4%204%200%200%201-1%207.88a4.4%204.4%200%200%201-1-.13a92%2092%200%200%200-46%200a4%204%200%200%201-4.87-2.92m-65.71%2070.16a4%204%200%200%200%204.92-2.79a91.9%2091.9%200%200%201%2023-39.82a4%204%200%200%200-5.71-5.61a100.15%20100.15%200%200%200-25%2043.3a4%204%200%200%200%202.79%204.92M151%20217.09a92%2092%200%200%201-46%200a4%204%200%200%200-2%207.75a100%20100%200%200%200%2050%200a4%204%200%201%200-2-7.74Zm65.65-113.71a4%204%200%201%200%207.7-2.14a100.1%20100.1%200%200%200-25-43.31a4%204%200%201%200-5.71%205.61a92%2092%200%200%201%2023.01%2039.84m7.73%2051.39a99.77%2099.77%200%200%201-29.5%2047.57a4%204%200%200%201-6.24-1.16a68%2068%200%200%200-121.28%200a4%204%200%200%201-2.83%202.12a3.6%203.6%200%200%201-.73.07a4%204%200%200%201-2.68-1a99.8%2099.8%200%200%201-29.5-47.58a4%204%200%201%201%207.71-2.13a91.9%2091.9%200%200%200%2023.47%2040.25a75.66%2075.66%200%200%201%2044.54-34.08a44%2044%200%201%201%2041.32%200a75.66%2075.66%200%200%201%2044.54%2034.08a91.83%2091.83%200%200%200%2023.47-40.28a4%204%200%200%201%207.71%202.14M128%20156a36%2036%200%201%200-36-36a36%2036%200%200%200%2036%2036%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%22M100.13%2036a4%204%200%200%201%202.87-4.83a100.1%20100.1%200%200%201%2050%200a4%204%200%200%201-1%207.88a4.4%204.4%200%200%201-1-.13a92%2092%200%200%200-46%200a4%204%200%200%201-4.87-2.92m-65.71%2070.16a4%204%200%200%200%204.92-2.79a91.9%2091.9%200%200%201%2023-39.82a4%204%200%200%200-5.71-5.61a100.15%20100.15%200%200%200-25%2043.3a4%204%200%200%200%202.79%204.92M151%20217.09a92%2092%200%200%201-46%200a4%204%200%200%200-2%207.75a100%20100%200%200%200%2050%200a4%204%200%201%200-2-7.74Zm65.65-113.71a4%204%200%201%200%207.7-2.14a100.1%20100.1%200%200%200-25-43.31a4%204%200%201%200-5.71%205.61a92%2092%200%200%201%2023.01%2039.84m7.73%2051.39a99.77%2099.77%200%200%201-29.5%2047.57a4%204%200%200%201-6.24-1.16a68%2068%200%200%200-121.28%200a4%204%200%200%201-2.83%202.12a3.6%203.6%200%200%201-.73.07a4%204%200%200%201-2.68-1a99.8%2099.8%200%200%201-29.5-47.58a4%204%200%201%201%207.71-2.13a91.9%2091.9%200%200%200%2023.47%2040.25a75.66%2075.66%200%200%201%2044.54-34.08a44%2044%200%201%201%2041.32%200a75.66%2075.66%200%200%201%2044.54%2034.08a91.83%2091.83%200%200%200%2023.47-40.28a4%204%200%200%201%207.71%202.14M128%20156a36%2036%200%201%200-36-36a36%2036%200%200%200%2036%2036%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-thin.svg?color=%231a73e8&size=48