animal bat icon

animal-bat-outline from Health Icons by Resolve to Save Lives · Outline · Zoonoses · MIT Free for personal and commercial use.

Name
animal-bat-outline
Set
Health Icons
Style
Outline
Category
Zoonoses
Viewbox
48×48
License
MIT
Aliases
animal-bat2x-outline

1 other variant in Health Icons

More zoonoses icons from Health Icons

Use the animal bat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M30.445 20.664c1.72-.396 3.28-1.037 4.384-2.408c1.031-1.281 1.472-2.968 1.662-4.99c1.48.456 2.621 1.5 3.507 3.127c1.067 1.96 1.73 4.744 1.935 8.223c-5.959-.532-10.131 2.751-11.177 6.784h-4.954L24 34.765L22.198 31.4h-4.954c-1.046-4.033-5.218-7.316-11.177-6.784c.204-3.479.868-6.263 1.935-8.222c.886-1.629 2.027-2.672 3.507-3.129c.19 2.023.631 3.71 1.662 4.99c1.1 1.368 2.654 2.009 4.368 2.405l-.256-2.134c-2.916-.858-3.77-2.512-3.895-7.526q-.245 0-.483.012a8.4 8.4 0 0 0-1.512.213C6.698 12.342 4.4 17.549 4.048 24.933A44 44 0 0 0 4 27q1.044-.266 2.002-.37c6.084-.679 9.498 3.24 9.498 6.77H21l3 5.6l3-5.6h5.5c0-3.53 3.414-7.449 9.499-6.77q.957.104 2.001.37q0-1.06-.048-2.067c-.35-7.384-2.65-12.59-7.345-13.708a8.4 8.4 0 0 0-1.512-.213a10 10 0 0 0-.483-.012c-.126 5.006-.976 6.663-3.882 7.522z"/><path d="M18.89 12.006a1 1 0 0 1 1.104.884l1 9a1 1 0 0 1-1.988.22l-1-9a1 1 0 0 1 .884-1.104m10.22 0a1 1 0 0 0-1.104.884l-1 9a1 1 0 0 0 1.988.22l1-9a1 1 0 0 0-.884-1.104"/><path d="M24.005 16c-1.028.006-2.104.29-3.62.923l-.77-1.846c1.612-.674 2.97-1.07 4.38-1.077c1.412-.007 2.776.376 4.403 1.083l-.796 1.834c-1.502-.652-2.575-.922-3.597-.917"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsAnimalBatOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M30.445 20.664c1.72-.396 3.28-1.037 4.384-2.408c1.031-1.281 1.472-2.968 1.662-4.99c1.48.456 2.621 1.5 3.507 3.127c1.067 1.96 1.73 4.744 1.935 8.223c-5.959-.532-10.131 2.751-11.177 6.784h-4.954L24 34.765L22.198 31.4h-4.954c-1.046-4.033-5.218-7.316-11.177-6.784c.204-3.479.868-6.263 1.935-8.222c.886-1.629 2.027-2.672 3.507-3.129c.19 2.023.631 3.71 1.662 4.99c1.1 1.368 2.654 2.009 4.368 2.405l-.256-2.134c-2.916-.858-3.77-2.512-3.895-7.526q-.245 0-.483.012a8.4 8.4 0 0 0-1.512.213C6.698 12.342 4.4 17.549 4.048 24.933A44 44 0 0 0 4 27q1.044-.266 2.002-.37c6.084-.679 9.498 3.24 9.498 6.77H21l3 5.6l3-5.6h5.5c0-3.53 3.414-7.449 9.499-6.77q.957.104 2.001.37q0-1.06-.048-2.067c-.35-7.384-2.65-12.59-7.345-13.708a8.4 8.4 0 0 0-1.512-.213a10 10 0 0 0-.483-.012c-.126 5.006-.976 6.663-3.882 7.522z"/><path d="M18.89 12.006a1 1 0 0 1 1.104.884l1 9a1 1 0 0 1-1.988.22l-1-9a1 1 0 0 1 .884-1.104m10.22 0a1 1 0 0 0-1.104.884l-1 9a1 1 0 0 0 1.988.22l1-9a1 1 0 0 0-.884-1.104"/><path d="M24.005 16c-1.028.006-2.104.29-3.62.923l-.77-1.846c1.612-.674 2.97-1.07 4.38-1.077c1.412-.007 2.776.376 4.403 1.083l-.796 1.834c-1.502-.652-2.575-.922-3.597-.917"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M30.445 20.664c1.72-.396 3.28-1.037 4.384-2.408c1.031-1.281 1.472-2.968 1.662-4.99c1.48.456 2.621 1.5 3.507 3.127c1.067 1.96 1.73 4.744 1.935 8.223c-5.959-.532-10.131 2.751-11.177 6.784h-4.954L24 34.765L22.198 31.4h-4.954c-1.046-4.033-5.218-7.316-11.177-6.784c.204-3.479.868-6.263 1.935-8.222c.886-1.629 2.027-2.672 3.507-3.129c.19 2.023.631 3.71 1.662 4.99c1.1 1.368 2.654 2.009 4.368 2.405l-.256-2.134c-2.916-.858-3.77-2.512-3.895-7.526q-.245 0-.483.012a8.4 8.4 0 0 0-1.512.213C6.698 12.342 4.4 17.549 4.048 24.933A44 44 0 0 0 4 27q1.044-.266 2.002-.37c6.084-.679 9.498 3.24 9.498 6.77H21l3 5.6l3-5.6h5.5c0-3.53 3.414-7.449 9.499-6.77q.957.104 2.001.37q0-1.06-.048-2.067c-.35-7.384-2.65-12.59-7.345-13.708a8.4 8.4 0 0 0-1.512-.213a10 10 0 0 0-.483-.012c-.126 5.006-.976 6.663-3.882 7.522z"/><path d="M18.89 12.006a1 1 0 0 1 1.104.884l1 9a1 1 0 0 1-1.988.22l-1-9a1 1 0 0 1 .884-1.104m10.22 0a1 1 0 0 0-1.104.884l-1 9a1 1 0 0 0 1.988.22l1-9a1 1 0 0 0-.884-1.104"/><path d="M24.005 16c-1.028.006-2.104.29-3.62.923l-.77-1.846c1.612-.674 2.97-1.07 4.38-1.077c1.412-.007 2.776.376 4.403 1.083l-.796 1.834c-1.502-.652-2.575-.922-3.597-.917"/></g></svg>
</template>

CSS

.icon-animal-bat-outline {
  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%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M30.445%2020.664c1.72-.396%203.28-1.037%204.384-2.408c1.031-1.281%201.472-2.968%201.662-4.99c1.48.456%202.621%201.5%203.507%203.127c1.067%201.96%201.73%204.744%201.935%208.223c-5.959-.532-10.131%202.751-11.177%206.784h-4.954L24%2034.765L22.198%2031.4h-4.954c-1.046-4.033-5.218-7.316-11.177-6.784c.204-3.479.868-6.263%201.935-8.222c.886-1.629%202.027-2.672%203.507-3.129c.19%202.023.631%203.71%201.662%204.99c1.1%201.368%202.654%202.009%204.368%202.405l-.256-2.134c-2.916-.858-3.77-2.512-3.895-7.526q-.245%200-.483.012a8.4%208.4%200%200%200-1.512.213C6.698%2012.342%204.4%2017.549%204.048%2024.933A44%2044%200%200%200%204%2027q1.044-.266%202.002-.37c6.084-.679%209.498%203.24%209.498%206.77H21l3%205.6l3-5.6h5.5c0-3.53%203.414-7.449%209.499-6.77q.957.104%202.001.37q0-1.06-.048-2.067c-.35-7.384-2.65-12.59-7.345-13.708a8.4%208.4%200%200%200-1.512-.213a10%2010%200%200%200-.483-.012c-.126%205.006-.976%206.663-3.882%207.522z%22%2F%3E%3Cpath%20d%3D%22M18.89%2012.006a1%201%200%200%201%201.104.884l1%209a1%201%200%200%201-1.988.22l-1-9a1%201%200%200%201%20.884-1.104m10.22%200a1%201%200%200%200-1.104.884l-1%209a1%201%200%200%200%201.988.22l1-9a1%201%200%200%200-.884-1.104%22%2F%3E%3Cpath%20d%3D%22M24.005%2016c-1.028.006-2.104.29-3.62.923l-.77-1.846c1.612-.674%202.97-1.07%204.38-1.077c1.412-.007%202.776.376%204.403%201.083l-.796%201.834c-1.502-.652-2.575-.922-3.597-.917%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M30.445%2020.664c1.72-.396%203.28-1.037%204.384-2.408c1.031-1.281%201.472-2.968%201.662-4.99c1.48.456%202.621%201.5%203.507%203.127c1.067%201.96%201.73%204.744%201.935%208.223c-5.959-.532-10.131%202.751-11.177%206.784h-4.954L24%2034.765L22.198%2031.4h-4.954c-1.046-4.033-5.218-7.316-11.177-6.784c.204-3.479.868-6.263%201.935-8.222c.886-1.629%202.027-2.672%203.507-3.129c.19%202.023.631%203.71%201.662%204.99c1.1%201.368%202.654%202.009%204.368%202.405l-.256-2.134c-2.916-.858-3.77-2.512-3.895-7.526q-.245%200-.483.012a8.4%208.4%200%200%200-1.512.213C6.698%2012.342%204.4%2017.549%204.048%2024.933A44%2044%200%200%200%204%2027q1.044-.266%202.002-.37c6.084-.679%209.498%203.24%209.498%206.77H21l3%205.6l3-5.6h5.5c0-3.53%203.414-7.449%209.499-6.77q.957.104%202.001.37q0-1.06-.048-2.067c-.35-7.384-2.65-12.59-7.345-13.708a8.4%208.4%200%200%200-1.512-.213a10%2010%200%200%200-.483-.012c-.126%205.006-.976%206.663-3.882%207.522z%22%2F%3E%3Cpath%20d%3D%22M18.89%2012.006a1%201%200%200%201%201.104.884l1%209a1%201%200%200%201-1.988.22l-1-9a1%201%200%200%201%20.884-1.104m10.22%200a1%201%200%200%200-1.104.884l-1%209a1%201%200%200%200%201.988.22l1-9a1%201%200%200%200-.884-1.104%22%2F%3E%3Cpath%20d%3D%22M24.005%2016c-1.028.006-2.104.29-3.62.923l-.77-1.846c1.612-.674%202.97-1.07%204.38-1.077c1.412-.007%202.776.376%204.403%201.083l-.796%201.834c-1.502-.652-2.575-.922-3.597-.917%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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