Dashboard 3 Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Dashboard 3 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/310643.svg" alt="Dashboard 3 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310643.svg" alt="Dashboard 3 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310643.svg" alt="Dashboard 3 icon" :width="24" :height="24" />
CSS background
.icon-dashboard-3 {
background-image: url('https://proicons.com/icon/310643.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="M19.3178 2.75H4.68222C4.16976 2.75 3.6783 2.95357 3.31593 3.31593C2.95357 3.6783 2.75 4.16976 2.75 4.68222V8.56722C2.75 9.07968 2.95357 9.57114 3.31593 9.93351C3.6783 10.2959 4.16976 10.4994 4.68222 10.4994H19.3178C19.8302 10.4994 20.3217 10.2959 20.6841 9.93351C21.0464 9.57114 21.25 9.07968 21.25 8.56722V4.68222C21.25 4.16976 21.0464 3.6783 20.6841 3.31593C20.3217 2.95357 19.8302 2.75 19.3178 2.75Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M8.56722 13.5005H4.68222C4.16976 13.5005 3.6783 13.7041 3.31593 14.0665C2.95357 14.4288 2.75 14.9203 2.75 15.4328V19.3178C2.75 19.8302 2.95357 20.3217 3.31593 20.6841C3.6783 21.0464 4.16976 21.25 4.68222 21.25H8.56722C9.07968 21.25 9.57114 21.0464 9.93351 20.6841C10.2959 20.3217 10.4994 19.8302 10.4994 19.3178V15.4328C10.4967 14.9211 10.2923 14.4312 9.93052 14.0695C9.56874 13.7077 9.07884 13.5032 8.56722 13.5005Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M19.3178 13.5005H15.4328C14.9211 13.5032 14.4312 13.7077 14.0695 14.0695C13.7077 14.4312 13.5032 14.9211 13.5005 15.4328V19.3178C13.5005 19.8302 13.7041 20.3217 14.0665 20.6841C14.4288 21.0464 14.9203 21.25 15.4328 21.25H19.3178C19.8302 21.25 20.3217 21.0464 20.6841 20.6841C21.0464 20.3217 21.25 19.8302 21.25 19.3178V15.4328C21.25 14.9203 21.0464 14.4288 20.6841 14.0665C20.3217 13.7041 19.8302 13.5005 19.3178 13.5005Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!