Emoji Bat Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Bat 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/325116.svg" alt="Emoji Bat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325116.svg" alt="Emoji Bat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325116.svg" alt="Emoji Bat icon" :width="24" :height="24" />
CSS background
.icon-emoji-bat {
background-image: url('https://proicons.com/icon/325116.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="g" d="M17.297,20.4802c-1.3761-.9708-1.8013-2.7383-1.8177-5.5728-3.6357-7.1472-9.1495-4.4379-10.9794-1.2963,4.5266.5662,2.3114,8.4753,2.3114,8.4753,5.7786-.2889,4.2596,5.8502,4.2596,5.8502,5.8289-1.8155,9.7054,3.5527,9.7054,3.5527-.9523,1.3638-1.0493,3.8137-.1798,4.2994.8695.4858,3.8327,2.4641,3.8327,2.4641l2.6648-2.746s1.2249-1.1612-1.2682-4.0857c1.4777-2.9414,3.4175-4.4533,6.7237-4.464.9432-7.1043,5.8803-6.5491,5.8803-6.5491.5518-6.0929,5.0702-7.5414,5.0702-7.5414-6.3508-6.4778-13.2852-1.2781-14.6117,1.3957-.1666.3359.265,4.2529-1.4704,5.7902"/><path id="c" class="g" d="M20.5692,22.571c-1.8408-1.45-1.541-3.6334-1.541-3.6334l.408-3.6912s1.9491,2.1416,1.9925,2.2598l1.4593.1357,1.7854-2.5433s1.6081,5.8147-.3709,7.6053"/><path id="d" class="g" d="M25.1693,20.9106c.6974-.1622,1.3331-.1778,2.2487-.8581"/><path id="e" class="g" d="M17.297,20.4802c.7455.5851,1.4911.6563,2.2366.8638"/><path id="f" class="g" d="M20.5692,22.571c1.5483,1.2806,3.556.4227,3.7332.1329"/></svg>
Copied!