pool 8 ball emoji
pool-8-ball from Noto Emoji by Google Inc · Default · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- pool-8-ball
- Set
- Noto Emoji
- Style
- Default
- Category
- Activities
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More activities icons from Noto Emoji
Use the pool 8 ball emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#403d3e" d="M111.6 103.54c10.26-12.13 19.02-33.92 9.97-58.94c-4.41-12.18-9.39-18.98-15.19-23.3c-3.53-2.63-17.63-9.25-36.3-6.36c-13.65 2.12-31.88 10.73-43.73 24.74C14.86 53.29 5.99 64.04 5.58 74.48c-.53 13.43 9.59 24.97 10.82 26.84c2.19 3.32 17.13 22.3 45.2 23.27c24.78.85 40.92-10.31 50-21.05"/><path fill="#5e6367" d="M28.43 13.9C15.5 23.13.97 42.01 3.58 68.49c1.27 12.89 4.44 20.71 8.99 26.32c2.77 3.42 14.79 13.59 33.62 15.09c18.98 1.51 33.41-2.74 48.48-13.22c30.63-21.31 26.12-53.53 24.81-57.28S108.36 13.57 81.39 5.72c-23.8-6.92-41.52 0-52.96 8.18"/><path fill="#fff" d="M51.15 15.69c-14.21-.51-27.79 10.62-29.1 24.36c-1.31 13.73 7.19 24.19 20.43 26.32c13.24 2.12 28.55-5.92 31.63-22.76c3.18-17.35-9.39-27.43-22.96-27.92"/><path fill="#303030" d="M55.54 39.21s3.42-.71 4.1-5.75c.67-4.96-1.79-9.19-7.53-10.71c-6.24-1.65-10.47 1.78-11.57 5.39c-1.53 5.02.73 7.41.73 7.41s-6.12 1.47-6.61 8.69c-.46 6.81 4.19 10.47 8.86 11.59c5.77 1.39 12.31-.19 13.91-7.55c1.33-6.06-1.89-9.07-1.89-9.07"/><path fill="#fff" d="M45.92 30.03c-.55 2.07.55 4.07 2.71 4.62c2.33.59 4.45-.18 5.02-2.56c.5-2.11-.5-3.97-2.96-4.57c-2.02-.5-4.17.25-4.77 2.51m1.76 10.29c-2.62-.81-6.08.2-6.63 3.72s1.56 5.32 4.32 5.82s5.37-.95 5.88-3.77c.5-2.81-.96-4.97-3.57-5.77"/></svg>
React
import type { SVGProps } from "react";
export function NotoPool8Ball(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#403d3e" d="M111.6 103.54c10.26-12.13 19.02-33.92 9.97-58.94c-4.41-12.18-9.39-18.98-15.19-23.3c-3.53-2.63-17.63-9.25-36.3-6.36c-13.65 2.12-31.88 10.73-43.73 24.74C14.86 53.29 5.99 64.04 5.58 74.48c-.53 13.43 9.59 24.97 10.82 26.84c2.19 3.32 17.13 22.3 45.2 23.27c24.78.85 40.92-10.31 50-21.05"/><path fill="#5e6367" d="M28.43 13.9C15.5 23.13.97 42.01 3.58 68.49c1.27 12.89 4.44 20.71 8.99 26.32c2.77 3.42 14.79 13.59 33.62 15.09c18.98 1.51 33.41-2.74 48.48-13.22c30.63-21.31 26.12-53.53 24.81-57.28S108.36 13.57 81.39 5.72c-23.8-6.92-41.52 0-52.96 8.18"/><path fill="#fff" d="M51.15 15.69c-14.21-.51-27.79 10.62-29.1 24.36c-1.31 13.73 7.19 24.19 20.43 26.32c13.24 2.12 28.55-5.92 31.63-22.76c3.18-17.35-9.39-27.43-22.96-27.92"/><path fill="#303030" d="M55.54 39.21s3.42-.71 4.1-5.75c.67-4.96-1.79-9.19-7.53-10.71c-6.24-1.65-10.47 1.78-11.57 5.39c-1.53 5.02.73 7.41.73 7.41s-6.12 1.47-6.61 8.69c-.46 6.81 4.19 10.47 8.86 11.59c5.77 1.39 12.31-.19 13.91-7.55c1.33-6.06-1.89-9.07-1.89-9.07"/><path fill="#fff" d="M45.92 30.03c-.55 2.07.55 4.07 2.71 4.62c2.33.59 4.45-.18 5.02-2.56c.5-2.11-.5-3.97-2.96-4.57c-2.02-.5-4.17.25-4.77 2.51m1.76 10.29c-2.62-.81-6.08.2-6.63 3.72s1.56 5.32 4.32 5.82s5.37-.95 5.88-3.77c.5-2.81-.96-4.97-3.57-5.77"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#403d3e" d="M111.6 103.54c10.26-12.13 19.02-33.92 9.97-58.94c-4.41-12.18-9.39-18.98-15.19-23.3c-3.53-2.63-17.63-9.25-36.3-6.36c-13.65 2.12-31.88 10.73-43.73 24.74C14.86 53.29 5.99 64.04 5.58 74.48c-.53 13.43 9.59 24.97 10.82 26.84c2.19 3.32 17.13 22.3 45.2 23.27c24.78.85 40.92-10.31 50-21.05"/><path fill="#5e6367" d="M28.43 13.9C15.5 23.13.97 42.01 3.58 68.49c1.27 12.89 4.44 20.71 8.99 26.32c2.77 3.42 14.79 13.59 33.62 15.09c18.98 1.51 33.41-2.74 48.48-13.22c30.63-21.31 26.12-53.53 24.81-57.28S108.36 13.57 81.39 5.72c-23.8-6.92-41.52 0-52.96 8.18"/><path fill="#fff" d="M51.15 15.69c-14.21-.51-27.79 10.62-29.1 24.36c-1.31 13.73 7.19 24.19 20.43 26.32c13.24 2.12 28.55-5.92 31.63-22.76c3.18-17.35-9.39-27.43-22.96-27.92"/><path fill="#303030" d="M55.54 39.21s3.42-.71 4.1-5.75c.67-4.96-1.79-9.19-7.53-10.71c-6.24-1.65-10.47 1.78-11.57 5.39c-1.53 5.02.73 7.41.73 7.41s-6.12 1.47-6.61 8.69c-.46 6.81 4.19 10.47 8.86 11.59c5.77 1.39 12.31-.19 13.91-7.55c1.33-6.06-1.89-9.07-1.89-9.07"/><path fill="#fff" d="M45.92 30.03c-.55 2.07.55 4.07 2.71 4.62c2.33.59 4.45-.18 5.02-2.56c.5-2.11-.5-3.97-2.96-4.57c-2.02-.5-4.17.25-4.77 2.51m1.76 10.29c-2.62-.81-6.08.2-6.63 3.72s1.56 5.32 4.32 5.82s5.37-.95 5.88-3.77c.5-2.81-.96-4.97-3.57-5.77"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%23403d3e%22%20d%3D%22M111.6%20103.54c10.26-12.13%2019.02-33.92%209.97-58.94c-4.41-12.18-9.39-18.98-15.19-23.3c-3.53-2.63-17.63-9.25-36.3-6.36c-13.65%202.12-31.88%2010.73-43.73%2024.74C14.86%2053.29%205.99%2064.04%205.58%2074.48c-.53%2013.43%209.59%2024.97%2010.82%2026.84c2.19%203.32%2017.13%2022.3%2045.2%2023.27c24.78.85%2040.92-10.31%2050-21.05%22%2F%3E%3Cpath%20fill%3D%22%235e6367%22%20d%3D%22M28.43%2013.9C15.5%2023.13.97%2042.01%203.58%2068.49c1.27%2012.89%204.44%2020.71%208.99%2026.32c2.77%203.42%2014.79%2013.59%2033.62%2015.09c18.98%201.51%2033.41-2.74%2048.48-13.22c30.63-21.31%2026.12-53.53%2024.81-57.28S108.36%2013.57%2081.39%205.72c-23.8-6.92-41.52%200-52.96%208.18%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M51.15%2015.69c-14.21-.51-27.79%2010.62-29.1%2024.36c-1.31%2013.73%207.19%2024.19%2020.43%2026.32c13.24%202.12%2028.55-5.92%2031.63-22.76c3.18-17.35-9.39-27.43-22.96-27.92%22%2F%3E%3Cpath%20fill%3D%22%23303030%22%20d%3D%22M55.54%2039.21s3.42-.71%204.1-5.75c.67-4.96-1.79-9.19-7.53-10.71c-6.24-1.65-10.47%201.78-11.57%205.39c-1.53%205.02.73%207.41.73%207.41s-6.12%201.47-6.61%208.69c-.46%206.81%204.19%2010.47%208.86%2011.59c5.77%201.39%2012.31-.19%2013.91-7.55c1.33-6.06-1.89-9.07-1.89-9.07%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M45.92%2030.03c-.55%202.07.55%204.07%202.71%204.62c2.33.59%204.45-.18%205.02-2.56c.5-2.11-.5-3.97-2.96-4.57c-2.02-.5-4.17.25-4.77%202.51m1.76%2010.29c-2.62-.81-6.08.2-6.63%203.72s1.56%205.32%204.32%205.82s5.37-.95%205.88-3.77c.5-2.81-.96-4.97-3.57-5.77%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23403d3e%22%20d%3D%22M111.6%20103.54c10.26-12.13%2019.02-33.92%209.97-58.94c-4.41-12.18-9.39-18.98-15.19-23.3c-3.53-2.63-17.63-9.25-36.3-6.36c-13.65%202.12-31.88%2010.73-43.73%2024.74C14.86%2053.29%205.99%2064.04%205.58%2074.48c-.53%2013.43%209.59%2024.97%2010.82%2026.84c2.19%203.32%2017.13%2022.3%2045.2%2023.27c24.78.85%2040.92-10.31%2050-21.05%22%2F%3E%3Cpath%20fill%3D%22%235e6367%22%20d%3D%22M28.43%2013.9C15.5%2023.13.97%2042.01%203.58%2068.49c1.27%2012.89%204.44%2020.71%208.99%2026.32c2.77%203.42%2014.79%2013.59%2033.62%2015.09c18.98%201.51%2033.41-2.74%2048.48-13.22c30.63-21.31%2026.12-53.53%2024.81-57.28S108.36%2013.57%2081.39%205.72c-23.8-6.92-41.52%200-52.96%208.18%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M51.15%2015.69c-14.21-.51-27.79%2010.62-29.1%2024.36c-1.31%2013.73%207.19%2024.19%2020.43%2026.32c13.24%202.12%2028.55-5.92%2031.63-22.76c3.18-17.35-9.39-27.43-22.96-27.92%22%2F%3E%3Cpath%20fill%3D%22%23303030%22%20d%3D%22M55.54%2039.21s3.42-.71%204.1-5.75c.67-4.96-1.79-9.19-7.53-10.71c-6.24-1.65-10.47%201.78-11.57%205.39c-1.53%205.02.73%207.41.73%207.41s-6.12%201.47-6.61%208.69c-.46%206.81%204.19%2010.47%208.86%2011.59c5.77%201.39%2012.31-.19%2013.91-7.55c1.33-6.06-1.89-9.07-1.89-9.07%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M45.92%2030.03c-.55%202.07.55%204.07%202.71%204.62c2.33.59%204.45-.18%205.02-2.56c.5-2.11-.5-3.97-2.96-4.57c-2.02-.5-4.17.25-4.77%202.51m1.76%2010.29c-2.62-.81-6.08.2-6.63%203.72s1.56%205.32%204.32%205.82s5.37-.95%205.88-3.77c.5-2.81-.96-4.97-3.57-5.77%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/pool-8-ball.svg?color=%231a73e8&size=48