sphere from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.

Name
sphere
Set
Web3 Icons
Style
Mono
Viewbox
24×24
License
MIT

The same logo in other sets

Use the sphere logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 21c-5.008 0-9-3.706-9-8.47C3 7.52 6.706 3 12 3c4.982 0 9.174 4.362 8.994 9.333C21.137 17.072 16.532 21 12 21m-2.647-2.647c-.921-.006-2.668-.45-2.668-.45a7.85 7.85 0 0 0 9.508.815a1.47 1.47 0 0 0 .741-1.403c-.09-.741-.741-1.61-1.493-1.61c-.64 0-1.218.45-1.71.832c-.117.09-.228.18-.339.254c-1.26.9-2.467 1.572-4.04 1.562m8.671-1.218c1.006-1.165 1.917-2.488 1.917-4.076c0-1.112-.016-2.298-.344-3.373c-.186.99-1.244 1.784-2.303 1.784c-1.324 0-2.26-.74-2.806-1.667c-1.096-1.864-2.663-3.113-4.87-3.097c-3.256.026-5.56 2.647-5.56 5.823c0 2.822 2.605 4.807 5.295 4.765c1.588-.027 2.81-.9 4.055-1.805c.567-.419 1.308-.842 2.033-.842c1.207 0 2.382 1.376 2.583 2.488M15.35 9.194c.344.598.884 1.218 1.943 1.218c2.117 0 1.059-3.479-.28-4.57A8.3 8.3 0 0 0 12 4.043c-1.895-.02-4.045.964-5.289 2.034q-.143.122.032.053c.905-.355 1.89-.503 2.875-.482c2.562.058 4.447 1.355 5.733 3.552zM7.765 11.47a1.059 1.059 0 1 0 0-2.117a1.059 1.059 0 0 0 0 2.117m0 1.06a2.12 2.12 0 0 0 2.117-2.118a2.117 2.117 0 1 1-2.117 2.117m0-4.236a2.12 2.12 0 0 1 1.842 1.07l.275-.011a3.177 3.177 0 1 1-3.166 2.9a2.117 2.117 0 0 1 1.049-3.959" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function TokenSphere(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" fillRule="evenodd" d="M12 21c-5.008 0-9-3.706-9-8.47C3 7.52 6.706 3 12 3c4.982 0 9.174 4.362 8.994 9.333C21.137 17.072 16.532 21 12 21m-2.647-2.647c-.921-.006-2.668-.45-2.668-.45a7.85 7.85 0 0 0 9.508.815a1.47 1.47 0 0 0 .741-1.403c-.09-.741-.741-1.61-1.493-1.61c-.64 0-1.218.45-1.71.832c-.117.09-.228.18-.339.254c-1.26.9-2.467 1.572-4.04 1.562m8.671-1.218c1.006-1.165 1.917-2.488 1.917-4.076c0-1.112-.016-2.298-.344-3.373c-.186.99-1.244 1.784-2.303 1.784c-1.324 0-2.26-.74-2.806-1.667c-1.096-1.864-2.663-3.113-4.87-3.097c-3.256.026-5.56 2.647-5.56 5.823c0 2.822 2.605 4.807 5.295 4.765c1.588-.027 2.81-.9 4.055-1.805c.567-.419 1.308-.842 2.033-.842c1.207 0 2.382 1.376 2.583 2.488M15.35 9.194c.344.598.884 1.218 1.943 1.218c2.117 0 1.059-3.479-.28-4.57A8.3 8.3 0 0 0 12 4.043c-1.895-.02-4.045.964-5.289 2.034q-.143.122.032.053c.905-.355 1.89-.503 2.875-.482c2.562.058 4.447 1.355 5.733 3.552zM7.765 11.47a1.059 1.059 0 1 0 0-2.117a1.059 1.059 0 0 0 0 2.117m0 1.06a2.12 2.12 0 0 0 2.117-2.118a2.117 2.117 0 1 1-2.117 2.117m0-4.236a2.12 2.12 0 0 1 1.842 1.07l.275-.011a3.177 3.177 0 1 1-3.166 2.9a2.117 2.117 0 0 1 1.049-3.959" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 21c-5.008 0-9-3.706-9-8.47C3 7.52 6.706 3 12 3c4.982 0 9.174 4.362 8.994 9.333C21.137 17.072 16.532 21 12 21m-2.647-2.647c-.921-.006-2.668-.45-2.668-.45a7.85 7.85 0 0 0 9.508.815a1.47 1.47 0 0 0 .741-1.403c-.09-.741-.741-1.61-1.493-1.61c-.64 0-1.218.45-1.71.832c-.117.09-.228.18-.339.254c-1.26.9-2.467 1.572-4.04 1.562m8.671-1.218c1.006-1.165 1.917-2.488 1.917-4.076c0-1.112-.016-2.298-.344-3.373c-.186.99-1.244 1.784-2.303 1.784c-1.324 0-2.26-.74-2.806-1.667c-1.096-1.864-2.663-3.113-4.87-3.097c-3.256.026-5.56 2.647-5.56 5.823c0 2.822 2.605 4.807 5.295 4.765c1.588-.027 2.81-.9 4.055-1.805c.567-.419 1.308-.842 2.033-.842c1.207 0 2.382 1.376 2.583 2.488M15.35 9.194c.344.598.884 1.218 1.943 1.218c2.117 0 1.059-3.479-.28-4.57A8.3 8.3 0 0 0 12 4.043c-1.895-.02-4.045.964-5.289 2.034q-.143.122.032.053c.905-.355 1.89-.503 2.875-.482c2.562.058 4.447 1.355 5.733 3.552zM7.765 11.47a1.059 1.059 0 1 0 0-2.117a1.059 1.059 0 0 0 0 2.117m0 1.06a2.12 2.12 0 0 0 2.117-2.118a2.117 2.117 0 1 1-2.117 2.117m0-4.236a2.12 2.12 0 0 1 1.842 1.07l.275-.011a3.177 3.177 0 1 1-3.166 2.9a2.117 2.117 0 0 1 1.049-3.959" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-sphere {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2021c-5.008%200-9-3.706-9-8.47C3%207.52%206.706%203%2012%203c4.982%200%209.174%204.362%208.994%209.333C21.137%2017.072%2016.532%2021%2012%2021m-2.647-2.647c-.921-.006-2.668-.45-2.668-.45a7.85%207.85%200%200%200%209.508.815a1.47%201.47%200%200%200%20.741-1.403c-.09-.741-.741-1.61-1.493-1.61c-.64%200-1.218.45-1.71.832c-.117.09-.228.18-.339.254c-1.26.9-2.467%201.572-4.04%201.562m8.671-1.218c1.006-1.165%201.917-2.488%201.917-4.076c0-1.112-.016-2.298-.344-3.373c-.186.99-1.244%201.784-2.303%201.784c-1.324%200-2.26-.74-2.806-1.667c-1.096-1.864-2.663-3.113-4.87-3.097c-3.256.026-5.56%202.647-5.56%205.823c0%202.822%202.605%204.807%205.295%204.765c1.588-.027%202.81-.9%204.055-1.805c.567-.419%201.308-.842%202.033-.842c1.207%200%202.382%201.376%202.583%202.488M15.35%209.194c.344.598.884%201.218%201.943%201.218c2.117%200%201.059-3.479-.28-4.57A8.3%208.3%200%200%200%2012%204.043c-1.895-.02-4.045.964-5.289%202.034q-.143.122.032.053c.905-.355%201.89-.503%202.875-.482c2.562.058%204.447%201.355%205.733%203.552zM7.765%2011.47a1.059%201.059%200%201%200%200-2.117a1.059%201.059%200%200%200%200%202.117m0%201.06a2.12%202.12%200%200%200%202.117-2.118a2.117%202.117%200%201%201-2.117%202.117m0-4.236a2.12%202.12%200%200%201%201.842%201.07l.275-.011a3.177%203.177%200%201%201-3.166%202.9a2.117%202.117%200%200%201%201.049-3.959%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2021c-5.008%200-9-3.706-9-8.47C3%207.52%206.706%203%2012%203c4.982%200%209.174%204.362%208.994%209.333C21.137%2017.072%2016.532%2021%2012%2021m-2.647-2.647c-.921-.006-2.668-.45-2.668-.45a7.85%207.85%200%200%200%209.508.815a1.47%201.47%200%200%200%20.741-1.403c-.09-.741-.741-1.61-1.493-1.61c-.64%200-1.218.45-1.71.832c-.117.09-.228.18-.339.254c-1.26.9-2.467%201.572-4.04%201.562m8.671-1.218c1.006-1.165%201.917-2.488%201.917-4.076c0-1.112-.016-2.298-.344-3.373c-.186.99-1.244%201.784-2.303%201.784c-1.324%200-2.26-.74-2.806-1.667c-1.096-1.864-2.663-3.113-4.87-3.097c-3.256.026-5.56%202.647-5.56%205.823c0%202.822%202.605%204.807%205.295%204.765c1.588-.027%202.81-.9%204.055-1.805c.567-.419%201.308-.842%202.033-.842c1.207%200%202.382%201.376%202.583%202.488M15.35%209.194c.344.598.884%201.218%201.943%201.218c2.117%200%201.059-3.479-.28-4.57A8.3%208.3%200%200%200%2012%204.043c-1.895-.02-4.045.964-5.289%202.034q-.143.122.032.053c.905-.355%201.89-.503%202.875-.482c2.562.058%204.447%201.355%205.733%203.552zM7.765%2011.47a1.059%201.059%200%201%200%200-2.117a1.059%201.059%200%200%200%200%202.117m0%201.06a2.12%202.12%200%200%200%202.117-2.118a2.117%202.117%200%201%201-2.117%202.117m0-4.236a2.12%202.12%200%200%201%201.842%201.07l.275-.011a3.177%203.177%200%201%201-3.166%202.9a2.117%202.117%200%200%201%201.049-3.959%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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