circle dashed icon

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

Name
circle-dashed
Set
Phosphor
Style
Regular
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="M96.26 37.05a8 8 0 0 1 5.74-9.76a104.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-9.74-5.73M53.79 55.14a104.05 104.05 0 0 0-26 45a8 8 0 0 0 15.42 4.27a88 88 0 0 1 22-38.09a8 8 0 0 0-11.42-11.18m-10.58 96.41a8 8 0 1 0-15.42 4.28a104.1 104.1 0 0 0 26 45a8 8 0 0 0 11.41-11.22a88.14 88.14 0 0 1-21.99-38.06M150 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.58a87.9 87.9 0 0 1-22 38.08a8 8 0 1 0 11.42 11.21a104 104 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 190.8 66.4a88 88 0 0 1 21.99 38.05Z"/></svg>

React

import type { SVGProps } from "react";

export function PhCircleDashed(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 37.05a8 8 0 0 1 5.74-9.76a104.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-9.74-5.73M53.79 55.14a104.05 104.05 0 0 0-26 45a8 8 0 0 0 15.42 4.27a88 88 0 0 1 22-38.09a8 8 0 0 0-11.42-11.18m-10.58 96.41a8 8 0 1 0-15.42 4.28a104.1 104.1 0 0 0 26 45a8 8 0 0 0 11.41-11.22a88.14 88.14 0 0 1-21.99-38.06M150 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.58a87.9 87.9 0 0 1-22 38.08a8 8 0 1 0 11.42 11.21a104 104 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 190.8 66.4a88 88 0 0 1 21.99 38.05Z"/></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 37.05a8 8 0 0 1 5.74-9.76a104.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-9.74-5.73M53.79 55.14a104.05 104.05 0 0 0-26 45a8 8 0 0 0 15.42 4.27a88 88 0 0 1 22-38.09a8 8 0 0 0-11.42-11.18m-10.58 96.41a8 8 0 1 0-15.42 4.28a104.1 104.1 0 0 0 26 45a8 8 0 0 0 11.41-11.22a88.14 88.14 0 0 1-21.99-38.06M150 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.58a87.9 87.9 0 0 1-22 38.08a8 8 0 1 0 11.42 11.21a104 104 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 190.8 66.4a88 88 0 0 1 21.99 38.05Z"/></svg>
</template>

CSS

.icon-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%2037.05a8%208%200%200%201%205.74-9.76a104.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-9.74-5.73M53.79%2055.14a104.05%20104.05%200%200%200-26%2045a8%208%200%200%200%2015.42%204.27a88%2088%200%200%201%2022-38.09a8%208%200%200%200-11.42-11.18m-10.58%2096.41a8%208%200%201%200-15.42%204.28a104.1%20104.1%200%200%200%2026%2045a8%208%200%200%200%2011.41-11.22a88.14%2088.14%200%200%201-21.99-38.06M150%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.58a87.9%2087.9%200%200%201-22%2038.08a8%208%200%201%200%2011.42%2011.21a104%20104%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%20190.8%2066.4a88%2088%200%200%201%2021.99%2038.05Z%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%2037.05a8%208%200%200%201%205.74-9.76a104.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-9.74-5.73M53.79%2055.14a104.05%20104.05%200%200%200-26%2045a8%208%200%200%200%2015.42%204.27a88%2088%200%200%201%2022-38.09a8%208%200%200%200-11.42-11.18m-10.58%2096.41a8%208%200%201%200-15.42%204.28a104.1%20104.1%200%200%200%2026%2045a8%208%200%200%200%2011.41-11.22a88.14%2088.14%200%200%201-21.99-38.06M150%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.58a87.9%2087.9%200%200%201-22%2038.08a8%208%200%201%200%2011.42%2011.21a104%20104%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%20190.8%2066.4a88%2088%200%200%201%2021.99%2038.05Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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