Bowling Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Bowling 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/305053.svg" alt="Bowling icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305053.svg" alt="Bowling icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305053.svg" alt="Bowling icon" :width="24" :height="24" />
CSS background
.icon-bowling {
background-image: url('https://proicons.com/icon/305053.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="M500 0C224 0 0 224 0 500s224 500 500 500 500-224 500-500S776 0 500 0zM376 463c-41 0-75-34-75-76 0-41 34-75 75-75 42 0 75 34 75 75 0 42-33 76-75 76zm75-236c0-49 40-88 88-88 49 0 88 39 88 88 0 48-39 88-88 88-48 0-88-40-88-88zm164 343c-50 0-91-40-91-90s41-90 91-90 90 40 90 90-40 90-90 90z"/></svg>
Bowling in other icon packs
Copied!