crystal ball emoji
crystal-ball from Fluent Emoji Flat by Microsoft Corporation · Default · Activities · MIT Free for personal and commercial use.
- Name
- crystal-ball
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Activities
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More activities icons from Fluent Emoji Flat
Use the crystal ball emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#533566" d="M16 27c6.627 0 12-5.373 12-12S22.627 3 16 3S4 8.373 4 15s5.373 12 12 12"/><path fill="#b4acbc" d="M24 24H8l-.921 4.18c-.333.897.433 1.82 1.512 1.82h14.822c1.078 0 1.834-.923 1.512-1.82z"/><path fill="#fcd53f" d="M14.205 6.264a.5.5 0 0 1-.26-.261l-.38-.897a.19.19 0 0 0-.34 0l-.38.897a.48.48 0 0 1-.26.261l-.48.222a.192.192 0 0 0 0 .343l.48.221c.12.05.21.152.26.262l.38.897a.19.19 0 0 0 .34 0l.38-.897a.48.48 0 0 1 .26-.262l.48-.221a.192.192 0 0 0 0-.343zm9.915 4.54a.73.73 0 0 1-.36-.373l-.54-1.28a.274.274 0 0 0-.49 0l-.54 1.28a.73.73 0 0 1-.36.373l-.68.312c-.2.1-.2.393 0 .494l.68.312c.16.07.29.211.36.373l.54 1.28c.1.2.39.2.49 0l.54-1.28a.72.72 0 0 1 .36-.373l.68-.312c.2-.101.2-.393 0-.494zM12.586 14.03c.139.352.398.636.73.792l1.379.655c.407.215.407.83 0 1.046l-1.378.655c-.324.156-.592.44-.73.792l-1.092 2.707a.54.54 0 0 1-.99 0L9.414 17.97a1.46 1.46 0 0 0-.73-.792l-1.379-.655c-.407-.215-.407-.83 0-1.046l1.378-.655c.324-.156.592-.44.73-.792l1.092-2.707a.54.54 0 0 1 .99 0z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatCrystalBall(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#533566" d="M16 27c6.627 0 12-5.373 12-12S22.627 3 16 3S4 8.373 4 15s5.373 12 12 12"/><path fill="#b4acbc" d="M24 24H8l-.921 4.18c-.333.897.433 1.82 1.512 1.82h14.822c1.078 0 1.834-.923 1.512-1.82z"/><path fill="#fcd53f" d="M14.205 6.264a.5.5 0 0 1-.26-.261l-.38-.897a.19.19 0 0 0-.34 0l-.38.897a.48.48 0 0 1-.26.261l-.48.222a.192.192 0 0 0 0 .343l.48.221c.12.05.21.152.26.262l.38.897a.19.19 0 0 0 .34 0l.38-.897a.48.48 0 0 1 .26-.262l.48-.221a.192.192 0 0 0 0-.343zm9.915 4.54a.73.73 0 0 1-.36-.373l-.54-1.28a.274.274 0 0 0-.49 0l-.54 1.28a.73.73 0 0 1-.36.373l-.68.312c-.2.1-.2.393 0 .494l.68.312c.16.07.29.211.36.373l.54 1.28c.1.2.39.2.49 0l.54-1.28a.72.72 0 0 1 .36-.373l.68-.312c.2-.101.2-.393 0-.494zM12.586 14.03c.139.352.398.636.73.792l1.379.655c.407.215.407.83 0 1.046l-1.378.655c-.324.156-.592.44-.73.792l-1.092 2.707a.54.54 0 0 1-.99 0L9.414 17.97a1.46 1.46 0 0 0-.73-.792l-1.379-.655c-.407-.215-.407-.83 0-1.046l1.378-.655c.324-.156.592-.44.73-.792l1.092-2.707a.54.54 0 0 1 .99 0z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#533566" d="M16 27c6.627 0 12-5.373 12-12S22.627 3 16 3S4 8.373 4 15s5.373 12 12 12"/><path fill="#b4acbc" d="M24 24H8l-.921 4.18c-.333.897.433 1.82 1.512 1.82h14.822c1.078 0 1.834-.923 1.512-1.82z"/><path fill="#fcd53f" d="M14.205 6.264a.5.5 0 0 1-.26-.261l-.38-.897a.19.19 0 0 0-.34 0l-.38.897a.48.48 0 0 1-.26.261l-.48.222a.192.192 0 0 0 0 .343l.48.221c.12.05.21.152.26.262l.38.897a.19.19 0 0 0 .34 0l.38-.897a.48.48 0 0 1 .26-.262l.48-.221a.192.192 0 0 0 0-.343zm9.915 4.54a.73.73 0 0 1-.36-.373l-.54-1.28a.274.274 0 0 0-.49 0l-.54 1.28a.73.73 0 0 1-.36.373l-.68.312c-.2.1-.2.393 0 .494l.68.312c.16.07.29.211.36.373l.54 1.28c.1.2.39.2.49 0l.54-1.28a.72.72 0 0 1 .36-.373l.68-.312c.2-.101.2-.393 0-.494zM12.586 14.03c.139.352.398.636.73.792l1.379.655c.407.215.407.83 0 1.046l-1.378.655c-.324.156-.592.44-.73.792l-1.092 2.707a.54.54 0 0 1-.99 0L9.414 17.97a1.46 1.46 0 0 0-.73-.792l-1.379-.655c-.407-.215-.407-.83 0-1.046l1.378-.655c.324-.156.592-.44.73-.792l1.092-2.707a.54.54 0 0 1 .99 0z"/></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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23533566%22%20d%3D%22M16%2027c6.627%200%2012-5.373%2012-12S22.627%203%2016%203S4%208.373%204%2015s5.373%2012%2012%2012%22%2F%3E%3Cpath%20fill%3D%22%23b4acbc%22%20d%3D%22M24%2024H8l-.921%204.18c-.333.897.433%201.82%201.512%201.82h14.822c1.078%200%201.834-.923%201.512-1.82z%22%2F%3E%3Cpath%20fill%3D%22%23fcd53f%22%20d%3D%22M14.205%206.264a.5.5%200%200%201-.26-.261l-.38-.897a.19.19%200%200%200-.34%200l-.38.897a.48.48%200%200%201-.26.261l-.48.222a.192.192%200%200%200%200%20.343l.48.221c.12.05.21.152.26.262l.38.897a.19.19%200%200%200%20.34%200l.38-.897a.48.48%200%200%201%20.26-.262l.48-.221a.192.192%200%200%200%200-.343zm9.915%204.54a.73.73%200%200%201-.36-.373l-.54-1.28a.274.274%200%200%200-.49%200l-.54%201.28a.73.73%200%200%201-.36.373l-.68.312c-.2.1-.2.393%200%20.494l.68.312c.16.07.29.211.36.373l.54%201.28c.1.2.39.2.49%200l.54-1.28a.72.72%200%200%201%20.36-.373l.68-.312c.2-.101.2-.393%200-.494zM12.586%2014.03c.139.352.398.636.73.792l1.379.655c.407.215.407.83%200%201.046l-1.378.655c-.324.156-.592.44-.73.792l-1.092%202.707a.54.54%200%200%201-.99%200L9.414%2017.97a1.46%201.46%200%200%200-.73-.792l-1.379-.655c-.407-.215-.407-.83%200-1.046l1.378-.655c.324-.156.592-.44.73-.792l1.092-2.707a.54.54%200%200%201%20.99%200z%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23533566%22%20d%3D%22M16%2027c6.627%200%2012-5.373%2012-12S22.627%203%2016%203S4%208.373%204%2015s5.373%2012%2012%2012%22%2F%3E%3Cpath%20fill%3D%22%23b4acbc%22%20d%3D%22M24%2024H8l-.921%204.18c-.333.897.433%201.82%201.512%201.82h14.822c1.078%200%201.834-.923%201.512-1.82z%22%2F%3E%3Cpath%20fill%3D%22%23fcd53f%22%20d%3D%22M14.205%206.264a.5.5%200%200%201-.26-.261l-.38-.897a.19.19%200%200%200-.34%200l-.38.897a.48.48%200%200%201-.26.261l-.48.222a.192.192%200%200%200%200%20.343l.48.221c.12.05.21.152.26.262l.38.897a.19.19%200%200%200%20.34%200l.38-.897a.48.48%200%200%201%20.26-.262l.48-.221a.192.192%200%200%200%200-.343zm9.915%204.54a.73.73%200%200%201-.36-.373l-.54-1.28a.274.274%200%200%200-.49%200l-.54%201.28a.73.73%200%200%201-.36.373l-.68.312c-.2.1-.2.393%200%20.494l.68.312c.16.07.29.211.36.373l.54%201.28c.1.2.39.2.49%200l.54-1.28a.72.72%200%200%201%20.36-.373l.68-.312c.2-.101.2-.393%200-.494zM12.586%2014.03c.139.352.398.636.73.792l1.379.655c.407.215.407.83%200%201.046l-1.378.655c-.324.156-.592.44-.73.792l-1.092%202.707a.54.54%200%200%201-.99%200L9.414%2017.97a1.46%201.46%200%200%200-.73-.792l-1.379-.655c-.407-.215-.407-.83%200-1.046l1.378-.655c.324-.156.592-.44.73-.792l1.092-2.707a.54.54%200%200%201%20.99%200z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/crystal-ball.svg?color=%231a73e8&size=48