crystal ball emoji
crystal-ball from Emoji One (Colored) by Emoji One · Default · Activities · CC-BY-4.0 Attribution required.
- Name
- crystal-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 crystal ball emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#94989b" d="M53.3 55.3c0-3.5 1.7-9.5-5.1-12.8H15.8c-6.8 3.2-5.1 9.3-5.1 12.8C10.7 57.9 6 57 6 60c0 2.3 3.2 2.2 4.4 1.7c3-1.1 4.9-3.8 5.5-4.6c.5-.7.2-.9.5-1.7s1.9.8 4-.1c3.1-1.3 1.1-3.9 3.4-3.9c1.4 0 4.4 1.2 8.2 1.2s6.8-1.2 8.2-1.2c2.3 0 .2 2.5 3.4 3.9c2.2.9 3.8-.7 4 .1c.3.8-.1.9.5 1.7c.6.9 2.5 3.5 5.5 4.6c1.3.5 4.4.6 4.4-1.7c0-3-4.7-2.1-4.7-4.7"/><path fill="#b0bdc6" d="M46.1 42.8c-3.9-1.3-24.3-1.3-28.2 0c-7.7 2.6-5.9 10.6-5.9 10.6s2.6-4.4 6.1-3.4c0 0-4.6 2.2-2.3 5c.6-2.6 2.6.2 4.6-1.1c2.2-1.5.2-4.7 4.1-3.7c5.5 1.6 9.6 1.6 15.2 0c3.8-1.1 1.9 2.1 4.1 3.7c2 1.4 4-1.4 4.6 1.1c2.3-2.9-2.3-5-2.3-5c3.5-1 6.1 3.4 6.1 3.4s1.6-8-6.1-10.6M9.9 58.3c0-1.2-4.7.8-2.4 2.5c2.4 1.7 7.2-2.7 4.7-2.7c-1.5 0-2.3 1.3-2.3.2m44.2 0c0-1.2 4.7.8 2.4 2.5s-7.2-2.7-4.7-2.7c1.5 0 2.3 1.3 2.3.2"/><circle cx="32" cy="25.8" r="23.8" fill="#8c13d4"/><path fill="#ae3ffd" d="M35.3 25.3C42.2 28.2 47.1 33.4 49 39c2.8-3.6 4.5-8.2 4.5-13.1C53.5 14 43.8 4.4 32 4.4S10.5 14 10.5 25.9q0 1.65.3 3.3c4.7-6.1 14.9-7.9 24.5-3.9"/><ellipse cx="32" cy="39.9" fill="#6c368e" rx="15.2" ry="9.7"/><path fill="#b371ec" d="M18.1 30.5c0-11.4 9.2-20.6 20.6-20.6c2.7 0 5.3.5 7.7 1.5C42.8 8.1 37.9 6 32.5 6C21.2 6 12 15.2 12 26.6c0 8.6 5.3 16 12.8 19.1c-4.1-3.8-6.7-9.2-6.7-15.2"/><path fill="#fff" d="M20.4 5.7c0 4.9-2.6 9.2-6.3 9.2c3.7 0 6.3 4.4 6.3 9.2c0-4.9 2.6-9.2 6.3-9.2c-3.6 0-6.3-4.3-6.3-9.2m-3.7 16.7c0 2.6-1.4 5-3.4 5c2 0 3.4 2.4 3.4 5c0-2.6 1.4-5 3.4-5c-1.9 0-3.4-2.4-3.4-5m9.1-3.7c0 2.3-1.2 4.3-3 4.3c1.7 0 3 2 3 4.3c0-2.3 1.2-4.3 3-4.3c-1.8.1-3-2-3-4.3"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneCrystalBall(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#94989b" d="M53.3 55.3c0-3.5 1.7-9.5-5.1-12.8H15.8c-6.8 3.2-5.1 9.3-5.1 12.8C10.7 57.9 6 57 6 60c0 2.3 3.2 2.2 4.4 1.7c3-1.1 4.9-3.8 5.5-4.6c.5-.7.2-.9.5-1.7s1.9.8 4-.1c3.1-1.3 1.1-3.9 3.4-3.9c1.4 0 4.4 1.2 8.2 1.2s6.8-1.2 8.2-1.2c2.3 0 .2 2.5 3.4 3.9c2.2.9 3.8-.7 4 .1c.3.8-.1.9.5 1.7c.6.9 2.5 3.5 5.5 4.6c1.3.5 4.4.6 4.4-1.7c0-3-4.7-2.1-4.7-4.7"/><path fill="#b0bdc6" d="M46.1 42.8c-3.9-1.3-24.3-1.3-28.2 0c-7.7 2.6-5.9 10.6-5.9 10.6s2.6-4.4 6.1-3.4c0 0-4.6 2.2-2.3 5c.6-2.6 2.6.2 4.6-1.1c2.2-1.5.2-4.7 4.1-3.7c5.5 1.6 9.6 1.6 15.2 0c3.8-1.1 1.9 2.1 4.1 3.7c2 1.4 4-1.4 4.6 1.1c2.3-2.9-2.3-5-2.3-5c3.5-1 6.1 3.4 6.1 3.4s1.6-8-6.1-10.6M9.9 58.3c0-1.2-4.7.8-2.4 2.5c2.4 1.7 7.2-2.7 4.7-2.7c-1.5 0-2.3 1.3-2.3.2m44.2 0c0-1.2 4.7.8 2.4 2.5s-7.2-2.7-4.7-2.7c1.5 0 2.3 1.3 2.3.2"/><circle cx="32" cy="25.8" r="23.8" fill="#8c13d4"/><path fill="#ae3ffd" d="M35.3 25.3C42.2 28.2 47.1 33.4 49 39c2.8-3.6 4.5-8.2 4.5-13.1C53.5 14 43.8 4.4 32 4.4S10.5 14 10.5 25.9q0 1.65.3 3.3c4.7-6.1 14.9-7.9 24.5-3.9"/><ellipse cx="32" cy="39.9" fill="#6c368e" rx="15.2" ry="9.7"/><path fill="#b371ec" d="M18.1 30.5c0-11.4 9.2-20.6 20.6-20.6c2.7 0 5.3.5 7.7 1.5C42.8 8.1 37.9 6 32.5 6C21.2 6 12 15.2 12 26.6c0 8.6 5.3 16 12.8 19.1c-4.1-3.8-6.7-9.2-6.7-15.2"/><path fill="#fff" d="M20.4 5.7c0 4.9-2.6 9.2-6.3 9.2c3.7 0 6.3 4.4 6.3 9.2c0-4.9 2.6-9.2 6.3-9.2c-3.6 0-6.3-4.3-6.3-9.2m-3.7 16.7c0 2.6-1.4 5-3.4 5c2 0 3.4 2.4 3.4 5c0-2.6 1.4-5 3.4-5c-1.9 0-3.4-2.4-3.4-5m9.1-3.7c0 2.3-1.2 4.3-3 4.3c1.7 0 3 2 3 4.3c0-2.3 1.2-4.3 3-4.3c-1.8.1-3-2-3-4.3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#94989b" d="M53.3 55.3c0-3.5 1.7-9.5-5.1-12.8H15.8c-6.8 3.2-5.1 9.3-5.1 12.8C10.7 57.9 6 57 6 60c0 2.3 3.2 2.2 4.4 1.7c3-1.1 4.9-3.8 5.5-4.6c.5-.7.2-.9.5-1.7s1.9.8 4-.1c3.1-1.3 1.1-3.9 3.4-3.9c1.4 0 4.4 1.2 8.2 1.2s6.8-1.2 8.2-1.2c2.3 0 .2 2.5 3.4 3.9c2.2.9 3.8-.7 4 .1c.3.8-.1.9.5 1.7c.6.9 2.5 3.5 5.5 4.6c1.3.5 4.4.6 4.4-1.7c0-3-4.7-2.1-4.7-4.7"/><path fill="#b0bdc6" d="M46.1 42.8c-3.9-1.3-24.3-1.3-28.2 0c-7.7 2.6-5.9 10.6-5.9 10.6s2.6-4.4 6.1-3.4c0 0-4.6 2.2-2.3 5c.6-2.6 2.6.2 4.6-1.1c2.2-1.5.2-4.7 4.1-3.7c5.5 1.6 9.6 1.6 15.2 0c3.8-1.1 1.9 2.1 4.1 3.7c2 1.4 4-1.4 4.6 1.1c2.3-2.9-2.3-5-2.3-5c3.5-1 6.1 3.4 6.1 3.4s1.6-8-6.1-10.6M9.9 58.3c0-1.2-4.7.8-2.4 2.5c2.4 1.7 7.2-2.7 4.7-2.7c-1.5 0-2.3 1.3-2.3.2m44.2 0c0-1.2 4.7.8 2.4 2.5s-7.2-2.7-4.7-2.7c1.5 0 2.3 1.3 2.3.2"/><circle cx="32" cy="25.8" r="23.8" fill="#8c13d4"/><path fill="#ae3ffd" d="M35.3 25.3C42.2 28.2 47.1 33.4 49 39c2.8-3.6 4.5-8.2 4.5-13.1C53.5 14 43.8 4.4 32 4.4S10.5 14 10.5 25.9q0 1.65.3 3.3c4.7-6.1 14.9-7.9 24.5-3.9"/><ellipse cx="32" cy="39.9" fill="#6c368e" rx="15.2" ry="9.7"/><path fill="#b371ec" d="M18.1 30.5c0-11.4 9.2-20.6 20.6-20.6c2.7 0 5.3.5 7.7 1.5C42.8 8.1 37.9 6 32.5 6C21.2 6 12 15.2 12 26.6c0 8.6 5.3 16 12.8 19.1c-4.1-3.8-6.7-9.2-6.7-15.2"/><path fill="#fff" d="M20.4 5.7c0 4.9-2.6 9.2-6.3 9.2c3.7 0 6.3 4.4 6.3 9.2c0-4.9 2.6-9.2 6.3-9.2c-3.6 0-6.3-4.3-6.3-9.2m-3.7 16.7c0 2.6-1.4 5-3.4 5c2 0 3.4 2.4 3.4 5c0-2.6 1.4-5 3.4-5c-1.9 0-3.4-2.4-3.4-5m9.1-3.7c0 2.3-1.2 4.3-3 4.3c1.7 0 3 2 3 4.3c0-2.3 1.2-4.3 3-4.3c-1.8.1-3-2-3-4.3"/></svg> </template>
CSS
.icon-crystal-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%3Cpath%20fill%3D%22%2394989b%22%20d%3D%22M53.3%2055.3c0-3.5%201.7-9.5-5.1-12.8H15.8c-6.8%203.2-5.1%209.3-5.1%2012.8C10.7%2057.9%206%2057%206%2060c0%202.3%203.2%202.2%204.4%201.7c3-1.1%204.9-3.8%205.5-4.6c.5-.7.2-.9.5-1.7s1.9.8%204-.1c3.1-1.3%201.1-3.9%203.4-3.9c1.4%200%204.4%201.2%208.2%201.2s6.8-1.2%208.2-1.2c2.3%200%20.2%202.5%203.4%203.9c2.2.9%203.8-.7%204%20.1c.3.8-.1.9.5%201.7c.6.9%202.5%203.5%205.5%204.6c1.3.5%204.4.6%204.4-1.7c0-3-4.7-2.1-4.7-4.7%22%2F%3E%3Cpath%20fill%3D%22%23b0bdc6%22%20d%3D%22M46.1%2042.8c-3.9-1.3-24.3-1.3-28.2%200c-7.7%202.6-5.9%2010.6-5.9%2010.6s2.6-4.4%206.1-3.4c0%200-4.6%202.2-2.3%205c.6-2.6%202.6.2%204.6-1.1c2.2-1.5.2-4.7%204.1-3.7c5.5%201.6%209.6%201.6%2015.2%200c3.8-1.1%201.9%202.1%204.1%203.7c2%201.4%204-1.4%204.6%201.1c2.3-2.9-2.3-5-2.3-5c3.5-1%206.1%203.4%206.1%203.4s1.6-8-6.1-10.6M9.9%2058.3c0-1.2-4.7.8-2.4%202.5c2.4%201.7%207.2-2.7%204.7-2.7c-1.5%200-2.3%201.3-2.3.2m44.2%200c0-1.2%204.7.8%202.4%202.5s-7.2-2.7-4.7-2.7c1.5%200%202.3%201.3%202.3.2%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2225.8%22%20r%3D%2223.8%22%20fill%3D%22%238c13d4%22%2F%3E%3Cpath%20fill%3D%22%23ae3ffd%22%20d%3D%22M35.3%2025.3C42.2%2028.2%2047.1%2033.4%2049%2039c2.8-3.6%204.5-8.2%204.5-13.1C53.5%2014%2043.8%204.4%2032%204.4S10.5%2014%2010.5%2025.9q0%201.65.3%203.3c4.7-6.1%2014.9-7.9%2024.5-3.9%22%2F%3E%3Cellipse%20cx%3D%2232%22%20cy%3D%2239.9%22%20fill%3D%22%236c368e%22%20rx%3D%2215.2%22%20ry%3D%229.7%22%2F%3E%3Cpath%20fill%3D%22%23b371ec%22%20d%3D%22M18.1%2030.5c0-11.4%209.2-20.6%2020.6-20.6c2.7%200%205.3.5%207.7%201.5C42.8%208.1%2037.9%206%2032.5%206C21.2%206%2012%2015.2%2012%2026.6c0%208.6%205.3%2016%2012.8%2019.1c-4.1-3.8-6.7-9.2-6.7-15.2%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.4%205.7c0%204.9-2.6%209.2-6.3%209.2c3.7%200%206.3%204.4%206.3%209.2c0-4.9%202.6-9.2%206.3-9.2c-3.6%200-6.3-4.3-6.3-9.2m-3.7%2016.7c0%202.6-1.4%205-3.4%205c2%200%203.4%202.4%203.4%205c0-2.6%201.4-5%203.4-5c-1.9%200-3.4-2.4-3.4-5m9.1-3.7c0%202.3-1.2%204.3-3%204.3c1.7%200%203%202%203%204.3c0-2.3%201.2-4.3%203-4.3c-1.8.1-3-2-3-4.3%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%3Cpath%20fill%3D%22%2394989b%22%20d%3D%22M53.3%2055.3c0-3.5%201.7-9.5-5.1-12.8H15.8c-6.8%203.2-5.1%209.3-5.1%2012.8C10.7%2057.9%206%2057%206%2060c0%202.3%203.2%202.2%204.4%201.7c3-1.1%204.9-3.8%205.5-4.6c.5-.7.2-.9.5-1.7s1.9.8%204-.1c3.1-1.3%201.1-3.9%203.4-3.9c1.4%200%204.4%201.2%208.2%201.2s6.8-1.2%208.2-1.2c2.3%200%20.2%202.5%203.4%203.9c2.2.9%203.8-.7%204%20.1c.3.8-.1.9.5%201.7c.6.9%202.5%203.5%205.5%204.6c1.3.5%204.4.6%204.4-1.7c0-3-4.7-2.1-4.7-4.7%22%2F%3E%3Cpath%20fill%3D%22%23b0bdc6%22%20d%3D%22M46.1%2042.8c-3.9-1.3-24.3-1.3-28.2%200c-7.7%202.6-5.9%2010.6-5.9%2010.6s2.6-4.4%206.1-3.4c0%200-4.6%202.2-2.3%205c.6-2.6%202.6.2%204.6-1.1c2.2-1.5.2-4.7%204.1-3.7c5.5%201.6%209.6%201.6%2015.2%200c3.8-1.1%201.9%202.1%204.1%203.7c2%201.4%204-1.4%204.6%201.1c2.3-2.9-2.3-5-2.3-5c3.5-1%206.1%203.4%206.1%203.4s1.6-8-6.1-10.6M9.9%2058.3c0-1.2-4.7.8-2.4%202.5c2.4%201.7%207.2-2.7%204.7-2.7c-1.5%200-2.3%201.3-2.3.2m44.2%200c0-1.2%204.7.8%202.4%202.5s-7.2-2.7-4.7-2.7c1.5%200%202.3%201.3%202.3.2%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2225.8%22%20r%3D%2223.8%22%20fill%3D%22%238c13d4%22%2F%3E%3Cpath%20fill%3D%22%23ae3ffd%22%20d%3D%22M35.3%2025.3C42.2%2028.2%2047.1%2033.4%2049%2039c2.8-3.6%204.5-8.2%204.5-13.1C53.5%2014%2043.8%204.4%2032%204.4S10.5%2014%2010.5%2025.9q0%201.65.3%203.3c4.7-6.1%2014.9-7.9%2024.5-3.9%22%2F%3E%3Cellipse%20cx%3D%2232%22%20cy%3D%2239.9%22%20fill%3D%22%236c368e%22%20rx%3D%2215.2%22%20ry%3D%229.7%22%2F%3E%3Cpath%20fill%3D%22%23b371ec%22%20d%3D%22M18.1%2030.5c0-11.4%209.2-20.6%2020.6-20.6c2.7%200%205.3.5%207.7%201.5C42.8%208.1%2037.9%206%2032.5%206C21.2%206%2012%2015.2%2012%2026.6c0%208.6%205.3%2016%2012.8%2019.1c-4.1-3.8-6.7-9.2-6.7-15.2%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.4%205.7c0%204.9-2.6%209.2-6.3%209.2c3.7%200%206.3%204.4%206.3%209.2c0-4.9%202.6-9.2%206.3-9.2c-3.6%200-6.3-4.3-6.3-9.2m-3.7%2016.7c0%202.6-1.4%205-3.4%205c2%200%203.4%202.4%203.4%205c0-2.6%201.4-5%203.4-5c-1.9%200-3.4-2.4-3.4-5m9.1-3.7c0%202.3-1.2%204.3-3%204.3c1.7%200%203%202%203%204.3c0-2.3%201.2-4.3%203-4.3c-1.8.1-3-2-3-4.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/crystal-ball.svg?color=%231a73e8&size=48