crystal ball emoji
crystal-ball from OpenMoji by OpenMoji · Default · Activities · CC-BY-SA-4.0 Attribution required.
- Name
- crystal-ball
- Set
- OpenMoji
- Style
- Default
- Category
- Activities
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More activities icons from OpenMoji
Use the crystal ball emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#3f3f3f" d="m50.1 55.5l-2.8-2.8c-.2-.2-.5-.3-.8-.3l-23.4-1.9c-.3 0-1.5 1.3-1.7 1.5l-2.5 2.4"/><path fill="#3f3f3f" d="m19.9 53.4l-5.7 5.3c-.7.7.5 2.6 1.5 2.6h39.5c1 0 1.5-1.2.8-1.9l-8.6-8.2"/><circle cx="36" cy="32.8" r="22.2" fill="#b399c8"/><path fill="#8967aa" d="M58.2 33c0 12.3-9.7 22.1-22 22.1c11.6-8 14.8-16.8 14.4-24.5c0-.3 0-.5-.1-.8c-.2-1.7-.5-3.4-1.1-5c-.1-.2-.1-.4-.2-.6c-.7-2-1.7-3.8-2.7-5.4c-.2-.3-.3-.5-.5-.7c-.6-.9-1.3-1.8-2.1-2.5c-.2-.2-.3-.4-.5-.5l-.6-.6c-.2-.2-.4-.3-.6-.5l-.3-.3c-.2-.2-.4-.3-.5-.4c-.8-.6-1.7-1.2-2.5-1.6c-.1-.1-.3-.1-.4-.2c-.3-.1-.7-.3-1-.4c-.2-.1-.4-.1-.5-.1h-.6h.1c12.1.1 21.7 9.9 21.7 22"/><path fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M19.4 30.7c.1-.5.2-1.1.3-1.6m1.7-4.5c1.5-2.7 3.6-4.9 6.2-6.4"/><path d="M48.7 50.8c.1 0 .2.1.3.2l2.8 2.8l2.1 2.1l2.8 2.8c.7.7-.5 2.6-1.5 2.6h-13v-7.2"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"><circle cx="36" cy="32.8" r="22.2" stroke-linejoin="round"/><circle cx="36" cy="32.8" r="22.2" stroke-linejoin="round"/><path d="m18 56.6l-3 2.8c-.7.7-.3 1.9.8 1.9h39.5c1 0 1.5-1.2.8-1.9l-2.8-2.8"/><path stroke-linejoin="round" d="m53.2 56.6l2.8 2.8c.7.7.2 1.9-.8 1.9"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiCrystalBall(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#3f3f3f" d="m50.1 55.5l-2.8-2.8c-.2-.2-.5-.3-.8-.3l-23.4-1.9c-.3 0-1.5 1.3-1.7 1.5l-2.5 2.4"/><path fill="#3f3f3f" d="m19.9 53.4l-5.7 5.3c-.7.7.5 2.6 1.5 2.6h39.5c1 0 1.5-1.2.8-1.9l-8.6-8.2"/><circle cx="36" cy="32.8" r="22.2" fill="#b399c8"/><path fill="#8967aa" d="M58.2 33c0 12.3-9.7 22.1-22 22.1c11.6-8 14.8-16.8 14.4-24.5c0-.3 0-.5-.1-.8c-.2-1.7-.5-3.4-1.1-5c-.1-.2-.1-.4-.2-.6c-.7-2-1.7-3.8-2.7-5.4c-.2-.3-.3-.5-.5-.7c-.6-.9-1.3-1.8-2.1-2.5c-.2-.2-.3-.4-.5-.5l-.6-.6c-.2-.2-.4-.3-.6-.5l-.3-.3c-.2-.2-.4-.3-.5-.4c-.8-.6-1.7-1.2-2.5-1.6c-.1-.1-.3-.1-.4-.2c-.3-.1-.7-.3-1-.4c-.2-.1-.4-.1-.5-.1h-.6h.1c12.1.1 21.7 9.9 21.7 22"/><path fill="none" stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M19.4 30.7c.1-.5.2-1.1.3-1.6m1.7-4.5c1.5-2.7 3.6-4.9 6.2-6.4"/><path d="M48.7 50.8c.1 0 .2.1.3.2l2.8 2.8l2.1 2.1l2.8 2.8c.7.7-.5 2.6-1.5 2.6h-13v-7.2"/><g fill="none" stroke="#000" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="2"><circle cx="36" cy="32.8" r="22.2" strokeLinejoin="round"/><circle cx="36" cy="32.8" r="22.2" strokeLinejoin="round"/><path d="m18 56.6l-3 2.8c-.7.7-.3 1.9.8 1.9h39.5c1 0 1.5-1.2.8-1.9l-2.8-2.8"/><path strokeLinejoin="round" d="m53.2 56.6l2.8 2.8c.7.7.2 1.9-.8 1.9"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#3f3f3f" d="m50.1 55.5l-2.8-2.8c-.2-.2-.5-.3-.8-.3l-23.4-1.9c-.3 0-1.5 1.3-1.7 1.5l-2.5 2.4"/><path fill="#3f3f3f" d="m19.9 53.4l-5.7 5.3c-.7.7.5 2.6 1.5 2.6h39.5c1 0 1.5-1.2.8-1.9l-8.6-8.2"/><circle cx="36" cy="32.8" r="22.2" fill="#b399c8"/><path fill="#8967aa" d="M58.2 33c0 12.3-9.7 22.1-22 22.1c11.6-8 14.8-16.8 14.4-24.5c0-.3 0-.5-.1-.8c-.2-1.7-.5-3.4-1.1-5c-.1-.2-.1-.4-.2-.6c-.7-2-1.7-3.8-2.7-5.4c-.2-.3-.3-.5-.5-.7c-.6-.9-1.3-1.8-2.1-2.5c-.2-.2-.3-.4-.5-.5l-.6-.6c-.2-.2-.4-.3-.6-.5l-.3-.3c-.2-.2-.4-.3-.5-.4c-.8-.6-1.7-1.2-2.5-1.6c-.1-.1-.3-.1-.4-.2c-.3-.1-.7-.3-1-.4c-.2-.1-.4-.1-.5-.1h-.6h.1c12.1.1 21.7 9.9 21.7 22"/><path fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M19.4 30.7c.1-.5.2-1.1.3-1.6m1.7-4.5c1.5-2.7 3.6-4.9 6.2-6.4"/><path d="M48.7 50.8c.1 0 .2.1.3.2l2.8 2.8l2.1 2.1l2.8 2.8c.7.7-.5 2.6-1.5 2.6h-13v-7.2"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"><circle cx="36" cy="32.8" r="22.2" stroke-linejoin="round"/><circle cx="36" cy="32.8" r="22.2" stroke-linejoin="round"/><path d="m18 56.6l-3 2.8c-.7.7-.3 1.9.8 1.9h39.5c1 0 1.5-1.2.8-1.9l-2.8-2.8"/><path stroke-linejoin="round" d="m53.2 56.6l2.8 2.8c.7.7.2 1.9-.8 1.9"/></g></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%2072%2072%22%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22m50.1%2055.5l-2.8-2.8c-.2-.2-.5-.3-.8-.3l-23.4-1.9c-.3%200-1.5%201.3-1.7%201.5l-2.5%202.4%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22m19.9%2053.4l-5.7%205.3c-.7.7.5%202.6%201.5%202.6h39.5c1%200%201.5-1.2.8-1.9l-8.6-8.2%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2232.8%22%20r%3D%2222.2%22%20fill%3D%22%23b399c8%22%2F%3E%3Cpath%20fill%3D%22%238967aa%22%20d%3D%22M58.2%2033c0%2012.3-9.7%2022.1-22%2022.1c11.6-8%2014.8-16.8%2014.4-24.5c0-.3%200-.5-.1-.8c-.2-1.7-.5-3.4-1.1-5c-.1-.2-.1-.4-.2-.6c-.7-2-1.7-3.8-2.7-5.4c-.2-.3-.3-.5-.5-.7c-.6-.9-1.3-1.8-2.1-2.5c-.2-.2-.3-.4-.5-.5l-.6-.6c-.2-.2-.4-.3-.6-.5l-.3-.3c-.2-.2-.4-.3-.5-.4c-.8-.6-1.7-1.2-2.5-1.6c-.1-.1-.3-.1-.4-.2c-.3-.1-.7-.3-1-.4c-.2-.1-.4-.1-.5-.1h-.6h.1c12.1.1%2021.7%209.9%2021.7%2022%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M19.4%2030.7c.1-.5.2-1.1.3-1.6m1.7-4.5c1.5-2.7%203.6-4.9%206.2-6.4%22%2F%3E%3Cpath%20d%3D%22M48.7%2050.8c.1%200%20.2.1.3.2l2.8%202.8l2.1%202.1l2.8%202.8c.7.7-.5%202.6-1.5%202.6h-13v-7.2%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2232.8%22%20r%3D%2222.2%22%20stroke-linejoin%3D%22round%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2232.8%22%20r%3D%2222.2%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22m18%2056.6l-3%202.8c-.7.7-.3%201.9.8%201.9h39.5c1%200%201.5-1.2.8-1.9l-2.8-2.8%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m53.2%2056.6l2.8%202.8c.7.7.2%201.9-.8%201.9%22%2F%3E%3C%2Fg%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%2072%2072%22%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22m50.1%2055.5l-2.8-2.8c-.2-.2-.5-.3-.8-.3l-23.4-1.9c-.3%200-1.5%201.3-1.7%201.5l-2.5%202.4%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22m19.9%2053.4l-5.7%205.3c-.7.7.5%202.6%201.5%202.6h39.5c1%200%201.5-1.2.8-1.9l-8.6-8.2%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2232.8%22%20r%3D%2222.2%22%20fill%3D%22%23b399c8%22%2F%3E%3Cpath%20fill%3D%22%238967aa%22%20d%3D%22M58.2%2033c0%2012.3-9.7%2022.1-22%2022.1c11.6-8%2014.8-16.8%2014.4-24.5c0-.3%200-.5-.1-.8c-.2-1.7-.5-3.4-1.1-5c-.1-.2-.1-.4-.2-.6c-.7-2-1.7-3.8-2.7-5.4c-.2-.3-.3-.5-.5-.7c-.6-.9-1.3-1.8-2.1-2.5c-.2-.2-.3-.4-.5-.5l-.6-.6c-.2-.2-.4-.3-.6-.5l-.3-.3c-.2-.2-.4-.3-.5-.4c-.8-.6-1.7-1.2-2.5-1.6c-.1-.1-.3-.1-.4-.2c-.3-.1-.7-.3-1-.4c-.2-.1-.4-.1-.5-.1h-.6h.1c12.1.1%2021.7%209.9%2021.7%2022%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M19.4%2030.7c.1-.5.2-1.1.3-1.6m1.7-4.5c1.5-2.7%203.6-4.9%206.2-6.4%22%2F%3E%3Cpath%20d%3D%22M48.7%2050.8c.1%200%20.2.1.3.2l2.8%202.8l2.1%202.1l2.8%202.8c.7.7-.5%202.6-1.5%202.6h-13v-7.2%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2232.8%22%20r%3D%2222.2%22%20stroke-linejoin%3D%22round%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2232.8%22%20r%3D%2222.2%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22m18%2056.6l-3%202.8c-.7.7-.3%201.9.8%201.9h39.5c1%200%201.5-1.2.8-1.9l-2.8-2.8%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m53.2%2056.6l2.8%202.8c.7.7.2%201.9-.8%201.9%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/crystal-ball.svg?color=%231a73e8&size=48