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

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

The same logo in other sets

Use the alu logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.001 2a2.68 2.68 0 0 1 2.144 1.2l3.675 6.3l1.806-3.087c.35-.6 1.125-.813 1.738-.47c.606.338.812 1.107.462 1.707l-2.544 4.356l2.544 4.35c.35.606.144 1.375-.462 1.713a1.29 1.29 0 0 1-1.738-.475l-1.806-3.088l-3.675 6.3l-.094.144A2.69 2.69 0 0 1 11.99 22a2.53 2.53 0 0 1-1.919-.913a1.3 1.3 0 0 1-.219-.28l-.05-.088a4 4 0 0 1-.144-.244l-.937-1.6l-.587-1L6.176 14.5l-1.8 3.087a1.29 1.29 0 0 1-1.737.476a1.24 1.24 0 0 1-.463-1.713L4.72 12L2.176 7.644a1.237 1.237 0 0 1 .463-1.707a1.287 1.287 0 0 1 1.737.47L6.17 9.5l2.813-4.812l.668-1.15q.077-.148.181-.307l.02-.031q.075-.131.187-.244A2.54 2.54 0 0 1 12 2m3.394 8.356l.963 1.65l-4.363 7.469l-4.362-7.469l1.043-1.787L12.05 16.3l3.344-5.937zm-1.431-2.45l-1.969-3.375l-1.856 3.188l1.912 3.437z" clip-rule="evenodd"/><path fill="currentColor" d="M16.358 9.437c-.463 0-.82.644-.957.92L16.39 12l1.087-1.05c-.143-.812-.537-1.531-1.118-1.525zm-8.713-.012c.463.006.894.531 1.031.8l-1.043 1.781l-1.107-1.062c.144-.813.538-1.525 1.12-1.519m3.412-5.538c.469.019.812.444.937.644l-.925 1.575l-1.569-.9c.488-.875.963-1.338 1.55-1.313zm-.025 16.226c.475-.02.837-.438.962-.638l-1.387-2.363l-1.55.876c.087.168.606 1.125.7 1.262c.394.581.8.881 1.275.863"/></svg>

React

import type { SVGProps } from "react";

export function TokenAlu(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" fillRule="evenodd" d="M12.001 2a2.68 2.68 0 0 1 2.144 1.2l3.675 6.3l1.806-3.087c.35-.6 1.125-.813 1.738-.47c.606.338.812 1.107.462 1.707l-2.544 4.356l2.544 4.35c.35.606.144 1.375-.462 1.713a1.29 1.29 0 0 1-1.738-.475l-1.806-3.088l-3.675 6.3l-.094.144A2.69 2.69 0 0 1 11.99 22a2.53 2.53 0 0 1-1.919-.913a1.3 1.3 0 0 1-.219-.28l-.05-.088a4 4 0 0 1-.144-.244l-.937-1.6l-.587-1L6.176 14.5l-1.8 3.087a1.29 1.29 0 0 1-1.737.476a1.24 1.24 0 0 1-.463-1.713L4.72 12L2.176 7.644a1.237 1.237 0 0 1 .463-1.707a1.287 1.287 0 0 1 1.737.47L6.17 9.5l2.813-4.812l.668-1.15q.077-.148.181-.307l.02-.031q.075-.131.187-.244A2.54 2.54 0 0 1 12 2m3.394 8.356l.963 1.65l-4.363 7.469l-4.362-7.469l1.043-1.787L12.05 16.3l3.344-5.937zm-1.431-2.45l-1.969-3.375l-1.856 3.188l1.912 3.437z" clipRule="evenodd"/><path fill="currentColor" d="M16.358 9.437c-.463 0-.82.644-.957.92L16.39 12l1.087-1.05c-.143-.812-.537-1.531-1.118-1.525zm-8.713-.012c.463.006.894.531 1.031.8l-1.043 1.781l-1.107-1.062c.144-.813.538-1.525 1.12-1.519m3.412-5.538c.469.019.812.444.937.644l-.925 1.575l-1.569-.9c.488-.875.963-1.338 1.55-1.313zm-.025 16.226c.475-.02.837-.438.962-.638l-1.387-2.363l-1.55.876c.087.168.606 1.125.7 1.262c.394.581.8.881 1.275.863"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.001 2a2.68 2.68 0 0 1 2.144 1.2l3.675 6.3l1.806-3.087c.35-.6 1.125-.813 1.738-.47c.606.338.812 1.107.462 1.707l-2.544 4.356l2.544 4.35c.35.606.144 1.375-.462 1.713a1.29 1.29 0 0 1-1.738-.475l-1.806-3.088l-3.675 6.3l-.094.144A2.69 2.69 0 0 1 11.99 22a2.53 2.53 0 0 1-1.919-.913a1.3 1.3 0 0 1-.219-.28l-.05-.088a4 4 0 0 1-.144-.244l-.937-1.6l-.587-1L6.176 14.5l-1.8 3.087a1.29 1.29 0 0 1-1.737.476a1.24 1.24 0 0 1-.463-1.713L4.72 12L2.176 7.644a1.237 1.237 0 0 1 .463-1.707a1.287 1.287 0 0 1 1.737.47L6.17 9.5l2.813-4.812l.668-1.15q.077-.148.181-.307l.02-.031q.075-.131.187-.244A2.54 2.54 0 0 1 12 2m3.394 8.356l.963 1.65l-4.363 7.469l-4.362-7.469l1.043-1.787L12.05 16.3l3.344-5.937zm-1.431-2.45l-1.969-3.375l-1.856 3.188l1.912 3.437z" clip-rule="evenodd"/><path fill="currentColor" d="M16.358 9.437c-.463 0-.82.644-.957.92L16.39 12l1.087-1.05c-.143-.812-.537-1.531-1.118-1.525zm-8.713-.012c.463.006.894.531 1.031.8l-1.043 1.781l-1.107-1.062c.144-.813.538-1.525 1.12-1.519m3.412-5.538c.469.019.812.444.937.644l-.925 1.575l-1.569-.9c.488-.875.963-1.338 1.55-1.313zm-.025 16.226c.475-.02.837-.438.962-.638l-1.387-2.363l-1.55.876c.087.168.606 1.125.7 1.262c.394.581.8.881 1.275.863"/></svg>
</template>

CSS

.icon-alu {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M12.001%202a2.68%202.68%200%200%201%202.144%201.2l3.675%206.3l1.806-3.087c.35-.6%201.125-.813%201.738-.47c.606.338.812%201.107.462%201.707l-2.544%204.356l2.544%204.35c.35.606.144%201.375-.462%201.713a1.29%201.29%200%200%201-1.738-.475l-1.806-3.088l-3.675%206.3l-.094.144A2.69%202.69%200%200%201%2011.99%2022a2.53%202.53%200%200%201-1.919-.913a1.3%201.3%200%200%201-.219-.28l-.05-.088a4%204%200%200%201-.144-.244l-.937-1.6l-.587-1L6.176%2014.5l-1.8%203.087a1.29%201.29%200%200%201-1.737.476a1.24%201.24%200%200%201-.463-1.713L4.72%2012L2.176%207.644a1.237%201.237%200%200%201%20.463-1.707a1.287%201.287%200%200%201%201.737.47L6.17%209.5l2.813-4.812l.668-1.15q.077-.148.181-.307l.02-.031q.075-.131.187-.244A2.54%202.54%200%200%201%2012%202m3.394%208.356l.963%201.65l-4.363%207.469l-4.362-7.469l1.043-1.787L12.05%2016.3l3.344-5.937zm-1.431-2.45l-1.969-3.375l-1.856%203.188l1.912%203.437z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.358%209.437c-.463%200-.82.644-.957.92L16.39%2012l1.087-1.05c-.143-.812-.537-1.531-1.118-1.525zm-8.713-.012c.463.006.894.531%201.031.8l-1.043%201.781l-1.107-1.062c.144-.813.538-1.525%201.12-1.519m3.412-5.538c.469.019.812.444.937.644l-.925%201.575l-1.569-.9c.488-.875.963-1.338%201.55-1.313zm-.025%2016.226c.475-.02.837-.438.962-.638l-1.387-2.363l-1.55.876c.087.168.606%201.125.7%201.262c.394.581.8.881%201.275.863%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12.001%202a2.68%202.68%200%200%201%202.144%201.2l3.675%206.3l1.806-3.087c.35-.6%201.125-.813%201.738-.47c.606.338.812%201.107.462%201.707l-2.544%204.356l2.544%204.35c.35.606.144%201.375-.462%201.713a1.29%201.29%200%200%201-1.738-.475l-1.806-3.088l-3.675%206.3l-.094.144A2.69%202.69%200%200%201%2011.99%2022a2.53%202.53%200%200%201-1.919-.913a1.3%201.3%200%200%201-.219-.28l-.05-.088a4%204%200%200%201-.144-.244l-.937-1.6l-.587-1L6.176%2014.5l-1.8%203.087a1.29%201.29%200%200%201-1.737.476a1.24%201.24%200%200%201-.463-1.713L4.72%2012L2.176%207.644a1.237%201.237%200%200%201%20.463-1.707a1.287%201.287%200%200%201%201.737.47L6.17%209.5l2.813-4.812l.668-1.15q.077-.148.181-.307l.02-.031q.075-.131.187-.244A2.54%202.54%200%200%201%2012%202m3.394%208.356l.963%201.65l-4.363%207.469l-4.362-7.469l1.043-1.787L12.05%2016.3l3.344-5.937zm-1.431-2.45l-1.969-3.375l-1.856%203.188l1.912%203.437z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.358%209.437c-.463%200-.82.644-.957.92L16.39%2012l1.087-1.05c-.143-.812-.537-1.531-1.118-1.525zm-8.713-.012c.463.006.894.531%201.031.8l-1.043%201.781l-1.107-1.062c.144-.813.538-1.525%201.12-1.519m3.412-5.538c.469.019.812.444.937.644l-.925%201.575l-1.569-.9c.488-.875.963-1.338%201.55-1.313zm-.025%2016.226c.475-.02.837-.438.962-.638l-1.387-2.363l-1.55.876c.087.168.606%201.125.7%201.262c.394.581.8.881%201.275.863%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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