crystal ball icon

crystal-ball-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
crystal-ball-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

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="M12 2a8.5 8.5 0 0 1 8.5 8.5a8.48 8.48 0 0 1-3.396 6.792l.71 2.844A1.5 1.5 0 0 1 16.36 22H7.641a1.5 1.5 0 0 1-1.455-1.864l.71-2.843A8.48 8.48 0 0 1 3.5 10.5A8.5 8.5 0 0 1 12 2M8.28 20h7.44l-.5-2H8.78zm7.83-10.44a.12.12 0 0 0-.22 0l-.01.02q-.031.068-.067.135a2.83 2.83 0 0 1-1.13 1.183a.118.118 0 0 0 0 .204a2.83 2.83 0 0 1 1.145 1.211q.028.053.053.107l.009.02a.12.12 0 0 0 .2.03l.02-.03l.01-.02l.05-.107l.015-.029c.222-.434.55-.803.955-1.072l.177-.11a.118.118 0 0 0 0-.204a2.83 2.83 0 0 1-1.132-1.183l-.066-.135zM13.184 5.6a.201.201 0 0 0-.368 0l-.014.034l-.081.173l-.028.05a4.7 4.7 0 0 1-1.888 1.972a.196.196 0 0 0 0 .342l.163.097a4.7 4.7 0 0 1 1.834 2.098l.014.033l.034.052a.2.2 0 0 0 .3 0l.034-.052l.014-.033a4.7 4.7 0 0 1 1.997-2.195a.196.196 0 0 0 0-.342a4.7 4.7 0 0 1-1.997-2.195z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteCrystalBallFill(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="M12 2a8.5 8.5 0 0 1 8.5 8.5a8.48 8.48 0 0 1-3.396 6.792l.71 2.844A1.5 1.5 0 0 1 16.36 22H7.641a1.5 1.5 0 0 1-1.455-1.864l.71-2.843A8.48 8.48 0 0 1 3.5 10.5A8.5 8.5 0 0 1 12 2M8.28 20h7.44l-.5-2H8.78zm7.83-10.44a.12.12 0 0 0-.22 0l-.01.02q-.031.068-.067.135a2.83 2.83 0 0 1-1.13 1.183a.118.118 0 0 0 0 .204a2.83 2.83 0 0 1 1.145 1.211q.028.053.053.107l.009.02a.12.12 0 0 0 .2.03l.02-.03l.01-.02l.05-.107l.015-.029c.222-.434.55-.803.955-1.072l.177-.11a.118.118 0 0 0 0-.204a2.83 2.83 0 0 1-1.132-1.183l-.066-.135zM13.184 5.6a.201.201 0 0 0-.368 0l-.014.034l-.081.173l-.028.05a4.7 4.7 0 0 1-1.888 1.972a.196.196 0 0 0 0 .342l.163.097a4.7 4.7 0 0 1 1.834 2.098l.014.033l.034.052a.2.2 0 0 0 .3 0l.034-.052l.014-.033a4.7 4.7 0 0 1 1.997-2.195a.196.196 0 0 0 0-.342a4.7 4.7 0 0 1-1.997-2.195z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a8.5 8.5 0 0 1 8.5 8.5a8.48 8.48 0 0 1-3.396 6.792l.71 2.844A1.5 1.5 0 0 1 16.36 22H7.641a1.5 1.5 0 0 1-1.455-1.864l.71-2.843A8.48 8.48 0 0 1 3.5 10.5A8.5 8.5 0 0 1 12 2M8.28 20h7.44l-.5-2H8.78zm7.83-10.44a.12.12 0 0 0-.22 0l-.01.02q-.031.068-.067.135a2.83 2.83 0 0 1-1.13 1.183a.118.118 0 0 0 0 .204a2.83 2.83 0 0 1 1.145 1.211q.028.053.053.107l.009.02a.12.12 0 0 0 .2.03l.02-.03l.01-.02l.05-.107l.015-.029c.222-.434.55-.803.955-1.072l.177-.11a.118.118 0 0 0 0-.204a2.83 2.83 0 0 1-1.132-1.183l-.066-.135zM13.184 5.6a.201.201 0 0 0-.368 0l-.014.034l-.081.173l-.028.05a4.7 4.7 0 0 1-1.888 1.972a.196.196 0 0 0 0 .342l.163.097a4.7 4.7 0 0 1 1.834 2.098l.014.033l.034.052a.2.2 0 0 0 .3 0l.034-.052l.014-.033a4.7 4.7 0 0 1 1.997-2.195a.196.196 0 0 0 0-.342a4.7 4.7 0 0 1-1.997-2.195z"/></svg>
</template>

CSS

.icon-crystal-ball-fill {
  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%22M12%202a8.5%208.5%200%200%201%208.5%208.5a8.48%208.48%200%200%201-3.396%206.792l.71%202.844A1.5%201.5%200%200%201%2016.36%2022H7.641a1.5%201.5%200%200%201-1.455-1.864l.71-2.843A8.48%208.48%200%200%201%203.5%2010.5A8.5%208.5%200%200%201%2012%202M8.28%2020h7.44l-.5-2H8.78zm7.83-10.44a.12.12%200%200%200-.22%200l-.01.02q-.031.068-.067.135a2.83%202.83%200%200%201-1.13%201.183a.118.118%200%200%200%200%20.204a2.83%202.83%200%200%201%201.145%201.211q.028.053.053.107l.009.02a.12.12%200%200%200%20.2.03l.02-.03l.01-.02l.05-.107l.015-.029c.222-.434.55-.803.955-1.072l.177-.11a.118.118%200%200%200%200-.204a2.83%202.83%200%200%201-1.132-1.183l-.066-.135zM13.184%205.6a.201.201%200%200%200-.368%200l-.014.034l-.081.173l-.028.05a4.7%204.7%200%200%201-1.888%201.972a.196.196%200%200%200%200%20.342l.163.097a4.7%204.7%200%200%201%201.834%202.098l.014.033l.034.052a.2.2%200%200%200%20.3%200l.034-.052l.014-.033a4.7%204.7%200%200%201%201.997-2.195a.196.196%200%200%200%200-.342a4.7%204.7%200%200%201-1.997-2.195z%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%22M12%202a8.5%208.5%200%200%201%208.5%208.5a8.48%208.48%200%200%201-3.396%206.792l.71%202.844A1.5%201.5%200%200%201%2016.36%2022H7.641a1.5%201.5%200%200%201-1.455-1.864l.71-2.843A8.48%208.48%200%200%201%203.5%2010.5A8.5%208.5%200%200%201%2012%202M8.28%2020h7.44l-.5-2H8.78zm7.83-10.44a.12.12%200%200%200-.22%200l-.01.02q-.031.068-.067.135a2.83%202.83%200%200%201-1.13%201.183a.118.118%200%200%200%200%20.204a2.83%202.83%200%200%201%201.145%201.211q.028.053.053.107l.009.02a.12.12%200%200%200%20.2.03l.02-.03l.01-.02l.05-.107l.015-.029c.222-.434.55-.803.955-1.072l.177-.11a.118.118%200%200%200%200-.204a2.83%202.83%200%200%201-1.132-1.183l-.066-.135zM13.184%205.6a.201.201%200%200%200-.368%200l-.014.034l-.081.173l-.028.05a4.7%204.7%200%200%201-1.888%201.972a.196.196%200%200%200%200%20.342l.163.097a4.7%204.7%200%200%201%201.834%202.098l.014.033l.034.052a.2.2%200%200%200%20.3%200l.034-.052l.014-.033a4.7%204.7%200%200%201%201.997-2.195a.196.196%200%200%200%200-.342a4.7%204.7%200%200%201-1.997-2.195z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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