pool 8 ball emoji
pool-8-ball from Twitter Emoji by Twitter · Default · Activities · CC-BY-4.0 Attribution required.
- Name
- pool-8-ball
- Set
- Twitter Emoji
- Style
- Default
- Category
- Activities
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More activities icons from Twitter Emoji
Use the pool 8 ball emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="18" r="18" fill="#31373d"/><circle cx="18" cy="18" r="9" fill="#e1e8ed"/><path fill="#31373d" d="M13.703 20.203c0-1.406.773-2.443 1.881-3.041c-.826-.598-1.336-1.406-1.336-2.514c0-2.057 1.705-3.375 3.797-3.375c2.039 0 3.814 1.301 3.814 3.375c0 .984-.492 1.969-1.354 2.514c1.195.598 1.881 1.688 1.881 3.041c0 2.443-1.986 4.008-4.342 4.008c-2.425 0-4.341-1.652-4.341-4.008m2.742-.176c0 .896.527 1.758 1.6 1.758c1.002 0 1.6-.861 1.6-1.758c0-1.107-.633-1.758-1.6-1.758c-1.02.001-1.6.774-1.6 1.758m.334-5.097c0 .791.457 1.336 1.266 1.336s1.283-.545 1.283-1.336c0-.756-.457-1.336-1.283-1.336s-1.266.58-1.266 1.336"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiPool8Ball(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="18" r="18" fill="#31373d"/><circle cx="18" cy="18" r="9" fill="#e1e8ed"/><path fill="#31373d" d="M13.703 20.203c0-1.406.773-2.443 1.881-3.041c-.826-.598-1.336-1.406-1.336-2.514c0-2.057 1.705-3.375 3.797-3.375c2.039 0 3.814 1.301 3.814 3.375c0 .984-.492 1.969-1.354 2.514c1.195.598 1.881 1.688 1.881 3.041c0 2.443-1.986 4.008-4.342 4.008c-2.425 0-4.341-1.652-4.341-4.008m2.742-.176c0 .896.527 1.758 1.6 1.758c1.002 0 1.6-.861 1.6-1.758c0-1.107-.633-1.758-1.6-1.758c-1.02.001-1.6.774-1.6 1.758m.334-5.097c0 .791.457 1.336 1.266 1.336s1.283-.545 1.283-1.336c0-.756-.457-1.336-1.283-1.336s-1.266.58-1.266 1.336"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="18" r="18" fill="#31373d"/><circle cx="18" cy="18" r="9" fill="#e1e8ed"/><path fill="#31373d" d="M13.703 20.203c0-1.406.773-2.443 1.881-3.041c-.826-.598-1.336-1.406-1.336-2.514c0-2.057 1.705-3.375 3.797-3.375c2.039 0 3.814 1.301 3.814 3.375c0 .984-.492 1.969-1.354 2.514c1.195.598 1.881 1.688 1.881 3.041c0 2.443-1.986 4.008-4.342 4.008c-2.425 0-4.341-1.652-4.341-4.008m2.742-.176c0 .896.527 1.758 1.6 1.758c1.002 0 1.6-.861 1.6-1.758c0-1.107-.633-1.758-1.6-1.758c-1.02.001-1.6.774-1.6 1.758m.334-5.097c0 .791.457 1.336 1.266 1.336s1.283-.545 1.283-1.336c0-.756-.457-1.336-1.283-1.336s-1.266.58-1.266 1.336"/></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%2036%2036%22%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%20fill%3D%22%2331373d%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%229%22%20fill%3D%22%23e1e8ed%22%2F%3E%3Cpath%20fill%3D%22%2331373d%22%20d%3D%22M13.703%2020.203c0-1.406.773-2.443%201.881-3.041c-.826-.598-1.336-1.406-1.336-2.514c0-2.057%201.705-3.375%203.797-3.375c2.039%200%203.814%201.301%203.814%203.375c0%20.984-.492%201.969-1.354%202.514c1.195.598%201.881%201.688%201.881%203.041c0%202.443-1.986%204.008-4.342%204.008c-2.425%200-4.341-1.652-4.341-4.008m2.742-.176c0%20.896.527%201.758%201.6%201.758c1.002%200%201.6-.861%201.6-1.758c0-1.107-.633-1.758-1.6-1.758c-1.02.001-1.6.774-1.6%201.758m.334-5.097c0%20.791.457%201.336%201.266%201.336s1.283-.545%201.283-1.336c0-.756-.457-1.336-1.283-1.336s-1.266.58-1.266%201.336%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%2036%2036%22%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%20fill%3D%22%2331373d%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%229%22%20fill%3D%22%23e1e8ed%22%2F%3E%3Cpath%20fill%3D%22%2331373d%22%20d%3D%22M13.703%2020.203c0-1.406.773-2.443%201.881-3.041c-.826-.598-1.336-1.406-1.336-2.514c0-2.057%201.705-3.375%203.797-3.375c2.039%200%203.814%201.301%203.814%203.375c0%20.984-.492%201.969-1.354%202.514c1.195.598%201.881%201.688%201.881%203.041c0%202.443-1.986%204.008-4.342%204.008c-2.425%200-4.341-1.652-4.341-4.008m2.742-.176c0%20.896.527%201.758%201.6%201.758c1.002%200%201.6-.861%201.6-1.758c0-1.107-.633-1.758-1.6-1.758c-1.02.001-1.6.774-1.6%201.758m.334-5.097c0%20.791.457%201.336%201.266%201.336s1.283-.545%201.283-1.336c0-.756-.457-1.336-1.283-1.336s-1.266.58-1.266%201.336%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/pool-8-ball.svg?color=%231a73e8&size=48