pool 8 ball emoji
pool-8-ball from Streamline Emojis by Streamline · Default · Activity · CC-BY-4.0 Attribution required.
- Name
- pool-8-ball
- Set
- Streamline Emojis
- Style
- Default
- Category
- Activity
- Viewbox
- 48×48
- License
- CC BY 4.0
The same emoji in other sets
More activity icons from Streamline Emojis
Use the pool 8 ball emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M10.47 45.24a13.53 1.76 0 1 0 27.06 0a13.53 1.76 0 1 0-27.06 0" opacity=".15"/><path fill="#656769" d="M4 24a20 20 0 1 0 40 0a20 20 0 1 0-40 0"/><path fill="#525252" d="M24 39.66A20 20 0 0 1 4.12 21.83C4.05 22.54 4 23.27 4 24a20 20 0 0 0 40 0c0-.73 0-1.46-.12-2.17A20 20 0 0 1 24 39.66"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M4 24a20 20 0 1 0 40 0a20 20 0 1 0-40 0"/><path fill="#fff" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M15.18 24a8.82 8.82 0 1 0 17.64 0a8.82 8.82 0 1 0-17.64 0"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M21.5 21.57a2.5 1.91 0 1 0 5 0a2.5 1.91 0 1 0-5 0"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M20.94 25.91a3.06 2.43 0 1 0 6.12 0a3.06 2.43 0 1 0-6.12 0"/><path fill="#87898c" d="M29 7.63c0 1.08-2.24 2-5 2s-5-.88-5-2s2.24-2 5-2s5 .91 5 2"/></svg>
React
import type { SVGProps } from "react";
export function StreamlineEmojisPool8Ball(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M10.47 45.24a13.53 1.76 0 1 0 27.06 0a13.53 1.76 0 1 0-27.06 0" opacity=".15"/><path fill="#656769" d="M4 24a20 20 0 1 0 40 0a20 20 0 1 0-40 0"/><path fill="#525252" d="M24 39.66A20 20 0 0 1 4.12 21.83C4.05 22.54 4 23.27 4 24a20 20 0 0 0 40 0c0-.73 0-1.46-.12-2.17A20 20 0 0 1 24 39.66"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M4 24a20 20 0 1 0 40 0a20 20 0 1 0-40 0"/><path fill="#fff" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M15.18 24a8.82 8.82 0 1 0 17.64 0a8.82 8.82 0 1 0-17.64 0"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M21.5 21.57a2.5 1.91 0 1 0 5 0a2.5 1.91 0 1 0-5 0"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M20.94 25.91a3.06 2.43 0 1 0 6.12 0a3.06 2.43 0 1 0-6.12 0"/><path fill="#87898c" d="M29 7.63c0 1.08-2.24 2-5 2s-5-.88-5-2s2.24-2 5-2s5 .91 5 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M10.47 45.24a13.53 1.76 0 1 0 27.06 0a13.53 1.76 0 1 0-27.06 0" opacity=".15"/><path fill="#656769" d="M4 24a20 20 0 1 0 40 0a20 20 0 1 0-40 0"/><path fill="#525252" d="M24 39.66A20 20 0 0 1 4.12 21.83C4.05 22.54 4 23.27 4 24a20 20 0 0 0 40 0c0-.73 0-1.46-.12-2.17A20 20 0 0 1 24 39.66"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M4 24a20 20 0 1 0 40 0a20 20 0 1 0-40 0"/><path fill="#fff" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M15.18 24a8.82 8.82 0 1 0 17.64 0a8.82 8.82 0 1 0-17.64 0"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M21.5 21.57a2.5 1.91 0 1 0 5 0a2.5 1.91 0 1 0-5 0"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M20.94 25.91a3.06 2.43 0 1 0 6.12 0a3.06 2.43 0 1 0-6.12 0"/><path fill="#87898c" d="M29 7.63c0 1.08-2.24 2-5 2s-5-.88-5-2s2.24-2 5-2s5 .91 5 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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M10.47%2045.24a13.53%201.76%200%201%200%2027.06%200a13.53%201.76%200%201%200-27.06%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23656769%22%20d%3D%22M4%2024a20%2020%200%201%200%2040%200a20%2020%200%201%200-40%200%22%2F%3E%3Cpath%20fill%3D%22%23525252%22%20d%3D%22M24%2039.66A20%2020%200%200%201%204.12%2021.83C4.05%2022.54%204%2023.27%204%2024a20%2020%200%200%200%2040%200c0-.73%200-1.46-.12-2.17A20%2020%200%200%201%2024%2039.66%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2024a20%2020%200%201%200%2040%200a20%2020%200%201%200-40%200%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15.18%2024a8.82%208.82%200%201%200%2017.64%200a8.82%208.82%200%201%200-17.64%200%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21.5%2021.57a2.5%201.91%200%201%200%205%200a2.5%201.91%200%201%200-5%200%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20.94%2025.91a3.06%202.43%200%201%200%206.12%200a3.06%202.43%200%201%200-6.12%200%22%2F%3E%3Cpath%20fill%3D%22%2387898c%22%20d%3D%22M29%207.63c0%201.08-2.24%202-5%202s-5-.88-5-2s2.24-2%205-2s5%20.91%205%202%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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M10.47%2045.24a13.53%201.76%200%201%200%2027.06%200a13.53%201.76%200%201%200-27.06%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23656769%22%20d%3D%22M4%2024a20%2020%200%201%200%2040%200a20%2020%200%201%200-40%200%22%2F%3E%3Cpath%20fill%3D%22%23525252%22%20d%3D%22M24%2039.66A20%2020%200%200%201%204.12%2021.83C4.05%2022.54%204%2023.27%204%2024a20%2020%200%200%200%2040%200c0-.73%200-1.46-.12-2.17A20%2020%200%200%201%2024%2039.66%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2024a20%2020%200%201%200%2040%200a20%2020%200%201%200-40%200%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15.18%2024a8.82%208.82%200%201%200%2017.64%200a8.82%208.82%200%201%200-17.64%200%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21.5%2021.57a2.5%201.91%200%201%200%205%200a2.5%201.91%200%201%200-5%200%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20.94%2025.91a3.06%202.43%200%201%200%206.12%200a3.06%202.43%200%201%200-6.12%200%22%2F%3E%3Cpath%20fill%3D%22%2387898c%22%20d%3D%22M29%207.63c0%201.08-2.24%202-5%202s-5-.88-5-2s2.24-2%205-2s5%20.91%205%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/streamline-emojis/pool-8-ball.svg?color=%231a73e8&size=48