Racoon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Racoon 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/346421.svg" alt="Racoon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346421.svg" alt="Racoon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346421.svg" alt="Racoon icon" :width="24" :height="24" />
CSS background
.icon-racoon {
background-image: url('https://proicons.com/icon/346421.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;}.b{fill:#fff;}</style></defs><path class="a" d="M24,10.8483A21.3272,21.3272,0,0,0,5.2023,22.102a5.9352,5.9352,0,0,0,0,5.6012,21.3265,21.3265,0,0,0,37.5954,0,5.9352,5.9352,0,0,0,0-5.6012A21.3272,21.3272,0,0,0,24,10.8483Z"/><ellipse class="a" cx="24" cy="32.6639" rx="6.2121" ry="4.7018"/><ellipse class="a" cx="24" cy="32.2585" rx="2.6856" ry="2.0327"/><path class="a" d="M21.0257,28.5357c1.35-2.3974,1.5187-5.3879,0-6.8142-1.699-1.5958-7.3982-1.3109-11.0457,6.2406a14.3229,14.3229,0,0,0,11.0457,8.83"/><circle class="b" cx="19.1557" cy="24.1436" r="0.75"/><path class="a" d="M10.6739,26.6525a17.7545,17.7545,0,0,1-1.3778-2.2809s3.3056-4.1034,7.6369-4.1034a4.2454,4.2454,0,0,1,2.633.7628"/><path class="a" d="M7.2328,19.0052C6.0249,16.7208,5.4489,12.1894,5.4113,9.942a1.0113,1.0113,0,0,1,1.028-1.0364c1.9372.0394,6.2267.5393,8.3765,4.0187"/><path class="a" d="M26.9743,28.5357c-1.35-2.3974-1.5187-5.3879,0-6.8142,1.699-1.5958,7.3982-1.3109,11.0457,6.2406a14.3229,14.3229,0,0,1-11.0457,8.83"/><circle class="b" cx="28.8443" cy="24.1436" r="0.75"/><path class="a" d="M37.3261,26.6525a17.7545,17.7545,0,0,0,1.3778-2.2809s-3.3056-4.1034-7.6369-4.1034a4.2454,4.2454,0,0,0-2.633.7628"/><path class="a" d="M40.7672,19.0052c1.2079-2.2844,1.7839-6.8158,1.8215-9.0632a1.0113,1.0113,0,0,0-1.028-1.0364c-1.9372.0394-6.2267.5393-8.3765,4.0187"/></svg>
Copied!