circle dot dashed icon

circle-dot-dashed from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
circle-dot-dashed
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the circle dot dashed icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9.503 21.685a10.05 10.05 0 0 0 5 0m0-19.37a10 10 0 0 0-2.5-.315c-.863 0-1.701.11-2.5.315M2.371 14.678c.222.795.546 1.575.977 2.322a10 10 0 0 0 1.523 2.008m16.774-9.685A10 10 0 0 0 20.668 7a10 10 0 0 0-1.523-2.008m2.499 9.686A10 10 0 0 1 20.666 17a10 10 0 0 1-1.522 2.008M2.37 9.323c.22-.795.545-1.575.977-2.323s.945-1.418 1.523-2.008m7.134 6.508v.5m1 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCircleDotDashed(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M9.503 21.685a10.05 10.05 0 0 0 5 0m0-19.37a10 10 0 0 0-2.5-.315c-.863 0-1.701.11-2.5.315M2.371 14.678c.222.795.546 1.575.977 2.322a10 10 0 0 0 1.523 2.008m16.774-9.685A10 10 0 0 0 20.668 7a10 10 0 0 0-1.523-2.008m2.499 9.686A10 10 0 0 1 20.666 17a10 10 0 0 1-1.522 2.008M2.37 9.323c.22-.795.545-1.575.977-2.323s.945-1.418 1.523-2.008m7.134 6.508v.5m1 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9.503 21.685a10.05 10.05 0 0 0 5 0m0-19.37a10 10 0 0 0-2.5-.315c-.863 0-1.701.11-2.5.315M2.371 14.678c.222.795.546 1.575.977 2.322a10 10 0 0 0 1.523 2.008m16.774-9.685A10 10 0 0 0 20.668 7a10 10 0 0 0-1.523-2.008m2.499 9.686A10 10 0 0 1 20.666 17a10 10 0 0 1-1.522 2.008M2.37 9.323c.22-.795.545-1.575.977-2.323s.945-1.418 1.523-2.008m7.134 6.508v.5m1 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg>
</template>

CSS

.icon-circle-dot-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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9.503%2021.685a10.05%2010.05%200%200%200%205%200m0-19.37a10%2010%200%200%200-2.5-.315c-.863%200-1.701.11-2.5.315M2.371%2014.678c.222.795.546%201.575.977%202.322a10%2010%200%200%200%201.523%202.008m16.774-9.685A10%2010%200%200%200%2020.668%207a10%2010%200%200%200-1.523-2.008m2.499%209.686A10%2010%200%200%201%2020.666%2017a10%2010%200%200%201-1.522%202.008M2.37%209.323c.22-.795.545-1.575.977-2.323s.945-1.418%201.523-2.008m7.134%206.508v.5m1%200a1%201%200%201%201-2%200a1%201%200%200%201%202%200%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9.503%2021.685a10.05%2010.05%200%200%200%205%200m0-19.37a10%2010%200%200%200-2.5-.315c-.863%200-1.701.11-2.5.315M2.371%2014.678c.222.795.546%201.575.977%202.322a10%2010%200%200%200%201.523%202.008m16.774-9.685A10%2010%200%200%200%2020.668%207a10%2010%200%200%200-1.523-2.008m2.499%209.686A10%2010%200%200%201%2020.666%2017a10%2010%200%200%201-1.522%202.008M2.37%209.323c.22-.795.545-1.575.977-2.323s.945-1.418%201.523-2.008m7.134%206.508v.5m1%200a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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