alpha wallet logo

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

Name
alpha-wallet
Set
Web3 Icons
Style
Mono
Viewbox
24×24
License
MIT

The same logo in other sets

Use the alpha wallet logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.212 11.57c0 .697-.57 1.262-1.272 1.262a1.265 1.265 0 0 1-1.268-1.262a1.267 1.267 0 0 1 1.755-1.166a1.27 1.27 0 0 1 .688.683c.064.153.097.318.097.483m4.196-5.362c-.177.28-2.55 3.986-2.78 4.339c-.052.082-.106.162-.154.241c-.032.051-.068.102-.1.153a2.51 2.51 0 0 0-2.04-1.837c.045-.07 1.438-2.257 1.79-2.813c.039-.064.077-.112.164-.112q1.535.004 3.071.003c.01.007.02.016.048.026M21 16.949c-.512.604-1.09 1.03-1.822 1.202c-1.01.235-1.967.127-2.829-.49c-.624-.448-1.005-1.078-1.284-1.777q-.015-.031-.029-.073l-.006-.02a26 26 0 0 1-.317-.892c-.1-.3-.196-.617-.26-.887a2.53 2.53 0 0 0 2.367-.789l.007-.006c.17.416.345 1.068.512 1.573v.004q.067.211.135.375c.185.457.38.909.752 1.25l.077.066c.484.397 1.063.502 1.669.521c.326.016.653-.028 1.028-.057"/><path fill="currentColor" d="M12.817 12.9c-.596.826-1.24 1.61-2 2.307c-.64.588-1.322 1.113-2.142 1.43a2.6 2.6 0 0 1-.977.185c-.954.003-1.64-.591-1.845-1.583c-.179-.88-.09-1.752.16-2.6c.462-1.574 1.272-2.966 2.348-4.203c.487-.56 1.048-1.04 1.778-1.271c.516-.163 1.035-.21 1.54.047c.388.197.66.519.875.884c.307.521.5 1.084.663 1.66a2.5 2.5 0 0 1 1.723-.68q.201 0 .39.028c.01-.013.065-.099.152-.235c-.116-.261-.212-.5-.32-.732c-.344-.721-.808-1.344-1.48-1.796c-.795-.53-1.682-.702-2.633-.623c-1.214.102-2.345.452-3.376 1.084c-1.643 1.008-2.934 2.356-3.837 4.05c-.58 1.084-.914 2.238-.82 3.48c.118 1.603.932 2.75 2.38 3.45c1.127.546 2.325.594 3.539.445a7.5 7.5 0 0 0 2.837-.957c1.064-.61 1.986-1.408 2.848-2.276c.029-.032.048-.076.09-.095a11 11 0 0 1-.26-.887a2.5 2.5 0 0 1-1.633-1.113"/></svg>

React

import type { SVGProps } from "react";

export function TokenAlphaWallet(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.212 11.57c0 .697-.57 1.262-1.272 1.262a1.265 1.265 0 0 1-1.268-1.262a1.267 1.267 0 0 1 1.755-1.166a1.27 1.27 0 0 1 .688.683c.064.153.097.318.097.483m4.196-5.362c-.177.28-2.55 3.986-2.78 4.339c-.052.082-.106.162-.154.241c-.032.051-.068.102-.1.153a2.51 2.51 0 0 0-2.04-1.837c.045-.07 1.438-2.257 1.79-2.813c.039-.064.077-.112.164-.112q1.535.004 3.071.003c.01.007.02.016.048.026M21 16.949c-.512.604-1.09 1.03-1.822 1.202c-1.01.235-1.967.127-2.829-.49c-.624-.448-1.005-1.078-1.284-1.777q-.015-.031-.029-.073l-.006-.02a26 26 0 0 1-.317-.892c-.1-.3-.196-.617-.26-.887a2.53 2.53 0 0 0 2.367-.789l.007-.006c.17.416.345 1.068.512 1.573v.004q.067.211.135.375c.185.457.38.909.752 1.25l.077.066c.484.397 1.063.502 1.669.521c.326.016.653-.028 1.028-.057"/><path fill="currentColor" d="M12.817 12.9c-.596.826-1.24 1.61-2 2.307c-.64.588-1.322 1.113-2.142 1.43a2.6 2.6 0 0 1-.977.185c-.954.003-1.64-.591-1.845-1.583c-.179-.88-.09-1.752.16-2.6c.462-1.574 1.272-2.966 2.348-4.203c.487-.56 1.048-1.04 1.778-1.271c.516-.163 1.035-.21 1.54.047c.388.197.66.519.875.884c.307.521.5 1.084.663 1.66a2.5 2.5 0 0 1 1.723-.68q.201 0 .39.028c.01-.013.065-.099.152-.235c-.116-.261-.212-.5-.32-.732c-.344-.721-.808-1.344-1.48-1.796c-.795-.53-1.682-.702-2.633-.623c-1.214.102-2.345.452-3.376 1.084c-1.643 1.008-2.934 2.356-3.837 4.05c-.58 1.084-.914 2.238-.82 3.48c.118 1.603.932 2.75 2.38 3.45c1.127.546 2.325.594 3.539.445a7.5 7.5 0 0 0 2.837-.957c1.064-.61 1.986-1.408 2.848-2.276c.029-.032.048-.076.09-.095a11 11 0 0 1-.26-.887a2.5 2.5 0 0 1-1.633-1.113"/></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.212 11.57c0 .697-.57 1.262-1.272 1.262a1.265 1.265 0 0 1-1.268-1.262a1.267 1.267 0 0 1 1.755-1.166a1.27 1.27 0 0 1 .688.683c.064.153.097.318.097.483m4.196-5.362c-.177.28-2.55 3.986-2.78 4.339c-.052.082-.106.162-.154.241c-.032.051-.068.102-.1.153a2.51 2.51 0 0 0-2.04-1.837c.045-.07 1.438-2.257 1.79-2.813c.039-.064.077-.112.164-.112q1.535.004 3.071.003c.01.007.02.016.048.026M21 16.949c-.512.604-1.09 1.03-1.822 1.202c-1.01.235-1.967.127-2.829-.49c-.624-.448-1.005-1.078-1.284-1.777q-.015-.031-.029-.073l-.006-.02a26 26 0 0 1-.317-.892c-.1-.3-.196-.617-.26-.887a2.53 2.53 0 0 0 2.367-.789l.007-.006c.17.416.345 1.068.512 1.573v.004q.067.211.135.375c.185.457.38.909.752 1.25l.077.066c.484.397 1.063.502 1.669.521c.326.016.653-.028 1.028-.057"/><path fill="currentColor" d="M12.817 12.9c-.596.826-1.24 1.61-2 2.307c-.64.588-1.322 1.113-2.142 1.43a2.6 2.6 0 0 1-.977.185c-.954.003-1.64-.591-1.845-1.583c-.179-.88-.09-1.752.16-2.6c.462-1.574 1.272-2.966 2.348-4.203c.487-.56 1.048-1.04 1.778-1.271c.516-.163 1.035-.21 1.54.047c.388.197.66.519.875.884c.307.521.5 1.084.663 1.66a2.5 2.5 0 0 1 1.723-.68q.201 0 .39.028c.01-.013.065-.099.152-.235c-.116-.261-.212-.5-.32-.732c-.344-.721-.808-1.344-1.48-1.796c-.795-.53-1.682-.702-2.633-.623c-1.214.102-2.345.452-3.376 1.084c-1.643 1.008-2.934 2.356-3.837 4.05c-.58 1.084-.914 2.238-.82 3.48c.118 1.603.932 2.75 2.38 3.45c1.127.546 2.325.594 3.539.445a7.5 7.5 0 0 0 2.837-.957c1.064-.61 1.986-1.408 2.848-2.276c.029-.032.048-.076.09-.095a11 11 0 0 1-.26-.887a2.5 2.5 0 0 1-1.633-1.113"/></svg>
</template>

CSS

.icon-alpha-wallet {
  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.212%2011.57c0%20.697-.57%201.262-1.272%201.262a1.265%201.265%200%200%201-1.268-1.262a1.267%201.267%200%200%201%201.755-1.166a1.27%201.27%200%200%201%20.688.683c.064.153.097.318.097.483m4.196-5.362c-.177.28-2.55%203.986-2.78%204.339c-.052.082-.106.162-.154.241c-.032.051-.068.102-.1.153a2.51%202.51%200%200%200-2.04-1.837c.045-.07%201.438-2.257%201.79-2.813c.039-.064.077-.112.164-.112q1.535.004%203.071.003c.01.007.02.016.048.026M21%2016.949c-.512.604-1.09%201.03-1.822%201.202c-1.01.235-1.967.127-2.829-.49c-.624-.448-1.005-1.078-1.284-1.777q-.015-.031-.029-.073l-.006-.02a26%2026%200%200%201-.317-.892c-.1-.3-.196-.617-.26-.887a2.53%202.53%200%200%200%202.367-.789l.007-.006c.17.416.345%201.068.512%201.573v.004q.067.211.135.375c.185.457.38.909.752%201.25l.077.066c.484.397%201.063.502%201.669.521c.326.016.653-.028%201.028-.057%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.817%2012.9c-.596.826-1.24%201.61-2%202.307c-.64.588-1.322%201.113-2.142%201.43a2.6%202.6%200%200%201-.977.185c-.954.003-1.64-.591-1.845-1.583c-.179-.88-.09-1.752.16-2.6c.462-1.574%201.272-2.966%202.348-4.203c.487-.56%201.048-1.04%201.778-1.271c.516-.163%201.035-.21%201.54.047c.388.197.66.519.875.884c.307.521.5%201.084.663%201.66a2.5%202.5%200%200%201%201.723-.68q.201%200%20.39.028c.01-.013.065-.099.152-.235c-.116-.261-.212-.5-.32-.732c-.344-.721-.808-1.344-1.48-1.796c-.795-.53-1.682-.702-2.633-.623c-1.214.102-2.345.452-3.376%201.084c-1.643%201.008-2.934%202.356-3.837%204.05c-.58%201.084-.914%202.238-.82%203.48c.118%201.603.932%202.75%202.38%203.45c1.127.546%202.325.594%203.539.445a7.5%207.5%200%200%200%202.837-.957c1.064-.61%201.986-1.408%202.848-2.276c.029-.032.048-.076.09-.095a11%2011%200%200%201-.26-.887a2.5%202.5%200%200%201-1.633-1.113%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.212%2011.57c0%20.697-.57%201.262-1.272%201.262a1.265%201.265%200%200%201-1.268-1.262a1.267%201.267%200%200%201%201.755-1.166a1.27%201.27%200%200%201%20.688.683c.064.153.097.318.097.483m4.196-5.362c-.177.28-2.55%203.986-2.78%204.339c-.052.082-.106.162-.154.241c-.032.051-.068.102-.1.153a2.51%202.51%200%200%200-2.04-1.837c.045-.07%201.438-2.257%201.79-2.813c.039-.064.077-.112.164-.112q1.535.004%203.071.003c.01.007.02.016.048.026M21%2016.949c-.512.604-1.09%201.03-1.822%201.202c-1.01.235-1.967.127-2.829-.49c-.624-.448-1.005-1.078-1.284-1.777q-.015-.031-.029-.073l-.006-.02a26%2026%200%200%201-.317-.892c-.1-.3-.196-.617-.26-.887a2.53%202.53%200%200%200%202.367-.789l.007-.006c.17.416.345%201.068.512%201.573v.004q.067.211.135.375c.185.457.38.909.752%201.25l.077.066c.484.397%201.063.502%201.669.521c.326.016.653-.028%201.028-.057%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.817%2012.9c-.596.826-1.24%201.61-2%202.307c-.64.588-1.322%201.113-2.142%201.43a2.6%202.6%200%200%201-.977.185c-.954.003-1.64-.591-1.845-1.583c-.179-.88-.09-1.752.16-2.6c.462-1.574%201.272-2.966%202.348-4.203c.487-.56%201.048-1.04%201.778-1.271c.516-.163%201.035-.21%201.54.047c.388.197.66.519.875.884c.307.521.5%201.084.663%201.66a2.5%202.5%200%200%201%201.723-.68q.201%200%20.39.028c.01-.013.065-.099.152-.235c-.116-.261-.212-.5-.32-.732c-.344-.721-.808-1.344-1.48-1.796c-.795-.53-1.682-.702-2.633-.623c-1.214.102-2.345.452-3.376%201.084c-1.643%201.008-2.934%202.356-3.837%204.05c-.58%201.084-.914%202.238-.82%203.48c.118%201.603.932%202.75%202.38%203.45c1.127.546%202.325.594%203.539.445a7.5%207.5%200%200%200%202.837-.957c1.064-.61%201.986-1.408%202.848-2.276c.029-.032.048-.076.09-.095a11%2011%200%200%201-.26-.887a2.5%202.5%200%200%201-1.633-1.113%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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