bowling icon

bowling from IconPark by ByteDance · Color · Sports · Apache-2.0 Free for personal and commercial use.

Name
bowling
Set
IconPark
Style
Color
Category
Sports
Viewbox
49×48
License
Apache 2.0

The same icon in other sets

More sports icons from IconPark

Use the bowling icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 49 48"><g fill="none"><path stroke="#000" stroke-linejoin="round" stroke-miterlimit="2" stroke-width="4" d="M24.7773 44C35.8273 44 44.7773 35.05 44.7773 24C44.7773 12.95 35.8273 4 24.7773 4C13.7273 4 4.77734 12.95 4.77734 24C4.77734 35.05 13.7273 44 24.7773 44Z"/><path fill="#000" d="M24.7773 26C26.4373 26 27.7773 24.66 27.7773 23C27.7773 21.34 26.4373 20 24.7773 20C23.1173 20 21.7773 21.34 21.7773 23C21.7773 24.66 23.1173 26 24.7773 26Z"/><path fill="#000" d="M31.7773 18C33.4373 18 34.7773 16.66 34.7773 15C34.7773 13.34 33.4373 12 31.7773 12C30.1173 12 28.7773 13.34 28.7773 15C28.7773 16.66 30.1173 18 31.7773 18Z"/><path fill="#000" d="M17.7773 18C19.4373 18 20.7773 16.66 20.7773 15C20.7773 13.34 19.4373 12 17.7773 12C16.1173 12 14.7773 13.34 14.7773 15C14.7773 16.66 16.1173 18 17.7773 18Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkBowling(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 49 48"><g fill="none"><path stroke="#000" strokeLinejoin="round" strokeMiterlimit="2" strokeWidth="4" d="M24.7773 44C35.8273 44 44.7773 35.05 44.7773 24C44.7773 12.95 35.8273 4 24.7773 4C13.7273 4 4.77734 12.95 4.77734 24C4.77734 35.05 13.7273 44 24.7773 44Z"/><path fill="#000" d="M24.7773 26C26.4373 26 27.7773 24.66 27.7773 23C27.7773 21.34 26.4373 20 24.7773 20C23.1173 20 21.7773 21.34 21.7773 23C21.7773 24.66 23.1173 26 24.7773 26Z"/><path fill="#000" d="M31.7773 18C33.4373 18 34.7773 16.66 34.7773 15C34.7773 13.34 33.4373 12 31.7773 12C30.1173 12 28.7773 13.34 28.7773 15C28.7773 16.66 30.1173 18 31.7773 18Z"/><path fill="#000" d="M17.7773 18C19.4373 18 20.7773 16.66 20.7773 15C20.7773 13.34 19.4373 12 17.7773 12C16.1173 12 14.7773 13.34 14.7773 15C14.7773 16.66 16.1173 18 17.7773 18Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 49 48"><g fill="none"><path stroke="#000" stroke-linejoin="round" stroke-miterlimit="2" stroke-width="4" d="M24.7773 44C35.8273 44 44.7773 35.05 44.7773 24C44.7773 12.95 35.8273 4 24.7773 4C13.7273 4 4.77734 12.95 4.77734 24C4.77734 35.05 13.7273 44 24.7773 44Z"/><path fill="#000" d="M24.7773 26C26.4373 26 27.7773 24.66 27.7773 23C27.7773 21.34 26.4373 20 24.7773 20C23.1173 20 21.7773 21.34 21.7773 23C21.7773 24.66 23.1173 26 24.7773 26Z"/><path fill="#000" d="M31.7773 18C33.4373 18 34.7773 16.66 34.7773 15C34.7773 13.34 33.4373 12 31.7773 12C30.1173 12 28.7773 13.34 28.7773 15C28.7773 16.66 30.1173 18 31.7773 18Z"/><path fill="#000" d="M17.7773 18C19.4373 18 20.7773 16.66 20.7773 15C20.7773 13.34 19.4373 12 17.7773 12C16.1173 12 14.7773 13.34 14.7773 15C14.7773 16.66 16.1173 18 17.7773 18Z"/></g></svg>
</template>

CSS

.icon-bowling {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2049%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20stroke-width%3D%224%22%20d%3D%22M24.7773%2044C35.8273%2044%2044.7773%2035.05%2044.7773%2024C44.7773%2012.95%2035.8273%204%2024.7773%204C13.7273%204%204.77734%2012.95%204.77734%2024C4.77734%2035.05%2013.7273%2044%2024.7773%2044Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M24.7773%2026C26.4373%2026%2027.7773%2024.66%2027.7773%2023C27.7773%2021.34%2026.4373%2020%2024.7773%2020C23.1173%2020%2021.7773%2021.34%2021.7773%2023C21.7773%2024.66%2023.1173%2026%2024.7773%2026Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M31.7773%2018C33.4373%2018%2034.7773%2016.66%2034.7773%2015C34.7773%2013.34%2033.4373%2012%2031.7773%2012C30.1173%2012%2028.7773%2013.34%2028.7773%2015C28.7773%2016.66%2030.1173%2018%2031.7773%2018Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M17.7773%2018C19.4373%2018%2020.7773%2016.66%2020.7773%2015C20.7773%2013.34%2019.4373%2012%2017.7773%2012C16.1173%2012%2014.7773%2013.34%2014.7773%2015C14.7773%2016.66%2016.1173%2018%2017.7773%2018Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2049%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20stroke-width%3D%224%22%20d%3D%22M24.7773%2044C35.8273%2044%2044.7773%2035.05%2044.7773%2024C44.7773%2012.95%2035.8273%204%2024.7773%204C13.7273%204%204.77734%2012.95%204.77734%2024C4.77734%2035.05%2013.7273%2044%2024.7773%2044Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M24.7773%2026C26.4373%2026%2027.7773%2024.66%2027.7773%2023C27.7773%2021.34%2026.4373%2020%2024.7773%2020C23.1173%2020%2021.7773%2021.34%2021.7773%2023C21.7773%2024.66%2023.1173%2026%2024.7773%2026Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M31.7773%2018C33.4373%2018%2034.7773%2016.66%2034.7773%2015C34.7773%2013.34%2033.4373%2012%2031.7773%2012C30.1173%2012%2028.7773%2013.34%2028.7773%2015C28.7773%2016.66%2030.1173%2018%2031.7773%2018Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M17.7773%2018C19.4373%2018%2020.7773%2016.66%2020.7773%2015C20.7773%2013.34%2019.4373%2012%2017.7773%2012C16.1173%2012%2014.7773%2013.34%2014.7773%2015C14.7773%2016.66%2016.1173%2018%2017.7773%2018Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/bowling.svg?color=%231a73e8&size=48