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

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

Use the itheum logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.15 16.854a.8.8 0 0 1 .555-.265l.475-2.7a1 1 0 0 1-.15-.085l-2.055 1.85a.83.83 0 0 1 .07.6l1.1.6zm4.76 2.085l-2.94-5.15a.75.75 0 0 1-.435.165l-.48 2.7c.13.05.25.14.335.265a.8.8 0 0 1 .155.4a.815.815 0 0 1-.76.885a.75.75 0 0 1-.415-.095a.7.7 0 0 1-.305-.3a.8.8 0 0 1-.085-.635l-1.11-.61a.8.8 0 0 1-.53.27l-.3 2.29a.82.82 0 0 1 .51.88h5.75a.7.7 0 0 0 .7-.71a.7.7 0 0 0-.09-.355m-8.87-6.025a.82.82 0 0 1-.015-.855L9.26 9.344a.8.8 0 0 1-.275.115l-.2 6.51c.075.025.14.05.21.095zM9.63 8.659a.8.8 0 0 1-.115.415l2.765 2.715a.8.8 0 0 1 1.24.6l3.23.45a.9.9 0 0 1 .435-.455l-4.575-8.03a.7.7 0 0 0-1.22 0l-2.08 3.65q.151.112.235.285c.05.115.085.24.085.365zm3.89 7.65l-4.15.525l-.03.165l3.84 2.325a.84.84 0 0 1 .505-.25l.305-2.285a.7.7 0 0 1-.28-.185a.67.67 0 0 1-.19-.295m-.8-3.02a.8.8 0 0 1-.425-.12l-3.04 3.15c.03.045.05.1.075.15l4.14-.525c.015-.105.05-.215.1-.315s.13-.18.215-.25l-.925-2.105c-.035.015-.09.015-.145.015zm-3.565 4.035a.74.74 0 0 1-.315.2a.9.9 0 0 1-.365.04a.7.7 0 0 1-.34-.14a.8.8 0 0 1-.35-.645c-.01-.12.02-.25.075-.37a.79.79 0 0 1 .565-.45l.2-6.505l-.1-.04l-5.435 9.525a.725.725 0 0 0 .26.97c.11.065.23.095.35.095h9.26l-.005-.125c0-.085.015-.17.035-.25zm5.11-2.09c.17 0 .33.05.465.15l2.06-1.85a.7.7 0 0 1-.09-.31l-3.235-.45a.83.83 0 0 1-.27.36l.925 2.11q.075-.016.15-.01z"/></svg>

React

import type { SVGProps } from "react";

export function TokenItheum(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="M16.15 16.854a.8.8 0 0 1 .555-.265l.475-2.7a1 1 0 0 1-.15-.085l-2.055 1.85a.83.83 0 0 1 .07.6l1.1.6zm4.76 2.085l-2.94-5.15a.75.75 0 0 1-.435.165l-.48 2.7c.13.05.25.14.335.265a.8.8 0 0 1 .155.4a.815.815 0 0 1-.76.885a.75.75 0 0 1-.415-.095a.7.7 0 0 1-.305-.3a.8.8 0 0 1-.085-.635l-1.11-.61a.8.8 0 0 1-.53.27l-.3 2.29a.82.82 0 0 1 .51.88h5.75a.7.7 0 0 0 .7-.71a.7.7 0 0 0-.09-.355m-8.87-6.025a.82.82 0 0 1-.015-.855L9.26 9.344a.8.8 0 0 1-.275.115l-.2 6.51c.075.025.14.05.21.095zM9.63 8.659a.8.8 0 0 1-.115.415l2.765 2.715a.8.8 0 0 1 1.24.6l3.23.45a.9.9 0 0 1 .435-.455l-4.575-8.03a.7.7 0 0 0-1.22 0l-2.08 3.65q.151.112.235.285c.05.115.085.24.085.365zm3.89 7.65l-4.15.525l-.03.165l3.84 2.325a.84.84 0 0 1 .505-.25l.305-2.285a.7.7 0 0 1-.28-.185a.67.67 0 0 1-.19-.295m-.8-3.02a.8.8 0 0 1-.425-.12l-3.04 3.15c.03.045.05.1.075.15l4.14-.525c.015-.105.05-.215.1-.315s.13-.18.215-.25l-.925-2.105c-.035.015-.09.015-.145.015zm-3.565 4.035a.74.74 0 0 1-.315.2a.9.9 0 0 1-.365.04a.7.7 0 0 1-.34-.14a.8.8 0 0 1-.35-.645c-.01-.12.02-.25.075-.37a.79.79 0 0 1 .565-.45l.2-6.505l-.1-.04l-5.435 9.525a.725.725 0 0 0 .26.97c.11.065.23.095.35.095h9.26l-.005-.125c0-.085.015-.17.035-.25zm5.11-2.09c.17 0 .33.05.465.15l2.06-1.85a.7.7 0 0 1-.09-.31l-3.235-.45a.83.83 0 0 1-.27.36l.925 2.11q.075-.016.15-.01z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.15 16.854a.8.8 0 0 1 .555-.265l.475-2.7a1 1 0 0 1-.15-.085l-2.055 1.85a.83.83 0 0 1 .07.6l1.1.6zm4.76 2.085l-2.94-5.15a.75.75 0 0 1-.435.165l-.48 2.7c.13.05.25.14.335.265a.8.8 0 0 1 .155.4a.815.815 0 0 1-.76.885a.75.75 0 0 1-.415-.095a.7.7 0 0 1-.305-.3a.8.8 0 0 1-.085-.635l-1.11-.61a.8.8 0 0 1-.53.27l-.3 2.29a.82.82 0 0 1 .51.88h5.75a.7.7 0 0 0 .7-.71a.7.7 0 0 0-.09-.355m-8.87-6.025a.82.82 0 0 1-.015-.855L9.26 9.344a.8.8 0 0 1-.275.115l-.2 6.51c.075.025.14.05.21.095zM9.63 8.659a.8.8 0 0 1-.115.415l2.765 2.715a.8.8 0 0 1 1.24.6l3.23.45a.9.9 0 0 1 .435-.455l-4.575-8.03a.7.7 0 0 0-1.22 0l-2.08 3.65q.151.112.235.285c.05.115.085.24.085.365zm3.89 7.65l-4.15.525l-.03.165l3.84 2.325a.84.84 0 0 1 .505-.25l.305-2.285a.7.7 0 0 1-.28-.185a.67.67 0 0 1-.19-.295m-.8-3.02a.8.8 0 0 1-.425-.12l-3.04 3.15c.03.045.05.1.075.15l4.14-.525c.015-.105.05-.215.1-.315s.13-.18.215-.25l-.925-2.105c-.035.015-.09.015-.145.015zm-3.565 4.035a.74.74 0 0 1-.315.2a.9.9 0 0 1-.365.04a.7.7 0 0 1-.34-.14a.8.8 0 0 1-.35-.645c-.01-.12.02-.25.075-.37a.79.79 0 0 1 .565-.45l.2-6.505l-.1-.04l-5.435 9.525a.725.725 0 0 0 .26.97c.11.065.23.095.35.095h9.26l-.005-.125c0-.085.015-.17.035-.25zm5.11-2.09c.17 0 .33.05.465.15l2.06-1.85a.7.7 0 0 1-.09-.31l-3.235-.45a.83.83 0 0 1-.27.36l.925 2.11q.075-.016.15-.01z"/></svg>
</template>

CSS

.icon-itheum {
  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%22M16.15%2016.854a.8.8%200%200%201%20.555-.265l.475-2.7a1%201%200%200%201-.15-.085l-2.055%201.85a.83.83%200%200%201%20.07.6l1.1.6zm4.76%202.085l-2.94-5.15a.75.75%200%200%201-.435.165l-.48%202.7c.13.05.25.14.335.265a.8.8%200%200%201%20.155.4a.815.815%200%200%201-.76.885a.75.75%200%200%201-.415-.095a.7.7%200%200%201-.305-.3a.8.8%200%200%201-.085-.635l-1.11-.61a.8.8%200%200%201-.53.27l-.3%202.29a.82.82%200%200%201%20.51.88h5.75a.7.7%200%200%200%20.7-.71a.7.7%200%200%200-.09-.355m-8.87-6.025a.82.82%200%200%201-.015-.855L9.26%209.344a.8.8%200%200%201-.275.115l-.2%206.51c.075.025.14.05.21.095zM9.63%208.659a.8.8%200%200%201-.115.415l2.765%202.715a.8.8%200%200%201%201.24.6l3.23.45a.9.9%200%200%201%20.435-.455l-4.575-8.03a.7.7%200%200%200-1.22%200l-2.08%203.65q.151.112.235.285c.05.115.085.24.085.365zm3.89%207.65l-4.15.525l-.03.165l3.84%202.325a.84.84%200%200%201%20.505-.25l.305-2.285a.7.7%200%200%201-.28-.185a.67.67%200%200%201-.19-.295m-.8-3.02a.8.8%200%200%201-.425-.12l-3.04%203.15c.03.045.05.1.075.15l4.14-.525c.015-.105.05-.215.1-.315s.13-.18.215-.25l-.925-2.105c-.035.015-.09.015-.145.015zm-3.565%204.035a.74.74%200%200%201-.315.2a.9.9%200%200%201-.365.04a.7.7%200%200%201-.34-.14a.8.8%200%200%201-.35-.645c-.01-.12.02-.25.075-.37a.79.79%200%200%201%20.565-.45l.2-6.505l-.1-.04l-5.435%209.525a.725.725%200%200%200%20.26.97c.11.065.23.095.35.095h9.26l-.005-.125c0-.085.015-.17.035-.25zm5.11-2.09c.17%200%20.33.05.465.15l2.06-1.85a.7.7%200%200%201-.09-.31l-3.235-.45a.83.83%200%200%201-.27.36l.925%202.11q.075-.016.15-.01z%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%22M16.15%2016.854a.8.8%200%200%201%20.555-.265l.475-2.7a1%201%200%200%201-.15-.085l-2.055%201.85a.83.83%200%200%201%20.07.6l1.1.6zm4.76%202.085l-2.94-5.15a.75.75%200%200%201-.435.165l-.48%202.7c.13.05.25.14.335.265a.8.8%200%200%201%20.155.4a.815.815%200%200%201-.76.885a.75.75%200%200%201-.415-.095a.7.7%200%200%201-.305-.3a.8.8%200%200%201-.085-.635l-1.11-.61a.8.8%200%200%201-.53.27l-.3%202.29a.82.82%200%200%201%20.51.88h5.75a.7.7%200%200%200%20.7-.71a.7.7%200%200%200-.09-.355m-8.87-6.025a.82.82%200%200%201-.015-.855L9.26%209.344a.8.8%200%200%201-.275.115l-.2%206.51c.075.025.14.05.21.095zM9.63%208.659a.8.8%200%200%201-.115.415l2.765%202.715a.8.8%200%200%201%201.24.6l3.23.45a.9.9%200%200%201%20.435-.455l-4.575-8.03a.7.7%200%200%200-1.22%200l-2.08%203.65q.151.112.235.285c.05.115.085.24.085.365zm3.89%207.65l-4.15.525l-.03.165l3.84%202.325a.84.84%200%200%201%20.505-.25l.305-2.285a.7.7%200%200%201-.28-.185a.67.67%200%200%201-.19-.295m-.8-3.02a.8.8%200%200%201-.425-.12l-3.04%203.15c.03.045.05.1.075.15l4.14-.525c.015-.105.05-.215.1-.315s.13-.18.215-.25l-.925-2.105c-.035.015-.09.015-.145.015zm-3.565%204.035a.74.74%200%200%201-.315.2a.9.9%200%200%201-.365.04a.7.7%200%200%201-.34-.14a.8.8%200%200%201-.35-.645c-.01-.12.02-.25.075-.37a.79.79%200%200%201%20.565-.45l.2-6.505l-.1-.04l-5.435%209.525a.725.725%200%200%200%20.26.97c.11.065.23.095.35.095h9.26l-.005-.125c0-.085.015-.17.035-.25zm5.11-2.09c.17%200%20.33.05.465.15l2.06-1.85a.7.7%200%200%201-.09-.31l-3.235-.45a.83.83%200%200%201-.27.36l.925%202.11q.075-.016.15-.01z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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