Dashboard 2 Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Dashboard 2 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/310642.svg" alt="Dashboard 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310642.svg" alt="Dashboard 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310642.svg" alt="Dashboard 2 icon" :width="24" :height="24" />
CSS background
.icon-dashboard-2 {
background-image: url('https://proicons.com/icon/310642.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="M8.55694 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.55694C2.74999 9.07035 2.95324 9.56288 3.31531 9.92687C3.67738 10.2909 4.16882 10.4967 4.68222 10.4994H8.55694C9.07212 10.4994 9.56621 10.2948 9.9305 9.9305C10.2948 9.56621 10.4994 9.07212 10.4994 8.55694V4.68222C10.4967 4.16882 10.2909 3.67738 9.92687 3.31531C9.56288 2.95324 9.07035 2.74999 8.55694 2.75Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M19.3178 2.75H15.443C14.9296 2.74999 14.4371 2.95324 14.0731 3.31531C13.7091 3.67738 13.5033 4.16882 13.5005 4.68222V8.55694C13.5005 9.07212 13.7052 9.56621 14.0695 9.9305C14.4338 10.2948 14.9279 10.4994 15.443 10.4994H19.3178C19.8312 10.4967 20.3226 10.2909 20.6847 9.92687C21.0468 9.56288 21.25 9.07035 21.25 8.55694V4.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.55694 13.5005H4.68222C4.16882 13.5033 3.67738 13.7091 3.31531 14.0731C2.95324 14.4371 2.74999 14.9296 2.75 15.443V19.3178C2.75 19.8302 2.95357 20.3217 3.31593 20.6841C3.6783 21.0464 4.16976 21.25 4.68222 21.25H8.55694C9.07035 21.25 9.56288 21.0468 9.92687 20.6847C10.2909 20.3226 10.4967 19.8312 10.4994 19.3178V15.443C10.4994 14.9279 10.2948 14.4338 9.9305 14.0695C9.56621 13.7052 9.07212 13.5005 8.55694 13.5005Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M17.3753 13.5005C16.3476 13.5005 15.3621 13.9088 14.6354 14.6354C13.9088 15.3621 13.5005 16.3476 13.5005 17.3753C13.5005 18.4029 13.9088 19.3885 14.6354 20.1151C15.3621 20.8418 16.3476 21.25 17.3753 21.25C18.4029 21.25 19.3885 20.8418 20.1151 20.1151C20.8418 19.3885 21.25 18.4029 21.25 17.3753C21.25 16.3476 20.8418 15.3621 20.1151 14.6354C19.3885 13.9088 18.4029 13.5005 17.3753 13.5005Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!