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

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

The same logo in other sets

Use the bat logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4.2a.41.41 0 0 0-.358.207L3.056 19.184a.41.41 0 0 0 0 .414l5.24-2.8l3.705-6.6z"/><path fill="currentColor" d="M20.943 19.184L12.358 4.406A.42.42 0 0 0 12 4.2l.001 6l3.694 6.611l5.25 2.788a.41.41 0 0 0-.001-.415"/><path fill="currentColor" d="M20.943 19.608L15.7 16.8H8.3l-5.245 2.808a.4.4 0 0 0 .152.14a.44.44 0 0 0 .207.052h17.17a.44.44 0 0 0 .208-.052a.4.4 0 0 0 .152-.14"/></svg>

React

import type { SVGProps } from "react";

export function TokenBat(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="M12 4.2a.41.41 0 0 0-.358.207L3.056 19.184a.41.41 0 0 0 0 .414l5.24-2.8l3.705-6.6z"/><path fill="currentColor" d="M20.943 19.184L12.358 4.406A.42.42 0 0 0 12 4.2l.001 6l3.694 6.611l5.25 2.788a.41.41 0 0 0-.001-.415"/><path fill="currentColor" d="M20.943 19.608L15.7 16.8H8.3l-5.245 2.808a.4.4 0 0 0 .152.14a.44.44 0 0 0 .207.052h17.17a.44.44 0 0 0 .208-.052a.4.4 0 0 0 .152-.14"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4.2a.41.41 0 0 0-.358.207L3.056 19.184a.41.41 0 0 0 0 .414l5.24-2.8l3.705-6.6z"/><path fill="currentColor" d="M20.943 19.184L12.358 4.406A.42.42 0 0 0 12 4.2l.001 6l3.694 6.611l5.25 2.788a.41.41 0 0 0-.001-.415"/><path fill="currentColor" d="M20.943 19.608L15.7 16.8H8.3l-5.245 2.808a.4.4 0 0 0 .152.14a.44.44 0 0 0 .207.052h17.17a.44.44 0 0 0 .208-.052a.4.4 0 0 0 .152-.14"/></svg>
</template>

CSS

.icon-bat {
  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%22M12%204.2a.41.41%200%200%200-.358.207L3.056%2019.184a.41.41%200%200%200%200%20.414l5.24-2.8l3.705-6.6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.943%2019.184L12.358%204.406A.42.42%200%200%200%2012%204.2l.001%206l3.694%206.611l5.25%202.788a.41.41%200%200%200-.001-.415%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.943%2019.608L15.7%2016.8H8.3l-5.245%202.808a.4.4%200%200%200%20.152.14a.44.44%200%200%200%20.207.052h17.17a.44.44%200%200%200%20.208-.052a.4.4%200%200%200%20.152-.14%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%22M12%204.2a.41.41%200%200%200-.358.207L3.056%2019.184a.41.41%200%200%200%200%20.414l5.24-2.8l3.705-6.6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.943%2019.184L12.358%204.406A.42.42%200%200%200%2012%204.2l.001%206l3.694%206.611l5.25%202.788a.41.41%200%200%200-.001-.415%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.943%2019.608L15.7%2016.8H8.3l-5.245%202.808a.4.4%200%200%200%20.152.14a.44.44%200%200%200%20.207.052h17.17a.44.44%200%200%200%20.208-.052a.4.4%200%200%200%20.152-.14%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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