sphere logo
sphere-background from Web3 Icons Branded by 0xa3k5 · Background · MIT Free for personal and commercial use.
- Name
- sphere-background
- Set
- Web3 Icons Branded
- Style
- Background
- Viewbox
- 24×24
- License
- MIT
1 other variant in Web3 Icons Branded
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"><g fill="none"><g clip-path="url(#SVGHcSWxdhd99)"><path fill="url(#SVGa5NnB0UA)" d="M24 0H0v24h24z"/><path fill="#fff" fill-rule="evenodd" d="M12 20c-4.452 0-8-3.294-8-7.53C4 8.02 7.294 4 12 4c4.428 0 8.155 3.878 7.995 8.296C20.122 16.508 16.028 20 12 20m-2.353-2.353c-.819-.005-2.372-.4-2.372-.4a6.98 6.98 0 0 0 8.452.724a1.31 1.31 0 0 0 .659-1.247c-.08-.658-.66-1.43-1.327-1.43c-.57 0-1.083.4-1.52.739c-.104.08-.203.16-.302.226c-1.12.8-2.192 1.397-3.59 1.388m7.708-1.082c.894-1.036 1.704-2.212 1.704-3.624c0-.988-.015-2.042-.306-2.998c-.165.88-1.106 1.586-2.047 1.586c-1.177 0-2.01-.659-2.494-1.482c-.975-1.656-2.367-2.767-4.33-2.753c-2.894.024-4.94 2.353-4.94 5.176c0 2.509 2.314 4.273 4.705 4.236c1.412-.024 2.499-.8 3.605-1.605c.503-.372 1.162-.748 1.807-.748c1.072 0 2.117 1.223 2.296 2.211m-2.376-7.06c.306.532.786 1.083 1.727 1.083c1.882 0 .94-3.092-.25-4.061A7.4 7.4 0 0 0 12 4.927c-1.685-.019-3.595.857-4.701 1.807c-.085.07-.076.09.028.047a6.6 6.6 0 0 1 2.555-.428c2.278.052 3.953 1.205 5.097 3.158zM8.235 11.53a.941.941 0 1 0 0-1.882a.941.941 0 0 0 0 1.882m0 .941a1.88 1.88 0 0 0 1.883-1.882a1.882 1.882 0 1 1-1.883 1.882m0-3.764a1.88 1.88 0 0 1 1.638.95l.245-.009a2.824 2.824 0 1 1-2.815 2.579a1.882 1.882 0 0 1 .932-3.52" clip-rule="evenodd"/></g><defs><linearGradient id="SVGa5NnB0UA" x1="9.176" x2="16.47" y1="5.177" y2="18.117" gradientUnits="userSpaceOnUse"><stop stop-color="#f9cb32"/><stop offset=".29" stop-color="#ea1881"/><stop offset=".74" stop-color="#cd26b5"/><stop offset="1" stop-color="#13b3eb"/></linearGradient><clipPath id="SVGHcSWxdhd99"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function TokenBrandedSphereBackground(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g clipPath="url(#SVGHcSWxdhd99)"><path fill="url(#SVGa5NnB0UA)" d="M24 0H0v24h24z"/><path fill="#fff" fillRule="evenodd" d="M12 20c-4.452 0-8-3.294-8-7.53C4 8.02 7.294 4 12 4c4.428 0 8.155 3.878 7.995 8.296C20.122 16.508 16.028 20 12 20m-2.353-2.353c-.819-.005-2.372-.4-2.372-.4a6.98 6.98 0 0 0 8.452.724a1.31 1.31 0 0 0 .659-1.247c-.08-.658-.66-1.43-1.327-1.43c-.57 0-1.083.4-1.52.739c-.104.08-.203.16-.302.226c-1.12.8-2.192 1.397-3.59 1.388m7.708-1.082c.894-1.036 1.704-2.212 1.704-3.624c0-.988-.015-2.042-.306-2.998c-.165.88-1.106 1.586-2.047 1.586c-1.177 0-2.01-.659-2.494-1.482c-.975-1.656-2.367-2.767-4.33-2.753c-2.894.024-4.94 2.353-4.94 5.176c0 2.509 2.314 4.273 4.705 4.236c1.412-.024 2.499-.8 3.605-1.605c.503-.372 1.162-.748 1.807-.748c1.072 0 2.117 1.223 2.296 2.211m-2.376-7.06c.306.532.786 1.083 1.727 1.083c1.882 0 .94-3.092-.25-4.061A7.4 7.4 0 0 0 12 4.927c-1.685-.019-3.595.857-4.701 1.807c-.085.07-.076.09.028.047a6.6 6.6 0 0 1 2.555-.428c2.278.052 3.953 1.205 5.097 3.158zM8.235 11.53a.941.941 0 1 0 0-1.882a.941.941 0 0 0 0 1.882m0 .941a1.88 1.88 0 0 0 1.883-1.882a1.882 1.882 0 1 1-1.883 1.882m0-3.764a1.88 1.88 0 0 1 1.638.95l.245-.009a2.824 2.824 0 1 1-2.815 2.579a1.882 1.882 0 0 1 .932-3.52" clipRule="evenodd"/></g><defs><linearGradient id="SVGa5NnB0UA" x1="9.176" x2="16.47" y1="5.177" y2="18.117" gradientUnits="userSpaceOnUse"><stop stopColor="#f9cb32"/><stop offset=".29" stopColor="#ea1881"/><stop offset=".74" stopColor="#cd26b5"/><stop offset="1" stopColor="#13b3eb"/></linearGradient><clipPath id="SVGHcSWxdhd99"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g clip-path="url(#SVGHcSWxdhd99)"><path fill="url(#SVGa5NnB0UA)" d="M24 0H0v24h24z"/><path fill="#fff" fill-rule="evenodd" d="M12 20c-4.452 0-8-3.294-8-7.53C4 8.02 7.294 4 12 4c4.428 0 8.155 3.878 7.995 8.296C20.122 16.508 16.028 20 12 20m-2.353-2.353c-.819-.005-2.372-.4-2.372-.4a6.98 6.98 0 0 0 8.452.724a1.31 1.31 0 0 0 .659-1.247c-.08-.658-.66-1.43-1.327-1.43c-.57 0-1.083.4-1.52.739c-.104.08-.203.16-.302.226c-1.12.8-2.192 1.397-3.59 1.388m7.708-1.082c.894-1.036 1.704-2.212 1.704-3.624c0-.988-.015-2.042-.306-2.998c-.165.88-1.106 1.586-2.047 1.586c-1.177 0-2.01-.659-2.494-1.482c-.975-1.656-2.367-2.767-4.33-2.753c-2.894.024-4.94 2.353-4.94 5.176c0 2.509 2.314 4.273 4.705 4.236c1.412-.024 2.499-.8 3.605-1.605c.503-.372 1.162-.748 1.807-.748c1.072 0 2.117 1.223 2.296 2.211m-2.376-7.06c.306.532.786 1.083 1.727 1.083c1.882 0 .94-3.092-.25-4.061A7.4 7.4 0 0 0 12 4.927c-1.685-.019-3.595.857-4.701 1.807c-.085.07-.076.09.028.047a6.6 6.6 0 0 1 2.555-.428c2.278.052 3.953 1.205 5.097 3.158zM8.235 11.53a.941.941 0 1 0 0-1.882a.941.941 0 0 0 0 1.882m0 .941a1.88 1.88 0 0 0 1.883-1.882a1.882 1.882 0 1 1-1.883 1.882m0-3.764a1.88 1.88 0 0 1 1.638.95l.245-.009a2.824 2.824 0 1 1-2.815 2.579a1.882 1.882 0 0 1 .932-3.52" clip-rule="evenodd"/></g><defs><linearGradient id="SVGa5NnB0UA" x1="9.176" x2="16.47" y1="5.177" y2="18.117" gradientUnits="userSpaceOnUse"><stop stop-color="#f9cb32"/><stop offset=".29" stop-color="#ea1881"/><stop offset=".74" stop-color="#cd26b5"/><stop offset="1" stop-color="#13b3eb"/></linearGradient><clipPath id="SVGHcSWxdhd99"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-sphere-background {
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%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23SVGHcSWxdhd99)%22%3E%3Cpath%20fill%3D%22url(%23SVGa5NnB0UA)%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2020c-4.452%200-8-3.294-8-7.53C4%208.02%207.294%204%2012%204c4.428%200%208.155%203.878%207.995%208.296C20.122%2016.508%2016.028%2020%2012%2020m-2.353-2.353c-.819-.005-2.372-.4-2.372-.4a6.98%206.98%200%200%200%208.452.724a1.31%201.31%200%200%200%20.659-1.247c-.08-.658-.66-1.43-1.327-1.43c-.57%200-1.083.4-1.52.739c-.104.08-.203.16-.302.226c-1.12.8-2.192%201.397-3.59%201.388m7.708-1.082c.894-1.036%201.704-2.212%201.704-3.624c0-.988-.015-2.042-.306-2.998c-.165.88-1.106%201.586-2.047%201.586c-1.177%200-2.01-.659-2.494-1.482c-.975-1.656-2.367-2.767-4.33-2.753c-2.894.024-4.94%202.353-4.94%205.176c0%202.509%202.314%204.273%204.705%204.236c1.412-.024%202.499-.8%203.605-1.605c.503-.372%201.162-.748%201.807-.748c1.072%200%202.117%201.223%202.296%202.211m-2.376-7.06c.306.532.786%201.083%201.727%201.083c1.882%200%20.94-3.092-.25-4.061A7.4%207.4%200%200%200%2012%204.927c-1.685-.019-3.595.857-4.701%201.807c-.085.07-.076.09.028.047a6.6%206.6%200%200%201%202.555-.428c2.278.052%203.953%201.205%205.097%203.158zM8.235%2011.53a.941.941%200%201%200%200-1.882a.941.941%200%200%200%200%201.882m0%20.941a1.88%201.88%200%200%200%201.883-1.882a1.882%201.882%200%201%201-1.883%201.882m0-3.764a1.88%201.88%200%200%201%201.638.95l.245-.009a2.824%202.824%200%201%201-2.815%202.579a1.882%201.882%200%200%201%20.932-3.52%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGa5NnB0UA%22%20x1%3D%229.176%22%20x2%3D%2216.47%22%20y1%3D%225.177%22%20y2%3D%2218.117%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23f9cb32%22%2F%3E%3Cstop%20offset%3D%22.29%22%20stop-color%3D%22%23ea1881%22%2F%3E%3Cstop%20offset%3D%22.74%22%20stop-color%3D%22%23cd26b5%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2313b3eb%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22SVGHcSWxdhd99%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23SVGHcSWxdhd99)%22%3E%3Cpath%20fill%3D%22url(%23SVGa5NnB0UA)%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2020c-4.452%200-8-3.294-8-7.53C4%208.02%207.294%204%2012%204c4.428%200%208.155%203.878%207.995%208.296C20.122%2016.508%2016.028%2020%2012%2020m-2.353-2.353c-.819-.005-2.372-.4-2.372-.4a6.98%206.98%200%200%200%208.452.724a1.31%201.31%200%200%200%20.659-1.247c-.08-.658-.66-1.43-1.327-1.43c-.57%200-1.083.4-1.52.739c-.104.08-.203.16-.302.226c-1.12.8-2.192%201.397-3.59%201.388m7.708-1.082c.894-1.036%201.704-2.212%201.704-3.624c0-.988-.015-2.042-.306-2.998c-.165.88-1.106%201.586-2.047%201.586c-1.177%200-2.01-.659-2.494-1.482c-.975-1.656-2.367-2.767-4.33-2.753c-2.894.024-4.94%202.353-4.94%205.176c0%202.509%202.314%204.273%204.705%204.236c1.412-.024%202.499-.8%203.605-1.605c.503-.372%201.162-.748%201.807-.748c1.072%200%202.117%201.223%202.296%202.211m-2.376-7.06c.306.532.786%201.083%201.727%201.083c1.882%200%20.94-3.092-.25-4.061A7.4%207.4%200%200%200%2012%204.927c-1.685-.019-3.595.857-4.701%201.807c-.085.07-.076.09.028.047a6.6%206.6%200%200%201%202.555-.428c2.278.052%203.953%201.205%205.097%203.158zM8.235%2011.53a.941.941%200%201%200%200-1.882a.941.941%200%200%200%200%201.882m0%20.941a1.88%201.88%200%200%200%201.883-1.882a1.882%201.882%200%201%201-1.883%201.882m0-3.764a1.88%201.88%200%200%201%201.638.95l.245-.009a2.824%202.824%200%201%201-2.815%202.579a1.882%201.882%200%200%201%20.932-3.52%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGa5NnB0UA%22%20x1%3D%229.176%22%20x2%3D%2216.47%22%20y1%3D%225.177%22%20y2%3D%2218.117%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23f9cb32%22%2F%3E%3Cstop%20offset%3D%22.29%22%20stop-color%3D%22%23ea1881%22%2F%3E%3Cstop%20offset%3D%22.74%22%20stop-color%3D%22%23cd26b5%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2313b3eb%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22SVGHcSWxdhd99%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token-branded/sphere-background.svg?color=%231a73e8&size=48