Duca Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Duca 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/324815.svg" alt="Duca icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324815.svg" alt="Duca icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324815.svg" alt="Duca icon" :width="24" :height="24" />
CSS background
.icon-duca {
background-image: url('https://proicons.com/icon/324815.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><polygon class="a" points="30.167 5.5 30.167 17.833 30.167 30.167 42.5 30.167 42.5 17.833 30.167 5.5"/><line class="a" x1="30.1667" y1="5.5" x2="5.5" y2="5.5"/><line class="a" x1="30.1667" y1="8.5833" x2="5.5" y2="8.5833"/><line class="a" x1="30.1667" y1="11.6667" x2="5.5" y2="11.6667"/><line class="a" x1="30.1667" y1="14.75" x2="5.5" y2="14.75"/><line class="a" x1="30.1667" y1="17.8333" x2="5.5" y2="17.8333"/><line class="a" x1="30.1667" y1="30.1667" x2="5.5" y2="30.1667"/><line class="a" x1="39.4167" y1="33.25" x2="5.5" y2="33.25"/><line class="a" x1="36.3333" y1="36.3333" x2="5.5" y2="36.3333"/><line class="a" x1="33.25" y1="39.4167" x2="5.5" y2="39.4167"/><line class="a" x1="30.1667" y1="42.5" x2="5.5" y2="42.5"/></svg>
Copied!