Dashboard Cross Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Dashboard Cross 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/310654.svg" alt="Dashboard Cross icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310654.svg" alt="Dashboard Cross icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310654.svg" alt="Dashboard Cross icon" :width="24" :height="24" />
CSS background
.icon-dashboard-cross {
background-image: url('https://proicons.com/icon/310654.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.55697 2.75H4.68225C4.1698 2.75 3.67833 2.95357 3.31596 3.31593C2.9536 3.6783 2.75003 4.16976 2.75003 4.68222V8.55694C2.75002 9.07035 2.95327 9.56288 3.31534 9.92687C3.67741 10.2909 4.16885 10.4967 4.68225 10.4994H8.55697C9.07215 10.4994 9.56624 10.2948 9.93053 9.9305C10.2948 9.56621 10.4995 9.07212 10.4995 8.55694V4.68222C10.4968 4.16882 10.2909 3.67738 9.92691 3.31531C9.56291 2.95324 9.07038 2.74999 8.55697 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.55697 13.5005H4.68225C4.16885 13.5033 3.67741 13.7091 3.31534 14.0731C2.95327 14.4371 2.75002 14.9296 2.75003 15.443V19.3178C2.75003 19.8302 2.9536 20.3217 3.31596 20.6841C3.67833 21.0464 4.1698 21.25 4.68225 21.25H8.55697C9.07038 21.25 9.56291 21.0468 9.92691 20.6847C10.2909 20.3226 10.4968 19.8312 10.4995 19.3178V15.443C10.4995 14.9279 10.2948 14.4338 9.93053 14.0695C9.56624 13.7052 9.07215 13.5005 8.55697 13.5005Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M19.8913 14.8538L14.8593 19.8858" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M14.8593 14.8647L19.8913 19.8967" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> </svg>
Copied!