Dolap Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dolap 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/324661.svg" alt="Dolap icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324661.svg" alt="Dolap icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324661.svg" alt="Dolap icon" :width="24" :height="24" />
CSS background
.icon-dolap {
background-image: url('https://proicons.com/icon/324661.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m29.1804,14.8167v24.5854c.118,3.9102-2.5876,5.816-6.1414,2.0931l-14.4496-14.2793c-.9464-.9353-.9594-2.3556.3684-3.6679L27.6743,5.0506c.9686-.7726,1.9918-.7083,2.945.044l8.6578,8.4869c1.1977,1.2386.9347,2.055.0449,2.9829l-10.0765,9.9417"/></svg>
Copied!