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/310080.svg" alt="Dashboard Minus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310080.svg" alt="Dashboard Minus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310080.svg" alt="Dashboard Minus icon" :width="24" :height="24" />
CSS background
.icon-dashboard-minus {
background-image: url('https://proicons.com/icon/310080.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="M11 4.67999V8.56C11 8.88127 10.9366 9.19938 10.8134 9.49606C10.6901 9.79275 10.5095 10.0622 10.2819 10.2889C10.0542 10.5156 9.78402 10.6951 9.48683 10.8171C9.18964 10.9392 8.87133 11.0013 8.55006 11H4.68007C4.35967 11.0019 4.04215 10.9392 3.7466 10.8154C3.45104 10.6917 3.18344 10.5096 2.95997 10.28C2.73354 10.0547 2.55427 9.78657 2.43239 9.49129C2.3105 9.19601 2.24846 8.87944 2.25001 8.56V4.69C2.25001 4.0446 2.50577 3.42549 2.96119 2.96819C3.41662 2.51088 4.03467 2.25265 4.68007 2.25H8.55006C9.19913 2.25237 9.82094 2.51117 10.28 2.97C10.5066 3.19366 10.6869 3.45982 10.8104 3.75325C10.934 4.04668 10.9984 4.36161 11 4.67999Z" fill="black"/> <path d="M21.75 4.69V8.56C21.75 9.2054 21.4944 9.82451 21.0389 10.2818C20.5835 10.7391 19.9655 10.9974 19.3201 11H15.4401C14.7933 10.996 14.1731 10.7415 13.71 10.29C13.4837 10.0625 13.3046 9.79257 13.1827 9.49571C13.0609 9.19885 12.9988 8.88088 13 8.56V4.69C12.9986 4.36969 13.0616 4.05236 13.1853 3.75688C13.309 3.46141 13.4908 3.19382 13.72 2.97C13.9448 2.74221 14.2127 2.56127 14.5079 2.43768C14.8032 2.31409 15.12 2.25031 15.4401 2.25H19.27C19.9155 2.25523 20.5332 2.51397 20.9896 2.97043C21.4461 3.42689 21.7047 4.04449 21.71 4.69H21.75Z" fill="black"/> <path d="M11 15.45V19.32C10.9987 19.6404 10.9343 19.9575 10.8104 20.253C10.6866 20.5485 10.5058 20.8168 10.2783 21.0424C10.0508 21.2681 9.78104 21.4467 9.4845 21.5681C9.18796 21.6895 8.87048 21.7513 8.55005 21.75H4.68006C4.36058 21.7513 4.04396 21.6894 3.74854 21.5677C3.45312 21.4461 3.18466 21.2671 2.95875 21.0412C2.73284 20.8153 2.55391 20.5469 2.43226 20.2515C2.31061 19.9561 2.24868 19.6395 2.25001 19.32V15.45C2.25258 14.8045 2.50879 14.1858 2.96338 13.7275C3.41798 13.2691 4.03457 13.0079 4.68006 13H8.55005C9.19891 13.0035 9.82032 13.2621 10.28 13.72C10.7398 14.1785 10.9987 14.8007 11 15.45Z" fill="black"/> <path d="M20.43 18.13H14.27C14.0711 18.13 13.8804 18.051 13.7397 17.9103C13.5991 17.7697 13.52 17.5789 13.52 17.38C13.52 17.1811 13.5991 16.9903 13.7397 16.8497C13.8804 16.709 14.0711 16.63 14.27 16.63H20.39C20.5889 16.63 20.7797 16.709 20.9204 16.8497C21.061 16.9903 21.14 17.1811 21.14 17.38C21.14 17.5789 21.061 17.7697 20.9204 17.9103C20.7797 18.051 20.5889 18.13 20.39 18.13H20.43Z" fill="black"/> </svg>
Copied!