pool 8 ball emoji
pool-8-ball from Fluent Emoji Flat by Microsoft Corporation · Default · Activities · MIT Free for personal and commercial use.
- Name
- pool-8-ball
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Activities
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More activities icons from Fluent Emoji Flat
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="none"><path fill="#433b6b" d="M30 16c0 7.732-6.268 14-14 14S2 23.732 2 16S8.268 2 16 2s14 6.268 14 14"/><path fill="#e6e6e6" d="M23 16a7 7 0 1 1-14 0a7 7 0 0 1 14 0"/><path fill="#212121" d="M13.824 12.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-.894c-1.11 0-1.806.357-2.176.96m3.508 1.29c0 .69-.504 1.25-1.332 1.25s-1.3-.56-1.3-1.25S15.172 13 16 13s1.332.56 1.332 1.25m0 3.5c0 .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"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatPool8Ball(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"><path fill="#433b6b" d="M30 16c0 7.732-6.268 14-14 14S2 23.732 2 16S8.268 2 16 2s14 6.268 14 14"/><path fill="#e6e6e6" d="M23 16a7 7 0 1 1-14 0a7 7 0 0 1 14 0"/><path fill="#212121" d="M13.824 12.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-.894c-1.11 0-1.806.357-2.176.96m3.508 1.29c0 .69-.504 1.25-1.332 1.25s-1.3-.56-1.3-1.25S15.172 13 16 13s1.332.56 1.332 1.25m0 3.5c0 .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"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#433b6b" d="M30 16c0 7.732-6.268 14-14 14S2 23.732 2 16S8.268 2 16 2s14 6.268 14 14"/><path fill="#e6e6e6" d="M23 16a7 7 0 1 1-14 0a7 7 0 0 1 14 0"/><path fill="#212121" d="M13.824 12.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-.894c-1.11 0-1.806.357-2.176.96m3.508 1.29c0 .69-.504 1.25-1.332 1.25s-1.3-.56-1.3-1.25S15.172 13 16 13s1.332.56 1.332 1.25m0 3.5c0 .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"/></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%22none%22%3E%3Cpath%20fill%3D%22%23433b6b%22%20d%3D%22M30%2016c0%207.732-6.268%2014-14%2014S2%2023.732%202%2016S8.268%202%2016%202s14%206.268%2014%2014%22%2F%3E%3Cpath%20fill%3D%22%23e6e6e6%22%20d%3D%22M23%2016a7%207%200%201%201-14%200a7%207%200%200%201%2014%200%22%2F%3E%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M13.824%2012.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-.894c-1.11%200-1.806.357-2.176.96m3.508%201.29c0%20.69-.504%201.25-1.332%201.25s-1.3-.56-1.3-1.25S15.172%2013%2016%2013s1.332.56%201.332%201.25m0%203.5c0%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%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%3Cpath%20fill%3D%22%23433b6b%22%20d%3D%22M30%2016c0%207.732-6.268%2014-14%2014S2%2023.732%202%2016S8.268%202%2016%202s14%206.268%2014%2014%22%2F%3E%3Cpath%20fill%3D%22%23e6e6e6%22%20d%3D%22M23%2016a7%207%200%201%201-14%200a7%207%200%200%201%2014%200%22%2F%3E%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M13.824%2012.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-.894c-1.11%200-1.806.357-2.176.96m3.508%201.29c0%20.69-.504%201.25-1.332%201.25s-1.3-.56-1.3-1.25S15.172%2013%2016%2013s1.332.56%201.332%201.25m0%203.5c0%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%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/pool-8-ball.svg?color=%231a73e8&size=48