Didup Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Didup 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/324505.svg" alt="Didup icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324505.svg" alt="Didup icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324505.svg" alt="Didup icon" :width="24" :height="24" />
CSS background
.icon-didup {
background-image: url('https://proicons.com/icon/324505.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="m38.2298,17.6939l-12.6108-12.5264c-.8959-.8899-2.3421-.8899-3.238,0l-12.6108,12.5264c-.4841.4809-.7564,1.1351-.7564,1.8175v15.6088c0,1.3206,1.0705,2.3911,2.3911,2.3911h15.2532v5.1289c0,.7879.9728,1.1593,1.4978.5719l5.0957-5.7007h3.3435c1.3206,0,2.3911-1.0705,2.3911-2.3911v-15.6088c0-.6824-.2723-1.3366-.7564-1.8175Z"/><path class="c" d="m24.8986,33.467h-9.5094c-.3751,0-.6792-.3041-.6792-.6792v-6.2689c0-1.7897,1.4509-3.2406,3.2406-3.2406h3.7075c1.7897,0,3.2406,1.4508,3.2406,3.2406v6.9481Z"/><path class="c" d="m32.7239,33.467h-7.8253v-5.7594c0-1.4537,1.1784-2.6321,2.6321-2.6321h3.1274c1.4537,0,2.6321,1.1784,2.6321,2.6321v5.1932c0,.3127-.2535.5662-.5662.5662Z"/><circle class="c" cx="19.8042" cy="18.3986" r="3.2664"/><circle class="c" cx="29.0943" cy="20.901" r="2.6179"/></svg>
Copied!