user circle dashed icon

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

Name
user-circle-dashed
Set
Phosphor
Style
Regular
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.57a87.9 87.9 0 0 1 22-38.09a8 8 0 0 0-11.4-11.2a103.9 103.9 0 0 0-26 45a8 8 0 0 0 5.55 9.86M150 213.22a88 88 0 0 1-44 0a8 8 0 0 0-4 15.49a104.1 104.1 0 0 0 52 0a8 8 0 0 0-4-15.49m62.8-108.77a8 8 0 0 0 15.42-4.28a104 104 0 0 0-26-45a8 8 0 1 0-11.41 11.21a88.14 88.14 0 0 1 21.98 38.07Zm15.44 51.39a103.7 103.7 0 0 1-30.68 49.47a8 8 0 0 1-12.49-2.31a64 64 0 0 0-114.14 0a8 8 0 0 1-12.48 2.32a103.74 103.74 0 0 1-30.68-49.49a8 8 0 0 1 15.42-4.27a87.6 87.6 0 0 0 19 34.88a79.57 79.57 0 0 1 36.1-28.77a48 48 0 1 1 59.38 0a79.57 79.57 0 0 1 36.1 28.77a87.6 87.6 0 0 0 19-34.88a8 8 0 1 1 15.42 4.28ZM128 152a32 32 0 1 0-32-32a32 32 0 0 0 32 32"/></svg>

React

import type { SVGProps } from "react";

export function PhUserCircleDashed(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.57a87.9 87.9 0 0 1 22-38.09a8 8 0 0 0-11.4-11.2a103.9 103.9 0 0 0-26 45a8 8 0 0 0 5.55 9.86M150 213.22a88 88 0 0 1-44 0a8 8 0 0 0-4 15.49a104.1 104.1 0 0 0 52 0a8 8 0 0 0-4-15.49m62.8-108.77a8 8 0 0 0 15.42-4.28a104 104 0 0 0-26-45a8 8 0 1 0-11.41 11.21a88.14 88.14 0 0 1 21.98 38.07Zm15.44 51.39a103.7 103.7 0 0 1-30.68 49.47a8 8 0 0 1-12.49-2.31a64 64 0 0 0-114.14 0a8 8 0 0 1-12.48 2.32a103.74 103.74 0 0 1-30.68-49.49a8 8 0 0 1 15.42-4.27a87.6 87.6 0 0 0 19 34.88a79.57 79.57 0 0 1 36.1-28.77a48 48 0 1 1 59.38 0a79.57 79.57 0 0 1 36.1 28.77a87.6 87.6 0 0 0 19-34.88a8 8 0 1 1 15.42 4.28ZM128 152a32 32 0 1 0-32-32a32 32 0 0 0 32 32"/></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.57a87.9 87.9 0 0 1 22-38.09a8 8 0 0 0-11.4-11.2a103.9 103.9 0 0 0-26 45a8 8 0 0 0 5.55 9.86M150 213.22a88 88 0 0 1-44 0a8 8 0 0 0-4 15.49a104.1 104.1 0 0 0 52 0a8 8 0 0 0-4-15.49m62.8-108.77a8 8 0 0 0 15.42-4.28a104 104 0 0 0-26-45a8 8 0 1 0-11.41 11.21a88.14 88.14 0 0 1 21.98 38.07Zm15.44 51.39a103.7 103.7 0 0 1-30.68 49.47a8 8 0 0 1-12.49-2.31a64 64 0 0 0-114.14 0a8 8 0 0 1-12.48 2.32a103.74 103.74 0 0 1-30.68-49.49a8 8 0 0 1 15.42-4.27a87.6 87.6 0 0 0 19 34.88a79.57 79.57 0 0 1 36.1-28.77a48 48 0 1 1 59.38 0a79.57 79.57 0 0 1 36.1 28.77a87.6 87.6 0 0 0 19-34.88a8 8 0 1 1 15.42 4.28ZM128 152a32 32 0 1 0-32-32a32 32 0 0 0 32 32"/></svg>
</template>

CSS

.icon-user-circle-dashed {
  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.57a87.9%2087.9%200%200%201%2022-38.09a8%208%200%200%200-11.4-11.2a103.9%20103.9%200%200%200-26%2045a8%208%200%200%200%205.55%209.86M150%20213.22a88%2088%200%200%201-44%200a8%208%200%200%200-4%2015.49a104.1%20104.1%200%200%200%2052%200a8%208%200%200%200-4-15.49m62.8-108.77a8%208%200%200%200%2015.42-4.28a104%20104%200%200%200-26-45a8%208%200%201%200-11.41%2011.21a88.14%2088.14%200%200%201%2021.98%2038.07Zm15.44%2051.39a103.7%20103.7%200%200%201-30.68%2049.47a8%208%200%200%201-12.49-2.31a64%2064%200%200%200-114.14%200a8%208%200%200%201-12.48%202.32a103.74%20103.74%200%200%201-30.68-49.49a8%208%200%200%201%2015.42-4.27a87.6%2087.6%200%200%200%2019%2034.88a79.57%2079.57%200%200%201%2036.1-28.77a48%2048%200%201%201%2059.38%200a79.57%2079.57%200%200%201%2036.1%2028.77a87.6%2087.6%200%200%200%2019-34.88a8%208%200%201%201%2015.42%204.28ZM128%20152a32%2032%200%201%200-32-32a32%2032%200%200%200%2032%2032%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.57a87.9%2087.9%200%200%201%2022-38.09a8%208%200%200%200-11.4-11.2a103.9%20103.9%200%200%200-26%2045a8%208%200%200%200%205.55%209.86M150%20213.22a88%2088%200%200%201-44%200a8%208%200%200%200-4%2015.49a104.1%20104.1%200%200%200%2052%200a8%208%200%200%200-4-15.49m62.8-108.77a8%208%200%200%200%2015.42-4.28a104%20104%200%200%200-26-45a8%208%200%201%200-11.41%2011.21a88.14%2088.14%200%200%201%2021.98%2038.07Zm15.44%2051.39a103.7%20103.7%200%200%201-30.68%2049.47a8%208%200%200%201-12.49-2.31a64%2064%200%200%200-114.14%200a8%208%200%200%201-12.48%202.32a103.74%20103.74%200%200%201-30.68-49.49a8%208%200%200%201%2015.42-4.27a87.6%2087.6%200%200%200%2019%2034.88a79.57%2079.57%200%200%201%2036.1-28.77a48%2048%200%201%201%2059.38%200a79.57%2079.57%200%200%201%2036.1%2028.77a87.6%2087.6%200%200%200%2019-34.88a8%208%200%201%201%2015.42%204.28ZM128%20152a32%2032%200%201%200-32-32a32%2032%200%200%200%2032%2032%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.svg?color=%231a73e8&size=48