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

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

The same logo in other sets

Use the woo 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="m3 5.833l3.578 11.69c.12.396.479.664.884.664H9.31a.93.93 0 0 0 .862-.595l1.814-4.643a.015.015 0 0 1 .022-.007l.006.007l1.836 4.646a.93.93 0 0 0 .86.592h1.764a.93.93 0 0 0 .883-.659L19.08 12h-2.936l-.502 1.651l-.005.008l-.008.003q-.006 0-.01-.002l-.005-.007L13.965 9.9a2.126 2.126 0 0 0-3.876-.01l-1.745 3.763l-.006.007l-.009.001a.02.02 0 0 1-.013-.01L6.008 5.813H3.015l-.007.001l-.005.005L3 5.826zm13.655 4.48h2.95l1.394-4.48l.001-.007l-.003-.007l-.005-.005l-.007-.002h-2.962z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function TokenWoo(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="m3 5.833l3.578 11.69c.12.396.479.664.884.664H9.31a.93.93 0 0 0 .862-.595l1.814-4.643a.015.015 0 0 1 .022-.007l.006.007l1.836 4.646a.93.93 0 0 0 .86.592h1.764a.93.93 0 0 0 .883-.659L19.08 12h-2.936l-.502 1.651l-.005.008l-.008.003q-.006 0-.01-.002l-.005-.007L13.965 9.9a2.126 2.126 0 0 0-3.876-.01l-1.745 3.763l-.006.007l-.009.001a.02.02 0 0 1-.013-.01L6.008 5.813H3.015l-.007.001l-.005.005L3 5.826zm13.655 4.48h2.95l1.394-4.48l.001-.007l-.003-.007l-.005-.005l-.007-.002h-2.962z" clipRule="evenodd"/></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="m3 5.833l3.578 11.69c.12.396.479.664.884.664H9.31a.93.93 0 0 0 .862-.595l1.814-4.643a.015.015 0 0 1 .022-.007l.006.007l1.836 4.646a.93.93 0 0 0 .86.592h1.764a.93.93 0 0 0 .883-.659L19.08 12h-2.936l-.502 1.651l-.005.008l-.008.003q-.006 0-.01-.002l-.005-.007L13.965 9.9a2.126 2.126 0 0 0-3.876-.01l-1.745 3.763l-.006.007l-.009.001a.02.02 0 0 1-.013-.01L6.008 5.813H3.015l-.007.001l-.005.005L3 5.826zm13.655 4.48h2.95l1.394-4.48l.001-.007l-.003-.007l-.005-.005l-.007-.002h-2.962z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-woo {
  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%22m3%205.833l3.578%2011.69c.12.396.479.664.884.664H9.31a.93.93%200%200%200%20.862-.595l1.814-4.643a.015.015%200%200%201%20.022-.007l.006.007l1.836%204.646a.93.93%200%200%200%20.86.592h1.764a.93.93%200%200%200%20.883-.659L19.08%2012h-2.936l-.502%201.651l-.005.008l-.008.003q-.006%200-.01-.002l-.005-.007L13.965%209.9a2.126%202.126%200%200%200-3.876-.01l-1.745%203.763l-.006.007l-.009.001a.02.02%200%200%201-.013-.01L6.008%205.813H3.015l-.007.001l-.005.005L3%205.826zm13.655%204.48h2.95l1.394-4.48l.001-.007l-.003-.007l-.005-.005l-.007-.002h-2.962z%22%20clip-rule%3D%22evenodd%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%22m3%205.833l3.578%2011.69c.12.396.479.664.884.664H9.31a.93.93%200%200%200%20.862-.595l1.814-4.643a.015.015%200%200%201%20.022-.007l.006.007l1.836%204.646a.93.93%200%200%200%20.86.592h1.764a.93.93%200%200%200%20.883-.659L19.08%2012h-2.936l-.502%201.651l-.005.008l-.008.003q-.006%200-.01-.002l-.005-.007L13.965%209.9a2.126%202.126%200%200%200-3.876-.01l-1.745%203.763l-.006.007l-.009.001a.02.02%200%200%201-.013-.01L6.008%205.813H3.015l-.007.001l-.005.005L3%205.826zm13.655%204.48h2.95l1.394-4.48l.001-.007l-.003-.007l-.005-.005l-.007-.002h-2.962z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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