Dashboard 4 Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Dashboard 4 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/310644.svg" alt="Dashboard 4 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310644.svg" alt="Dashboard 4 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310644.svg" alt="Dashboard 4 icon" :width="24" :height="24" />
CSS background
.icon-dashboard-4 {
background-image: url('https://proicons.com/icon/310644.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="M6.62472 2.75C5.59708 2.75 4.61153 3.15823 3.88488 3.88488C3.15823 4.61153 2.75 5.59708 2.75 6.62472C2.75 7.65236 3.15823 8.63791 3.88488 9.36456C4.61153 10.0912 5.59708 10.4994 6.62472 10.4994C7.13356 10.4994 7.63741 10.3992 8.10751 10.2045C8.57761 10.0098 9.00476 9.72436 9.36456 9.36456C9.72436 9.00476 10.0098 8.57761 10.2045 8.10751C10.3992 7.63741 10.4994 7.13356 10.4994 6.62472C10.4994 6.11588 10.3992 5.61203 10.2045 5.14193C10.0098 4.67183 9.72436 4.24468 9.36456 3.88488C9.00476 3.52508 8.57761 3.23967 8.10751 3.04495C7.63741 2.85022 7.13356 2.75 6.62472 2.75Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M17.3753 2.75C16.3476 2.75 15.3621 3.15823 14.6354 3.88488C13.9088 4.61153 13.5005 5.59708 13.5005 6.62472C13.5005 7.65236 13.9088 8.63791 14.6354 9.36456C15.3621 10.0912 16.3476 10.4994 17.3753 10.4994C17.8841 10.4994 18.388 10.3992 18.8581 10.2045C19.3282 10.0098 19.7553 9.72436 20.1151 9.36456C20.4749 9.00476 20.7603 8.57761 20.955 8.10751C21.1498 7.63741 21.25 7.13356 21.25 6.62472C21.25 5.59708 20.8418 4.61153 20.1151 3.88488C19.3885 3.15823 18.4029 2.75 17.3753 2.75Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M6.62472 13.5005C5.59708 13.5005 4.61153 13.9088 3.88488 14.6354C3.15823 15.3621 2.75 16.3476 2.75 17.3753C2.75 18.4029 3.15823 19.3885 3.88488 20.1151C4.61153 20.8418 5.59708 21.25 6.62472 21.25C7.13356 21.25 7.63741 21.1498 8.10751 20.955C8.57761 20.7603 9.00476 20.4749 9.36456 20.1151C9.72436 19.7553 10.0098 19.3282 10.2045 18.8581C10.3992 18.388 10.4994 17.8841 10.4994 17.3753C10.4994 16.8664 10.3992 16.3626 10.2045 15.8925C10.0098 15.4224 9.72436 14.9952 9.36456 14.6354C9.00476 14.2756 8.57761 13.9902 8.10751 13.7955C7.63741 13.6008 7.13356 13.5005 6.62472 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!