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/310072.svg" alt="Dashboard 4 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310072.svg" alt="Dashboard 4 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310072.svg" alt="Dashboard 4 icon" :width="24" :height="24" />
CSS background
.icon-dashboard-4 {
background-image: url('https://proicons.com/icon/310072.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.0095 6.62503C11.0127 7.1992 10.8969 7.76779 10.6696 8.29503C10.3449 9.09045 9.79154 9.77161 9.07947 10.2523C8.36739 10.7329 7.52866 10.9914 6.66956 10.995C5.80527 10.995 4.96032 10.7387 4.2417 10.2585C3.52308 9.77833 2.96307 9.09583 2.63232 8.29733C2.30158 7.49883 2.21506 6.62019 2.38367 5.77251C2.55228 4.92482 2.96846 4.14617 3.57959 3.53502C3.98556 3.12774 4.46792 2.80461 4.99902 2.58412C5.53013 2.36363 6.09951 2.25012 6.67456 2.25012C7.24962 2.25012 7.81899 2.36363 8.3501 2.58412C8.8812 2.80461 9.36356 3.12774 9.76953 3.53502C10.58 4.36057 11.0388 5.4682 11.0496 6.62503H11.0095Z" fill="black"/> <path d="M21.7598 6.625C21.7614 7.19802 21.6492 7.76565 21.4298 8.295C21.1897 8.82754 20.8503 9.30945 20.4298 9.715C19.6086 10.5351 18.4955 10.9957 17.3349 10.9957C16.1742 10.9957 15.061 10.5351 14.2398 9.715C13.4203 8.89547 12.9599 7.78397 12.9599 6.625C12.9599 5.46603 13.4203 4.35452 14.2398 3.53499C14.6441 3.1265 15.1253 2.80218 15.6557 2.58076C16.186 2.35935 16.7551 2.24523 17.3298 2.245C18.4931 2.24831 19.6076 2.71212 20.4298 3.53499C20.8456 3.93595 21.1772 4.4157 21.4055 4.94623C21.6339 5.47675 21.7543 6.04744 21.7598 6.625Z" fill="black"/> <path d="M11.01 17.375C11.0082 17.954 10.8856 18.5262 10.65 19.055C10.4359 19.5871 10.1162 20.0701 9.71008 20.475C9.30378 20.8829 8.82047 21.2061 8.28833 21.4258C7.75619 21.6455 7.1857 21.7574 6.60999 21.755C5.7457 21.755 4.90087 21.4987 4.18225 21.0185C3.46363 20.5383 2.9035 19.8558 2.57275 19.0573C2.24201 18.2588 2.15549 17.3802 2.3241 16.5325C2.49271 15.6848 2.90889 14.9062 3.52002 14.295C3.92599 13.8878 4.40835 13.5646 4.93945 13.3441C5.47056 13.1236 6.03994 13.0101 6.61499 13.0101C7.19004 13.0101 7.75942 13.1236 8.29053 13.3441C8.82163 13.5646 9.30411 13.8878 9.71008 14.295C10.5205 15.1206 10.9793 16.2282 10.99 17.385L11.01 17.375Z" fill="black"/> <path d="M21.7599 17.375C21.7579 18.2384 21.5002 19.0819 21.0193 19.7991C20.5383 20.5162 19.8557 21.0747 19.0576 21.4043C18.2595 21.7338 17.3817 21.8195 16.5349 21.6505C15.6881 21.4816 14.9103 21.0656 14.2998 20.455C13.6892 19.8445 13.2733 19.0668 13.1044 18.22C12.9354 17.3732 13.0212 16.4954 13.3507 15.6973C13.6802 14.8992 14.2387 14.2166 14.9558 13.7356C15.6729 13.2547 16.5164 12.997 17.3799 12.995C18.5427 13.0005 19.6564 13.464 20.4798 14.285C20.8865 14.6901 21.209 15.1717 21.4287 15.7021C21.6484 16.2324 21.761 16.801 21.7599 17.375Z" fill="black"/> </svg>
Copied!