bowling emoji
bowling from Fluent Emoji High Contrast by Microsoft Corporation · Default · Activities · MIT Free for personal and commercial use.
- Name
- bowling
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Activities
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
bowlingEmoji One (Colored)bowlingFluent EmojibowlingFluent Emoji FlatbowlingFirefox OS EmojibowlingHuge IconsbowlingIconParkbowlingIconPark OutlinebowlingLucide LabbowlingMaterial Design IconsbowlingNoto EmojibowlingOpenMojibowling-boldSolarbowlingStreamline EmojisbowlingTabler IconsbowlingTwitter Emoji
More activities icons from Fluent Emoji High Contrast
Use the bowling emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><g clip-path="url(#SVGkRCCwb7V4)"><path fill="currentColor" d="m11.301 29.694l-.06-.06a7 7 0 1 1 .59-13.038a1.4 1.4 0 0 0 .287-.84v-.2a8.9 8.9 0 0 0-.841-3.653v-.018a5.595 5.595 0 0 1 9.073-6.23a5.588 5.588 0 0 1 9.092 6.164v.007a9.9 9.9 0 0 0-.873 3.93a1.27 1.27 0 0 0 .408.953l.008.008l.317.3l.009.008a8.837 8.837 0 0 1 .106 12.666l-1.5 1.493a2.7 2.7 0 0 1-1.921.793H22.66a2.73 2.73 0 0 1-1.918-.789l-.389-.383l-.379.377a2.7 2.7 0 0 1-1.921.792H14.73a2.73 2.73 0 0 1-1.918-.789zm10.008-17.96l.038.1l.069.189q.192.526.325 1.066h5.151a12 12 0 0 1 .708-2.069a3.59 3.59 0 1 0-6.57.049q.147.325.275.657zm.74 3.805h4.515q.017-.557.084-1.11h-4.665q.063.553.067 1.11m-.196 1.34a3.4 3.4 0 0 1-.786 1.253a7.835 7.835 0 0 1-.013 10.546l1.096 1.082c.136.133.32.209.51.21h3.32a.7.7 0 0 0 .51-.21l1.51-1.5a6.836 6.836 0 0 0-.08-9.8l-.3-.28a3.3 3.3 0 0 1-.866-1.3zm-1.514 1.94c-.52-.575-1.115-1.013-1.434-1.744a3 3 0 0 1-.078-.196h-4.903a3.4 3.4 0 0 1-.397.782A6.99 6.99 0 0 1 16 23a6.99 6.99 0 0 1-2.888 5.666l1.108 1.093c.13.13.32.21.51.21h3.32c.19 0 .37-.07.51-.21l1.51-1.5c2.579-2.55 2.66-6.722.283-9.425zm-1.625-4.39h-4.66c.066.278.066.82.066 1.116v-.006h4.512zm-4.904-1.34h5.151a12 12 0 0 1 .384-1.255l.009-.023q.145-.4.316-.792c.197-.451.3-.938.3-1.43c0-.093 0-.185-.011-.277a3.594 3.594 0 1 0-7.136.815c.05.33.146.646.277.942l.026.058c.291.633.52 1.29.684 1.962m-3.57 5.65a1.13 1.13 0 1 0-2.26 0a1.13 1.13 0 0 0 2.26 0M7.18 22.7a1.13 1.13 0 1 0 0-2.26a1.13 1.13 0 0 0 0 2.26m3.68 0a1.13 1.13 0 1 0 0-2.26a1.13 1.13 0 0 0 0 2.26"/></g><defs><clipPath id="SVGkRCCwb7V4"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastBowling(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><g clipPath="url(#SVGkRCCwb7V4)"><path fill="currentColor" d="m11.301 29.694l-.06-.06a7 7 0 1 1 .59-13.038a1.4 1.4 0 0 0 .287-.84v-.2a8.9 8.9 0 0 0-.841-3.653v-.018a5.595 5.595 0 0 1 9.073-6.23a5.588 5.588 0 0 1 9.092 6.164v.007a9.9 9.9 0 0 0-.873 3.93a1.27 1.27 0 0 0 .408.953l.008.008l.317.3l.009.008a8.837 8.837 0 0 1 .106 12.666l-1.5 1.493a2.7 2.7 0 0 1-1.921.793H22.66a2.73 2.73 0 0 1-1.918-.789l-.389-.383l-.379.377a2.7 2.7 0 0 1-1.921.792H14.73a2.73 2.73 0 0 1-1.918-.789zm10.008-17.96l.038.1l.069.189q.192.526.325 1.066h5.151a12 12 0 0 1 .708-2.069a3.59 3.59 0 1 0-6.57.049q.147.325.275.657zm.74 3.805h4.515q.017-.557.084-1.11h-4.665q.063.553.067 1.11m-.196 1.34a3.4 3.4 0 0 1-.786 1.253a7.835 7.835 0 0 1-.013 10.546l1.096 1.082c.136.133.32.209.51.21h3.32a.7.7 0 0 0 .51-.21l1.51-1.5a6.836 6.836 0 0 0-.08-9.8l-.3-.28a3.3 3.3 0 0 1-.866-1.3zm-1.514 1.94c-.52-.575-1.115-1.013-1.434-1.744a3 3 0 0 1-.078-.196h-4.903a3.4 3.4 0 0 1-.397.782A6.99 6.99 0 0 1 16 23a6.99 6.99 0 0 1-2.888 5.666l1.108 1.093c.13.13.32.21.51.21h3.32c.19 0 .37-.07.51-.21l1.51-1.5c2.579-2.55 2.66-6.722.283-9.425zm-1.625-4.39h-4.66c.066.278.066.82.066 1.116v-.006h4.512zm-4.904-1.34h5.151a12 12 0 0 1 .384-1.255l.009-.023q.145-.4.316-.792c.197-.451.3-.938.3-1.43c0-.093 0-.185-.011-.277a3.594 3.594 0 1 0-7.136.815c.05.33.146.646.277.942l.026.058c.291.633.52 1.29.684 1.962m-3.57 5.65a1.13 1.13 0 1 0-2.26 0a1.13 1.13 0 0 0 2.26 0M7.18 22.7a1.13 1.13 0 1 0 0-2.26a1.13 1.13 0 0 0 0 2.26m3.68 0a1.13 1.13 0 1 0 0-2.26a1.13 1.13 0 0 0 0 2.26"/></g><defs><clipPath id="SVGkRCCwb7V4"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><g clip-path="url(#SVGkRCCwb7V4)"><path fill="currentColor" d="m11.301 29.694l-.06-.06a7 7 0 1 1 .59-13.038a1.4 1.4 0 0 0 .287-.84v-.2a8.9 8.9 0 0 0-.841-3.653v-.018a5.595 5.595 0 0 1 9.073-6.23a5.588 5.588 0 0 1 9.092 6.164v.007a9.9 9.9 0 0 0-.873 3.93a1.27 1.27 0 0 0 .408.953l.008.008l.317.3l.009.008a8.837 8.837 0 0 1 .106 12.666l-1.5 1.493a2.7 2.7 0 0 1-1.921.793H22.66a2.73 2.73 0 0 1-1.918-.789l-.389-.383l-.379.377a2.7 2.7 0 0 1-1.921.792H14.73a2.73 2.73 0 0 1-1.918-.789zm10.008-17.96l.038.1l.069.189q.192.526.325 1.066h5.151a12 12 0 0 1 .708-2.069a3.59 3.59 0 1 0-6.57.049q.147.325.275.657zm.74 3.805h4.515q.017-.557.084-1.11h-4.665q.063.553.067 1.11m-.196 1.34a3.4 3.4 0 0 1-.786 1.253a7.835 7.835 0 0 1-.013 10.546l1.096 1.082c.136.133.32.209.51.21h3.32a.7.7 0 0 0 .51-.21l1.51-1.5a6.836 6.836 0 0 0-.08-9.8l-.3-.28a3.3 3.3 0 0 1-.866-1.3zm-1.514 1.94c-.52-.575-1.115-1.013-1.434-1.744a3 3 0 0 1-.078-.196h-4.903a3.4 3.4 0 0 1-.397.782A6.99 6.99 0 0 1 16 23a6.99 6.99 0 0 1-2.888 5.666l1.108 1.093c.13.13.32.21.51.21h3.32c.19 0 .37-.07.51-.21l1.51-1.5c2.579-2.55 2.66-6.722.283-9.425zm-1.625-4.39h-4.66c.066.278.066.82.066 1.116v-.006h4.512zm-4.904-1.34h5.151a12 12 0 0 1 .384-1.255l.009-.023q.145-.4.316-.792c.197-.451.3-.938.3-1.43c0-.093 0-.185-.011-.277a3.594 3.594 0 1 0-7.136.815c.05.33.146.646.277.942l.026.058c.291.633.52 1.29.684 1.962m-3.57 5.65a1.13 1.13 0 1 0-2.26 0a1.13 1.13 0 0 0 2.26 0M7.18 22.7a1.13 1.13 0 1 0 0-2.26a1.13 1.13 0 0 0 0 2.26m3.68 0a1.13 1.13 0 1 0 0-2.26a1.13 1.13 0 0 0 0 2.26"/></g><defs><clipPath id="SVGkRCCwb7V4"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23SVGkRCCwb7V4)%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.301%2029.694l-.06-.06a7%207%200%201%201%20.59-13.038a1.4%201.4%200%200%200%20.287-.84v-.2a8.9%208.9%200%200%200-.841-3.653v-.018a5.595%205.595%200%200%201%209.073-6.23a5.588%205.588%200%200%201%209.092%206.164v.007a9.9%209.9%200%200%200-.873%203.93a1.27%201.27%200%200%200%20.408.953l.008.008l.317.3l.009.008a8.837%208.837%200%200%201%20.106%2012.666l-1.5%201.493a2.7%202.7%200%200%201-1.921.793H22.66a2.73%202.73%200%200%201-1.918-.789l-.389-.383l-.379.377a2.7%202.7%200%200%201-1.921.792H14.73a2.73%202.73%200%200%201-1.918-.789zm10.008-17.96l.038.1l.069.189q.192.526.325%201.066h5.151a12%2012%200%200%201%20.708-2.069a3.59%203.59%200%201%200-6.57.049q.147.325.275.657zm.74%203.805h4.515q.017-.557.084-1.11h-4.665q.063.553.067%201.11m-.196%201.34a3.4%203.4%200%200%201-.786%201.253a7.835%207.835%200%200%201-.013%2010.546l1.096%201.082c.136.133.32.209.51.21h3.32a.7.7%200%200%200%20.51-.21l1.51-1.5a6.836%206.836%200%200%200-.08-9.8l-.3-.28a3.3%203.3%200%200%201-.866-1.3zm-1.514%201.94c-.52-.575-1.115-1.013-1.434-1.744a3%203%200%200%201-.078-.196h-4.903a3.4%203.4%200%200%201-.397.782A6.99%206.99%200%200%201%2016%2023a6.99%206.99%200%200%201-2.888%205.666l1.108%201.093c.13.13.32.21.51.21h3.32c.19%200%20.37-.07.51-.21l1.51-1.5c2.579-2.55%202.66-6.722.283-9.425zm-1.625-4.39h-4.66c.066.278.066.82.066%201.116v-.006h4.512zm-4.904-1.34h5.151a12%2012%200%200%201%20.384-1.255l.009-.023q.145-.4.316-.792c.197-.451.3-.938.3-1.43c0-.093%200-.185-.011-.277a3.594%203.594%200%201%200-7.136.815c.05.33.146.646.277.942l.026.058c.291.633.52%201.29.684%201.962m-3.57%205.65a1.13%201.13%200%201%200-2.26%200a1.13%201.13%200%200%200%202.26%200M7.18%2022.7a1.13%201.13%200%201%200%200-2.26a1.13%201.13%200%200%200%200%202.26m3.68%200a1.13%201.13%200%201%200%200-2.26a1.13%201.13%200%200%200%200%202.26%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGkRCCwb7V4%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h32v32H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23SVGkRCCwb7V4)%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.301%2029.694l-.06-.06a7%207%200%201%201%20.59-13.038a1.4%201.4%200%200%200%20.287-.84v-.2a8.9%208.9%200%200%200-.841-3.653v-.018a5.595%205.595%200%200%201%209.073-6.23a5.588%205.588%200%200%201%209.092%206.164v.007a9.9%209.9%200%200%200-.873%203.93a1.27%201.27%200%200%200%20.408.953l.008.008l.317.3l.009.008a8.837%208.837%200%200%201%20.106%2012.666l-1.5%201.493a2.7%202.7%200%200%201-1.921.793H22.66a2.73%202.73%200%200%201-1.918-.789l-.389-.383l-.379.377a2.7%202.7%200%200%201-1.921.792H14.73a2.73%202.73%200%200%201-1.918-.789zm10.008-17.96l.038.1l.069.189q.192.526.325%201.066h5.151a12%2012%200%200%201%20.708-2.069a3.59%203.59%200%201%200-6.57.049q.147.325.275.657zm.74%203.805h4.515q.017-.557.084-1.11h-4.665q.063.553.067%201.11m-.196%201.34a3.4%203.4%200%200%201-.786%201.253a7.835%207.835%200%200%201-.013%2010.546l1.096%201.082c.136.133.32.209.51.21h3.32a.7.7%200%200%200%20.51-.21l1.51-1.5a6.836%206.836%200%200%200-.08-9.8l-.3-.28a3.3%203.3%200%200%201-.866-1.3zm-1.514%201.94c-.52-.575-1.115-1.013-1.434-1.744a3%203%200%200%201-.078-.196h-4.903a3.4%203.4%200%200%201-.397.782A6.99%206.99%200%200%201%2016%2023a6.99%206.99%200%200%201-2.888%205.666l1.108%201.093c.13.13.32.21.51.21h3.32c.19%200%20.37-.07.51-.21l1.51-1.5c2.579-2.55%202.66-6.722.283-9.425zm-1.625-4.39h-4.66c.066.278.066.82.066%201.116v-.006h4.512zm-4.904-1.34h5.151a12%2012%200%200%201%20.384-1.255l.009-.023q.145-.4.316-.792c.197-.451.3-.938.3-1.43c0-.093%200-.185-.011-.277a3.594%203.594%200%201%200-7.136.815c.05.33.146.646.277.942l.026.058c.291.633.52%201.29.684%201.962m-3.57%205.65a1.13%201.13%200%201%200-2.26%200a1.13%201.13%200%200%200%202.26%200M7.18%2022.7a1.13%201.13%200%201%200%200-2.26a1.13%201.13%200%200%200%200%202.26m3.68%200a1.13%201.13%200%201%200%200-2.26a1.13%201.13%200%200%200%200%202.26%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGkRCCwb7V4%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h32v32H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/bowling.svg?color=%231a73e8&size=48