Dashboard Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Dashboard 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/305481.svg" alt="Dashboard icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305481.svg" alt="Dashboard icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305481.svg" alt="Dashboard icon" :width="24" :height="24" />
CSS background
.icon-dashboard {
background-image: url('https://proicons.com/icon/305481.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M716 400c5 4 12 3 16-1 13-11 26-22 38-33 5-4 5-10 0-14-118-98-311-132-477-42-88 48-152 117-193 208-24 53-37 109-37 167-1 6 4 10 10 10h50c6 0 11-4 11-10 10-143 75-253 206-317 130-64 257-48 376 32zm128 25c-4-5-10-5-13 0-12 13-24 26-35 39-4 5-4 12-1 16 22 31 39 63 51 98s18 71 19 107c1 6 5 10 11 10h51c6 0 11-4 10-10-2-97-34-183-93-260zm-51-24c-1 2-3 3-5 4-90 80-179 159-269 238-6 5-11 8-19 7-34 0-56 34-43 64 9 21 31 32 54 27 20-4 34-23 35-45 0-5 0-11 3-15 63-71 125-142 188-213 19-22 39-43 58-65l-2-2z"/></svg>
Dashboard in other icon packs
Copied!