Emoji Cricket Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Cricket 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/339790.svg" alt="Emoji Cricket icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339790.svg" alt="Emoji Cricket icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339790.svg" alt="Emoji Cricket icon" :width="24" :height="24" />
CSS background
.icon-emoji-cricket {
background-image: url('https://proicons.com/icon/339790.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>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="g" d="M37.9462,23.6436h4.5538s-3.5577,7.129-16.3654,6.4161c0,0-4.9808,0-10.6731-5.7032,0,0,.7115,4.9903-2.8462,3.5645-3.5577-1.4258-4.2692-3.5645-2.8462-8.5548l20.757,3.3435"/><path id="c" class="g" d="M5.5,16.5146l4.2692,2.8516-2.1346-4.2774"/><path id="d" class="g" d="M18.4101,27.3879l-2.237,5.5233h-2.1346"/><path id="e" class="g" d="M22.4705,29.4348l-1.3166,3.4764h2.8462"/><path id="f" class="g" d="M38.9423,32.9112h-2.8462l3.5577-17.8224-12.8077,10.6935"/></svg>
Copied!