Dante Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dante 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/324272.svg" alt="Dante icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324272.svg" alt="Dante icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324272.svg" alt="Dante icon" :width="24" :height="24" />
CSS background
.icon-dante {
background-image: url('https://proicons.com/icon/324272.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="21.5892" y="5.5" width="8.0874" height="36.9044"/><rect class="a" x="32.5522" y="8.8835" width="6.786" height="33.2791" transform="translate(-3.9309 6.7247) rotate(-10.1368)"/><rect class="a" x="14.5244" y="9.1254" width="6.97" height="33.2791"/><rect class="a" x="5.7863" y="7.319" width="8.7381" height="35.0855"/><line class="a" x1="31.004" y1="17.165" x2="37.6898" y2="16.0026"/><line class="a" x1="29.6766" y1="37.5183" x2="21.5892" y2="37.5183"/><line class="a" x1="5.7863" y1="13.0296" x2="14.5244" y2="13.0296"/><line class="a" x1="14.5244" y1="14.8215" x2="21.5892" y2="14.8215"/></svg>
Copied!