Wadoku Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wadoku 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/334936.svg" alt="Wadoku icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334936.svg" alt="Wadoku icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334936.svg" alt="Wadoku icon" :width="24" :height="24" />
CSS background
.icon-wadoku {
background-image: url('https://proicons.com/icon/334936.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>.r{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="d" class="r" d="M15.7958,5.5h16.3495l10.3547,11.0072v15.1332l-10.3547,10.8595H15.7958l-10.2958-10.8595v-15.1332L15.7958,5.5Z"/><path id="e" class="r" d="M17.5897,29.4582v-11.3144h4.4053v11.3618"/><path id="f" class="r" d="M17.5897,27.6831h4.41"/><path id="g" class="r" d="M13.4569,17.5509v12.4289"/><path id="h" class="r" d="M10.2097,21.1326h6.1084"/><path id="i" class="r" d="M10.4141,18.0016c1.7704-.1558,3.8082-.5231,5.4118-1.1172"/><path id="j" class="r" d="M9.9602,27.3946c1.5671-1.9357,2.7853-4.0039,3.4707-6.2745-.2286.7449.64,2.1603,2.6057,4.2463"/><path id="k" class="r" d="M25.4466,16.7444c3.6562,3.3908,3.0196,8.3377,2.5505,11.6776-.1607,1.1445-.8092,1.3131-2.4029,1.2492"/><path id="l" class="r" d="M28.9662,16.8156c-1.0789,1.6715-2.2866,3.0985-3.6105,4.3051"/><path id="m" class="r" d="M28.2696,22.6094c-.9256,1.2675-1.8664,2.5033-2.9706,3.3976"/><path id="n" class="r" d="M30.4649,19.5908v4.5423h6.5852v-4.5423h-6.5852Z"/><path id="o" class="r" d="M33.7121,16.3414v12.3815"/><path id="p" class="r" d="M29.5566,29.1971c2.7082-.2657,5.315-.5819,7.6298-1.0435"/><path id="q" class="r" d="M36.1419,25.9003c.6284,1.2949,1.3252,2.5804,1.4985,3.9375"/></svg>
Copied!