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

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

The same logo in other sets

Use the botanix 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="m16.168 16.469l-1.237-1.228a1.54 1.54 0 0 1-1.066 1.012l-2.126.57a1.53 1.53 0 0 1-1.876-1.074l-.278-1.04l-1.751 1.76a.3.3 0 0 0-.091.22V20.1H6.635v-3.412c0-.376.148-.732.418-.998l2.209-2.192l-.093-.345l-3.163.841l-.006.001a.32.32 0 0 0-.214.126l-1.881 3.324L3 16.81l1.876-3.317l.003-.005c.228-.319.581-.532.972-.583l3.32-.868a1.54 1.54 0 0 1 1.038-.934l2.126-.57a1.53 1.53 0 0 1 1.875 1.074l.024.089l.053.199l3.862 1.01c.39.053.744.265.972.583l.003.004L21 16.81l-.905.636l-1.88-3.325a.32.32 0 0 0-.215-.126h-.006l-3.387-.902l.1.372l2.242 2.225c.267.267.417.621.417.998V20.1h-1.107v-3.412a.3.3 0 0 0-.091-.219m-2.283-1.797a.426.426 0 0 1-.303.52l-2.126.57a.425.425 0 0 1-.522-.299l-.744-2.778a.426.426 0 0 1 .303-.519l2.126-.57a.425.425 0 0 1 .522.298z" clip-rule="evenodd"/><path fill="currentColor" fill-rule="evenodd" d="M20.095 6.555L21 7.19l-1.876 3.318l-.003.004a1.43 1.43 0 0 1-.972.582l-3.515.92v.049a1.53 1.53 0 0 1-1.534 1.523h-2.2a1.53 1.53 0 0 1-1.534-1.523v-.05l-3.515-.918a1.42 1.42 0 0 1-.972-.583l-.003-.005L3 7.19l.905-.635l1.881 3.324a.33.33 0 0 0 .22.127l3.36.893v-.292L7.054 8.31a1.4 1.4 0 0 1-.418-.998V3.9h1.108v3.412c0 .083.032.16.09.219l1.54 1.526A1.53 1.53 0 0 1 10.9 7.665h2.2c.801 0 1.462.613 1.53 1.392l1.537-1.526a.3.3 0 0 0 .09-.22V3.9h1.108v3.412c0 .377-.15.73-.417.998l-2.315 2.297v.293l3.36-.894a.33.33 0 0 0 .221-.127zm-6.566 5.51a.426.426 0 0 1-.427.422H10.9a.426.426 0 0 1-.427-.423V9.188c0-.232.191-.423.427-.423h2.2c.237 0 .428.19.428.423z" clip-rule="evenodd"/><path fill="currentColor" d="m13.865 16.253l-.283-1.062a.426.426 0 0 0 .303-.519l-.744-2.778a.425.425 0 0 0-.522-.298l-.284-1.063a1.53 1.53 0 0 1 1.875 1.074l.024.089l.063.202l3.852 1.008c.39.052.744.264.972.582l.003.004L21 16.81l-.905.636l-1.88-3.325a.32.32 0 0 0-.215-.126h-.006l-3.387-.902l.1.372l2.242 2.225c.267.267.417.621.417.998V20.1h-1.107v-3.412a.3.3 0 0 0-.091-.219l-1.237-1.228a1.54 1.54 0 0 1-1.066 1.012"/></svg>

React

import type { SVGProps } from "react";

export function TokenBotanix(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="m16.168 16.469l-1.237-1.228a1.54 1.54 0 0 1-1.066 1.012l-2.126.57a1.53 1.53 0 0 1-1.876-1.074l-.278-1.04l-1.751 1.76a.3.3 0 0 0-.091.22V20.1H6.635v-3.412c0-.376.148-.732.418-.998l2.209-2.192l-.093-.345l-3.163.841l-.006.001a.32.32 0 0 0-.214.126l-1.881 3.324L3 16.81l1.876-3.317l.003-.005c.228-.319.581-.532.972-.583l3.32-.868a1.54 1.54 0 0 1 1.038-.934l2.126-.57a1.53 1.53 0 0 1 1.875 1.074l.024.089l.053.199l3.862 1.01c.39.053.744.265.972.583l.003.004L21 16.81l-.905.636l-1.88-3.325a.32.32 0 0 0-.215-.126h-.006l-3.387-.902l.1.372l2.242 2.225c.267.267.417.621.417.998V20.1h-1.107v-3.412a.3.3 0 0 0-.091-.219m-2.283-1.797a.426.426 0 0 1-.303.52l-2.126.57a.425.425 0 0 1-.522-.299l-.744-2.778a.426.426 0 0 1 .303-.519l2.126-.57a.425.425 0 0 1 .522.298z" clipRule="evenodd"/><path fill="currentColor" fillRule="evenodd" d="M20.095 6.555L21 7.19l-1.876 3.318l-.003.004a1.43 1.43 0 0 1-.972.582l-3.515.92v.049a1.53 1.53 0 0 1-1.534 1.523h-2.2a1.53 1.53 0 0 1-1.534-1.523v-.05l-3.515-.918a1.42 1.42 0 0 1-.972-.583l-.003-.005L3 7.19l.905-.635l1.881 3.324a.33.33 0 0 0 .22.127l3.36.893v-.292L7.054 8.31a1.4 1.4 0 0 1-.418-.998V3.9h1.108v3.412c0 .083.032.16.09.219l1.54 1.526A1.53 1.53 0 0 1 10.9 7.665h2.2c.801 0 1.462.613 1.53 1.392l1.537-1.526a.3.3 0 0 0 .09-.22V3.9h1.108v3.412c0 .377-.15.73-.417.998l-2.315 2.297v.293l3.36-.894a.33.33 0 0 0 .221-.127zm-6.566 5.51a.426.426 0 0 1-.427.422H10.9a.426.426 0 0 1-.427-.423V9.188c0-.232.191-.423.427-.423h2.2c.237 0 .428.19.428.423z" clipRule="evenodd"/><path fill="currentColor" d="m13.865 16.253l-.283-1.062a.426.426 0 0 0 .303-.519l-.744-2.778a.425.425 0 0 0-.522-.298l-.284-1.063a1.53 1.53 0 0 1 1.875 1.074l.024.089l.063.202l3.852 1.008c.39.052.744.264.972.582l.003.004L21 16.81l-.905.636l-1.88-3.325a.32.32 0 0 0-.215-.126h-.006l-3.387-.902l.1.372l2.242 2.225c.267.267.417.621.417.998V20.1h-1.107v-3.412a.3.3 0 0 0-.091-.219l-1.237-1.228a1.54 1.54 0 0 1-1.066 1.012"/></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="m16.168 16.469l-1.237-1.228a1.54 1.54 0 0 1-1.066 1.012l-2.126.57a1.53 1.53 0 0 1-1.876-1.074l-.278-1.04l-1.751 1.76a.3.3 0 0 0-.091.22V20.1H6.635v-3.412c0-.376.148-.732.418-.998l2.209-2.192l-.093-.345l-3.163.841l-.006.001a.32.32 0 0 0-.214.126l-1.881 3.324L3 16.81l1.876-3.317l.003-.005c.228-.319.581-.532.972-.583l3.32-.868a1.54 1.54 0 0 1 1.038-.934l2.126-.57a1.53 1.53 0 0 1 1.875 1.074l.024.089l.053.199l3.862 1.01c.39.053.744.265.972.583l.003.004L21 16.81l-.905.636l-1.88-3.325a.32.32 0 0 0-.215-.126h-.006l-3.387-.902l.1.372l2.242 2.225c.267.267.417.621.417.998V20.1h-1.107v-3.412a.3.3 0 0 0-.091-.219m-2.283-1.797a.426.426 0 0 1-.303.52l-2.126.57a.425.425 0 0 1-.522-.299l-.744-2.778a.426.426 0 0 1 .303-.519l2.126-.57a.425.425 0 0 1 .522.298z" clip-rule="evenodd"/><path fill="currentColor" fill-rule="evenodd" d="M20.095 6.555L21 7.19l-1.876 3.318l-.003.004a1.43 1.43 0 0 1-.972.582l-3.515.92v.049a1.53 1.53 0 0 1-1.534 1.523h-2.2a1.53 1.53 0 0 1-1.534-1.523v-.05l-3.515-.918a1.42 1.42 0 0 1-.972-.583l-.003-.005L3 7.19l.905-.635l1.881 3.324a.33.33 0 0 0 .22.127l3.36.893v-.292L7.054 8.31a1.4 1.4 0 0 1-.418-.998V3.9h1.108v3.412c0 .083.032.16.09.219l1.54 1.526A1.53 1.53 0 0 1 10.9 7.665h2.2c.801 0 1.462.613 1.53 1.392l1.537-1.526a.3.3 0 0 0 .09-.22V3.9h1.108v3.412c0 .377-.15.73-.417.998l-2.315 2.297v.293l3.36-.894a.33.33 0 0 0 .221-.127zm-6.566 5.51a.426.426 0 0 1-.427.422H10.9a.426.426 0 0 1-.427-.423V9.188c0-.232.191-.423.427-.423h2.2c.237 0 .428.19.428.423z" clip-rule="evenodd"/><path fill="currentColor" d="m13.865 16.253l-.283-1.062a.426.426 0 0 0 .303-.519l-.744-2.778a.425.425 0 0 0-.522-.298l-.284-1.063a1.53 1.53 0 0 1 1.875 1.074l.024.089l.063.202l3.852 1.008c.39.052.744.264.972.582l.003.004L21 16.81l-.905.636l-1.88-3.325a.32.32 0 0 0-.215-.126h-.006l-3.387-.902l.1.372l2.242 2.225c.267.267.417.621.417.998V20.1h-1.107v-3.412a.3.3 0 0 0-.091-.219l-1.237-1.228a1.54 1.54 0 0 1-1.066 1.012"/></svg>
</template>

CSS

.icon-botanix {
  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%22m16.168%2016.469l-1.237-1.228a1.54%201.54%200%200%201-1.066%201.012l-2.126.57a1.53%201.53%200%200%201-1.876-1.074l-.278-1.04l-1.751%201.76a.3.3%200%200%200-.091.22V20.1H6.635v-3.412c0-.376.148-.732.418-.998l2.209-2.192l-.093-.345l-3.163.841l-.006.001a.32.32%200%200%200-.214.126l-1.881%203.324L3%2016.81l1.876-3.317l.003-.005c.228-.319.581-.532.972-.583l3.32-.868a1.54%201.54%200%200%201%201.038-.934l2.126-.57a1.53%201.53%200%200%201%201.875%201.074l.024.089l.053.199l3.862%201.01c.39.053.744.265.972.583l.003.004L21%2016.81l-.905.636l-1.88-3.325a.32.32%200%200%200-.215-.126h-.006l-3.387-.902l.1.372l2.242%202.225c.267.267.417.621.417.998V20.1h-1.107v-3.412a.3.3%200%200%200-.091-.219m-2.283-1.797a.426.426%200%200%201-.303.52l-2.126.57a.425.425%200%200%201-.522-.299l-.744-2.778a.426.426%200%200%201%20.303-.519l2.126-.57a.425.425%200%200%201%20.522.298z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M20.095%206.555L21%207.19l-1.876%203.318l-.003.004a1.43%201.43%200%200%201-.972.582l-3.515.92v.049a1.53%201.53%200%200%201-1.534%201.523h-2.2a1.53%201.53%200%200%201-1.534-1.523v-.05l-3.515-.918a1.42%201.42%200%200%201-.972-.583l-.003-.005L3%207.19l.905-.635l1.881%203.324a.33.33%200%200%200%20.22.127l3.36.893v-.292L7.054%208.31a1.4%201.4%200%200%201-.418-.998V3.9h1.108v3.412c0%20.083.032.16.09.219l1.54%201.526A1.53%201.53%200%200%201%2010.9%207.665h2.2c.801%200%201.462.613%201.53%201.392l1.537-1.526a.3.3%200%200%200%20.09-.22V3.9h1.108v3.412c0%20.377-.15.73-.417.998l-2.315%202.297v.293l3.36-.894a.33.33%200%200%200%20.221-.127zm-6.566%205.51a.426.426%200%200%201-.427.422H10.9a.426.426%200%200%201-.427-.423V9.188c0-.232.191-.423.427-.423h2.2c.237%200%20.428.19.428.423z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.865%2016.253l-.283-1.062a.426.426%200%200%200%20.303-.519l-.744-2.778a.425.425%200%200%200-.522-.298l-.284-1.063a1.53%201.53%200%200%201%201.875%201.074l.024.089l.063.202l3.852%201.008c.39.052.744.264.972.582l.003.004L21%2016.81l-.905.636l-1.88-3.325a.32.32%200%200%200-.215-.126h-.006l-3.387-.902l.1.372l2.242%202.225c.267.267.417.621.417.998V20.1h-1.107v-3.412a.3.3%200%200%200-.091-.219l-1.237-1.228a1.54%201.54%200%200%201-1.066%201.012%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%22m16.168%2016.469l-1.237-1.228a1.54%201.54%200%200%201-1.066%201.012l-2.126.57a1.53%201.53%200%200%201-1.876-1.074l-.278-1.04l-1.751%201.76a.3.3%200%200%200-.091.22V20.1H6.635v-3.412c0-.376.148-.732.418-.998l2.209-2.192l-.093-.345l-3.163.841l-.006.001a.32.32%200%200%200-.214.126l-1.881%203.324L3%2016.81l1.876-3.317l.003-.005c.228-.319.581-.532.972-.583l3.32-.868a1.54%201.54%200%200%201%201.038-.934l2.126-.57a1.53%201.53%200%200%201%201.875%201.074l.024.089l.053.199l3.862%201.01c.39.053.744.265.972.583l.003.004L21%2016.81l-.905.636l-1.88-3.325a.32.32%200%200%200-.215-.126h-.006l-3.387-.902l.1.372l2.242%202.225c.267.267.417.621.417.998V20.1h-1.107v-3.412a.3.3%200%200%200-.091-.219m-2.283-1.797a.426.426%200%200%201-.303.52l-2.126.57a.425.425%200%200%201-.522-.299l-.744-2.778a.426.426%200%200%201%20.303-.519l2.126-.57a.425.425%200%200%201%20.522.298z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M20.095%206.555L21%207.19l-1.876%203.318l-.003.004a1.43%201.43%200%200%201-.972.582l-3.515.92v.049a1.53%201.53%200%200%201-1.534%201.523h-2.2a1.53%201.53%200%200%201-1.534-1.523v-.05l-3.515-.918a1.42%201.42%200%200%201-.972-.583l-.003-.005L3%207.19l.905-.635l1.881%203.324a.33.33%200%200%200%20.22.127l3.36.893v-.292L7.054%208.31a1.4%201.4%200%200%201-.418-.998V3.9h1.108v3.412c0%20.083.032.16.09.219l1.54%201.526A1.53%201.53%200%200%201%2010.9%207.665h2.2c.801%200%201.462.613%201.53%201.392l1.537-1.526a.3.3%200%200%200%20.09-.22V3.9h1.108v3.412c0%20.377-.15.73-.417.998l-2.315%202.297v.293l3.36-.894a.33.33%200%200%200%20.221-.127zm-6.566%205.51a.426.426%200%200%201-.427.422H10.9a.426.426%200%200%201-.427-.423V9.188c0-.232.191-.423.427-.423h2.2c.237%200%20.428.19.428.423z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.865%2016.253l-.283-1.062a.426.426%200%200%200%20.303-.519l-.744-2.778a.425.425%200%200%200-.522-.298l-.284-1.063a1.53%201.53%200%200%201%201.875%201.074l.024.089l.063.202l3.852%201.008c.39.052.744.264.972.582l.003.004L21%2016.81l-.905.636l-1.88-3.325a.32.32%200%200%200-.215-.126h-.006l-3.387-.902l.1.372l2.242%202.225c.267.267.417.621.417.998V20.1h-1.107v-3.412a.3.3%200%200%200-.091-.219l-1.237-1.228a1.54%201.54%200%200%201-1.066%201.012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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