Baseballer Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Baseballer 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/304980.svg" alt="Baseballer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304980.svg" alt="Baseballer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304980.svg" alt="Baseballer icon" :width="24" :height="24" />
CSS background
.icon-baseballer {
background-image: url('https://proicons.com/icon/304980.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M624 170c46 0 84-38 84-85S670 0 624 0c-47 0-85 38-85 85s38 85 85 85zm196 168c1 0 0-49 0-49-7-93-115-92-115-92H534c-122 3-117 92-117 92v8L245 99c-15-15-39-15-54 0s-15 39 0 54l216 188c3 4 7 7 10 10v31c0 22 16 38 35 38 10 0 19-4 25-10-19 12-28 32-22 50 8 19 31 27 56 22v46l-39 221 38 203c0 26 22 48 49 48s48-22 48-48l-38-209 38-223h22l77 432c1 27 22 48 48 48 27 0 49-22 49-48l-66-553 47-18c21-8 35-26 36-43zm-309-34v90l-23-23v-67h23zm214 0h24l3 1-25 9-2-10z"/></svg>
Copied!