Emoji Baseball Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Baseball 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/325113.svg" alt="Emoji Baseball icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325113.svg" alt="Emoji Baseball icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325113.svg" alt="Emoji Baseball icon" :width="24" :height="24" />
CSS background
.icon-emoji-baseball {
background-image: url('https://proicons.com/icon/325113.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.s{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="s" d="m39.207 39.253c-3.9175-3.8972-6.3426-9.2932-6.3426-15.256 0-5.9421 2.4085-11.322 6.3026-15.216"/><path class="s" d="m8.8131 8.7814c3.8941 3.8941 6.3026 9.2737 6.3026 15.216 0 5.9575-2.4082 11.336-6.3199 15.232"/><path class="s" d="m31.38 23.626 1.4841.74198 1.4841-.74198"/><path class="s" d="m16.6 24.368-1.4841-.74198-1.4841.74198"/><path class="s" d="m15.988 29.468-1.3196-1.0058-1.5964.45224"/><path class="s" d="m14.355 34.012-1.0969-1.2449-1.6541.13051"/><path class="s" d="m11.829 37.864-.57367-1.5569-1.5897-.47515"/><path class="s" d="m12.328 10.52-1.5952.45666-.59181 1.55"/><path class="s" d="m14.715 14.785-1.6312.08095-.9546 1.376"/><path class="s" d="m16.19 19.394-1.6359-.27776-1.2036 1.142"/><path class="s" d="m31.992 18.525 1.3196 1.0058 1.5963-.45224"/><path class="s" d="m33.625 13.982 1.0969 1.2449 1.6541-.13039"/><path class="s" d="m36.242 10.017.57367 1.5568 1.5898.47515"/><path class="s" d="m35.534 37.319 1.5952-.45654.59181-1.55"/><path class="s" d="m33.262 33.251 1.6573-.08212.92866-1.375"/><path class="s" d="m31.79 28.6 1.6359.27765 1.2036-1.142"/><circle class="s" cx="24" cy="24" r="21.5"/></svg>
Copied!