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

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

The same logo in other sets

Use the statom logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.414 7.669l-3.162 1.097a.385.385 0 0 1-.472-.231a3.28 3.28 0 0 0-2.953-2.16c-1.34 0-2.515.742-2.515 1.693c0 1.468 2.83 2.036 4.247 2.138c4.759.669 5.81 3.622 5.743 5.011c.13 1.93-1.04 5.783-6.8 5.783c-5.457 0-7.425-3.341-7.808-5.276a.35.35 0 0 1 .253-.4l3.195-.877c.203-.056.41.084.461.298c.563 2.441 2.819 2.88 3.899 2.88c.928 0 2.784-.45 2.784-1.94c0-1.88-3.257-1.902-6.199-2.785c-2.936-.883-3.797-2.869-3.797-4.54c0-1.664.602-5.36 6.542-5.36c4.444 0 6.323 2.655 6.806 4.241a.346.346 0 0 1-.219.428z"/></svg>

React

import type { SVGProps } from "react";

export function TokenStatom(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="m18.414 7.669l-3.162 1.097a.385.385 0 0 1-.472-.231a3.28 3.28 0 0 0-2.953-2.16c-1.34 0-2.515.742-2.515 1.693c0 1.468 2.83 2.036 4.247 2.138c4.759.669 5.81 3.622 5.743 5.011c.13 1.93-1.04 5.783-6.8 5.783c-5.457 0-7.425-3.341-7.808-5.276a.35.35 0 0 1 .253-.4l3.195-.877c.203-.056.41.084.461.298c.563 2.441 2.819 2.88 3.899 2.88c.928 0 2.784-.45 2.784-1.94c0-1.88-3.257-1.902-6.199-2.785c-2.936-.883-3.797-2.869-3.797-4.54c0-1.664.602-5.36 6.542-5.36c4.444 0 6.323 2.655 6.806 4.241a.346.346 0 0 1-.219.428z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.414 7.669l-3.162 1.097a.385.385 0 0 1-.472-.231a3.28 3.28 0 0 0-2.953-2.16c-1.34 0-2.515.742-2.515 1.693c0 1.468 2.83 2.036 4.247 2.138c4.759.669 5.81 3.622 5.743 5.011c.13 1.93-1.04 5.783-6.8 5.783c-5.457 0-7.425-3.341-7.808-5.276a.35.35 0 0 1 .253-.4l3.195-.877c.203-.056.41.084.461.298c.563 2.441 2.819 2.88 3.899 2.88c.928 0 2.784-.45 2.784-1.94c0-1.88-3.257-1.902-6.199-2.785c-2.936-.883-3.797-2.869-3.797-4.54c0-1.664.602-5.36 6.542-5.36c4.444 0 6.323 2.655 6.806 4.241a.346.346 0 0 1-.219.428z"/></svg>
</template>

CSS

.icon-statom {
  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%22m18.414%207.669l-3.162%201.097a.385.385%200%200%201-.472-.231a3.28%203.28%200%200%200-2.953-2.16c-1.34%200-2.515.742-2.515%201.693c0%201.468%202.83%202.036%204.247%202.138c4.759.669%205.81%203.622%205.743%205.011c.13%201.93-1.04%205.783-6.8%205.783c-5.457%200-7.425-3.341-7.808-5.276a.35.35%200%200%201%20.253-.4l3.195-.877c.203-.056.41.084.461.298c.563%202.441%202.819%202.88%203.899%202.88c.928%200%202.784-.45%202.784-1.94c0-1.88-3.257-1.902-6.199-2.785c-2.936-.883-3.797-2.869-3.797-4.54c0-1.664.602-5.36%206.542-5.36c4.444%200%206.323%202.655%206.806%204.241a.346.346%200%200%201-.219.428z%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%22m18.414%207.669l-3.162%201.097a.385.385%200%200%201-.472-.231a3.28%203.28%200%200%200-2.953-2.16c-1.34%200-2.515.742-2.515%201.693c0%201.468%202.83%202.036%204.247%202.138c4.759.669%205.81%203.622%205.743%205.011c.13%201.93-1.04%205.783-6.8%205.783c-5.457%200-7.425-3.341-7.808-5.276a.35.35%200%200%201%20.253-.4l3.195-.877c.203-.056.41.084.461.298c.563%202.441%202.819%202.88%203.899%202.88c.928%200%202.784-.45%202.784-1.94c0-1.88-3.257-1.902-6.199-2.785c-2.936-.883-3.797-2.869-3.797-4.54c0-1.664.602-5.36%206.542-5.36c4.444%200%206.323%202.655%206.806%204.241a.346.346%200%200%201-.219.428z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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