crystal ball 1 emoji
crystal-ball-1 from Streamline Emojis by Streamline · Default · Objects · CC-BY-4.0 Attribution required.
- Name
- crystal-ball-1
- Set
- Streamline Emojis
- Style
- Default
- Category
- Objects
- Viewbox
- 48×48
- License
- CC BY 4.0
More objects icons from Streamline Emojis
Use the crystal ball 1 emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M10 44.5a14 1.5 0 1 0 28 0a14 1.5 0 1 0-28 0" opacity=".15"/><path fill="#915e3a" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M34 35.65a24.7 24.7 0 0 1-10 2.21a24.7 24.7 0 0 1-10-2.21a67.5 67.5 0 0 1 19.94 0Z"/><path fill="#dea47a" d="M36.37 40.43a1.48 1.48 0 0 1-.55 1.92c-1.76 1.09-5.61 2.9-11.82 2.9s-10.06-1.81-11.82-2.9a1.48 1.48 0 0 1-.55-1.92L14 35.65a24.7 24.7 0 0 0 10 2.21a24.7 24.7 0 0 0 10-2.21Z"/><path fill="#bf8256" d="M24 40.56a34.6 34.6 0 0 0 11.4-2.07L34 35.65a24.7 24.7 0 0 1-10 2.21a24.7 24.7 0 0 1-10-2.21l-1.4 2.84A34.6 34.6 0 0 0 24 40.56"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M36.37 40.43a1.48 1.48 0 0 1-.55 1.92c-1.76 1.09-5.61 2.9-11.82 2.9s-10.06-1.81-11.82-2.9a1.48 1.48 0 0 1-.55-1.92L14 35.65a24.7 24.7 0 0 0 10 2.21a24.7 24.7 0 0 0 10-2.21Z"/><path fill="#bf8df2" d="M8.85 20.5a15.15 15.15 0 1 0 30.3 0a15.15 15.15 0 1 0-30.3 0"/><path fill="#9f5ae5" d="M24 5.35A15.15 15.15 0 1 0 39.15 20.5A15.15 15.15 0 0 0 24 5.35m0 24.75a12.19 12.19 0 1 1 12.19-12.19A12.19 12.19 0 0 1 24 30.1"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M8.85 20.5a15.15 15.15 0 1 0 30.3 0a15.15 15.15 0 1 0-30.3 0"/><path fill="#dabff5" d="M26.22 15.33a3.69 3.69 0 1 0 7.38 0a3.69 3.69 0 1 0-7.38 0m-4.44 1.84a1.11 1.11 0 1 0 2.22 0a1.11 1.11 0 1 0-2.22 0m0-5.91a1.85 1.85 0 1 0 3.7 0a1.85 1.85 0 1 0-3.7 0"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M40.62 28.26a6.4 6.4 0 0 1-2.95 4.43m-.74 2.22a5.64 5.64 0 0 0 3.69-2.22M5.9 15.7s.74-3.7 2.95-5.18m-4.43 2.22a11 11 0 0 0 0 5.17"/><path fill="#fff" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M42 8.42a1.79 1.79 0 0 1 1.33-1.33L46 6.48a.22.22 0 0 0 .18-.22a.21.21 0 0 0-.18-.21l-2.66-.62A1.77 1.77 0 0 1 42 4.1l-.62-2.66a.22.22 0 0 0-.21-.18a.23.23 0 0 0-.22.18l-.61 2.66A1.79 1.79 0 0 1 39 5.43l-2.67.62a.21.21 0 0 0-.17.21a.22.22 0 0 0 .17.22l2.67.61a1.77 1.77 0 0 1 1.32 1.33l.68 2.67a.22.22 0 0 0 .22.17a.21.21 0 0 0 .21-.17ZM5.82 32.31l2.09-.69a.2.2 0 0 0 .09-.19a.18.18 0 0 0-.13-.18l-1.72-.57a.79.79 0 0 1-.49-.5l-.58-1.72a.18.18 0 0 0-.18-.13a.2.2 0 0 0-.19.13l-.57 1.72a.8.8 0 0 1-.5.5L2 31.25a.19.19 0 0 0-.14.18a.2.2 0 0 0 .14.19l1.71.57a.78.78 0 0 1 .5.5l.57 1.71a.2.2 0 0 0 .19.14a.19.19 0 0 0 .18-.14Z"/></svg>
React
import type { SVGProps } from "react";
export function StreamlineEmojisCrystalBall1(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M10 44.5a14 1.5 0 1 0 28 0a14 1.5 0 1 0-28 0" opacity=".15"/><path fill="#915e3a" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M34 35.65a24.7 24.7 0 0 1-10 2.21a24.7 24.7 0 0 1-10-2.21a67.5 67.5 0 0 1 19.94 0Z"/><path fill="#dea47a" d="M36.37 40.43a1.48 1.48 0 0 1-.55 1.92c-1.76 1.09-5.61 2.9-11.82 2.9s-10.06-1.81-11.82-2.9a1.48 1.48 0 0 1-.55-1.92L14 35.65a24.7 24.7 0 0 0 10 2.21a24.7 24.7 0 0 0 10-2.21Z"/><path fill="#bf8256" d="M24 40.56a34.6 34.6 0 0 0 11.4-2.07L34 35.65a24.7 24.7 0 0 1-10 2.21a24.7 24.7 0 0 1-10-2.21l-1.4 2.84A34.6 34.6 0 0 0 24 40.56"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M36.37 40.43a1.48 1.48 0 0 1-.55 1.92c-1.76 1.09-5.61 2.9-11.82 2.9s-10.06-1.81-11.82-2.9a1.48 1.48 0 0 1-.55-1.92L14 35.65a24.7 24.7 0 0 0 10 2.21a24.7 24.7 0 0 0 10-2.21Z"/><path fill="#bf8df2" d="M8.85 20.5a15.15 15.15 0 1 0 30.3 0a15.15 15.15 0 1 0-30.3 0"/><path fill="#9f5ae5" d="M24 5.35A15.15 15.15 0 1 0 39.15 20.5A15.15 15.15 0 0 0 24 5.35m0 24.75a12.19 12.19 0 1 1 12.19-12.19A12.19 12.19 0 0 1 24 30.1"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M8.85 20.5a15.15 15.15 0 1 0 30.3 0a15.15 15.15 0 1 0-30.3 0"/><path fill="#dabff5" d="M26.22 15.33a3.69 3.69 0 1 0 7.38 0a3.69 3.69 0 1 0-7.38 0m-4.44 1.84a1.11 1.11 0 1 0 2.22 0a1.11 1.11 0 1 0-2.22 0m0-5.91a1.85 1.85 0 1 0 3.7 0a1.85 1.85 0 1 0-3.7 0"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M40.62 28.26a6.4 6.4 0 0 1-2.95 4.43m-.74 2.22a5.64 5.64 0 0 0 3.69-2.22M5.9 15.7s.74-3.7 2.95-5.18m-4.43 2.22a11 11 0 0 0 0 5.17"/><path fill="#fff" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M42 8.42a1.79 1.79 0 0 1 1.33-1.33L46 6.48a.22.22 0 0 0 .18-.22a.21.21 0 0 0-.18-.21l-2.66-.62A1.77 1.77 0 0 1 42 4.1l-.62-2.66a.22.22 0 0 0-.21-.18a.23.23 0 0 0-.22.18l-.61 2.66A1.79 1.79 0 0 1 39 5.43l-2.67.62a.21.21 0 0 0-.17.21a.22.22 0 0 0 .17.22l2.67.61a1.77 1.77 0 0 1 1.32 1.33l.68 2.67a.22.22 0 0 0 .22.17a.21.21 0 0 0 .21-.17ZM5.82 32.31l2.09-.69a.2.2 0 0 0 .09-.19a.18.18 0 0 0-.13-.18l-1.72-.57a.79.79 0 0 1-.49-.5l-.58-1.72a.18.18 0 0 0-.18-.13a.2.2 0 0 0-.19.13l-.57 1.72a.8.8 0 0 1-.5.5L2 31.25a.19.19 0 0 0-.14.18a.2.2 0 0 0 .14.19l1.71.57a.78.78 0 0 1 .5.5l.57 1.71a.2.2 0 0 0 .19.14a.19.19 0 0 0 .18-.14Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M10 44.5a14 1.5 0 1 0 28 0a14 1.5 0 1 0-28 0" opacity=".15"/><path fill="#915e3a" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M34 35.65a24.7 24.7 0 0 1-10 2.21a24.7 24.7 0 0 1-10-2.21a67.5 67.5 0 0 1 19.94 0Z"/><path fill="#dea47a" d="M36.37 40.43a1.48 1.48 0 0 1-.55 1.92c-1.76 1.09-5.61 2.9-11.82 2.9s-10.06-1.81-11.82-2.9a1.48 1.48 0 0 1-.55-1.92L14 35.65a24.7 24.7 0 0 0 10 2.21a24.7 24.7 0 0 0 10-2.21Z"/><path fill="#bf8256" d="M24 40.56a34.6 34.6 0 0 0 11.4-2.07L34 35.65a24.7 24.7 0 0 1-10 2.21a24.7 24.7 0 0 1-10-2.21l-1.4 2.84A34.6 34.6 0 0 0 24 40.56"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M36.37 40.43a1.48 1.48 0 0 1-.55 1.92c-1.76 1.09-5.61 2.9-11.82 2.9s-10.06-1.81-11.82-2.9a1.48 1.48 0 0 1-.55-1.92L14 35.65a24.7 24.7 0 0 0 10 2.21a24.7 24.7 0 0 0 10-2.21Z"/><path fill="#bf8df2" d="M8.85 20.5a15.15 15.15 0 1 0 30.3 0a15.15 15.15 0 1 0-30.3 0"/><path fill="#9f5ae5" d="M24 5.35A15.15 15.15 0 1 0 39.15 20.5A15.15 15.15 0 0 0 24 5.35m0 24.75a12.19 12.19 0 1 1 12.19-12.19A12.19 12.19 0 0 1 24 30.1"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M8.85 20.5a15.15 15.15 0 1 0 30.3 0a15.15 15.15 0 1 0-30.3 0"/><path fill="#dabff5" d="M26.22 15.33a3.69 3.69 0 1 0 7.38 0a3.69 3.69 0 1 0-7.38 0m-4.44 1.84a1.11 1.11 0 1 0 2.22 0a1.11 1.11 0 1 0-2.22 0m0-5.91a1.85 1.85 0 1 0 3.7 0a1.85 1.85 0 1 0-3.7 0"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M40.62 28.26a6.4 6.4 0 0 1-2.95 4.43m-.74 2.22a5.64 5.64 0 0 0 3.69-2.22M5.9 15.7s.74-3.7 2.95-5.18m-4.43 2.22a11 11 0 0 0 0 5.17"/><path fill="#fff" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M42 8.42a1.79 1.79 0 0 1 1.33-1.33L46 6.48a.22.22 0 0 0 .18-.22a.21.21 0 0 0-.18-.21l-2.66-.62A1.77 1.77 0 0 1 42 4.1l-.62-2.66a.22.22 0 0 0-.21-.18a.23.23 0 0 0-.22.18l-.61 2.66A1.79 1.79 0 0 1 39 5.43l-2.67.62a.21.21 0 0 0-.17.21a.22.22 0 0 0 .17.22l2.67.61a1.77 1.77 0 0 1 1.32 1.33l.68 2.67a.22.22 0 0 0 .22.17a.21.21 0 0 0 .21-.17ZM5.82 32.31l2.09-.69a.2.2 0 0 0 .09-.19a.18.18 0 0 0-.13-.18l-1.72-.57a.79.79 0 0 1-.49-.5l-.58-1.72a.18.18 0 0 0-.18-.13a.2.2 0 0 0-.19.13l-.57 1.72a.8.8 0 0 1-.5.5L2 31.25a.19.19 0 0 0-.14.18a.2.2 0 0 0 .14.19l1.71.57a.78.78 0 0 1 .5.5l.57 1.71a.2.2 0 0 0 .19.14a.19.19 0 0 0 .18-.14Z"/></svg> </template>
CSS
.icon-crystal-ball-1 {
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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M10%2044.5a14%201.5%200%201%200%2028%200a14%201.5%200%201%200-28%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23915e3a%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M34%2035.65a24.7%2024.7%200%200%201-10%202.21a24.7%2024.7%200%200%201-10-2.21a67.5%2067.5%200%200%201%2019.94%200Z%22%2F%3E%3Cpath%20fill%3D%22%23dea47a%22%20d%3D%22M36.37%2040.43a1.48%201.48%200%200%201-.55%201.92c-1.76%201.09-5.61%202.9-11.82%202.9s-10.06-1.81-11.82-2.9a1.48%201.48%200%200%201-.55-1.92L14%2035.65a24.7%2024.7%200%200%200%2010%202.21a24.7%2024.7%200%200%200%2010-2.21Z%22%2F%3E%3Cpath%20fill%3D%22%23bf8256%22%20d%3D%22M24%2040.56a34.6%2034.6%200%200%200%2011.4-2.07L34%2035.65a24.7%2024.7%200%200%201-10%202.21a24.7%2024.7%200%200%201-10-2.21l-1.4%202.84A34.6%2034.6%200%200%200%2024%2040.56%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M36.37%2040.43a1.48%201.48%200%200%201-.55%201.92c-1.76%201.09-5.61%202.9-11.82%202.9s-10.06-1.81-11.82-2.9a1.48%201.48%200%200%201-.55-1.92L14%2035.65a24.7%2024.7%200%200%200%2010%202.21a24.7%2024.7%200%200%200%2010-2.21Z%22%2F%3E%3Cpath%20fill%3D%22%23bf8df2%22%20d%3D%22M8.85%2020.5a15.15%2015.15%200%201%200%2030.3%200a15.15%2015.15%200%201%200-30.3%200%22%2F%3E%3Cpath%20fill%3D%22%239f5ae5%22%20d%3D%22M24%205.35A15.15%2015.15%200%201%200%2039.15%2020.5A15.15%2015.15%200%200%200%2024%205.35m0%2024.75a12.19%2012.19%200%201%201%2012.19-12.19A12.19%2012.19%200%200%201%2024%2030.1%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8.85%2020.5a15.15%2015.15%200%201%200%2030.3%200a15.15%2015.15%200%201%200-30.3%200%22%2F%3E%3Cpath%20fill%3D%22%23dabff5%22%20d%3D%22M26.22%2015.33a3.69%203.69%200%201%200%207.38%200a3.69%203.69%200%201%200-7.38%200m-4.44%201.84a1.11%201.11%200%201%200%202.22%200a1.11%201.11%200%201%200-2.22%200m0-5.91a1.85%201.85%200%201%200%203.7%200a1.85%201.85%200%201%200-3.7%200%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M40.62%2028.26a6.4%206.4%200%200%201-2.95%204.43m-.74%202.22a5.64%205.64%200%200%200%203.69-2.22M5.9%2015.7s.74-3.7%202.95-5.18m-4.43%202.22a11%2011%200%200%200%200%205.17%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M42%208.42a1.79%201.79%200%200%201%201.33-1.33L46%206.48a.22.22%200%200%200%20.18-.22a.21.21%200%200%200-.18-.21l-2.66-.62A1.77%201.77%200%200%201%2042%204.1l-.62-2.66a.22.22%200%200%200-.21-.18a.23.23%200%200%200-.22.18l-.61%202.66A1.79%201.79%200%200%201%2039%205.43l-2.67.62a.21.21%200%200%200-.17.21a.22.22%200%200%200%20.17.22l2.67.61a1.77%201.77%200%200%201%201.32%201.33l.68%202.67a.22.22%200%200%200%20.22.17a.21.21%200%200%200%20.21-.17ZM5.82%2032.31l2.09-.69a.2.2%200%200%200%20.09-.19a.18.18%200%200%200-.13-.18l-1.72-.57a.79.79%200%200%201-.49-.5l-.58-1.72a.18.18%200%200%200-.18-.13a.2.2%200%200%200-.19.13l-.57%201.72a.8.8%200%200%201-.5.5L2%2031.25a.19.19%200%200%200-.14.18a.2.2%200%200%200%20.14.19l1.71.57a.78.78%200%200%201%20.5.5l.57%201.71a.2.2%200%200%200%20.19.14a.19.19%200%200%200%20.18-.14Z%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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M10%2044.5a14%201.5%200%201%200%2028%200a14%201.5%200%201%200-28%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23915e3a%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M34%2035.65a24.7%2024.7%200%200%201-10%202.21a24.7%2024.7%200%200%201-10-2.21a67.5%2067.5%200%200%201%2019.94%200Z%22%2F%3E%3Cpath%20fill%3D%22%23dea47a%22%20d%3D%22M36.37%2040.43a1.48%201.48%200%200%201-.55%201.92c-1.76%201.09-5.61%202.9-11.82%202.9s-10.06-1.81-11.82-2.9a1.48%201.48%200%200%201-.55-1.92L14%2035.65a24.7%2024.7%200%200%200%2010%202.21a24.7%2024.7%200%200%200%2010-2.21Z%22%2F%3E%3Cpath%20fill%3D%22%23bf8256%22%20d%3D%22M24%2040.56a34.6%2034.6%200%200%200%2011.4-2.07L34%2035.65a24.7%2024.7%200%200%201-10%202.21a24.7%2024.7%200%200%201-10-2.21l-1.4%202.84A34.6%2034.6%200%200%200%2024%2040.56%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M36.37%2040.43a1.48%201.48%200%200%201-.55%201.92c-1.76%201.09-5.61%202.9-11.82%202.9s-10.06-1.81-11.82-2.9a1.48%201.48%200%200%201-.55-1.92L14%2035.65a24.7%2024.7%200%200%200%2010%202.21a24.7%2024.7%200%200%200%2010-2.21Z%22%2F%3E%3Cpath%20fill%3D%22%23bf8df2%22%20d%3D%22M8.85%2020.5a15.15%2015.15%200%201%200%2030.3%200a15.15%2015.15%200%201%200-30.3%200%22%2F%3E%3Cpath%20fill%3D%22%239f5ae5%22%20d%3D%22M24%205.35A15.15%2015.15%200%201%200%2039.15%2020.5A15.15%2015.15%200%200%200%2024%205.35m0%2024.75a12.19%2012.19%200%201%201%2012.19-12.19A12.19%2012.19%200%200%201%2024%2030.1%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8.85%2020.5a15.15%2015.15%200%201%200%2030.3%200a15.15%2015.15%200%201%200-30.3%200%22%2F%3E%3Cpath%20fill%3D%22%23dabff5%22%20d%3D%22M26.22%2015.33a3.69%203.69%200%201%200%207.38%200a3.69%203.69%200%201%200-7.38%200m-4.44%201.84a1.11%201.11%200%201%200%202.22%200a1.11%201.11%200%201%200-2.22%200m0-5.91a1.85%201.85%200%201%200%203.7%200a1.85%201.85%200%201%200-3.7%200%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M40.62%2028.26a6.4%206.4%200%200%201-2.95%204.43m-.74%202.22a5.64%205.64%200%200%200%203.69-2.22M5.9%2015.7s.74-3.7%202.95-5.18m-4.43%202.22a11%2011%200%200%200%200%205.17%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M42%208.42a1.79%201.79%200%200%201%201.33-1.33L46%206.48a.22.22%200%200%200%20.18-.22a.21.21%200%200%200-.18-.21l-2.66-.62A1.77%201.77%200%200%201%2042%204.1l-.62-2.66a.22.22%200%200%200-.21-.18a.23.23%200%200%200-.22.18l-.61%202.66A1.79%201.79%200%200%201%2039%205.43l-2.67.62a.21.21%200%200%200-.17.21a.22.22%200%200%200%20.17.22l2.67.61a1.77%201.77%200%200%201%201.32%201.33l.68%202.67a.22.22%200%200%200%20.22.17a.21.21%200%200%200%20.21-.17ZM5.82%2032.31l2.09-.69a.2.2%200%200%200%20.09-.19a.18.18%200%200%200-.13-.18l-1.72-.57a.79.79%200%200%201-.49-.5l-.58-1.72a.18.18%200%200%200-.18-.13a.2.2%200%200%200-.19.13l-.57%201.72a.8.8%200%200%201-.5.5L2%2031.25a.19.19%200%200%200-.14.18a.2.2%200%200%200%20.14.19l1.71.57a.78.78%200%200%201%20.5.5l.57%201.71a.2.2%200%200%200%20.19.14a.19.19%200%200%200%20.18-.14Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/streamline-emojis/crystal-ball-1.svg?color=%231a73e8&size=48