Dcu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dcu 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/338889.svg" alt="Dcu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338889.svg" alt="Dcu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338889.svg" alt="Dcu icon" :width="24" :height="24" />
CSS background
.icon-dcu {
background-image: url('https://proicons.com/icon/338889.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M6.8171,38.5916V5.5071H17.6058a76.4421,76.4421,0,0,1,9.2843.4482c4.6251.5477,14.2928,5.45,14.2928,18.0374A17.6628,17.6628,0,0,1,26.89,41.9328a65.7631,65.7631,0,0,1-9.34.5632L6.8171,42.4219,17.55,31.6892V32.76h5.1261c4.2142,0,6.995-3.2172,7.1029-8.7675s-2.8887-8.8459-6.4776-8.8459H17.55V28.1412Z"/><path class="a" d="M18.4939,15l8.8335-8.8335"/><path class="a" d="M29.8832,22.55,38.43,14.0029"/><path class="a" d="M10.3229,42.2987l9.3909-9.3909"/></svg>
Copied!