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

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

The same logo in other sets

Use the sph logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.001 13.125a5.063 5.063 0 1 0 0-10.125a5.063 5.063 0 0 0 0 10.125m-3.939 5.063c2.486 0 4.5-.882 4.5-1.97c0-1.086-2.014-1.968-4.5-1.968c-2.485 0-4.5.882-4.5 1.969s2.015 1.968 4.5 1.968"/><path fill="currentColor" d="M15.938 18.188c2.485 0 4.5-.882 4.5-1.97c0-1.086-2.015-1.968-4.5-1.968c-2.486 0-4.5.882-4.5 1.969s2.014 1.968 4.5 1.968"/><path fill="currentColor" d="M12 17.175c.36-.281.562-.607.562-.956s-.202-.675-.562-.956c-.36.28-.562.607-.562.956s.202.675.562.956"/><path fill="currentColor" d="M12 21c2.485 0 4.5-.881 4.5-1.969c0-1.087-2.015-1.968-4.5-1.968s-4.5.88-4.5 1.968S9.515 21 12 21"/><path fill="currentColor" d="M16.068 18.187h-.13c-1.794 0-3.34-.46-4.066-1.125H12c1.794 0 3.341.462 4.067 1.125"/><path fill="currentColor" d="M12.13 17.063c-.725.663-2.272 1.124-4.067 1.124h-.129c.726-.663 2.273-1.125 4.067-1.125z"/></svg>

React

import type { SVGProps } from "react";

export function TokenSph(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.001 13.125a5.063 5.063 0 1 0 0-10.125a5.063 5.063 0 0 0 0 10.125m-3.939 5.063c2.486 0 4.5-.882 4.5-1.97c0-1.086-2.014-1.968-4.5-1.968c-2.485 0-4.5.882-4.5 1.969s2.015 1.968 4.5 1.968"/><path fill="currentColor" d="M15.938 18.188c2.485 0 4.5-.882 4.5-1.97c0-1.086-2.015-1.968-4.5-1.968c-2.486 0-4.5.882-4.5 1.969s2.014 1.968 4.5 1.968"/><path fill="currentColor" d="M12 17.175c.36-.281.562-.607.562-.956s-.202-.675-.562-.956c-.36.28-.562.607-.562.956s.202.675.562.956"/><path fill="currentColor" d="M12 21c2.485 0 4.5-.881 4.5-1.969c0-1.087-2.015-1.968-4.5-1.968s-4.5.88-4.5 1.968S9.515 21 12 21"/><path fill="currentColor" d="M16.068 18.187h-.13c-1.794 0-3.34-.46-4.066-1.125H12c1.794 0 3.341.462 4.067 1.125"/><path fill="currentColor" d="M12.13 17.063c-.725.663-2.272 1.124-4.067 1.124h-.129c.726-.663 2.273-1.125 4.067-1.125z"/></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.001 13.125a5.063 5.063 0 1 0 0-10.125a5.063 5.063 0 0 0 0 10.125m-3.939 5.063c2.486 0 4.5-.882 4.5-1.97c0-1.086-2.014-1.968-4.5-1.968c-2.485 0-4.5.882-4.5 1.969s2.015 1.968 4.5 1.968"/><path fill="currentColor" d="M15.938 18.188c2.485 0 4.5-.882 4.5-1.97c0-1.086-2.015-1.968-4.5-1.968c-2.486 0-4.5.882-4.5 1.969s2.014 1.968 4.5 1.968"/><path fill="currentColor" d="M12 17.175c.36-.281.562-.607.562-.956s-.202-.675-.562-.956c-.36.28-.562.607-.562.956s.202.675.562.956"/><path fill="currentColor" d="M12 21c2.485 0 4.5-.881 4.5-1.969c0-1.087-2.015-1.968-4.5-1.968s-4.5.88-4.5 1.968S9.515 21 12 21"/><path fill="currentColor" d="M16.068 18.187h-.13c-1.794 0-3.34-.46-4.066-1.125H12c1.794 0 3.341.462 4.067 1.125"/><path fill="currentColor" d="M12.13 17.063c-.725.663-2.272 1.124-4.067 1.124h-.129c.726-.663 2.273-1.125 4.067-1.125z"/></svg>
</template>

CSS

.icon-sph {
  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.001%2013.125a5.063%205.063%200%201%200%200-10.125a5.063%205.063%200%200%200%200%2010.125m-3.939%205.063c2.486%200%204.5-.882%204.5-1.97c0-1.086-2.014-1.968-4.5-1.968c-2.485%200-4.5.882-4.5%201.969s2.015%201.968%204.5%201.968%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.938%2018.188c2.485%200%204.5-.882%204.5-1.97c0-1.086-2.015-1.968-4.5-1.968c-2.486%200-4.5.882-4.5%201.969s2.014%201.968%204.5%201.968%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2017.175c.36-.281.562-.607.562-.956s-.202-.675-.562-.956c-.36.28-.562.607-.562.956s.202.675.562.956%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2021c2.485%200%204.5-.881%204.5-1.969c0-1.087-2.015-1.968-4.5-1.968s-4.5.88-4.5%201.968S9.515%2021%2012%2021%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.068%2018.187h-.13c-1.794%200-3.34-.46-4.066-1.125H12c1.794%200%203.341.462%204.067%201.125%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.13%2017.063c-.725.663-2.272%201.124-4.067%201.124h-.129c.726-.663%202.273-1.125%204.067-1.125z%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.001%2013.125a5.063%205.063%200%201%200%200-10.125a5.063%205.063%200%200%200%200%2010.125m-3.939%205.063c2.486%200%204.5-.882%204.5-1.97c0-1.086-2.014-1.968-4.5-1.968c-2.485%200-4.5.882-4.5%201.969s2.015%201.968%204.5%201.968%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.938%2018.188c2.485%200%204.5-.882%204.5-1.97c0-1.086-2.015-1.968-4.5-1.968c-2.486%200-4.5.882-4.5%201.969s2.014%201.968%204.5%201.968%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2017.175c.36-.281.562-.607.562-.956s-.202-.675-.562-.956c-.36.28-.562.607-.562.956s.202.675.562.956%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2021c2.485%200%204.5-.881%204.5-1.969c0-1.087-2.015-1.968-4.5-1.968s-4.5.88-4.5%201.968S9.515%2021%2012%2021%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.068%2018.187h-.13c-1.794%200-3.34-.46-4.066-1.125H12c1.794%200%203.341.462%204.067%201.125%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.13%2017.063c-.725.663-2.272%201.124-4.067%201.124h-.129c.726-.663%202.273-1.125%204.067-1.125z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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