Emoji Hamster Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Hamster 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/325322.svg" alt="Emoji Hamster icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325322.svg" alt="Emoji Hamster icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325322.svg" alt="Emoji Hamster icon" :width="24" :height="24" />
CSS background
.icon-emoji-hamster {
background-image: url('https://proicons.com/icon/325322.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="e" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.i{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="f"><path class="i" d="M16.6534,21.7259c0-1.0302.8352-1.8654,1.8654-1.8654s1.8654.8352,1.8654,1.8654"/><path class="i" d="M24.3744,30.7963v2.6945"/><path class="i" d="M20.3841,33.4908c1.6906,1.584,3.0645,1.1915,3.9902,0"/><path class="i" d="M17.703,27.3706s-10.4931,3.1149-12.203,8.7628"/><path class="i" d="M18.2467,31.1406s-7.6181,1.3784-9.016,8.2572"/></g><g id="g"><path class="i" d="M24.3744,30.7937c2.1594,0,2.7202-2.2516,2.7202-2.2516,5.516,3.1377,10.7442,1.0232,12.7161-.4831h0c.5095-.3891,1.2276.0476,1.1392.6825-1.6738,12.0288-9.5655,10.6563-13.4908,8.8286,0,0-1.1621-.0832-2.0597-.1474-.6831-.0489-1.3667-.0489-2.0498,0-.8976.0642-2.0597.1474-2.0597.1474-3.9252,1.8277-11.817,3.2003-13.4908-8.8286-.0884-.635.6298-1.0717,1.1392-.6825h0c1.9719,1.5062,7.2001,3.6208,12.7161.483,0,0,.5607,2.2516,2.7202,2.2516"/></g><g id="h"><path class="i" d="M32.0954,21.7259c0-1.0302-.8352-1.8654-1.8654-1.8654s-1.8654.8352-1.8654,1.8654"/><path class="i" d="M28.3646,33.4908c-1.6906,1.584-3.0645,1.1915-3.9902,0"/><path class="i" d="M40.9498,28.7415c1.3971-6.1995-5.888-10.951-5.888-10.951,1.8654-.6218,5.1816-5.9588,2.4354-8.446s-6.5288,2.0726-6.5288,2.0726c0,0-2.8133-1.1907-6.594-1.1505-3.7807-.0403-6.594,1.1505-6.594,1.1505,0,0-3.7826-4.5598-6.5288-2.0726s.57,7.8242,2.4354,8.446c0,0-7.2851,4.7515-5.888,10.951"/><path class="i" d="M31.0458,27.3706s10.4931,3.1149,12.203,8.7628"/><path class="i" d="M30.502,31.1406s7.6181,1.3784,9.016,8.2572"/></g></svg>
Copied!