Dashboard Bar Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Dashboard 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/310073.svg" alt="Dashboard Bar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310073.svg" alt="Dashboard Bar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310073.svg" alt="Dashboard Bar icon" :width="24" :height="24" />
CSS background
.icon-dashboard-bar {
background-image: url('https://proicons.com/icon/310073.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="M15.21 2.00001H8.75C6.9606 2.00265 5.24525 2.71469 3.97995 3.97999C2.71465 5.24528 2.00265 6.96061 2 8.75001V15.25C2.00265 17.0394 2.71465 18.7548 3.97995 20.0201C5.24525 21.2854 6.9606 21.9974 8.75 22H15.25C17.0394 21.9974 18.7548 21.2854 20.0201 20.0201C21.2853 18.7548 21.9974 17.0394 22 15.25V8.75001C21.9987 7.86058 21.8219 6.98015 21.4797 6.15919C21.1375 5.33822 20.6367 4.59288 20.0059 3.96583C19.3751 3.33877 18.6268 2.84234 17.8038 2.50501C16.9809 2.16768 16.0994 1.99606 15.21 2.00001ZM8.42999 16.23C8.42999 16.4422 8.34571 16.6457 8.19568 16.7957C8.04565 16.9458 7.84218 17.03 7.63 17.03C7.41783 17.03 7.21434 16.9458 7.06432 16.7957C6.91429 16.6457 6.83 16.4422 6.83 16.23V11.13C6.83 10.9178 6.91429 10.7144 7.06432 10.5643C7.21434 10.4143 7.41783 10.33 7.63 10.33C7.84218 10.33 8.04565 10.4143 8.19568 10.5643C8.34571 10.7144 8.42999 10.9178 8.42999 11.13V16.23ZM12.88 16.23C12.88 16.4422 12.7957 16.6457 12.6457 16.7957C12.4957 16.9458 12.2922 17.03 12.08 17.03C11.8678 17.03 11.6643 16.9458 11.5143 16.7957C11.3643 16.6457 11.28 16.4422 11.28 16.23V7.78004C11.28 7.56786 11.3643 7.36439 11.5143 7.21436C11.6643 7.06433 11.8678 6.98005 12.08 6.98005C12.2922 6.98005 12.4957 7.06433 12.6457 7.21436C12.7957 7.36439 12.88 7.56786 12.88 7.78004V16.23ZM17.09 16.23C17.09 16.4422 17.0057 16.6457 16.8557 16.7957C16.7057 16.9458 16.5022 17.03 16.29 17.03C16.0778 17.03 15.8743 16.9458 15.7243 16.7957C15.5743 16.6457 15.49 16.4422 15.49 16.23V9.82001C15.49 9.60784 15.5743 9.40437 15.7243 9.25434C15.8743 9.10431 16.0778 9.02003 16.29 9.02003C16.5022 9.02003 16.7057 9.10431 16.8557 9.25434C17.0057 9.40437 17.09 9.60784 17.09 9.82001V16.23Z" fill="black"/> </svg>
Copied!