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

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

The same logo in other sets

Use the was logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.989 11.718q.022 0 0 0V12c0 4.484-3.549 8.227-8.126 8.227c-3.985 0-6.952-2.807-8.104-5.919c.293.422 1.131 1.44 1.532 1.867c1.018 1.029 2.17 1.764 3.446 2.176a8.1 8.1 0 0 0 2.525.38c1.028 0 2.02-.267 2.941-.704c.221.324.473.617.772.869q.507-.602.961-1.224c.082.19.262.499.35.648a1.9 1.9 0 0 0 .977-1.194a2.6 2.6 0 0 1-.772.736c-.18-.36-.267-.807-.4-1.188q-.602.733-1.178 1.491c-.412-.406-.514-.982-.761-1.48c-1.286.945-3.44.945-4.89.54C6.275 16.113 4.295 11.537 3 8.251c.545.514 1.244 1.157 2.129 1.146a8.15 8.15 0 0 1 7.724-5.626c3.204 0 6.35 2.109 7.55 5.158v.016L18.17 10.71s1.414.668 2.777.313c.02.232.041.463.041.695m-6.83-.18c.818.036 1.594-.268 2.103-.823h-.01s-.01 0-.01-.01c-.915-.407-1.728-1.029-2.607-1.507c-.669-.365-1.389-.617-2.068-.952c0 .124-.087.304-.103.443c-.102.586-.246 1.594.052 1.877c.833.853 2.643.977 2.643.977z"/></svg>

React

import type { SVGProps } from "react";

export function TokenWas(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="M20.989 11.718q.022 0 0 0V12c0 4.484-3.549 8.227-8.126 8.227c-3.985 0-6.952-2.807-8.104-5.919c.293.422 1.131 1.44 1.532 1.867c1.018 1.029 2.17 1.764 3.446 2.176a8.1 8.1 0 0 0 2.525.38c1.028 0 2.02-.267 2.941-.704c.221.324.473.617.772.869q.507-.602.961-1.224c.082.19.262.499.35.648a1.9 1.9 0 0 0 .977-1.194a2.6 2.6 0 0 1-.772.736c-.18-.36-.267-.807-.4-1.188q-.602.733-1.178 1.491c-.412-.406-.514-.982-.761-1.48c-1.286.945-3.44.945-4.89.54C6.275 16.113 4.295 11.537 3 8.251c.545.514 1.244 1.157 2.129 1.146a8.15 8.15 0 0 1 7.724-5.626c3.204 0 6.35 2.109 7.55 5.158v.016L18.17 10.71s1.414.668 2.777.313c.02.232.041.463.041.695m-6.83-.18c.818.036 1.594-.268 2.103-.823h-.01s-.01 0-.01-.01c-.915-.407-1.728-1.029-2.607-1.507c-.669-.365-1.389-.617-2.068-.952c0 .124-.087.304-.103.443c-.102.586-.246 1.594.052 1.877c.833.853 2.643.977 2.643.977z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.989 11.718q.022 0 0 0V12c0 4.484-3.549 8.227-8.126 8.227c-3.985 0-6.952-2.807-8.104-5.919c.293.422 1.131 1.44 1.532 1.867c1.018 1.029 2.17 1.764 3.446 2.176a8.1 8.1 0 0 0 2.525.38c1.028 0 2.02-.267 2.941-.704c.221.324.473.617.772.869q.507-.602.961-1.224c.082.19.262.499.35.648a1.9 1.9 0 0 0 .977-1.194a2.6 2.6 0 0 1-.772.736c-.18-.36-.267-.807-.4-1.188q-.602.733-1.178 1.491c-.412-.406-.514-.982-.761-1.48c-1.286.945-3.44.945-4.89.54C6.275 16.113 4.295 11.537 3 8.251c.545.514 1.244 1.157 2.129 1.146a8.15 8.15 0 0 1 7.724-5.626c3.204 0 6.35 2.109 7.55 5.158v.016L18.17 10.71s1.414.668 2.777.313c.02.232.041.463.041.695m-6.83-.18c.818.036 1.594-.268 2.103-.823h-.01s-.01 0-.01-.01c-.915-.407-1.728-1.029-2.607-1.507c-.669-.365-1.389-.617-2.068-.952c0 .124-.087.304-.103.443c-.102.586-.246 1.594.052 1.877c.833.853 2.643.977 2.643.977z"/></svg>
</template>

CSS

.icon-was {
  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%22M20.989%2011.718q.022%200%200%200V12c0%204.484-3.549%208.227-8.126%208.227c-3.985%200-6.952-2.807-8.104-5.919c.293.422%201.131%201.44%201.532%201.867c1.018%201.029%202.17%201.764%203.446%202.176a8.1%208.1%200%200%200%202.525.38c1.028%200%202.02-.267%202.941-.704c.221.324.473.617.772.869q.507-.602.961-1.224c.082.19.262.499.35.648a1.9%201.9%200%200%200%20.977-1.194a2.6%202.6%200%200%201-.772.736c-.18-.36-.267-.807-.4-1.188q-.602.733-1.178%201.491c-.412-.406-.514-.982-.761-1.48c-1.286.945-3.44.945-4.89.54C6.275%2016.113%204.295%2011.537%203%208.251c.545.514%201.244%201.157%202.129%201.146a8.15%208.15%200%200%201%207.724-5.626c3.204%200%206.35%202.109%207.55%205.158v.016L18.17%2010.71s1.414.668%202.777.313c.02.232.041.463.041.695m-6.83-.18c.818.036%201.594-.268%202.103-.823h-.01s-.01%200-.01-.01c-.915-.407-1.728-1.029-2.607-1.507c-.669-.365-1.389-.617-2.068-.952c0%20.124-.087.304-.103.443c-.102.586-.246%201.594.052%201.877c.833.853%202.643.977%202.643.977z%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%22M20.989%2011.718q.022%200%200%200V12c0%204.484-3.549%208.227-8.126%208.227c-3.985%200-6.952-2.807-8.104-5.919c.293.422%201.131%201.44%201.532%201.867c1.018%201.029%202.17%201.764%203.446%202.176a8.1%208.1%200%200%200%202.525.38c1.028%200%202.02-.267%202.941-.704c.221.324.473.617.772.869q.507-.602.961-1.224c.082.19.262.499.35.648a1.9%201.9%200%200%200%20.977-1.194a2.6%202.6%200%200%201-.772.736c-.18-.36-.267-.807-.4-1.188q-.602.733-1.178%201.491c-.412-.406-.514-.982-.761-1.48c-1.286.945-3.44.945-4.89.54C6.275%2016.113%204.295%2011.537%203%208.251c.545.514%201.244%201.157%202.129%201.146a8.15%208.15%200%200%201%207.724-5.626c3.204%200%206.35%202.109%207.55%205.158v.016L18.17%2010.71s1.414.668%202.777.313c.02.232.041.463.041.695m-6.83-.18c.818.036%201.594-.268%202.103-.823h-.01s-.01%200-.01-.01c-.915-.407-1.728-1.029-2.607-1.507c-.669-.365-1.389-.617-2.068-.952c0%20.124-.087.304-.103.443c-.102.586-.246%201.594.052%201.877c.833.853%202.643.977%202.643.977z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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