circle dashed icon

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

Name
circle-dashed-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the 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="M155.87 36.06a4 4 0 0 1-3.87 3a4.3 4.3 0 0 1-1-.13a92 92 0 0 0-46 0a4 4 0 0 1-2-7.74a100.1 100.1 0 0 1 50 0a4 4 0 0 1 2.87 4.87M56.65 57.94a100.2 100.2 0 0 0-25 43.29a4 4 0 0 0 7.71 2.14a92.06 92.06 0 0 1 23-39.82a4 4 0 1 0-5.7-5.61Zm-17.29 94.68a4 4 0 0 0-7.71 2.14a100.1 100.1 0 0 0 25 43.31a4 4 0 1 0 5.71-5.61a91.9 91.9 0 0 1-23-39.84M151 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.74Zm70.58-67.25a4 4 0 0 0-4.92 2.79a92.1 92.1 0 0 1-23 39.82a4 4 0 1 0 5.7 5.61a100.2 100.2 0 0 0 25-43.29a4 4 0 0 0-2.78-4.93m-4.94-46.46a4 4 0 0 0 7.71-2.14a100.1 100.1 0 0 0-25-43.31a4 4 0 1 0-5.71 5.61a91.9 91.9 0 0 1 23 39.84"/></svg>

React

import type { SVGProps } from "react";

export function PhCircleDashedThin(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="M155.87 36.06a4 4 0 0 1-3.87 3a4.3 4.3 0 0 1-1-.13a92 92 0 0 0-46 0a4 4 0 0 1-2-7.74a100.1 100.1 0 0 1 50 0a4 4 0 0 1 2.87 4.87M56.65 57.94a100.2 100.2 0 0 0-25 43.29a4 4 0 0 0 7.71 2.14a92.06 92.06 0 0 1 23-39.82a4 4 0 1 0-5.7-5.61Zm-17.29 94.68a4 4 0 0 0-7.71 2.14a100.1 100.1 0 0 0 25 43.31a4 4 0 1 0 5.71-5.61a91.9 91.9 0 0 1-23-39.84M151 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.74Zm70.58-67.25a4 4 0 0 0-4.92 2.79a92.1 92.1 0 0 1-23 39.82a4 4 0 1 0 5.7 5.61a100.2 100.2 0 0 0 25-43.29a4 4 0 0 0-2.78-4.93m-4.94-46.46a4 4 0 0 0 7.71-2.14a100.1 100.1 0 0 0-25-43.31a4 4 0 1 0-5.71 5.61a91.9 91.9 0 0 1 23 39.84"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M155.87 36.06a4 4 0 0 1-3.87 3a4.3 4.3 0 0 1-1-.13a92 92 0 0 0-46 0a4 4 0 0 1-2-7.74a100.1 100.1 0 0 1 50 0a4 4 0 0 1 2.87 4.87M56.65 57.94a100.2 100.2 0 0 0-25 43.29a4 4 0 0 0 7.71 2.14a92.06 92.06 0 0 1 23-39.82a4 4 0 1 0-5.7-5.61Zm-17.29 94.68a4 4 0 0 0-7.71 2.14a100.1 100.1 0 0 0 25 43.31a4 4 0 1 0 5.71-5.61a91.9 91.9 0 0 1-23-39.84M151 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.74Zm70.58-67.25a4 4 0 0 0-4.92 2.79a92.1 92.1 0 0 1-23 39.82a4 4 0 1 0 5.7 5.61a100.2 100.2 0 0 0 25-43.29a4 4 0 0 0-2.78-4.93m-4.94-46.46a4 4 0 0 0 7.71-2.14a100.1 100.1 0 0 0-25-43.31a4 4 0 1 0-5.71 5.61a91.9 91.9 0 0 1 23 39.84"/></svg>
</template>

CSS

.icon-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%22M155.87%2036.06a4%204%200%200%201-3.87%203a4.3%204.3%200%200%201-1-.13a92%2092%200%200%200-46%200a4%204%200%200%201-2-7.74a100.1%20100.1%200%200%201%2050%200a4%204%200%200%201%202.87%204.87M56.65%2057.94a100.2%20100.2%200%200%200-25%2043.29a4%204%200%200%200%207.71%202.14a92.06%2092.06%200%200%201%2023-39.82a4%204%200%201%200-5.7-5.61Zm-17.29%2094.68a4%204%200%200%200-7.71%202.14a100.1%20100.1%200%200%200%2025%2043.31a4%204%200%201%200%205.71-5.61a91.9%2091.9%200%200%201-23-39.84M151%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.74Zm70.58-67.25a4%204%200%200%200-4.92%202.79a92.1%2092.1%200%200%201-23%2039.82a4%204%200%201%200%205.7%205.61a100.2%20100.2%200%200%200%2025-43.29a4%204%200%200%200-2.78-4.93m-4.94-46.46a4%204%200%200%200%207.71-2.14a100.1%20100.1%200%200%200-25-43.31a4%204%200%201%200-5.71%205.61a91.9%2091.9%200%200%201%2023%2039.84%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%22M155.87%2036.06a4%204%200%200%201-3.87%203a4.3%204.3%200%200%201-1-.13a92%2092%200%200%200-46%200a4%204%200%200%201-2-7.74a100.1%20100.1%200%200%201%2050%200a4%204%200%200%201%202.87%204.87M56.65%2057.94a100.2%20100.2%200%200%200-25%2043.29a4%204%200%200%200%207.71%202.14a92.06%2092.06%200%200%201%2023-39.82a4%204%200%201%200-5.7-5.61Zm-17.29%2094.68a4%204%200%200%200-7.71%202.14a100.1%20100.1%200%200%200%2025%2043.31a4%204%200%201%200%205.71-5.61a91.9%2091.9%200%200%201-23-39.84M151%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.74Zm70.58-67.25a4%204%200%200%200-4.92%202.79a92.1%2092.1%200%200%201-23%2039.82a4%204%200%201%200%205.7%205.61a100.2%20100.2%200%200%200%2025-43.29a4%204%200%200%200-2.78-4.93m-4.94-46.46a4%204%200%200%200%207.71-2.14a100.1%20100.1%200%200%200-25-43.31a4%204%200%201%200-5.71%205.61a91.9%2091.9%200%200%201%2023%2039.84%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/circle-dashed-thin.svg?color=%231a73e8&size=48