Dukto Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dukto 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/324830.svg" alt="Dukto icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324830.svg" alt="Dukto icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324830.svg" alt="Dukto icon" :width="24" :height="24" />
CSS background
.icon-dukto {
background-image: url('https://proicons.com/icon/324830.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m19.6143,4.5h8.7713c6.1992,0,11.1899.7913,11.1899,1.7741v14.6618c0,.9829-4.9907,1.7741-11.1899,1.7741h-8.7713c-6.1992,0-11.1899-.7913-11.1899-1.7741V6.2741c0-.9829,4.9907-1.7741,11.1899-1.7741Z"/><path class="c" d="m33.9893,23.2205c.0021.0161.0035.0322.0035.0484v18.4267c0,.9997-4.4912,1.8045-10.0699,1.8045s-10.0699-.8048-10.0699-1.8045v-18.4267c0-.0161.0012-.0323.0035-.0483"/></svg>
Copied!