Slitherio Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Slitherio 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/347460.svg" alt="Slitherio icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347460.svg" alt="Slitherio icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347460.svg" alt="Slitherio icon" :width="24" :height="24" />
CSS background
.icon-slitherio {
background-image: url('https://proicons.com/icon/347460.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="M44.631,35.207c-.0042.1769-.0142.3537-.03.53-.35,3.922-3.48,6.725-8.057,6.725h-7.234c-4.358.028-7.929.118-13.262-.609-12.611-1.719-15.17-11.596-5.49-20.918,3.713-3.578,7.945-6.574,11.94-9.572,1.208-.907,2.555-1.954,2.572-2.564.014-.507-.358-.599-1.132-.82-3.967-1.135-9.166-1.356-13.346-1.14-1.386.072-1.902.119-1.796-.281,8.056-3.198,17.563-4.099,20.198-2.018,3.16,2.495,2.597,5.616,1.237,7.826-1.763,2.865-3.918,4.965-6.354,7.252-2.94,2.762-6.69,6.673-8.441,9.327-.392.595-.85,1.75.052,1.838,3.969.391,8.068.196,12.173-.904,3.505-.94,6.991-2.5,9.816-2.364,2.362.113,4.409,1.27,5.702,3.025M41.123,36.532c-.633.084-1.268.27-1.818.598-.214.137-.263.433-.209.665.136.328.437.548.715.75.29.19.603.392.96.406.221-.016.463-.125.55-.343.202-.366.291-.781.37-1.188.049-.268.051-.611-.203-.78-.1077-.0727-.2351-.1104-.365-.108ZM38.526,36.172c-.0006,1.6356-1.3264,2.9614-2.962,2.962-1.636,0-2.9624-1.326-2.963-2.962,0-1.6364,1.3266-2.963,2.963-2.963h0c1.636.0006,2.962,1.327,2.962,2.963ZM45.5,33.222c-.0006,1.493-1.211,2.703-2.704,2.703s-2.704-1.2106-2.704-2.704,1.2106-2.704,2.704-2.704,2.704,1.2106,2.704,2.704v.001ZM34.862,42.5c-3.3012,1.9434-7.0622,2.9682-10.893,2.968-5.3915-.0003-10.5856-2.029-14.55-5.683M4.767,33.602c-1.4908-2.9813-2.2669-6.2688-2.267-9.602.0002-6.788,3.2103-13.176,8.657-17.227M14.647,4.661c2.9077-1.4017,6.0941-2.1298,9.322-2.13,11.8576-.0006,21.4704,9.6114,21.471,21.469h0c0,2.3663-.3914,4.7163-1.158,6.955"/></svg>
Copied!