crystal-ball from Material Design Icons by Pictogrammers · Filled · Gaming / RPG · Apache-2.0 Free for personal and commercial use.

Name
crystal-ball
Set
Material Design Icons
Style
Filled
Category
Gaming / RPG
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More gaming / rpg icons from Material Design Icons

Use the crystal ball icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.38 8.38l2.12.96l2.12-.96l-.96 2.12l.96 2.12l-2.12-.96l-2.12.96l.96-2.12zM16.5 2.5l1.09 2.91L20.5 6.5l-2.91 1.09l-1.09 2.91l-1.09-2.91L12.5 6.5l2.91-1.09zM6 19h1v-1a1 1 0 0 1 1-1h.26a7.47 7.47 0 0 1-3.76-6.5A7.5 7.5 0 0 1 12 3c1.05 0 2.05.22 2.96.61l-.37.98l-1.42.53Q12.6 5 12 5a5.5 5.5 0 0 0-5.5 5.5A5.5 5.5 0 0 0 12 16c2.91 0 5.3-2.27 5.5-5.13l.91-2.46l.71-.27c.25.74.38 1.54.38 2.36c0 2.78-1.5 5.2-3.76 6.5H16a1 1 0 0 1 1 1v1h1a2 2 0 0 1 2 2v1H4v-1a2 2 0 0 1 2-2"/></svg>

React

import type { SVGProps } from "react";

export function MdiCrystalBall(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.38 8.38l2.12.96l2.12-.96l-.96 2.12l.96 2.12l-2.12-.96l-2.12.96l.96-2.12zM16.5 2.5l1.09 2.91L20.5 6.5l-2.91 1.09l-1.09 2.91l-1.09-2.91L12.5 6.5l2.91-1.09zM6 19h1v-1a1 1 0 0 1 1-1h.26a7.47 7.47 0 0 1-3.76-6.5A7.5 7.5 0 0 1 12 3c1.05 0 2.05.22 2.96.61l-.37.98l-1.42.53Q12.6 5 12 5a5.5 5.5 0 0 0-5.5 5.5A5.5 5.5 0 0 0 12 16c2.91 0 5.3-2.27 5.5-5.13l.91-2.46l.71-.27c.25.74.38 1.54.38 2.36c0 2.78-1.5 5.2-3.76 6.5H16a1 1 0 0 1 1 1v1h1a2 2 0 0 1 2 2v1H4v-1a2 2 0 0 1 2-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.38 8.38l2.12.96l2.12-.96l-.96 2.12l.96 2.12l-2.12-.96l-2.12.96l.96-2.12zM16.5 2.5l1.09 2.91L20.5 6.5l-2.91 1.09l-1.09 2.91l-1.09-2.91L12.5 6.5l2.91-1.09zM6 19h1v-1a1 1 0 0 1 1-1h.26a7.47 7.47 0 0 1-3.76-6.5A7.5 7.5 0 0 1 12 3c1.05 0 2.05.22 2.96.61l-.37.98l-1.42.53Q12.6 5 12 5a5.5 5.5 0 0 0-5.5 5.5A5.5 5.5 0 0 0 12 16c2.91 0 5.3-2.27 5.5-5.13l.91-2.46l.71-.27c.25.74.38 1.54.38 2.36c0 2.78-1.5 5.2-3.76 6.5H16a1 1 0 0 1 1 1v1h1a2 2 0 0 1 2 2v1H4v-1a2 2 0 0 1 2-2"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.38%208.38l2.12.96l2.12-.96l-.96%202.12l.96%202.12l-2.12-.96l-2.12.96l.96-2.12zM16.5%202.5l1.09%202.91L20.5%206.5l-2.91%201.09l-1.09%202.91l-1.09-2.91L12.5%206.5l2.91-1.09zM6%2019h1v-1a1%201%200%200%201%201-1h.26a7.47%207.47%200%200%201-3.76-6.5A7.5%207.5%200%200%201%2012%203c1.05%200%202.05.22%202.96.61l-.37.98l-1.42.53Q12.6%205%2012%205a5.5%205.5%200%200%200-5.5%205.5A5.5%205.5%200%200%200%2012%2016c2.91%200%205.3-2.27%205.5-5.13l.91-2.46l.71-.27c.25.74.38%201.54.38%202.36c0%202.78-1.5%205.2-3.76%206.5H16a1%201%200%200%201%201%201v1h1a2%202%200%200%201%202%202v1H4v-1a2%202%200%200%201%202-2%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.38%208.38l2.12.96l2.12-.96l-.96%202.12l.96%202.12l-2.12-.96l-2.12.96l.96-2.12zM16.5%202.5l1.09%202.91L20.5%206.5l-2.91%201.09l-1.09%202.91l-1.09-2.91L12.5%206.5l2.91-1.09zM6%2019h1v-1a1%201%200%200%201%201-1h.26a7.47%207.47%200%200%201-3.76-6.5A7.5%207.5%200%200%201%2012%203c1.05%200%202.05.22%202.96.61l-.37.98l-1.42.53Q12.6%205%2012%205a5.5%205.5%200%200%200-5.5%205.5A5.5%205.5%200%200%200%2012%2016c2.91%200%205.3-2.27%205.5-5.13l.91-2.46l.71-.27c.25.74.38%201.54.38%202.36c0%202.78-1.5%205.2-3.76%206.5H16a1%201%200%200%201%201%201v1h1a2%202%200%200%201%202%202v1H4v-1a2%202%200%200%201%202-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/crystal-ball.svg?color=%231a73e8&size=48