circle dashed icon
circle-dashed-linear from Solar by 480 Design · Linear · UI · CC-BY-4.0 Attribution required.
- Name
- circle-dashed-linear
- Set
- Solar
- Style
- Linear
- 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
accessibility-boldadd-boldadd-circle-boldadd-square-boldaugmented-reality-boldballoon-boldbattery-charge-boldbattery-charge-minimalistic-boldbattery-full-boldbattery-full-minimalistic-boldbattery-half-boldbattery-half-minimalistic-boldbattery-low-boldbattery-low-minimalistic-boldblocks-boldbody-boldbolt-boldbolt-circle-boldbox-boldbox-minimalistic-boldbroom-boldcat-boldcheck-circle-boldcheck-square-bold
Use the circle 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="M20.3068 6.42903C19.951 5.89982 19.5392 5.39709 19.0713 4.92919C18.6034 4.4613 18.1007 4.04946 17.5715 3.69369M21.8131 13.9343C21.9357 13.3085 22 12.6618 22 12.0001C22 11.3384 21.9357 10.6917 21.8131 10.0659M17.571 20.3068C18.1002 19.951 18.6029 19.5392 19.0708 19.0713C19.5387 18.6034 19.9505 18.1007 20.3063 17.5715M10.0657 21.8131C10.6915 21.9357 11.3382 22 11.9999 22C12.6616 22 13.3083 21.9357 13.9341 21.8131M3.69321 17.571C4.04898 18.1002 4.46082 18.6029 4.92872 19.0708C5.39661 19.5387 5.89934 19.9505 6.42855 20.3063M2.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"/></svg>
React
import type { SVGProps } from "react";
export function SolarCircleDashedLinear(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="M20.3068 6.42903C19.951 5.89982 19.5392 5.39709 19.0713 4.92919C18.6034 4.4613 18.1007 4.04946 17.5715 3.69369M21.8131 13.9343C21.9357 13.3085 22 12.6618 22 12.0001C22 11.3384 21.9357 10.6917 21.8131 10.0659M17.571 20.3068C18.1002 19.951 18.6029 19.5392 19.0708 19.0713C19.5387 18.6034 19.9505 18.1007 20.3063 17.5715M10.0657 21.8131C10.6915 21.9357 11.3382 22 11.9999 22C12.6616 22 13.3083 21.9357 13.9341 21.8131M3.69321 17.571C4.04898 18.1002 4.46082 18.6029 4.92872 19.0708C5.39661 19.5387 5.89934 19.9505 6.42855 20.3063M2.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"/></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="M20.3068 6.42903C19.951 5.89982 19.5392 5.39709 19.0713 4.92919C18.6034 4.4613 18.1007 4.04946 17.5715 3.69369M21.8131 13.9343C21.9357 13.3085 22 12.6618 22 12.0001C22 11.3384 21.9357 10.6917 21.8131 10.0659M17.571 20.3068C18.1002 19.951 18.6029 19.5392 19.0708 19.0713C19.5387 18.6034 19.9505 18.1007 20.3063 17.5715M10.0657 21.8131C10.6915 21.9357 11.3382 22 11.9999 22C12.6616 22 13.3083 21.9357 13.9341 21.8131M3.69321 17.571C4.04898 18.1002 4.46082 18.6029 4.92872 19.0708C5.39661 19.5387 5.89934 19.9505 6.42855 20.3063M2.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"/></svg> </template>
CSS
.icon-circle-dashed-linear {
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%22M20.3068%206.42903C19.951%205.89982%2019.5392%205.39709%2019.0713%204.92919C18.6034%204.4613%2018.1007%204.04946%2017.5715%203.69369M21.8131%2013.9343C21.9357%2013.3085%2022%2012.6618%2022%2012.0001C22%2011.3384%2021.9357%2010.6917%2021.8131%2010.0659M17.571%2020.3068C18.1002%2019.951%2018.6029%2019.5392%2019.0708%2019.0713C19.5387%2018.6034%2019.9505%2018.1007%2020.3063%2017.5715M10.0657%2021.8131C10.6915%2021.9357%2011.3382%2022%2011.9999%2022C12.6616%2022%2013.3083%2021.9357%2013.9341%2021.8131M3.69321%2017.571C4.04898%2018.1002%204.46082%2018.6029%204.92872%2019.0708C5.39661%2019.5387%205.89934%2019.9505%206.42855%2020.3063M2.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%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%22M20.3068%206.42903C19.951%205.89982%2019.5392%205.39709%2019.0713%204.92919C18.6034%204.4613%2018.1007%204.04946%2017.5715%203.69369M21.8131%2013.9343C21.9357%2013.3085%2022%2012.6618%2022%2012.0001C22%2011.3384%2021.9357%2010.6917%2021.8131%2010.0659M17.571%2020.3068C18.1002%2019.951%2018.6029%2019.5392%2019.0708%2019.0713C19.5387%2018.6034%2019.9505%2018.1007%2020.3063%2017.5715M10.0657%2021.8131C10.6915%2021.9357%2011.3382%2022%2011.9999%2022C12.6616%2022%2013.3083%2021.9357%2013.9341%2021.8131M3.69321%2017.571C4.04898%2018.1002%204.46082%2018.6029%204.92872%2019.0708C5.39661%2019.5387%205.89934%2019.9505%206.42855%2020.3063M2.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%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/circle-dashed-linear.svg?color=%231a73e8&size=48