circle dashed icon
circle-dashed-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- circle-dashed-light
- Set
- Phosphor
- Style
- Light
- 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="M98.19 36.54a6 6 0 0 1 4.3-7.31a102.1 102.1 0 0 1 51 0a6 6 0 0 1-3 11.62a90 90 0 0 0-45 0a6 6 0 0 1-7.3-4.31m-43 20A102.1 102.1 0 0 0 29.7 100.7a6 6 0 0 0 4.19 7.38a6 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.41Zm-13.91 95.55a6 6 0 1 0-11.56 3.2a102 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.97m109.21 63.06a90 90 0 0 1-45 0a6 6 0 1 0-3 11.62a102.16 102.16 0 0 0 51 0a6 6 0 0 0-3-11.62m71.62-67.23a6 6 0 0 0-7.38 4.18a90 90 0 0 1-22.51 39a6 6 0 1 0 8.56 8.41a102.1 102.1 0 0 0 25.52-44.21a6 6 0 0 0-4.19-7.38m-7.39-44a6 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.05 90.05 0 0 1 22.48 38.96Z"/></svg>
React
import type { SVGProps } from "react";
export function PhCircleDashedLight(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.3-7.31a102.1 102.1 0 0 1 51 0a6 6 0 0 1-3 11.62a90 90 0 0 0-45 0a6 6 0 0 1-7.3-4.31m-43 20A102.1 102.1 0 0 0 29.7 100.7a6 6 0 0 0 4.19 7.38a6 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.41Zm-13.91 95.55a6 6 0 1 0-11.56 3.2a102 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.97m109.21 63.06a90 90 0 0 1-45 0a6 6 0 1 0-3 11.62a102.16 102.16 0 0 0 51 0a6 6 0 0 0-3-11.62m71.62-67.23a6 6 0 0 0-7.38 4.18a90 90 0 0 1-22.51 39a6 6 0 1 0 8.56 8.41a102.1 102.1 0 0 0 25.52-44.21a6 6 0 0 0-4.19-7.38m-7.39-44a6 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.05 90.05 0 0 1 22.48 38.96Z"/></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.3-7.31a102.1 102.1 0 0 1 51 0a6 6 0 0 1-3 11.62a90 90 0 0 0-45 0a6 6 0 0 1-7.3-4.31m-43 20A102.1 102.1 0 0 0 29.7 100.7a6 6 0 0 0 4.19 7.38a6 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.41Zm-13.91 95.55a6 6 0 1 0-11.56 3.2a102 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.97m109.21 63.06a90 90 0 0 1-45 0a6 6 0 1 0-3 11.62a102.16 102.16 0 0 0 51 0a6 6 0 0 0-3-11.62m71.62-67.23a6 6 0 0 0-7.38 4.18a90 90 0 0 1-22.51 39a6 6 0 1 0 8.56 8.41a102.1 102.1 0 0 0 25.52-44.21a6 6 0 0 0-4.19-7.38m-7.39-44a6 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.05 90.05 0 0 1 22.48 38.96Z"/></svg> </template>
CSS
.icon-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.3-7.31a102.1%20102.1%200%200%201%2051%200a6%206%200%200%201-3%2011.62a90%2090%200%200%200-45%200a6%206%200%200%201-7.3-4.31m-43%2020A102.1%20102.1%200%200%200%2029.7%20100.7a6%206%200%200%200%204.19%207.38a6%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.41Zm-13.91%2095.55a6%206%200%201%200-11.56%203.2a102%20102%200%200%200%2025.49%2044.18a6%206%200%200%200%208.55-8.41a90.1%2090.1%200%200%201-22.48-38.97m109.21%2063.06a90%2090%200%200%201-45%200a6%206%200%201%200-3%2011.62a102.16%20102.16%200%200%200%2051%200a6%206%200%200%200-3-11.62m71.62-67.23a6%206%200%200%200-7.38%204.18a90%2090%200%200%201-22.51%2039a6%206%200%201%200%208.56%208.41a102.1%20102.1%200%200%200%2025.52-44.21a6%206%200%200%200-4.19-7.38m-7.39-44a6%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.05%2090.05%200%200%201%2022.48%2038.96Z%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.3-7.31a102.1%20102.1%200%200%201%2051%200a6%206%200%200%201-3%2011.62a90%2090%200%200%200-45%200a6%206%200%200%201-7.3-4.31m-43%2020A102.1%20102.1%200%200%200%2029.7%20100.7a6%206%200%200%200%204.19%207.38a6%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.41Zm-13.91%2095.55a6%206%200%201%200-11.56%203.2a102%20102%200%200%200%2025.49%2044.18a6%206%200%200%200%208.55-8.41a90.1%2090.1%200%200%201-22.48-38.97m109.21%2063.06a90%2090%200%200%201-45%200a6%206%200%201%200-3%2011.62a102.16%20102.16%200%200%200%2051%200a6%206%200%200%200-3-11.62m71.62-67.23a6%206%200%200%200-7.38%204.18a90%2090%200%200%201-22.51%2039a6%206%200%201%200%208.56%208.41a102.1%20102.1%200%200%200%2025.52-44.21a6%206%200%200%200-4.19-7.38m-7.39-44a6%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.05%2090.05%200%200%201%2022.48%2038.96Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/circle-dashed-light.svg?color=%231a73e8&size=48