bowling icon

bowling-outline from Solar by 480 Design · Outline · Sports · CC-BY-4.0 Attribution required.

Name
bowling-outline
Set
Solar
Style
Outline
Category
Sports
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More sports icons from Solar

Use the bowling icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 2.75C6.89137 2.75 2.75 6.89137 2.75 12C2.75 17.1086 6.89137 21.25 12 21.25C17.1086 21.25 21.25 17.1086 21.25 12C21.25 6.89137 17.1086 2.75 12 2.75ZM1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM12 6.25C11.5858 6.25 11.25 6.58579 11.25 7C11.25 7.41421 11.5858 7.75 12 7.75C12.4142 7.75 12.75 7.41421 12.75 7C12.75 6.58579 12.4142 6.25 12 6.25ZM9.75 7C9.75 5.75736 10.7574 4.75 12 4.75C13.2426 4.75 14.25 5.75736 14.25 7C14.25 8.24264 13.2426 9.25 12 9.25C10.7574 9.25 9.75 8.24264 9.75 7ZM8 8.75C7.58579 8.75 7.25 9.08579 7.25 9.5C7.25 9.91421 7.58579 10.25 8 10.25C8.41421 10.25 8.75 9.91421 8.75 9.5C8.75 9.08579 8.41421 8.75 8 8.75ZM5.75 9.5C5.75 8.25736 6.75736 7.25 8 7.25C9.24264 7.25 10.25 8.25736 10.25 9.5C10.25 10.7426 9.24264 11.75 8 11.75C6.75736 11.75 5.75 10.7426 5.75 9.5ZM12 11.25C11.5858 11.25 11.25 11.5858 11.25 12C11.25 12.4142 11.5858 12.75 12 12.75C12.4142 12.75 12.75 12.4142 12.75 12C12.75 11.5858 12.4142 11.25 12 11.25ZM9.75 12C9.75 10.7574 10.7574 9.75 12 9.75C13.2426 9.75 14.25 10.7574 14.25 12C14.25 13.2426 13.2426 14.25 12 14.25C10.7574 14.25 9.75 13.2426 9.75 12Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarBowlingOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M12 2.75C6.89137 2.75 2.75 6.89137 2.75 12C2.75 17.1086 6.89137 21.25 12 21.25C17.1086 21.25 21.25 17.1086 21.25 12C21.25 6.89137 17.1086 2.75 12 2.75ZM1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM12 6.25C11.5858 6.25 11.25 6.58579 11.25 7C11.25 7.41421 11.5858 7.75 12 7.75C12.4142 7.75 12.75 7.41421 12.75 7C12.75 6.58579 12.4142 6.25 12 6.25ZM9.75 7C9.75 5.75736 10.7574 4.75 12 4.75C13.2426 4.75 14.25 5.75736 14.25 7C14.25 8.24264 13.2426 9.25 12 9.25C10.7574 9.25 9.75 8.24264 9.75 7ZM8 8.75C7.58579 8.75 7.25 9.08579 7.25 9.5C7.25 9.91421 7.58579 10.25 8 10.25C8.41421 10.25 8.75 9.91421 8.75 9.5C8.75 9.08579 8.41421 8.75 8 8.75ZM5.75 9.5C5.75 8.25736 6.75736 7.25 8 7.25C9.24264 7.25 10.25 8.25736 10.25 9.5C10.25 10.7426 9.24264 11.75 8 11.75C6.75736 11.75 5.75 10.7426 5.75 9.5ZM12 11.25C11.5858 11.25 11.25 11.5858 11.25 12C11.25 12.4142 11.5858 12.75 12 12.75C12.4142 12.75 12.75 12.4142 12.75 12C12.75 11.5858 12.4142 11.25 12 11.25ZM9.75 12C9.75 10.7574 10.7574 9.75 12 9.75C13.2426 9.75 14.25 10.7574 14.25 12C14.25 13.2426 13.2426 14.25 12 14.25C10.7574 14.25 9.75 13.2426 9.75 12Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 2.75C6.89137 2.75 2.75 6.89137 2.75 12C2.75 17.1086 6.89137 21.25 12 21.25C17.1086 21.25 21.25 17.1086 21.25 12C21.25 6.89137 17.1086 2.75 12 2.75ZM1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM12 6.25C11.5858 6.25 11.25 6.58579 11.25 7C11.25 7.41421 11.5858 7.75 12 7.75C12.4142 7.75 12.75 7.41421 12.75 7C12.75 6.58579 12.4142 6.25 12 6.25ZM9.75 7C9.75 5.75736 10.7574 4.75 12 4.75C13.2426 4.75 14.25 5.75736 14.25 7C14.25 8.24264 13.2426 9.25 12 9.25C10.7574 9.25 9.75 8.24264 9.75 7ZM8 8.75C7.58579 8.75 7.25 9.08579 7.25 9.5C7.25 9.91421 7.58579 10.25 8 10.25C8.41421 10.25 8.75 9.91421 8.75 9.5C8.75 9.08579 8.41421 8.75 8 8.75ZM5.75 9.5C5.75 8.25736 6.75736 7.25 8 7.25C9.24264 7.25 10.25 8.25736 10.25 9.5C10.25 10.7426 9.24264 11.75 8 11.75C6.75736 11.75 5.75 10.7426 5.75 9.5ZM12 11.25C11.5858 11.25 11.25 11.5858 11.25 12C11.25 12.4142 11.5858 12.75 12 12.75C12.4142 12.75 12.75 12.4142 12.75 12C12.75 11.5858 12.4142 11.25 12 11.25ZM9.75 12C9.75 10.7574 10.7574 9.75 12 9.75C13.2426 9.75 14.25 10.7574 14.25 12C14.25 13.2426 13.2426 14.25 12 14.25C10.7574 14.25 9.75 13.2426 9.75 12Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-bowling-outline {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202.75C6.89137%202.75%202.75%206.89137%202.75%2012C2.75%2017.1086%206.89137%2021.25%2012%2021.25C17.1086%2021.25%2021.25%2017.1086%2021.25%2012C21.25%206.89137%2017.1086%202.75%2012%202.75ZM1.25%2012C1.25%206.06294%206.06294%201.25%2012%201.25C17.9371%201.25%2022.75%206.06294%2022.75%2012C22.75%2017.9371%2017.9371%2022.75%2012%2022.75C6.06294%2022.75%201.25%2017.9371%201.25%2012ZM12%206.25C11.5858%206.25%2011.25%206.58579%2011.25%207C11.25%207.41421%2011.5858%207.75%2012%207.75C12.4142%207.75%2012.75%207.41421%2012.75%207C12.75%206.58579%2012.4142%206.25%2012%206.25ZM9.75%207C9.75%205.75736%2010.7574%204.75%2012%204.75C13.2426%204.75%2014.25%205.75736%2014.25%207C14.25%208.24264%2013.2426%209.25%2012%209.25C10.7574%209.25%209.75%208.24264%209.75%207ZM8%208.75C7.58579%208.75%207.25%209.08579%207.25%209.5C7.25%209.91421%207.58579%2010.25%208%2010.25C8.41421%2010.25%208.75%209.91421%208.75%209.5C8.75%209.08579%208.41421%208.75%208%208.75ZM5.75%209.5C5.75%208.25736%206.75736%207.25%208%207.25C9.24264%207.25%2010.25%208.25736%2010.25%209.5C10.25%2010.7426%209.24264%2011.75%208%2011.75C6.75736%2011.75%205.75%2010.7426%205.75%209.5ZM12%2011.25C11.5858%2011.25%2011.25%2011.5858%2011.25%2012C11.25%2012.4142%2011.5858%2012.75%2012%2012.75C12.4142%2012.75%2012.75%2012.4142%2012.75%2012C12.75%2011.5858%2012.4142%2011.25%2012%2011.25ZM9.75%2012C9.75%2010.7574%2010.7574%209.75%2012%209.75C13.2426%209.75%2014.25%2010.7574%2014.25%2012C14.25%2013.2426%2013.2426%2014.25%2012%2014.25C10.7574%2014.25%209.75%2013.2426%209.75%2012Z%22%20clip-rule%3D%22evenodd%22%2F%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202.75C6.89137%202.75%202.75%206.89137%202.75%2012C2.75%2017.1086%206.89137%2021.25%2012%2021.25C17.1086%2021.25%2021.25%2017.1086%2021.25%2012C21.25%206.89137%2017.1086%202.75%2012%202.75ZM1.25%2012C1.25%206.06294%206.06294%201.25%2012%201.25C17.9371%201.25%2022.75%206.06294%2022.75%2012C22.75%2017.9371%2017.9371%2022.75%2012%2022.75C6.06294%2022.75%201.25%2017.9371%201.25%2012ZM12%206.25C11.5858%206.25%2011.25%206.58579%2011.25%207C11.25%207.41421%2011.5858%207.75%2012%207.75C12.4142%207.75%2012.75%207.41421%2012.75%207C12.75%206.58579%2012.4142%206.25%2012%206.25ZM9.75%207C9.75%205.75736%2010.7574%204.75%2012%204.75C13.2426%204.75%2014.25%205.75736%2014.25%207C14.25%208.24264%2013.2426%209.25%2012%209.25C10.7574%209.25%209.75%208.24264%209.75%207ZM8%208.75C7.58579%208.75%207.25%209.08579%207.25%209.5C7.25%209.91421%207.58579%2010.25%208%2010.25C8.41421%2010.25%208.75%209.91421%208.75%209.5C8.75%209.08579%208.41421%208.75%208%208.75ZM5.75%209.5C5.75%208.25736%206.75736%207.25%208%207.25C9.24264%207.25%2010.25%208.25736%2010.25%209.5C10.25%2010.7426%209.24264%2011.75%208%2011.75C6.75736%2011.75%205.75%2010.7426%205.75%209.5ZM12%2011.25C11.5858%2011.25%2011.25%2011.5858%2011.25%2012C11.25%2012.4142%2011.5858%2012.75%2012%2012.75C12.4142%2012.75%2012.75%2012.4142%2012.75%2012C12.75%2011.5858%2012.4142%2011.25%2012%2011.25ZM9.75%2012C9.75%2010.7574%2010.7574%209.75%2012%209.75C13.2426%209.75%2014.25%2010.7574%2014.25%2012C14.25%2013.2426%2013.2426%2014.25%2012%2014.25C10.7574%2014.25%209.75%2013.2426%209.75%2012Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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