Wurdian Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wurdian 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/349859.svg" alt="Wurdian icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349859.svg" alt="Wurdian icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349859.svg" alt="Wurdian icon" :width="24" :height="24" />
CSS background
.icon-wurdian {
background-image: url('https://proicons.com/icon/349859.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m36.172,12.3869v12.793c0,2.3599-1.8631,4.3471-4.3471,4.3471-2.3599,0-4.3471-1.8631-4.3471-4.3471v-12.793h-7.2038v12.793c0,2.3599-1.8631,4.3471-4.3471,4.3471s-4.3471-1.8631-4.3471-4.3471v-12.793h-7.0796v13.1656c0,5.5892,4.8439,10.0605,10.6815,10.0605,3.6019,0,6.8312-1.7389,8.8185-4.3471,1.9873,2.6083,5.0924,4.3471,8.8185,4.3471,5.9618,0,10.6815-4.4713,10.6815-10.0605v-13.1656h-7.328Z"/></svg>
Copied!