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

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

The same logo in other sets

Use the alph logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.294 4.36a.68.68 0 0 0-.683-.353l-3.161.534c-.267.042-.384.266-.272.506l6.995 14.593a.685.685 0 0 0 .688.352l3.156-.533c.267-.043.384-.267.273-.506zM9.867 14.9c0-.229-.191-.389-.431-.352l-2.864.459a.52.52 0 0 0-.437.49v5.146c0 .229.197.389.437.352l2.864-.459a.52.52 0 0 0 .431-.49zm7.998-11.537c0-.235-.192-.395-.432-.358l-2.869.459a.52.52 0 0 0-.431.49V9.1c0 .229.192.389.431.352l2.869-.459a.52.52 0 0 0 .432-.49V3.357z"/></svg>

React

import type { SVGProps } from "react";

export function TokenAlph(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="M10.294 4.36a.68.68 0 0 0-.683-.353l-3.161.534c-.267.042-.384.266-.272.506l6.995 14.593a.685.685 0 0 0 .688.352l3.156-.533c.267-.043.384-.267.273-.506zM9.867 14.9c0-.229-.191-.389-.431-.352l-2.864.459a.52.52 0 0 0-.437.49v5.146c0 .229.197.389.437.352l2.864-.459a.52.52 0 0 0 .431-.49zm7.998-11.537c0-.235-.192-.395-.432-.358l-2.869.459a.52.52 0 0 0-.431.49V9.1c0 .229.192.389.431.352l2.869-.459a.52.52 0 0 0 .432-.49V3.357z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.294 4.36a.68.68 0 0 0-.683-.353l-3.161.534c-.267.042-.384.266-.272.506l6.995 14.593a.685.685 0 0 0 .688.352l3.156-.533c.267-.043.384-.267.273-.506zM9.867 14.9c0-.229-.191-.389-.431-.352l-2.864.459a.52.52 0 0 0-.437.49v5.146c0 .229.197.389.437.352l2.864-.459a.52.52 0 0 0 .431-.49zm7.998-11.537c0-.235-.192-.395-.432-.358l-2.869.459a.52.52 0 0 0-.431.49V9.1c0 .229.192.389.431.352l2.869-.459a.52.52 0 0 0 .432-.49V3.357z"/></svg>
</template>

CSS

.icon-alph {
  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%22M10.294%204.36a.68.68%200%200%200-.683-.353l-3.161.534c-.267.042-.384.266-.272.506l6.995%2014.593a.685.685%200%200%200%20.688.352l3.156-.533c.267-.043.384-.267.273-.506zM9.867%2014.9c0-.229-.191-.389-.431-.352l-2.864.459a.52.52%200%200%200-.437.49v5.146c0%20.229.197.389.437.352l2.864-.459a.52.52%200%200%200%20.431-.49zm7.998-11.537c0-.235-.192-.395-.432-.358l-2.869.459a.52.52%200%200%200-.431.49V9.1c0%20.229.192.389.431.352l2.869-.459a.52.52%200%200%200%20.432-.49V3.357z%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%22M10.294%204.36a.68.68%200%200%200-.683-.353l-3.161.534c-.267.042-.384.266-.272.506l6.995%2014.593a.685.685%200%200%200%20.688.352l3.156-.533c.267-.043.384-.267.273-.506zM9.867%2014.9c0-.229-.191-.389-.431-.352l-2.864.459a.52.52%200%200%200-.437.49v5.146c0%20.229.197.389.437.352l2.864-.459a.52.52%200%200%200%20.431-.49zm7.998-11.537c0-.235-.192-.395-.432-.358l-2.869.459a.52.52%200%200%200-.431.49V9.1c0%20.229.192.389.431.352l2.869-.459a.52.52%200%200%200%20.432-.49V3.357z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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