Dashboard Circle Bar Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Dashboard Circle Bar icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/310077.svg" alt="Dashboard Circle Bar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310077.svg" alt="Dashboard Circle Bar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310077.svg" alt="Dashboard Circle Bar icon" :width="24" :height="24" />
CSS background
.icon-dashboard-circle-bar {
background-image: url('https://proicons.com/icon/310077.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 1.75C9.97274 1.75 7.99102 2.35119 6.30542 3.47748C4.61981 4.60376 3.30604 6.20457 2.53024 8.07751C1.75444 9.95046 1.55146 12.0114 1.94696 13.9997C2.34245 15.988 3.31867 17.8144 4.75216 19.2479C6.18565 20.6814 8.01203 21.6576 10.0003 22.0531C11.9886 22.4486 14.0496 22.2456 15.9225 21.4698C17.7955 20.694 19.3963 19.3802 20.5226 17.6946C21.6489 16.009 22.25 14.0273 22.25 12C22.2473 9.28234 21.1666 6.6768 19.2449 4.75513C17.3233 2.83345 14.7177 1.75265 12 1.75ZM8.35 14.63C8.35 14.8422 8.26572 15.0456 8.11569 15.1957C7.96566 15.3457 7.76219 15.43 7.55001 15.43C7.33784 15.43 7.13434 15.3457 6.98431 15.1957C6.83428 15.0456 6.75 14.8422 6.75 14.63V9.38C6.75 9.16783 6.83428 8.96436 6.98431 8.81433C7.13434 8.6643 7.33784 8.58002 7.55001 8.58002C7.76219 8.58002 7.96566 8.6643 8.11569 8.81433C8.26572 8.96436 8.35 9.16783 8.35 9.38V14.63ZM12.85 16.34C12.85 16.5522 12.7657 16.7557 12.6157 16.9057C12.4657 17.0557 12.2622 17.14 12.05 17.14C11.8378 17.14 11.6343 17.0557 11.4843 16.9057C11.3343 16.7557 11.25 16.5522 11.25 16.34V7.66003C11.25 7.44786 11.3343 7.24439 11.4843 7.09436C11.6343 6.94433 11.8378 6.86005 12.05 6.86005C12.2622 6.86005 12.4657 6.94433 12.6157 7.09436C12.7657 7.24439 12.85 7.44786 12.85 7.66003V16.34ZM17.35 14.63C17.35 14.8422 17.2657 15.0456 17.1157 15.1957C16.9657 15.3457 16.7622 15.43 16.55 15.43C16.3378 15.43 16.1343 15.3457 15.9843 15.1957C15.8343 15.0456 15.75 14.8422 15.75 14.63V9.38C15.75 9.16783 15.8343 8.96436 15.9843 8.81433C16.1343 8.6643 16.3378 8.58002 16.55 8.58002C16.7622 8.58002 16.9657 8.6643 17.1157 8.81433C17.2657 8.96436 17.35 9.16783 17.35 9.38V14.63Z" fill="black"/> </svg>
Copied!