Worm Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Worm 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/349833.svg" alt="Worm icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349833.svg" alt="Worm icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349833.svg" alt="Worm icon" :width="24" :height="24" />
CSS background
.icon-worm {
background-image: url('https://proicons.com/icon/349833.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>.e{fill:#fff;}.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="f" cx="24" cy="24" r="21.5"/><path class="f" d="M9.09,8.53c.39.01.78.04,1.17.07,9.56.82,17.87,5.81,23.41,14.03,2.31,3.43,1.4,8.09-2.03,10.41-1.29.86-2.74,1.28-4.18,1.28-2.42,0-4.78-1.16-6.23-3.31-3.79-5.62-8.76-7.17-12.27-7.47-2.17-.19-4.38.05-6.45.67"/><circle class="e" cx="25.4579" cy="27.6729" r=".75"/><circle class="e" cx="29.5304" cy="25.521" r=".75"/><path class="f" d="M31.4229,28.4229c-.4766,2.3271-2.9579,3.0701-5.215,2.5935"/><path class="f" d="M27.7805,15.9574c-8.4698.0589-11.5216,5.4797-10.1779,11.0404"/><path class="f" d="M15.8808,9.5978c-7.1682,2.2761-9.5486,8.8541-7.8397,13.8887"/></svg>
Copied!