pool 8 ball emoji
pool-8-ball from Emoji One (Colored) by Emoji One · Default · Activities · CC-BY-4.0 Attribution required.
- Name
- pool-8-ball
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Activities
- Viewbox
- 64×64
- License
- CC BY 4.0
The same emoji in other sets
More activities icons from Emoji One (Colored)
Use the pool 8 ball emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#333"/><ellipse cx="36.3" cy="24.3" fill="#f5f5f5" rx="13.1" ry="13.9" transform="rotate(-39.592 36.265 24.268)"/><path fill="#3e4347" d="M45.3 23.2c1.8 2.9.8 6.3-2.9 8.6s-7.2 1.7-9-1.2c-1.1-1.8-1.1-3.8 0-5.6c-1.7 0-3.1-.7-4.1-2.2c-1.7-2.7-.7-6 2.5-7.9c3.1-1.9 6.5-1.4 8.2 1.3c1 1.6 1 3.2.2 4.6c2.1-.3 3.9.6 5.1 2.4m-3.1 1.6c-.9-1.5-2.9-1.9-4.6-.8c-1.8 1.1-2.3 3-1.4 4.5c1 1.6 2.9 2 4.7.9c1.7-1.1 2.2-3.1 1.3-4.6M32 21.3c.9 1.4 2.7 1.9 4.3.8c1.6-1 2-2.8 1.1-4.2s-2.7-1.8-4.3-.8c-1.5 1-1.9 2.7-1.1 4.2"/></svg>
React
import type { SVGProps } from "react";
export function EmojionePool8Ball(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#333"/><ellipse cx="36.3" cy="24.3" fill="#f5f5f5" rx="13.1" ry="13.9" transform="rotate(-39.592 36.265 24.268)"/><path fill="#3e4347" d="M45.3 23.2c1.8 2.9.8 6.3-2.9 8.6s-7.2 1.7-9-1.2c-1.1-1.8-1.1-3.8 0-5.6c-1.7 0-3.1-.7-4.1-2.2c-1.7-2.7-.7-6 2.5-7.9c3.1-1.9 6.5-1.4 8.2 1.3c1 1.6 1 3.2.2 4.6c2.1-.3 3.9.6 5.1 2.4m-3.1 1.6c-.9-1.5-2.9-1.9-4.6-.8c-1.8 1.1-2.3 3-1.4 4.5c1 1.6 2.9 2 4.7.9c1.7-1.1 2.2-3.1 1.3-4.6M32 21.3c.9 1.4 2.7 1.9 4.3.8c1.6-1 2-2.8 1.1-4.2s-2.7-1.8-4.3-.8c-1.5 1-1.9 2.7-1.1 4.2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#333"/><ellipse cx="36.3" cy="24.3" fill="#f5f5f5" rx="13.1" ry="13.9" transform="rotate(-39.592 36.265 24.268)"/><path fill="#3e4347" d="M45.3 23.2c1.8 2.9.8 6.3-2.9 8.6s-7.2 1.7-9-1.2c-1.1-1.8-1.1-3.8 0-5.6c-1.7 0-3.1-.7-4.1-2.2c-1.7-2.7-.7-6 2.5-7.9c3.1-1.9 6.5-1.4 8.2 1.3c1 1.6 1 3.2.2 4.6c2.1-.3 3.9.6 5.1 2.4m-3.1 1.6c-.9-1.5-2.9-1.9-4.6-.8c-1.8 1.1-2.3 3-1.4 4.5c1 1.6 2.9 2 4.7.9c1.7-1.1 2.2-3.1 1.3-4.6M32 21.3c.9 1.4 2.7 1.9 4.3.8c1.6-1 2-2.8 1.1-4.2s-2.7-1.8-4.3-.8c-1.5 1-1.9 2.7-1.1 4.2"/></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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23333%22%2F%3E%3Cellipse%20cx%3D%2236.3%22%20cy%3D%2224.3%22%20fill%3D%22%23f5f5f5%22%20rx%3D%2213.1%22%20ry%3D%2213.9%22%20transform%3D%22rotate(-39.592%2036.265%2024.268)%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M45.3%2023.2c1.8%202.9.8%206.3-2.9%208.6s-7.2%201.7-9-1.2c-1.1-1.8-1.1-3.8%200-5.6c-1.7%200-3.1-.7-4.1-2.2c-1.7-2.7-.7-6%202.5-7.9c3.1-1.9%206.5-1.4%208.2%201.3c1%201.6%201%203.2.2%204.6c2.1-.3%203.9.6%205.1%202.4m-3.1%201.6c-.9-1.5-2.9-1.9-4.6-.8c-1.8%201.1-2.3%203-1.4%204.5c1%201.6%202.9%202%204.7.9c1.7-1.1%202.2-3.1%201.3-4.6M32%2021.3c.9%201.4%202.7%201.9%204.3.8c1.6-1%202-2.8%201.1-4.2s-2.7-1.8-4.3-.8c-1.5%201-1.9%202.7-1.1%204.2%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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23333%22%2F%3E%3Cellipse%20cx%3D%2236.3%22%20cy%3D%2224.3%22%20fill%3D%22%23f5f5f5%22%20rx%3D%2213.1%22%20ry%3D%2213.9%22%20transform%3D%22rotate(-39.592%2036.265%2024.268)%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M45.3%2023.2c1.8%202.9.8%206.3-2.9%208.6s-7.2%201.7-9-1.2c-1.1-1.8-1.1-3.8%200-5.6c-1.7%200-3.1-.7-4.1-2.2c-1.7-2.7-.7-6%202.5-7.9c3.1-1.9%206.5-1.4%208.2%201.3c1%201.6%201%203.2.2%204.6c2.1-.3%203.9.6%205.1%202.4m-3.1%201.6c-.9-1.5-2.9-1.9-4.6-.8c-1.8%201.1-2.3%203-1.4%204.5c1%201.6%202.9%202%204.7.9c1.7-1.1%202.2-3.1%201.3-4.6M32%2021.3c.9%201.4%202.7%201.9%204.3.8c1.6-1%202-2.8%201.1-4.2s-2.7-1.8-4.3-.8c-1.5%201-1.9%202.7-1.1%204.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/pool-8-ball.svg?color=%231a73e8&size=48