Wot Compendium Unofficial Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wot Compendium Unofficial 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/349838.svg" alt="Wot Compendium Unofficial icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349838.svg" alt="Wot Compendium Unofficial icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349838.svg" alt="Wot Compendium Unofficial icon" :width="24" :height="24" />
CSS background
.icon-wot-compendium-unofficial {
background-image: url('https://proicons.com/icon/349838.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M18.9035,10.115,5.821,41.256A37.6259,37.6259,0,0,1,17.0575,39.25Z"/><path class="a" d="M18.3923,18.1818c1.6749-2.77,7.4537-9.03,15.44-12.6818-2.0065,7.5043,3.692,24.2787,8.3471,31.6226C27.6117,37.564,10.436,42.5,10.436,42.5a4.6469,4.6469,0,0,1,0-2.5043"/><circle class="a" cx="27.391" cy="26.5884" r="7.1632"/><path class="a" d="M27.391,33.7516a3.5816,3.5816,0,0,0,0-7.1632"/><path class="a" d="M27.391,19.4252a3.5816,3.5816,0,1,0,0,7.1632"/></svg>
Copied!