crystal ball emoji
crystal-ball from Twitter Emoji by Twitter · Default · Activities · CC-BY-4.0 Attribution required.
- Name
- crystal-ball
- Set
- Twitter Emoji
- Style
- Default
- Category
- Activities
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More activities icons from Twitter Emoji
Use the crystal ball emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#bf6952" d="m28.736 28.767l-21.458.076l-1.649 4.835a1.3 1.3 0 0 0-.073.582A2.04 2.04 0 0 0 7.573 36h20.894a2.04 2.04 0 0 0 2.017-1.74a1.26 1.26 0 0 0-.073-.582z"/><path fill="#854836" d="m28.736 28.767l-.19-.556a1.46 1.46 0 0 0-1.389-1.001H8.883c-.63 0-1.19.403-1.389 1.001l-.216.632a17.03 17.03 0 0 0 10.678 3.754c4.088 0 7.837-1.438 10.78-3.83"/><circle cx="17.956" cy="15.488" r="15.288" fill="#aa8dd8"/><circle cx="23.266" cy="12.37" r="4.195" fill="#744eaa"/><circle cx="14.875" cy="18.662" r="3.146" fill="#744eaa"/><circle cx="15.924" cy="5.028" r="2.098" fill="#744eaa"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiCrystalBall(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#bf6952" d="m28.736 28.767l-21.458.076l-1.649 4.835a1.3 1.3 0 0 0-.073.582A2.04 2.04 0 0 0 7.573 36h20.894a2.04 2.04 0 0 0 2.017-1.74a1.26 1.26 0 0 0-.073-.582z"/><path fill="#854836" d="m28.736 28.767l-.19-.556a1.46 1.46 0 0 0-1.389-1.001H8.883c-.63 0-1.19.403-1.389 1.001l-.216.632a17.03 17.03 0 0 0 10.678 3.754c4.088 0 7.837-1.438 10.78-3.83"/><circle cx="17.956" cy="15.488" r="15.288" fill="#aa8dd8"/><circle cx="23.266" cy="12.37" r="4.195" fill="#744eaa"/><circle cx="14.875" cy="18.662" r="3.146" fill="#744eaa"/><circle cx="15.924" cy="5.028" r="2.098" fill="#744eaa"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#bf6952" d="m28.736 28.767l-21.458.076l-1.649 4.835a1.3 1.3 0 0 0-.073.582A2.04 2.04 0 0 0 7.573 36h20.894a2.04 2.04 0 0 0 2.017-1.74a1.26 1.26 0 0 0-.073-.582z"/><path fill="#854836" d="m28.736 28.767l-.19-.556a1.46 1.46 0 0 0-1.389-1.001H8.883c-.63 0-1.19.403-1.389 1.001l-.216.632a17.03 17.03 0 0 0 10.678 3.754c4.088 0 7.837-1.438 10.78-3.83"/><circle cx="17.956" cy="15.488" r="15.288" fill="#aa8dd8"/><circle cx="23.266" cy="12.37" r="4.195" fill="#744eaa"/><circle cx="14.875" cy="18.662" r="3.146" fill="#744eaa"/><circle cx="15.924" cy="5.028" r="2.098" fill="#744eaa"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%23bf6952%22%20d%3D%22m28.736%2028.767l-21.458.076l-1.649%204.835a1.3%201.3%200%200%200-.073.582A2.04%202.04%200%200%200%207.573%2036h20.894a2.04%202.04%200%200%200%202.017-1.74a1.26%201.26%200%200%200-.073-.582z%22%2F%3E%3Cpath%20fill%3D%22%23854836%22%20d%3D%22m28.736%2028.767l-.19-.556a1.46%201.46%200%200%200-1.389-1.001H8.883c-.63%200-1.19.403-1.389%201.001l-.216.632a17.03%2017.03%200%200%200%2010.678%203.754c4.088%200%207.837-1.438%2010.78-3.83%22%2F%3E%3Ccircle%20cx%3D%2217.956%22%20cy%3D%2215.488%22%20r%3D%2215.288%22%20fill%3D%22%23aa8dd8%22%2F%3E%3Ccircle%20cx%3D%2223.266%22%20cy%3D%2212.37%22%20r%3D%224.195%22%20fill%3D%22%23744eaa%22%2F%3E%3Ccircle%20cx%3D%2214.875%22%20cy%3D%2218.662%22%20r%3D%223.146%22%20fill%3D%22%23744eaa%22%2F%3E%3Ccircle%20cx%3D%2215.924%22%20cy%3D%225.028%22%20r%3D%222.098%22%20fill%3D%22%23744eaa%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23bf6952%22%20d%3D%22m28.736%2028.767l-21.458.076l-1.649%204.835a1.3%201.3%200%200%200-.073.582A2.04%202.04%200%200%200%207.573%2036h20.894a2.04%202.04%200%200%200%202.017-1.74a1.26%201.26%200%200%200-.073-.582z%22%2F%3E%3Cpath%20fill%3D%22%23854836%22%20d%3D%22m28.736%2028.767l-.19-.556a1.46%201.46%200%200%200-1.389-1.001H8.883c-.63%200-1.19.403-1.389%201.001l-.216.632a17.03%2017.03%200%200%200%2010.678%203.754c4.088%200%207.837-1.438%2010.78-3.83%22%2F%3E%3Ccircle%20cx%3D%2217.956%22%20cy%3D%2215.488%22%20r%3D%2215.288%22%20fill%3D%22%23aa8dd8%22%2F%3E%3Ccircle%20cx%3D%2223.266%22%20cy%3D%2212.37%22%20r%3D%224.195%22%20fill%3D%22%23744eaa%22%2F%3E%3Ccircle%20cx%3D%2214.875%22%20cy%3D%2218.662%22%20r%3D%223.146%22%20fill%3D%22%23744eaa%22%2F%3E%3Ccircle%20cx%3D%2215.924%22%20cy%3D%225.028%22%20r%3D%222.098%22%20fill%3D%22%23744eaa%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/crystal-ball.svg?color=%231a73e8&size=48