bat from Material Design Icons by Pictogrammers · Filled · Animal · Apache-2.0 Free for personal and commercial use.

Name
bat
Set
Material Design Icons
Style
Filled
Category
Animal
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More animal icons from Material Design Icons

Use the bat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M.75 8S5 7 8 9c0 0 .5 3.75 2.5 3.75V11s.5 1 1.5 1s1.5-1 1.5-1v1.75C15.5 12.75 16 9 16 9c3-2 7.25-1 7.25-1c-2 1-2.25 4.5-2.25 4.5c-4 0-4 3.25-4 3.25c-5-1-5 2.75-5 2.75s0-3.75-5-2.75c0 0 0-3.25-4-3.25C3 12.5 2.75 9 .75 8"/></svg>

React

import type { SVGProps } from "react";

export function MdiBat(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="M.75 8S5 7 8 9c0 0 .5 3.75 2.5 3.75V11s.5 1 1.5 1s1.5-1 1.5-1v1.75C15.5 12.75 16 9 16 9c3-2 7.25-1 7.25-1c-2 1-2.25 4.5-2.25 4.5c-4 0-4 3.25-4 3.25c-5-1-5 2.75-5 2.75s0-3.75-5-2.75c0 0 0-3.25-4-3.25C3 12.5 2.75 9 .75 8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M.75 8S5 7 8 9c0 0 .5 3.75 2.5 3.75V11s.5 1 1.5 1s1.5-1 1.5-1v1.75C15.5 12.75 16 9 16 9c3-2 7.25-1 7.25-1c-2 1-2.25 4.5-2.25 4.5c-4 0-4 3.25-4 3.25c-5-1-5 2.75-5 2.75s0-3.75-5-2.75c0 0 0-3.25-4-3.25C3 12.5 2.75 9 .75 8"/></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%22M.75%208S5%207%208%209c0%200%20.5%203.75%202.5%203.75V11s.5%201%201.5%201s1.5-1%201.5-1v1.75C15.5%2012.75%2016%209%2016%209c3-2%207.25-1%207.25-1c-2%201-2.25%204.5-2.25%204.5c-4%200-4%203.25-4%203.25c-5-1-5%202.75-5%202.75s0-3.75-5-2.75c0%200%200-3.25-4-3.25C3%2012.5%202.75%209%20.75%208%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%22M.75%208S5%207%208%209c0%200%20.5%203.75%202.5%203.75V11s.5%201%201.5%201s1.5-1%201.5-1v1.75C15.5%2012.75%2016%209%2016%209c3-2%207.25-1%207.25-1c-2%201-2.25%204.5-2.25%204.5c-4%200-4%203.25-4%203.25c-5-1-5%202.75-5%202.75s0-3.75-5-2.75c0%200%200-3.25-4-3.25C3%2012.5%202.75%209%20.75%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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