Ballpark Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ballpark 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/336898.svg" alt="Ballpark icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336898.svg" alt="Ballpark icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336898.svg" alt="Ballpark icon" :width="24" :height="24" />
CSS background
.icon-ballpark {
background-image: url('https://proicons.com/icon/336898.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M41.746,13.838H31.1405l5.405,8.93a13.48,13.48,0,0,1,2.3822,2.402c.4286.82-.3129.9361.3129,1.3278s2.3625,2.3034,2.5,3.4785a1.6738,1.6738,0,0,1-1.4461,2.0152,20.8032,20.8032,0,0,1-3.6361.1379l.1182,2.0324h4.964A1.7568,1.7568,0,0,0,43.5,32.4031V15.5969A1.75,1.75,0,0,0,41.746,13.838Z"/><path class="a" d="M28.17,13.838H6.259A1.7568,1.7568,0,0,0,4.5,15.5969V32.4031A1.7568,1.7568,0,0,0,6.259,34.162H20.7814l-.7243-1.84h-2.01a25.8457,25.8457,0,0,1,1.0716-4.8482,5.7455,5.7455,0,0,1,2.3822-2.3428l-.3128-1.1333s.0172-.1108-.4706,0c-.6848.1577-.8942-.0394-.7-.6232.1971-.5864.7-1.8378.7-1.8378a21.9425,21.9425,0,0,1-2.6729,0c-.7637-.069,2.2812-1.6038,2.3995-1.9166a4.8687,4.8687,0,0,1,1.1923-2.8922,5.08,5.08,0,0,1,5.1414-.7046c1.6407.7021,2.3034,3.2864,2.3034,4.4368a1.6789,1.6789,0,0,1-.49,1.4461c-.1577.1971-.1873.2119-.1306.5444a4.8357,4.8357,0,0,0,.3079.9017,40.5439,40.5439,0,0,1,5.1217.138A2.3712,2.3712,0,0,1,35.023,24a5.7236,5.7236,0,0,1,.0394-.6257.39.39,0,0,1,.3129-.3523ZM9.3359,30.7969a1.6506,1.6506,0,1,1,1.65-1.6506A1.6491,1.6491,0,0,1,9.3359,30.7969Z"/></svg>
Copied!