Dashboard Minus Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Dashboard Minus icon is commonly used in quantity selectors, collapse controls and list management. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/310655.svg" alt="Dashboard Minus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310655.svg" alt="Dashboard Minus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310655.svg" alt="Dashboard Minus icon" :width="24" :height="24" />
CSS background
.icon-dashboard-minus {
background-image: url('https://proicons.com/icon/310655.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.0467 9.56288 21.25 9.07035 21.25 8.55694V4.68222C21.25 4.16976 21.0464 3.6783 20.684 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="M14.3172 17.3753H20.4333" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> </svg>
Copied!