circle dashed icon
circle-dashed-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- circle-dashed-fill
- Set
- Phosphor
- Style
- Fill
- 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="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m54.59 45a8 8 0 0 1 11.29.7a88 88 0 0 1 17.6 30.47a8 8 0 0 1-15.18 5.08a71.9 71.9 0 0 0-14.4-25a8 8 0 0 1 .69-11.25M73.41 187.05a8 8 0 0 1-11.29-.7a88 88 0 0 1-17.6-30.47a8 8 0 1 1 15.18-5.08a71.9 71.9 0 0 0 14.4 24.95a8 8 0 0 1-.69 11.3m.69-106.8a71.9 71.9 0 0 0-14.4 25a8 8 0 1 1-15.18-5.08a88 88 0 0 1 17.6-30.47a8 8 0 1 1 12 10.6Zm71.49 134a87.8 87.8 0 0 1-35.18 0a8 8 0 0 1 3.18-15.68a72.1 72.1 0 0 0 28.82 0a8 8 0 0 1 3.18 15.68m6.25-163a8 8 0 0 1-7.84 6.36a8 8 0 0 1-1.6-.16a72.1 72.1 0 0 0-28.82 0a8 8 0 1 1-3.18-15.68a87.9 87.9 0 0 1 35.18 0a8 8 0 0 1 6.26 9.43Zm59.64 104.68a88 88 0 0 1-17.6 30.47a8 8 0 1 1-12-10.6a71.9 71.9 0 0 0 14.4-24.95a8 8 0 0 1 15.18 5.08Z"/></svg>
React
import type { SVGProps } from "react";
export function PhCircleDashedFill(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="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m54.59 45a8 8 0 0 1 11.29.7a88 88 0 0 1 17.6 30.47a8 8 0 0 1-15.18 5.08a71.9 71.9 0 0 0-14.4-25a8 8 0 0 1 .69-11.25M73.41 187.05a8 8 0 0 1-11.29-.7a88 88 0 0 1-17.6-30.47a8 8 0 1 1 15.18-5.08a71.9 71.9 0 0 0 14.4 24.95a8 8 0 0 1-.69 11.3m.69-106.8a71.9 71.9 0 0 0-14.4 25a8 8 0 1 1-15.18-5.08a88 88 0 0 1 17.6-30.47a8 8 0 1 1 12 10.6Zm71.49 134a87.8 87.8 0 0 1-35.18 0a8 8 0 0 1 3.18-15.68a72.1 72.1 0 0 0 28.82 0a8 8 0 0 1 3.18 15.68m6.25-163a8 8 0 0 1-7.84 6.36a8 8 0 0 1-1.6-.16a72.1 72.1 0 0 0-28.82 0a8 8 0 1 1-3.18-15.68a87.9 87.9 0 0 1 35.18 0a8 8 0 0 1 6.26 9.43Zm59.64 104.68a88 88 0 0 1-17.6 30.47a8 8 0 1 1-12-10.6a71.9 71.9 0 0 0 14.4-24.95a8 8 0 0 1 15.18 5.08Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m54.59 45a8 8 0 0 1 11.29.7a88 88 0 0 1 17.6 30.47a8 8 0 0 1-15.18 5.08a71.9 71.9 0 0 0-14.4-25a8 8 0 0 1 .69-11.25M73.41 187.05a8 8 0 0 1-11.29-.7a88 88 0 0 1-17.6-30.47a8 8 0 1 1 15.18-5.08a71.9 71.9 0 0 0 14.4 24.95a8 8 0 0 1-.69 11.3m.69-106.8a71.9 71.9 0 0 0-14.4 25a8 8 0 1 1-15.18-5.08a88 88 0 0 1 17.6-30.47a8 8 0 1 1 12 10.6Zm71.49 134a87.8 87.8 0 0 1-35.18 0a8 8 0 0 1 3.18-15.68a72.1 72.1 0 0 0 28.82 0a8 8 0 0 1 3.18 15.68m6.25-163a8 8 0 0 1-7.84 6.36a8 8 0 0 1-1.6-.16a72.1 72.1 0 0 0-28.82 0a8 8 0 1 1-3.18-15.68a87.9 87.9 0 0 1 35.18 0a8 8 0 0 1 6.26 9.43Zm59.64 104.68a88 88 0 0 1-17.6 30.47a8 8 0 1 1-12-10.6a71.9 71.9 0 0 0 14.4-24.95a8 8 0 0 1 15.18 5.08Z"/></svg> </template>
CSS
.icon-circle-dashed-fill {
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%22M128%2024a104%20104%200%201%200%20104%20104A104.11%20104.11%200%200%200%20128%2024m54.59%2045a8%208%200%200%201%2011.29.7a88%2088%200%200%201%2017.6%2030.47a8%208%200%200%201-15.18%205.08a71.9%2071.9%200%200%200-14.4-25a8%208%200%200%201%20.69-11.25M73.41%20187.05a8%208%200%200%201-11.29-.7a88%2088%200%200%201-17.6-30.47a8%208%200%201%201%2015.18-5.08a71.9%2071.9%200%200%200%2014.4%2024.95a8%208%200%200%201-.69%2011.3m.69-106.8a71.9%2071.9%200%200%200-14.4%2025a8%208%200%201%201-15.18-5.08a88%2088%200%200%201%2017.6-30.47a8%208%200%201%201%2012%2010.6Zm71.49%20134a87.8%2087.8%200%200%201-35.18%200a8%208%200%200%201%203.18-15.68a72.1%2072.1%200%200%200%2028.82%200a8%208%200%200%201%203.18%2015.68m6.25-163a8%208%200%200%201-7.84%206.36a8%208%200%200%201-1.6-.16a72.1%2072.1%200%200%200-28.82%200a8%208%200%201%201-3.18-15.68a87.9%2087.9%200%200%201%2035.18%200a8%208%200%200%201%206.26%209.43Zm59.64%20104.68a88%2088%200%200%201-17.6%2030.47a8%208%200%201%201-12-10.6a71.9%2071.9%200%200%200%2014.4-24.95a8%208%200%200%201%2015.18%205.08Z%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%22M128%2024a104%20104%200%201%200%20104%20104A104.11%20104.11%200%200%200%20128%2024m54.59%2045a8%208%200%200%201%2011.29.7a88%2088%200%200%201%2017.6%2030.47a8%208%200%200%201-15.18%205.08a71.9%2071.9%200%200%200-14.4-25a8%208%200%200%201%20.69-11.25M73.41%20187.05a8%208%200%200%201-11.29-.7a88%2088%200%200%201-17.6-30.47a8%208%200%201%201%2015.18-5.08a71.9%2071.9%200%200%200%2014.4%2024.95a8%208%200%200%201-.69%2011.3m.69-106.8a71.9%2071.9%200%200%200-14.4%2025a8%208%200%201%201-15.18-5.08a88%2088%200%200%201%2017.6-30.47a8%208%200%201%201%2012%2010.6Zm71.49%20134a87.8%2087.8%200%200%201-35.18%200a8%208%200%200%201%203.18-15.68a72.1%2072.1%200%200%200%2028.82%200a8%208%200%200%201%203.18%2015.68m6.25-163a8%208%200%200%201-7.84%206.36a8%208%200%200%201-1.6-.16a72.1%2072.1%200%200%200-28.82%200a8%208%200%201%201-3.18-15.68a87.9%2087.9%200%200%201%2035.18%200a8%208%200%200%201%206.26%209.43Zm59.64%20104.68a88%2088%200%200%201-17.6%2030.47a8%208%200%201%201-12-10.6a71.9%2071.9%200%200%200%2014.4-24.95a8%208%200%200%201%2015.18%205.08Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/circle-dashed-fill.svg?color=%231a73e8&size=48