Bat Hanging Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Bat Hanging icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/319580.svg" alt="Bat Hanging icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319580.svg" alt="Bat Hanging icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319580.svg" alt="Bat Hanging icon" :width="24" :height="24" />
CSS background
.icon-bat-hanging {
background-image: url('https://proicons.com/icon/319580.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="bat--hanging_00000085931433712273531730000018067153545137917858_" d="M18,31.36c-0.095,0-0.187-0.038-0.255-0.105 L16,29.509l-1.746,1.746c-0.082,0.081-0.199,0.117-0.312,0.101c-0.114-0.019-0.212-0.091-0.264-0.194 c-0.507-1.014-0.563-1.994-0.486-2.732c-0.327,0.283-0.646,0.566-0.952,0.84c-0.76,0.678-1.808,0.672-2.495-0.014l-2-2 c-0.693-0.693-0.932-1.779-0.579-2.642l1.095-2.41c-1.363-0.521-2.352-0.854-2.376-0.861c-0.127-0.043-0.22-0.152-0.242-0.284 s0.032-0.266,0.14-0.346c3.703-2.777,1.969-6.399,1.894-6.552c-0.05-0.1-0.05-0.218,0-0.319c0.049-0.1,0.143-0.172,0.252-0.194 C12.572,12.718,12.64,8.192,12.64,8c0-0.155,0.1-0.292,0.246-0.341c2.708-0.903,2.753-3.547,2.754-3.66V1h0.72v2.93l8.34,20.685 c0.352,0.86,0.113,1.946-0.579,2.64l-1.857,1.99c-0.708,0.71-1.759,0.714-2.508,0.02c-0.184-0.17-0.511-0.469-0.94-0.845 c0.078,0.733,0.021,1.711-0.493,2.741c-0.052,0.104-0.15,0.176-0.265,0.194C18.038,31.358,18.02,31.36,18,31.36z M16,28.64 c0.092,0,0.184,0.035,0.254,0.105l1.625,1.625c0.43-1.196,0.195-2.246,0.045-2.71c-0.562-0.469-1.209-0.986-1.895-1.494 c-0.637,0.443-1.303,0.967-1.958,1.513c-0.147,0.484-0.36,1.531,0.051,2.69l1.624-1.624C15.816,28.675,15.908,28.64,16,28.64z M6.73,20.87c1.619,0.569,6,2.184,8.47,3.83c2.278,1.52,4.437,3.473,5.044,4.036c0.463,0.426,1.079,0.431,1.501,0.009l1.857-1.99 c0.495-0.495,0.672-1.277,0.431-1.869L16.127,5.279c-0.302,0.958-0.998,2.219-2.598,2.904l2.779,4.631l-0.617,0.37l-2.462-4.103 c-0.299,1.514-1.284,4.182-4.522,5.116l4.547,4.547l-0.509,0.51l-3.997-3.997C9.001,16.682,8.923,18.935,6.73,20.87z M8.935,22.464 L7.828,24.9c-0.236,0.578-0.059,1.36,0.427,1.846l2,2c0.414,0.414,1.033,0.408,1.506-0.014c1.129-1.009,2.429-2.138,3.652-3.012 c-0.202-0.143-0.407-0.283-0.612-0.42C13.249,24.266,10.852,23.221,8.935,22.464z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!