Raccoon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Raccoon 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/331857.svg" alt="Raccoon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331857.svg" alt="Raccoon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331857.svg" alt="Raccoon icon" :width="24" :height="24" />
CSS background
.icon-raccoon {
background-image: url('https://proicons.com/icon/331857.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="d" d="M17.7605,33.64c-4.6703-1.26-.6028-.6881-7.3541-4.0764,2.1138-1.0821,5.2308-2.4006,6.6396-4.1301,2.2904.2309,3.8824,4.3398,4.5306,6.3622-1.1576,1.7757-2.5716,2.0071-3.8162,1.8443ZM21.5767,31.7957c-2.8569-5.4646-6.2863-3.992-9.0907-3.2646,1.29.2502,3.8462.5983,4.246,1.0463-.9531,2.9775,2.2892,3.7518,4.8447,2.2182ZM13.6284,20.2042c1.5432-.9632.957-3.0192.6113-4.4827.7931.0828,1.5046.3878,2.732,1.884.7964-7.6538-7.489-10.3202-8.8716-10.6651-.9792,11.5013,2.9447,13.3993,5.5284,13.2638Z"/><path id="c" class="d" d="M24,34.4331c2.9612-.0841,3.067,3.7924,0,3.7924s-2.9612-3.8764,0-3.7924ZM30.2395,33.64c4.6703-1.26.6028-.6881,7.3541-4.0764-2.1138-1.0821-5.2308-2.4006-6.6396-4.1301-2.2904.2309-3.8824,4.3398-4.5306,6.3622,1.1576,1.7757,2.5716,2.0071,3.8162,1.8443ZM26.4233,31.7957c2.8569-5.4646,6.2863-3.992,9.0907-3.2646-1.29.2502-3.8462.5983-4.246,1.0463.9531,2.9775-2.2892,3.7518-4.8447,2.2182ZM34.3716,20.2042c-1.5432-.9632-.957-3.0192-.6113-4.4827-.7931.0828-1.5046.3878-2.732,1.884-.7964-7.6538,7.489-10.3202,8.8716-10.6651.9792,11.5013-2.9447,13.3993-5.5284,13.2638ZM24,32.319c1.2175,0,2.0983.4517,2.0983.4517-1.0993-4.2307-.8757-8.962,1.3071-12.8222.2644,1.0846.5095,3.4457,1.0377,3.6968.6077-1.6082,1.6423-3.2088,3.264-3.9315.9342,6.0691,6.2014,8.742,11.793,10.0086-.4274,2.3852-4.3491,3.5813-6.2623,4.3007-4.0697,2.59-8.5803,5.6015-13.2377,7.0364-4.6574-1.4349-9.168-4.4464-13.2377-7.0364-1.9132-.7194-5.8349-1.9156-6.2623-4.3007,5.5916-1.2667,10.8588-3.9395,11.793-10.0086,1.6217.7227,2.6562,2.3233,3.264,3.9315.5282-.2511.7732-2.6122,1.0377-3.6968,2.1828,3.8601,2.4063,8.5915,1.3071,12.8222,0,0,.8808-.4517,2.0983-.4517Z"/></svg>
Copied!