circle dash icon
circle-dash from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- circle-dash
- Set
- Carbon
- Style
- Outline
- Category
- Actions
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More actions icons from Carbon
activity-taskadapter-notificationaddadd-altadd-commentadd-largealign-box-bottom-centeralign-box-bottom-leftalign-box-bottom-rightalign-box-middle-centeralign-box-middle-leftalign-box-middle-rightalign-box-top-centeralign-box-top-leftalign-box-top-rightalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-vertical-bottomalign-vertical-centeralign-vertical-topappsareaarea-custom
Use the circle dash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.7 4.7a14.7 14.7 0 0 0-3 3.1L6.3 9a13.3 13.3 0 0 1 2.6-2.7Zm-3.1 7.6l-1.9-.6A12.5 12.5 0 0 0 2 16h2a11.5 11.5 0 0 1 .6-3.7m-1.9 8.1a14.4 14.4 0 0 0 2 3.9l1.6-1.2a12.9 12.9 0 0 1-1.7-3.3Zm5.1 6.9a14.4 14.4 0 0 0 3.9 2l.6-1.9A12.9 12.9 0 0 1 9 25.7Zm3.9-24.6l.6 1.9A11.5 11.5 0 0 1 16 4V2a12.5 12.5 0 0 0-4.3.7m12.5 24.6a15.2 15.2 0 0 0 3.1-3.1L25.7 23a11.5 11.5 0 0 1-2.7 2.7Zm3.2-7.6l1.9.6A15.5 15.5 0 0 0 30 16h-2a11.5 11.5 0 0 1-.6 3.7m1.8-8.1a14.4 14.4 0 0 0-2-3.9l-1.6 1.2a12.9 12.9 0 0 1 1.7 3.3Zm-5.1-7a14.4 14.4 0 0 0-3.9-2l-.6 1.9a12.9 12.9 0 0 1 3.3 1.7Zm-3.8 24.7l-.6-1.9a11.5 11.5 0 0 1-3.7.6v2a21.4 21.4 0 0 0 4.3-.7"/></svg>
React
import type { SVGProps } from "react";
export function CarbonCircleDash(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.7 4.7a14.7 14.7 0 0 0-3 3.1L6.3 9a13.3 13.3 0 0 1 2.6-2.7Zm-3.1 7.6l-1.9-.6A12.5 12.5 0 0 0 2 16h2a11.5 11.5 0 0 1 .6-3.7m-1.9 8.1a14.4 14.4 0 0 0 2 3.9l1.6-1.2a12.9 12.9 0 0 1-1.7-3.3Zm5.1 6.9a14.4 14.4 0 0 0 3.9 2l.6-1.9A12.9 12.9 0 0 1 9 25.7Zm3.9-24.6l.6 1.9A11.5 11.5 0 0 1 16 4V2a12.5 12.5 0 0 0-4.3.7m12.5 24.6a15.2 15.2 0 0 0 3.1-3.1L25.7 23a11.5 11.5 0 0 1-2.7 2.7Zm3.2-7.6l1.9.6A15.5 15.5 0 0 0 30 16h-2a11.5 11.5 0 0 1-.6 3.7m1.8-8.1a14.4 14.4 0 0 0-2-3.9l-1.6 1.2a12.9 12.9 0 0 1 1.7 3.3Zm-5.1-7a14.4 14.4 0 0 0-3.9-2l-.6 1.9a12.9 12.9 0 0 1 3.3 1.7Zm-3.8 24.7l-.6-1.9a11.5 11.5 0 0 1-3.7.6v2a21.4 21.4 0 0 0 4.3-.7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.7 4.7a14.7 14.7 0 0 0-3 3.1L6.3 9a13.3 13.3 0 0 1 2.6-2.7Zm-3.1 7.6l-1.9-.6A12.5 12.5 0 0 0 2 16h2a11.5 11.5 0 0 1 .6-3.7m-1.9 8.1a14.4 14.4 0 0 0 2 3.9l1.6-1.2a12.9 12.9 0 0 1-1.7-3.3Zm5.1 6.9a14.4 14.4 0 0 0 3.9 2l.6-1.9A12.9 12.9 0 0 1 9 25.7Zm3.9-24.6l.6 1.9A11.5 11.5 0 0 1 16 4V2a12.5 12.5 0 0 0-4.3.7m12.5 24.6a15.2 15.2 0 0 0 3.1-3.1L25.7 23a11.5 11.5 0 0 1-2.7 2.7Zm3.2-7.6l1.9.6A15.5 15.5 0 0 0 30 16h-2a11.5 11.5 0 0 1-.6 3.7m1.8-8.1a14.4 14.4 0 0 0-2-3.9l-1.6 1.2a12.9 12.9 0 0 1 1.7 3.3Zm-5.1-7a14.4 14.4 0 0 0-3.9-2l-.6 1.9a12.9 12.9 0 0 1 3.3 1.7Zm-3.8 24.7l-.6-1.9a11.5 11.5 0 0 1-3.7.6v2a21.4 21.4 0 0 0 4.3-.7"/></svg> </template>
CSS
.icon-circle-dash {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.7%204.7a14.7%2014.7%200%200%200-3%203.1L6.3%209a13.3%2013.3%200%200%201%202.6-2.7Zm-3.1%207.6l-1.9-.6A12.5%2012.5%200%200%200%202%2016h2a11.5%2011.5%200%200%201%20.6-3.7m-1.9%208.1a14.4%2014.4%200%200%200%202%203.9l1.6-1.2a12.9%2012.9%200%200%201-1.7-3.3Zm5.1%206.9a14.4%2014.4%200%200%200%203.9%202l.6-1.9A12.9%2012.9%200%200%201%209%2025.7Zm3.9-24.6l.6%201.9A11.5%2011.5%200%200%201%2016%204V2a12.5%2012.5%200%200%200-4.3.7m12.5%2024.6a15.2%2015.2%200%200%200%203.1-3.1L25.7%2023a11.5%2011.5%200%200%201-2.7%202.7Zm3.2-7.6l1.9.6A15.5%2015.5%200%200%200%2030%2016h-2a11.5%2011.5%200%200%201-.6%203.7m1.8-8.1a14.4%2014.4%200%200%200-2-3.9l-1.6%201.2a12.9%2012.9%200%200%201%201.7%203.3Zm-5.1-7a14.4%2014.4%200%200%200-3.9-2l-.6%201.9a12.9%2012.9%200%200%201%203.3%201.7Zm-3.8%2024.7l-.6-1.9a11.5%2011.5%200%200%201-3.7.6v2a21.4%2021.4%200%200%200%204.3-.7%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.7%204.7a14.7%2014.7%200%200%200-3%203.1L6.3%209a13.3%2013.3%200%200%201%202.6-2.7Zm-3.1%207.6l-1.9-.6A12.5%2012.5%200%200%200%202%2016h2a11.5%2011.5%200%200%201%20.6-3.7m-1.9%208.1a14.4%2014.4%200%200%200%202%203.9l1.6-1.2a12.9%2012.9%200%200%201-1.7-3.3Zm5.1%206.9a14.4%2014.4%200%200%200%203.9%202l.6-1.9A12.9%2012.9%200%200%201%209%2025.7Zm3.9-24.6l.6%201.9A11.5%2011.5%200%200%201%2016%204V2a12.5%2012.5%200%200%200-4.3.7m12.5%2024.6a15.2%2015.2%200%200%200%203.1-3.1L25.7%2023a11.5%2011.5%200%200%201-2.7%202.7Zm3.2-7.6l1.9.6A15.5%2015.5%200%200%200%2030%2016h-2a11.5%2011.5%200%200%201-.6%203.7m1.8-8.1a14.4%2014.4%200%200%200-2-3.9l-1.6%201.2a12.9%2012.9%200%200%201%201.7%203.3Zm-5.1-7a14.4%2014.4%200%200%200-3.9-2l-.6%201.9a12.9%2012.9%200%200%201%203.3%201.7Zm-3.8%2024.7l-.6-1.9a11.5%2011.5%200%200%201-3.7.6v2a21.4%2021.4%200%200%200%204.3-.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/circle-dash.svg?color=%231a73e8&size=48