Raccoon Monochrome Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Raccoon Monochrome 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/331858.svg" alt="Raccoon Monochrome icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331858.svg" alt="Raccoon Monochrome icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331858.svg" alt="Raccoon Monochrome icon" :width="24" :height="24" />
CSS background
.icon-raccoon-monochrome {
background-image: url('https://proicons.com/icon/331858.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>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.i{fill:#000;stroke-width:0px;}</style></defs><path id="b" class="i" d="M33.1515,16.86c0,.4142-.3358.75-.75.75s-.75-.3358-.75-.75.3358-.75.75-.75.75.3358.75.75Z"/><path id="c" class="i" d="M27.9155,16.86c0,.4142-.3358.75-.75.75s-.75-.3358-.75-.75.3358-.75.75-.75.75.3358.75.75Z"/><path id="d" class="h" d="M22.859,34.71l2.246,7.29-15.055-.123v-13.357h4.847c.332-6.047.959-12.078,5.798-17.14,3.738-4.196,7.79-5.025,11.627-5.38l1.214,4.152,10.471,8.572-6.088,4.323-.154,18.953"/><path id="e" class="h" d="M31.912,32.576v9.423"/><path id="f" class="h" d="M14.845,28.641v13.23"/><path id="g" class="h" d="M9.96,41.864c-3.3235-.0619-5.9834-3.0473-5.967-6.697.0169-3.6494,2.7035-6.6052,6.027-6.631"/></svg>
Copied!