bowling from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
bowling
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the bowling icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="m10.564 6.56l-.382-2.109C9.952 3.183 10.83 2 12 2s2.047 1.183 1.818 2.451l-.382 2.11c-.574 3.172.989 5.075 2.075 7.71a6.6 6.6 0 0 1 .383 3.668c-.192 1.059-.494 2.73-1.134 3.544c-.428.545-1.035.517-1.64.517h-2.24c-.605 0-1.212.028-1.64-.517c-.64-.814-.942-2.485-1.134-3.544a6.6 6.6 0 0 1 .383-3.669c1.086-2.634 2.649-4.537 2.075-7.71"/><path d="M11 8h2"/><path stroke-linecap="round" d="M18 20h1.294c.569 0 1.14.023 1.541-.414c.6-.65.885-1.985 1.065-2.833v-.002a4.54 4.54 0 0 0-.36-2.935c-1.02-2.107-2.488-3.63-1.949-6.168l.359-1.687C20.165 4.947 19.34 4 18.242 4s-1.923.947-1.708 1.961l.359 1.687a4.8 4.8 0 0 1-.125 2.558m.2-.873h2.55M6 20H4.705c-.567 0-1.138.023-1.54-.414c-.6-.65-.885-1.985-1.065-2.833v-.002a4.54 4.54 0 0 1 .36-2.935c1.02-2.107 2.488-3.63 1.949-6.168L4.05 5.961C3.835 4.947 4.66 4 5.758 4s1.923.947 1.708 1.961l-.359 1.687a4.8 4.8 0 0 0 .125 2.558m-.2-.873h-2.55"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBowling(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="m10.564 6.56l-.382-2.109C9.952 3.183 10.83 2 12 2s2.047 1.183 1.818 2.451l-.382 2.11c-.574 3.172.989 5.075 2.075 7.71a6.6 6.6 0 0 1 .383 3.668c-.192 1.059-.494 2.73-1.134 3.544c-.428.545-1.035.517-1.64.517h-2.24c-.605 0-1.212.028-1.64-.517c-.64-.814-.942-2.485-1.134-3.544a6.6 6.6 0 0 1 .383-3.669c1.086-2.634 2.649-4.537 2.075-7.71"/><path d="M11 8h2"/><path strokeLinecap="round" d="M18 20h1.294c.569 0 1.14.023 1.541-.414c.6-.65.885-1.985 1.065-2.833v-.002a4.54 4.54 0 0 0-.36-2.935c-1.02-2.107-2.488-3.63-1.949-6.168l.359-1.687C20.165 4.947 19.34 4 18.242 4s-1.923.947-1.708 1.961l.359 1.687a4.8 4.8 0 0 1-.125 2.558m.2-.873h2.55M6 20H4.705c-.567 0-1.138.023-1.54-.414c-.6-.65-.885-1.985-1.065-2.833v-.002a4.54 4.54 0 0 1 .36-2.935c1.02-2.107 2.488-3.63 1.949-6.168L4.05 5.961C3.835 4.947 4.66 4 5.758 4s1.923.947 1.708 1.961l-.359 1.687a4.8 4.8 0 0 0 .125 2.558m-.2-.873h-2.55"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="m10.564 6.56l-.382-2.109C9.952 3.183 10.83 2 12 2s2.047 1.183 1.818 2.451l-.382 2.11c-.574 3.172.989 5.075 2.075 7.71a6.6 6.6 0 0 1 .383 3.668c-.192 1.059-.494 2.73-1.134 3.544c-.428.545-1.035.517-1.64.517h-2.24c-.605 0-1.212.028-1.64-.517c-.64-.814-.942-2.485-1.134-3.544a6.6 6.6 0 0 1 .383-3.669c1.086-2.634 2.649-4.537 2.075-7.71"/><path d="M11 8h2"/><path stroke-linecap="round" d="M18 20h1.294c.569 0 1.14.023 1.541-.414c.6-.65.885-1.985 1.065-2.833v-.002a4.54 4.54 0 0 0-.36-2.935c-1.02-2.107-2.488-3.63-1.949-6.168l.359-1.687C20.165 4.947 19.34 4 18.242 4s-1.923.947-1.708 1.961l.359 1.687a4.8 4.8 0 0 1-.125 2.558m.2-.873h2.55M6 20H4.705c-.567 0-1.138.023-1.54-.414c-.6-.65-.885-1.985-1.065-2.833v-.002a4.54 4.54 0 0 1 .36-2.935c1.02-2.107 2.488-3.63 1.949-6.168L4.05 5.961C3.835 4.947 4.66 4 5.758 4s1.923.947 1.708 1.961l-.359 1.687a4.8 4.8 0 0 0 .125 2.558m-.2-.873h-2.55"/></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m10.564%206.56l-.382-2.109C9.952%203.183%2010.83%202%2012%202s2.047%201.183%201.818%202.451l-.382%202.11c-.574%203.172.989%205.075%202.075%207.71a6.6%206.6%200%200%201%20.383%203.668c-.192%201.059-.494%202.73-1.134%203.544c-.428.545-1.035.517-1.64.517h-2.24c-.605%200-1.212.028-1.64-.517c-.64-.814-.942-2.485-1.134-3.544a6.6%206.6%200%200%201%20.383-3.669c1.086-2.634%202.649-4.537%202.075-7.71%22%2F%3E%3Cpath%20d%3D%22M11%208h2%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%2020h1.294c.569%200%201.14.023%201.541-.414c.6-.65.885-1.985%201.065-2.833v-.002a4.54%204.54%200%200%200-.36-2.935c-1.02-2.107-2.488-3.63-1.949-6.168l.359-1.687C20.165%204.947%2019.34%204%2018.242%204s-1.923.947-1.708%201.961l.359%201.687a4.8%204.8%200%200%201-.125%202.558m.2-.873h2.55M6%2020H4.705c-.567%200-1.138.023-1.54-.414c-.6-.65-.885-1.985-1.065-2.833v-.002a4.54%204.54%200%200%201%20.36-2.935c1.02-2.107%202.488-3.63%201.949-6.168L4.05%205.961C3.835%204.947%204.66%204%205.758%204s1.923.947%201.708%201.961l-.359%201.687a4.8%204.8%200%200%200%20.125%202.558m-.2-.873h-2.55%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m10.564%206.56l-.382-2.109C9.952%203.183%2010.83%202%2012%202s2.047%201.183%201.818%202.451l-.382%202.11c-.574%203.172.989%205.075%202.075%207.71a6.6%206.6%200%200%201%20.383%203.668c-.192%201.059-.494%202.73-1.134%203.544c-.428.545-1.035.517-1.64.517h-2.24c-.605%200-1.212.028-1.64-.517c-.64-.814-.942-2.485-1.134-3.544a6.6%206.6%200%200%201%20.383-3.669c1.086-2.634%202.649-4.537%202.075-7.71%22%2F%3E%3Cpath%20d%3D%22M11%208h2%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%2020h1.294c.569%200%201.14.023%201.541-.414c.6-.65.885-1.985%201.065-2.833v-.002a4.54%204.54%200%200%200-.36-2.935c-1.02-2.107-2.488-3.63-1.949-6.168l.359-1.687C20.165%204.947%2019.34%204%2018.242%204s-1.923.947-1.708%201.961l.359%201.687a4.8%204.8%200%200%201-.125%202.558m.2-.873h2.55M6%2020H4.705c-.567%200-1.138.023-1.54-.414c-.6-.65-.885-1.985-1.065-2.833v-.002a4.54%204.54%200%200%201%20.36-2.935c1.02-2.107%202.488-3.63%201.949-6.168L4.05%205.961C3.835%204.947%204.66%204%205.758%204s1.923.947%201.708%201.961l-.359%201.687a4.8%204.8%200%200%200%20.125%202.558m-.2-.873h-2.55%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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