pool 8 ball emoji
pool-8-ball from Fluent Emoji High Contrast by Microsoft Corporation · Default · Activities · MIT Free for personal and commercial use.
- Name
- pool-8-ball
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Activities
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More activities icons from Fluent Emoji High Contrast
Use the pool 8 ball emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M16 12c-1.11 0-1.806.357-2.176.96c-.325.528-.324 1.151-.324 1.506v.034c0 .506.162 1.033.607 1.425q.052.046.107.088a1.8 1.8 0 0 0-.39.446c-.325.53-.324 1.152-.324 1.507V18c0 .506.162 1.033.607 1.425c.437.384 1.073.575 1.893.575c.793 0 1.424-.193 1.864-.57c.447-.384.636-.907.636-1.43v-.047c0-.414.002-1.045-.33-1.559a1.7 1.7 0 0 0-.373-.41l.066-.054c.448-.384.637-.907.637-1.43v-.047c0-.414.001-1.045-.33-1.559c-.38-.59-1.085-.894-2.17-.894m0 3.5c-.828 0-1.3-.56-1.3-1.25S15.172 13 16 13s1.332.56 1.332 1.25S16.828 15.5 16 15.5m1.332 2.25c0 .69-.503 1.25-1.332 1.25c-.828 0-1.3-.56-1.3-1.25s.472-1.25 1.3-1.25s1.332.56 1.332 1.25"/><path d="M16 30c7.732 0 14-6.268 14-14S23.732 2 16 2S2 8.268 2 16s6.268 14 14 14m0-7a7 7 0 1 1 0-14a7 7 0 0 1 0 14"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastPool8Ball(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M16 12c-1.11 0-1.806.357-2.176.96c-.325.528-.324 1.151-.324 1.506v.034c0 .506.162 1.033.607 1.425q.052.046.107.088a1.8 1.8 0 0 0-.39.446c-.325.53-.324 1.152-.324 1.507V18c0 .506.162 1.033.607 1.425c.437.384 1.073.575 1.893.575c.793 0 1.424-.193 1.864-.57c.447-.384.636-.907.636-1.43v-.047c0-.414.002-1.045-.33-1.559a1.7 1.7 0 0 0-.373-.41l.066-.054c.448-.384.637-.907.637-1.43v-.047c0-.414.001-1.045-.33-1.559c-.38-.59-1.085-.894-2.17-.894m0 3.5c-.828 0-1.3-.56-1.3-1.25S15.172 13 16 13s1.332.56 1.332 1.25S16.828 15.5 16 15.5m1.332 2.25c0 .69-.503 1.25-1.332 1.25c-.828 0-1.3-.56-1.3-1.25s.472-1.25 1.3-1.25s1.332.56 1.332 1.25"/><path d="M16 30c7.732 0 14-6.268 14-14S23.732 2 16 2S2 8.268 2 16s6.268 14 14 14m0-7a7 7 0 1 1 0-14a7 7 0 0 1 0 14"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M16 12c-1.11 0-1.806.357-2.176.96c-.325.528-.324 1.151-.324 1.506v.034c0 .506.162 1.033.607 1.425q.052.046.107.088a1.8 1.8 0 0 0-.39.446c-.325.53-.324 1.152-.324 1.507V18c0 .506.162 1.033.607 1.425c.437.384 1.073.575 1.893.575c.793 0 1.424-.193 1.864-.57c.447-.384.636-.907.636-1.43v-.047c0-.414.002-1.045-.33-1.559a1.7 1.7 0 0 0-.373-.41l.066-.054c.448-.384.637-.907.637-1.43v-.047c0-.414.001-1.045-.33-1.559c-.38-.59-1.085-.894-2.17-.894m0 3.5c-.828 0-1.3-.56-1.3-1.25S15.172 13 16 13s1.332.56 1.332 1.25S16.828 15.5 16 15.5m1.332 2.25c0 .69-.503 1.25-1.332 1.25c-.828 0-1.3-.56-1.3-1.25s.472-1.25 1.3-1.25s1.332.56 1.332 1.25"/><path d="M16 30c7.732 0 14-6.268 14-14S23.732 2 16 2S2 8.268 2 16s6.268 14 14 14m0-7a7 7 0 1 1 0-14a7 7 0 0 1 0 14"/></g></svg> </template>
CSS
.icon-pool-8-ball {
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%22currentColor%22%3E%3Cpath%20d%3D%22M16%2012c-1.11%200-1.806.357-2.176.96c-.325.528-.324%201.151-.324%201.506v.034c0%20.506.162%201.033.607%201.425q.052.046.107.088a1.8%201.8%200%200%200-.39.446c-.325.53-.324%201.152-.324%201.507V18c0%20.506.162%201.033.607%201.425c.437.384%201.073.575%201.893.575c.793%200%201.424-.193%201.864-.57c.447-.384.636-.907.636-1.43v-.047c0-.414.002-1.045-.33-1.559a1.7%201.7%200%200%200-.373-.41l.066-.054c.448-.384.637-.907.637-1.43v-.047c0-.414.001-1.045-.33-1.559c-.38-.59-1.085-.894-2.17-.894m0%203.5c-.828%200-1.3-.56-1.3-1.25S15.172%2013%2016%2013s1.332.56%201.332%201.25S16.828%2015.5%2016%2015.5m1.332%202.25c0%20.69-.503%201.25-1.332%201.25c-.828%200-1.3-.56-1.3-1.25s.472-1.25%201.3-1.25s1.332.56%201.332%201.25%22%2F%3E%3Cpath%20d%3D%22M16%2030c7.732%200%2014-6.268%2014-14S23.732%202%2016%202S2%208.268%202%2016s6.268%2014%2014%2014m0-7a7%207%200%201%201%200-14a7%207%200%200%201%200%2014%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M16%2012c-1.11%200-1.806.357-2.176.96c-.325.528-.324%201.151-.324%201.506v.034c0%20.506.162%201.033.607%201.425q.052.046.107.088a1.8%201.8%200%200%200-.39.446c-.325.53-.324%201.152-.324%201.507V18c0%20.506.162%201.033.607%201.425c.437.384%201.073.575%201.893.575c.793%200%201.424-.193%201.864-.57c.447-.384.636-.907.636-1.43v-.047c0-.414.002-1.045-.33-1.559a1.7%201.7%200%200%200-.373-.41l.066-.054c.448-.384.637-.907.637-1.43v-.047c0-.414.001-1.045-.33-1.559c-.38-.59-1.085-.894-2.17-.894m0%203.5c-.828%200-1.3-.56-1.3-1.25S15.172%2013%2016%2013s1.332.56%201.332%201.25S16.828%2015.5%2016%2015.5m1.332%202.25c0%20.69-.503%201.25-1.332%201.25c-.828%200-1.3-.56-1.3-1.25s.472-1.25%201.3-1.25s1.332.56%201.332%201.25%22%2F%3E%3Cpath%20d%3D%22M16%2030c7.732%200%2014-6.268%2014-14S23.732%202%2016%202S2%208.268%202%2016s6.268%2014%2014%2014m0-7a7%207%200%201%201%200-14a7%207%200%200%201%200%2014%22%2F%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/pool-8-ball.svg?color=%231a73e8&size=48