Wormhole William Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wormhole William 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/335277.svg" alt="Wormhole William icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335277.svg" alt="Wormhole William icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335277.svg" alt="Wormhole William icon" :width="24" :height="24" />
CSS background
.icon-wormhole-william {
background-image: url('https://proicons.com/icon/335277.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><ellipse class="a" cx="24" cy="19.1511" rx="19.5" ry="12.8865"/><path class="a" d="M15.7744,30.8384c3.6374,4.3275,16.8807,8.1337,16.8807,8.1337"/><path class="a" d="M37.18,28.6486c-.7187,2.1377,2.0447,2.8676,2.0447,7.143s-4.9011,5.9439-7.8209,5.9439-3.4933-1.3817-5.3963-1.3817a1.8085,1.8085,0,0,1-1.9292-2.0726,1.88,1.88,0,0,1,1.2452-1.8549"/></svg>
Copied!