Woodoku Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Woodoku 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/335236.svg" alt="Woodoku icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335236.svg" alt="Woodoku icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335236.svg" alt="Woodoku icon" :width="24" :height="24" />
CSS background
.icon-woodoku {
background-image: url('https://proicons.com/icon/335236.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M31.8,17.8345l-1.634,1.635M20.135,5.4995l-2.301,2.302M19.8,17.8345l-1.966,1.966M42.5,27.1355l-3.032,3.031M42.5,23.1355l-7.032,7.031M42.5,19.1355l-11.032,11.031M39.801,17.8345l-9.635,9.635M30.166,27.4695l-2.698,2.697M30.166,19.4695l-10.698,10.697M35.801,17.8345l-5.635,5.635M30.166,23.4695l-6.698,6.697M30.166,15.4695l-2.366,2.365M27.8,17.8345l-9.966,9.966M30.166,11.4685l-6.366,6.366M23.8,17.8345l-5.966,5.966M30.166,7.4695l-10.366,10.365M28.135,5.5005l-10.301,10.3M24.134,5.5005l-6.3,6.3M17.834,5.5005v37M30.167,5.5005v37M5.5,17.8335h37M5.5,30.1675h37M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4ZM24.135,5.5005l-6.301,6.3"/></svg>
Copied!