circle dashed icon

circle-dashed-line-duotone from Solar by 480 Design · Line Duotone · UI · CC-BY-4.0 Attribution required.

Name
circle-dashed-line-duotone
Set
Solar
Style
Line Duotone
Category
UI
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More ui icons from Solar

Use the circle dashed icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M20.3067 6.42919C19.9509 5.89998 19.5391 5.39725 19.0712 4.92936C18.6033 4.46146 18.1006 4.04962 17.5714 3.69385M21.813 13.9344C21.9356 13.3087 21.9999 12.662 21.9999 12.0003C21.9999 11.3386 21.9356 10.6919 21.813 10.0661M17.5709 20.307C18.1001 19.9512 18.6028 19.5393 19.0707 19.0714C19.5386 18.6036 19.9504 18.1008 20.3062 17.5716M10.0656 21.8133C10.6914 21.9359 11.3381 22.0002 11.9998 22.0002C12.6615 22.0002 13.3082 21.9359 13.934 21.8133M3.69312 17.5711C4.04889 18.1003 4.46073 18.6031 4.92862 19.071C5.39652 19.5389 5.89925 19.9507 6.42846 20.3065"/><path d="M2.18691 10.0657C2.06427 10.6915 2 11.3382 2 11.9999C2 12.6616 2.06427 13.3083 2.18691 13.9341M6.42903 3.69321C5.89982 4.04898 5.39709 4.46082 4.92919 4.92872C4.4613 5.39661 4.04946 5.89934 3.69369 6.42855M13.9343 2.18691C13.3085 2.06427 12.6618 2 12.0001 2C11.3384 2 10.6917 2.06427 10.0659 2.18691" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarCircleDashedLineDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M20.3067 6.42919C19.9509 5.89998 19.5391 5.39725 19.0712 4.92936C18.6033 4.46146 18.1006 4.04962 17.5714 3.69385M21.813 13.9344C21.9356 13.3087 21.9999 12.662 21.9999 12.0003C21.9999 11.3386 21.9356 10.6919 21.813 10.0661M17.5709 20.307C18.1001 19.9512 18.6028 19.5393 19.0707 19.0714C19.5386 18.6036 19.9504 18.1008 20.3062 17.5716M10.0656 21.8133C10.6914 21.9359 11.3381 22.0002 11.9998 22.0002C12.6615 22.0002 13.3082 21.9359 13.934 21.8133M3.69312 17.5711C4.04889 18.1003 4.46073 18.6031 4.92862 19.071C5.39652 19.5389 5.89925 19.9507 6.42846 20.3065"/><path d="M2.18691 10.0657C2.06427 10.6915 2 11.3382 2 11.9999C2 12.6616 2.06427 13.3083 2.18691 13.9341M6.42903 3.69321C5.89982 4.04898 5.39709 4.46082 4.92919 4.92872C4.4613 5.39661 4.04946 5.89934 3.69369 6.42855M13.9343 2.18691C13.3085 2.06427 12.6618 2 12.0001 2C11.3384 2 10.6917 2.06427 10.0659 2.18691" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M20.3067 6.42919C19.9509 5.89998 19.5391 5.39725 19.0712 4.92936C18.6033 4.46146 18.1006 4.04962 17.5714 3.69385M21.813 13.9344C21.9356 13.3087 21.9999 12.662 21.9999 12.0003C21.9999 11.3386 21.9356 10.6919 21.813 10.0661M17.5709 20.307C18.1001 19.9512 18.6028 19.5393 19.0707 19.0714C19.5386 18.6036 19.9504 18.1008 20.3062 17.5716M10.0656 21.8133C10.6914 21.9359 11.3381 22.0002 11.9998 22.0002C12.6615 22.0002 13.3082 21.9359 13.934 21.8133M3.69312 17.5711C4.04889 18.1003 4.46073 18.6031 4.92862 19.071C5.39652 19.5389 5.89925 19.9507 6.42846 20.3065"/><path d="M2.18691 10.0657C2.06427 10.6915 2 11.3382 2 11.9999C2 12.6616 2.06427 13.3083 2.18691 13.9341M6.42903 3.69321C5.89982 4.04898 5.39709 4.46082 4.92919 4.92872C4.4613 5.39661 4.04946 5.89934 3.69369 6.42855M13.9343 2.18691C13.3085 2.06427 12.6618 2 12.0001 2C11.3384 2 10.6917 2.06427 10.0659 2.18691" opacity=".5"/></g></svg>
</template>

CSS

.icon-circle-dashed-line-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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M20.3067%206.42919C19.9509%205.89998%2019.5391%205.39725%2019.0712%204.92936C18.6033%204.46146%2018.1006%204.04962%2017.5714%203.69385M21.813%2013.9344C21.9356%2013.3087%2021.9999%2012.662%2021.9999%2012.0003C21.9999%2011.3386%2021.9356%2010.6919%2021.813%2010.0661M17.5709%2020.307C18.1001%2019.9512%2018.6028%2019.5393%2019.0707%2019.0714C19.5386%2018.6036%2019.9504%2018.1008%2020.3062%2017.5716M10.0656%2021.8133C10.6914%2021.9359%2011.3381%2022.0002%2011.9998%2022.0002C12.6615%2022.0002%2013.3082%2021.9359%2013.934%2021.8133M3.69312%2017.5711C4.04889%2018.1003%204.46073%2018.6031%204.92862%2019.071C5.39652%2019.5389%205.89925%2019.9507%206.42846%2020.3065%22%2F%3E%3Cpath%20d%3D%22M2.18691%2010.0657C2.06427%2010.6915%202%2011.3382%202%2011.9999C2%2012.6616%202.06427%2013.3083%202.18691%2013.9341M6.42903%203.69321C5.89982%204.04898%205.39709%204.46082%204.92919%204.92872C4.4613%205.39661%204.04946%205.89934%203.69369%206.42855M13.9343%202.18691C13.3085%202.06427%2012.6618%202%2012.0001%202C11.3384%202%2010.6917%202.06427%2010.0659%202.18691%22%20opacity%3D%22.5%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M20.3067%206.42919C19.9509%205.89998%2019.5391%205.39725%2019.0712%204.92936C18.6033%204.46146%2018.1006%204.04962%2017.5714%203.69385M21.813%2013.9344C21.9356%2013.3087%2021.9999%2012.662%2021.9999%2012.0003C21.9999%2011.3386%2021.9356%2010.6919%2021.813%2010.0661M17.5709%2020.307C18.1001%2019.9512%2018.6028%2019.5393%2019.0707%2019.0714C19.5386%2018.6036%2019.9504%2018.1008%2020.3062%2017.5716M10.0656%2021.8133C10.6914%2021.9359%2011.3381%2022.0002%2011.9998%2022.0002C12.6615%2022.0002%2013.3082%2021.9359%2013.934%2021.8133M3.69312%2017.5711C4.04889%2018.1003%204.46073%2018.6031%204.92862%2019.071C5.39652%2019.5389%205.89925%2019.9507%206.42846%2020.3065%22%2F%3E%3Cpath%20d%3D%22M2.18691%2010.0657C2.06427%2010.6915%202%2011.3382%202%2011.9999C2%2012.6616%202.06427%2013.3083%202.18691%2013.9341M6.42903%203.69321C5.89982%204.04898%205.39709%204.46082%204.92919%204.92872C4.4613%205.39661%204.04946%205.89934%203.69369%206.42855M13.9343%202.18691C13.3085%202.06427%2012.6618%202%2012.0001%202C11.3384%202%2010.6917%202.06427%2010.0659%202.18691%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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