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

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

The same logo in other sets

Use the xido logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.125 3L12 9.187L19.875 3v5.034l-4.635 3.938l4.635 3.954v5.063L4.125 7.77zm.563 1.142v3.375L19.312 19.79v-3.629l-4.927-4.19l4.927-4.19V4.135L12 9.885zm3.926 8.027l2.823 2.52L4.125 21v-5.08zm.022.703l-3.948 3.29v3.6l5.878-5.045l-1.93-1.856z"/></svg>

React

import type { SVGProps } from "react";

export function TokenXido(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="M4.125 3L12 9.187L19.875 3v5.034l-4.635 3.938l4.635 3.954v5.063L4.125 7.77zm.563 1.142v3.375L19.312 19.79v-3.629l-4.927-4.19l4.927-4.19V4.135L12 9.885zm3.926 8.027l2.823 2.52L4.125 21v-5.08zm.022.703l-3.948 3.29v3.6l5.878-5.045l-1.93-1.856z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.125 3L12 9.187L19.875 3v5.034l-4.635 3.938l4.635 3.954v5.063L4.125 7.77zm.563 1.142v3.375L19.312 19.79v-3.629l-4.927-4.19l4.927-4.19V4.135L12 9.885zm3.926 8.027l2.823 2.52L4.125 21v-5.08zm.022.703l-3.948 3.29v3.6l5.878-5.045l-1.93-1.856z"/></svg>
</template>

CSS

.icon-xido {
  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%22M4.125%203L12%209.187L19.875%203v5.034l-4.635%203.938l4.635%203.954v5.063L4.125%207.77zm.563%201.142v3.375L19.312%2019.79v-3.629l-4.927-4.19l4.927-4.19V4.135L12%209.885zm3.926%208.027l2.823%202.52L4.125%2021v-5.08zm.022.703l-3.948%203.29v3.6l5.878-5.045l-1.93-1.856z%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%22M4.125%203L12%209.187L19.875%203v5.034l-4.635%203.938l4.635%203.954v5.063L4.125%207.77zm.563%201.142v3.375L19.312%2019.79v-3.629l-4.927-4.19l4.927-4.19V4.135L12%209.885zm3.926%208.027l2.823%202.52L4.125%2021v-5.08zm.022.703l-3.948%203.29v3.6l5.878-5.045l-1.93-1.856z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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