bat icon
bat from IconPark TwoTone by ByteDance · Two tone · Animals · Apache-2.0 Free for personal and commercial use.
- Name
- bat
- Set
- IconPark TwoTone
- Style
- Two tone
- Category
- Animals
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More animals icons from IconPark TwoTone
Use the bat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGzYmnGefN"><path fill="#555" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="m21.619 8.986l.476 2.463h3.81l.476-2.463c.476 1.642 1.429 5.223 1.429 6.405c1.746-.164 5.143-1.38 4.762-4.927c0-.493-.382-1.676-1.905-2.464c4.285.986 12.952 5.716 13.333 16.754c-2.857-1.807-8.762-3.154-9.524 5.913c-1.746-2.957-5.809-7.293-8.095-.986C25.587 32.473 24 38.846 24 42c0-3.154-1.587-9.527-2.381-12.319c-2.286-6.307-6.35-1.97-8.095.986c-.762-9.067-6.667-7.72-9.524-5.913C4.381 13.716 13.048 8.986 17.333 8c-1.523.788-1.905 1.971-1.905 2.464c-.38 3.548 3.016 4.763 4.762 4.927c0-1.182.953-4.763 1.429-6.405"/></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGzYmnGefN)"/></svg>
React
import type { SVGProps } from "react";
export function IconParkTwotoneBat(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGzYmnGefN"><path fill="#555" stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="m21.619 8.986l.476 2.463h3.81l.476-2.463c.476 1.642 1.429 5.223 1.429 6.405c1.746-.164 5.143-1.38 4.762-4.927c0-.493-.382-1.676-1.905-2.464c4.285.986 12.952 5.716 13.333 16.754c-2.857-1.807-8.762-3.154-9.524 5.913c-1.746-2.957-5.809-7.293-8.095-.986C25.587 32.473 24 38.846 24 42c0-3.154-1.587-9.527-2.381-12.319c-2.286-6.307-6.35-1.97-8.095.986c-.762-9.067-6.667-7.72-9.524-5.913C4.381 13.716 13.048 8.986 17.333 8c-1.523.788-1.905 1.971-1.905 2.464c-.38 3.548 3.016 4.763 4.762 4.927c0-1.182.953-4.763 1.429-6.405"/></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGzYmnGefN)"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGzYmnGefN"><path fill="#555" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="m21.619 8.986l.476 2.463h3.81l.476-2.463c.476 1.642 1.429 5.223 1.429 6.405c1.746-.164 5.143-1.38 4.762-4.927c0-.493-.382-1.676-1.905-2.464c4.285.986 12.952 5.716 13.333 16.754c-2.857-1.807-8.762-3.154-9.524 5.913c-1.746-2.957-5.809-7.293-8.095-.986C25.587 32.473 24 38.846 24 42c0-3.154-1.587-9.527-2.381-12.319c-2.286-6.307-6.35-1.97-8.095.986c-.762-9.067-6.667-7.72-9.524-5.913C4.381 13.716 13.048 8.986 17.333 8c-1.523.788-1.905 1.971-1.905 2.464c-.38 3.548 3.016 4.763 4.762 4.927c0-1.182.953-4.763 1.429-6.405"/></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGzYmnGefN)"/></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%2048%2048%22%3E%3Cdefs%3E%3Cmask%20id%3D%22SVGzYmnGefN%22%3E%3Cpath%20fill%3D%22%23555%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22m21.619%208.986l.476%202.463h3.81l.476-2.463c.476%201.642%201.429%205.223%201.429%206.405c1.746-.164%205.143-1.38%204.762-4.927c0-.493-.382-1.676-1.905-2.464c4.285.986%2012.952%205.716%2013.333%2016.754c-2.857-1.807-8.762-3.154-9.524%205.913c-1.746-2.957-5.809-7.293-8.095-.986C25.587%2032.473%2024%2038.846%2024%2042c0-3.154-1.587-9.527-2.381-12.319c-2.286-6.307-6.35-1.97-8.095.986c-.762-9.067-6.667-7.72-9.524-5.913C4.381%2013.716%2013.048%208.986%2017.333%208c-1.523.788-1.905%201.971-1.905%202.464c-.38%203.548%203.016%204.763%204.762%204.927c0-1.182.953-4.763%201.429-6.405%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGzYmnGefN)%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%2048%2048%22%3E%3Cdefs%3E%3Cmask%20id%3D%22SVGzYmnGefN%22%3E%3Cpath%20fill%3D%22%23555%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22m21.619%208.986l.476%202.463h3.81l.476-2.463c.476%201.642%201.429%205.223%201.429%206.405c1.746-.164%205.143-1.38%204.762-4.927c0-.493-.382-1.676-1.905-2.464c4.285.986%2012.952%205.716%2013.333%2016.754c-2.857-1.807-8.762-3.154-9.524%205.913c-1.746-2.957-5.809-7.293-8.095-.986C25.587%2032.473%2024%2038.846%2024%2042c0-3.154-1.587-9.527-2.381-12.319c-2.286-6.307-6.35-1.97-8.095.986c-.762-9.067-6.667-7.72-9.524-5.913C4.381%2013.716%2013.048%208.986%2017.333%208c-1.523.788-1.905%201.971-1.905%202.464c-.38%203.548%203.016%204.763%204.762%204.927c0-1.182.953-4.763%201.429-6.405%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGzYmnGefN)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-twotone/bat.svg?color=%231a73e8&size=48