circle dashed icon
circle-dashed-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- circle-dashed-duotone
- Set
- Phosphor
- Style
- Duotone
- 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"><g fill="currentColor"><path d="M224 128a96 96 0 1 1-96-96a96 96 0 0 1 96 96" opacity=".2"/><path 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.1 88.1 0 0 0-44 0A8 8 0 0 1 96.26 37M53.79 55.14a104 104 0 0 0-26 45a8 8 0 1 0 15.42 4.26a87.9 87.9 0 0 1 22-38.08a8 8 0 0 0-11.42-11.18m-10.58 96.41a8 8 0 1 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.99-38.07M150 213.22a88 88 0 0 1-44 0a8 8 0 1 0-4 15.49a104.1 104.1 0 0 0 52 0a8 8 0 0 0-4-15.49M222.65 146a8 8 0 0 0-9.85 5.57a87.9 87.9 0 0 1-22 38.09a8 8 0 1 0 11.42 11.21a104.05 104.05 0 0 0 26-45a8 8 0 0 0-5.57-9.87m-9.86-41.54a8 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.99 38.06Z"/></g></svg>
React
import type { SVGProps } from "react";
export function PhCircleDashedDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M224 128a96 96 0 1 1-96-96a96 96 0 0 1 96 96" opacity=".2"/><path 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.1 88.1 0 0 0-44 0A8 8 0 0 1 96.26 37M53.79 55.14a104 104 0 0 0-26 45a8 8 0 1 0 15.42 4.26a87.9 87.9 0 0 1 22-38.08a8 8 0 0 0-11.42-11.18m-10.58 96.41a8 8 0 1 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.99-38.07M150 213.22a88 88 0 0 1-44 0a8 8 0 1 0-4 15.49a104.1 104.1 0 0 0 52 0a8 8 0 0 0-4-15.49M222.65 146a8 8 0 0 0-9.85 5.57a87.9 87.9 0 0 1-22 38.09a8 8 0 1 0 11.42 11.21a104.05 104.05 0 0 0 26-45a8 8 0 0 0-5.57-9.87m-9.86-41.54a8 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.99 38.06Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M224 128a96 96 0 1 1-96-96a96 96 0 0 1 96 96" opacity=".2"/><path 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.1 88.1 0 0 0-44 0A8 8 0 0 1 96.26 37M53.79 55.14a104 104 0 0 0-26 45a8 8 0 1 0 15.42 4.26a87.9 87.9 0 0 1 22-38.08a8 8 0 0 0-11.42-11.18m-10.58 96.41a8 8 0 1 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.99-38.07M150 213.22a88 88 0 0 1-44 0a8 8 0 1 0-4 15.49a104.1 104.1 0 0 0 52 0a8 8 0 0 0-4-15.49M222.65 146a8 8 0 0 0-9.85 5.57a87.9 87.9 0 0 1-22 38.09a8 8 0 1 0 11.42 11.21a104.05 104.05 0 0 0 26-45a8 8 0 0 0-5.57-9.87m-9.86-41.54a8 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.99 38.06Z"/></g></svg> </template>
CSS
.icon-circle-dashed-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M224%20128a96%2096%200%201%201-96-96a96%2096%200%200%201%2096%2096%22%20opacity%3D%22.2%22%2F%3E%3Cpath%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.1%2088.1%200%200%200-44%200A8%208%200%200%201%2096.26%2037M53.79%2055.14a104%20104%200%200%200-26%2045a8%208%200%201%200%2015.42%204.26a87.9%2087.9%200%200%201%2022-38.08a8%208%200%200%200-11.42-11.18m-10.58%2096.41a8%208%200%201%200-15.42%204.28a104%20104%200%200%200%2026%2045a8%208%200%201%200%2011.41-11.21a88.14%2088.14%200%200%201-21.99-38.07M150%20213.22a88%2088%200%200%201-44%200a8%208%200%201%200-4%2015.49a104.1%20104.1%200%200%200%2052%200a8%208%200%200%200-4-15.49M222.65%20146a8%208%200%200%200-9.85%205.57a87.9%2087.9%200%200%201-22%2038.09a8%208%200%201%200%2011.42%2011.21a104.05%20104.05%200%200%200%2026-45a8%208%200%200%200-5.57-9.87m-9.86-41.54a8%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.99%2038.06Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M224%20128a96%2096%200%201%201-96-96a96%2096%200%200%201%2096%2096%22%20opacity%3D%22.2%22%2F%3E%3Cpath%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.1%2088.1%200%200%200-44%200A8%208%200%200%201%2096.26%2037M53.79%2055.14a104%20104%200%200%200-26%2045a8%208%200%201%200%2015.42%204.26a87.9%2087.9%200%200%201%2022-38.08a8%208%200%200%200-11.42-11.18m-10.58%2096.41a8%208%200%201%200-15.42%204.28a104%20104%200%200%200%2026%2045a8%208%200%201%200%2011.41-11.21a88.14%2088.14%200%200%201-21.99-38.07M150%20213.22a88%2088%200%200%201-44%200a8%208%200%201%200-4%2015.49a104.1%20104.1%200%200%200%2052%200a8%208%200%200%200-4-15.49M222.65%20146a8%208%200%200%200-9.85%205.57a87.9%2087.9%200%200%201-22%2038.09a8%208%200%201%200%2011.42%2011.21a104.05%20104.05%200%200%200%2026-45a8%208%200%200%200-5.57-9.87m-9.86-41.54a8%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.99%2038.06Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/circle-dashed-duotone.svg?color=%231a73e8&size=48