bee bat icon
bee-bat from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.
- Name
- bee-bat
- Set
- Carbon
- Style
- Outline
- Category
- Enterprise
- Viewbox
- 32×32
- License
- Apache 2.0
More enterprise icons from Carbon
accountaiai-agentai-agent-detachedai-business-impact-assessmentai-enabled-edtai-enabled-pdlcai-generateai-governance-lifecycleai-governance-trackedai-governance-untrackedai-labelai-launchai-observabilityai-recommendappleapple-dashautoscalingbank-vaultbasketballbatbinding-connectorblock-storagebottles-01
Use the bee bat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="13" cy="8" r="2" fill="currentColor"/><circle cx="19" cy="8" r="2" fill="currentColor"/><path fill="currentColor" d="M31.808 8.665a.875.875 0 0 0-.808-.54h-2c-4.21 0-7.721 2.002-9.165 4.901a4.82 4.82 0 0 0-7.67 0C10.721 10.127 7.21 8.125 3 8.125H1a.875.875 0 0 0-.618 1.494l.101.101a5.39 5.39 0 0 1 1.678 6.031A.875.875 0 0 0 3 16.875a2.9 2.9 0 0 1 2.159.727c.978.981.971 2.887.966 4.148V22a.875.875 0 0 0 .875.875h4.125V23a4.875 4.875 0 0 0 9.75 0v-.125H25a.875.875 0 0 0 .875-.875v-.25c-.005-1.26-.011-3.166.967-4.148A2.9 2.9 0 0 1 29 16.875a.875.875 0 0 0 .839-1.124a5.39 5.39 0 0 1 1.676-6.03l.104-.102a.875.875 0 0 0 .19-.954M16 12.875A3.13 3.13 0 0 1 19.125 16v.125h-6.25V16A3.13 3.13 0 0 1 16 12.875m-3.125 5h6.25v3.25h-6.25Zm-5 3.25c-.019-1.459-.185-3.462-1.477-4.759a4.2 4.2 0 0 0-2.31-1.152a6.66 6.66 0 0 0-1.136-5.339H3c4.556 0 8.125 2.69 8.125 6.125v5.125ZM19.124 23a3.125 3.125 0 0 1-6.25 0v-.125h6.25Zm8.787-7.786a4.2 4.2 0 0 0-2.31 1.152c-1.292 1.297-1.458 3.3-1.476 4.759h-3.251V16c0-3.435 3.569-6.125 8.125-6.125h.048a6.66 6.66 0 0 0-1.136 5.34"/></svg>
React
import type { SVGProps } from "react";
export function CarbonBeeBat(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="13" cy="8" r="2" fill="currentColor"/><circle cx="19" cy="8" r="2" fill="currentColor"/><path fill="currentColor" d="M31.808 8.665a.875.875 0 0 0-.808-.54h-2c-4.21 0-7.721 2.002-9.165 4.901a4.82 4.82 0 0 0-7.67 0C10.721 10.127 7.21 8.125 3 8.125H1a.875.875 0 0 0-.618 1.494l.101.101a5.39 5.39 0 0 1 1.678 6.031A.875.875 0 0 0 3 16.875a2.9 2.9 0 0 1 2.159.727c.978.981.971 2.887.966 4.148V22a.875.875 0 0 0 .875.875h4.125V23a4.875 4.875 0 0 0 9.75 0v-.125H25a.875.875 0 0 0 .875-.875v-.25c-.005-1.26-.011-3.166.967-4.148A2.9 2.9 0 0 1 29 16.875a.875.875 0 0 0 .839-1.124a5.39 5.39 0 0 1 1.676-6.03l.104-.102a.875.875 0 0 0 .19-.954M16 12.875A3.13 3.13 0 0 1 19.125 16v.125h-6.25V16A3.13 3.13 0 0 1 16 12.875m-3.125 5h6.25v3.25h-6.25Zm-5 3.25c-.019-1.459-.185-3.462-1.477-4.759a4.2 4.2 0 0 0-2.31-1.152a6.66 6.66 0 0 0-1.136-5.339H3c4.556 0 8.125 2.69 8.125 6.125v5.125ZM19.124 23a3.125 3.125 0 0 1-6.25 0v-.125h6.25Zm8.787-7.786a4.2 4.2 0 0 0-2.31 1.152c-1.292 1.297-1.458 3.3-1.476 4.759h-3.251V16c0-3.435 3.569-6.125 8.125-6.125h.048a6.66 6.66 0 0 0-1.136 5.34"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="13" cy="8" r="2" fill="currentColor"/><circle cx="19" cy="8" r="2" fill="currentColor"/><path fill="currentColor" d="M31.808 8.665a.875.875 0 0 0-.808-.54h-2c-4.21 0-7.721 2.002-9.165 4.901a4.82 4.82 0 0 0-7.67 0C10.721 10.127 7.21 8.125 3 8.125H1a.875.875 0 0 0-.618 1.494l.101.101a5.39 5.39 0 0 1 1.678 6.031A.875.875 0 0 0 3 16.875a2.9 2.9 0 0 1 2.159.727c.978.981.971 2.887.966 4.148V22a.875.875 0 0 0 .875.875h4.125V23a4.875 4.875 0 0 0 9.75 0v-.125H25a.875.875 0 0 0 .875-.875v-.25c-.005-1.26-.011-3.166.967-4.148A2.9 2.9 0 0 1 29 16.875a.875.875 0 0 0 .839-1.124a5.39 5.39 0 0 1 1.676-6.03l.104-.102a.875.875 0 0 0 .19-.954M16 12.875A3.13 3.13 0 0 1 19.125 16v.125h-6.25V16A3.13 3.13 0 0 1 16 12.875m-3.125 5h6.25v3.25h-6.25Zm-5 3.25c-.019-1.459-.185-3.462-1.477-4.759a4.2 4.2 0 0 0-2.31-1.152a6.66 6.66 0 0 0-1.136-5.339H3c4.556 0 8.125 2.69 8.125 6.125v5.125ZM19.124 23a3.125 3.125 0 0 1-6.25 0v-.125h6.25Zm8.787-7.786a4.2 4.2 0 0 0-2.31 1.152c-1.292 1.297-1.458 3.3-1.476 4.759h-3.251V16c0-3.435 3.569-6.125 8.125-6.125h.048a6.66 6.66 0 0 0-1.136 5.34"/></svg> </template>
CSS
.icon-bee-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%2032%2032%22%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%228%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%228%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M31.808%208.665a.875.875%200%200%200-.808-.54h-2c-4.21%200-7.721%202.002-9.165%204.901a4.82%204.82%200%200%200-7.67%200C10.721%2010.127%207.21%208.125%203%208.125H1a.875.875%200%200%200-.618%201.494l.101.101a5.39%205.39%200%200%201%201.678%206.031A.875.875%200%200%200%203%2016.875a2.9%202.9%200%200%201%202.159.727c.978.981.971%202.887.966%204.148V22a.875.875%200%200%200%20.875.875h4.125V23a4.875%204.875%200%200%200%209.75%200v-.125H25a.875.875%200%200%200%20.875-.875v-.25c-.005-1.26-.011-3.166.967-4.148A2.9%202.9%200%200%201%2029%2016.875a.875.875%200%200%200%20.839-1.124a5.39%205.39%200%200%201%201.676-6.03l.104-.102a.875.875%200%200%200%20.19-.954M16%2012.875A3.13%203.13%200%200%201%2019.125%2016v.125h-6.25V16A3.13%203.13%200%200%201%2016%2012.875m-3.125%205h6.25v3.25h-6.25Zm-5%203.25c-.019-1.459-.185-3.462-1.477-4.759a4.2%204.2%200%200%200-2.31-1.152a6.66%206.66%200%200%200-1.136-5.339H3c4.556%200%208.125%202.69%208.125%206.125v5.125ZM19.124%2023a3.125%203.125%200%200%201-6.25%200v-.125h6.25Zm8.787-7.786a4.2%204.2%200%200%200-2.31%201.152c-1.292%201.297-1.458%203.3-1.476%204.759h-3.251V16c0-3.435%203.569-6.125%208.125-6.125h.048a6.66%206.66%200%200%200-1.136%205.34%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%2032%2032%22%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%228%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%228%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M31.808%208.665a.875.875%200%200%200-.808-.54h-2c-4.21%200-7.721%202.002-9.165%204.901a4.82%204.82%200%200%200-7.67%200C10.721%2010.127%207.21%208.125%203%208.125H1a.875.875%200%200%200-.618%201.494l.101.101a5.39%205.39%200%200%201%201.678%206.031A.875.875%200%200%200%203%2016.875a2.9%202.9%200%200%201%202.159.727c.978.981.971%202.887.966%204.148V22a.875.875%200%200%200%20.875.875h4.125V23a4.875%204.875%200%200%200%209.75%200v-.125H25a.875.875%200%200%200%20.875-.875v-.25c-.005-1.26-.011-3.166.967-4.148A2.9%202.9%200%200%201%2029%2016.875a.875.875%200%200%200%20.839-1.124a5.39%205.39%200%200%201%201.676-6.03l.104-.102a.875.875%200%200%200%20.19-.954M16%2012.875A3.13%203.13%200%200%201%2019.125%2016v.125h-6.25V16A3.13%203.13%200%200%201%2016%2012.875m-3.125%205h6.25v3.25h-6.25Zm-5%203.25c-.019-1.459-.185-3.462-1.477-4.759a4.2%204.2%200%200%200-2.31-1.152a6.66%206.66%200%200%200-1.136-5.339H3c4.556%200%208.125%202.69%208.125%206.125v5.125ZM19.124%2023a3.125%203.125%200%200%201-6.25%200v-.125h6.25Zm8.787-7.786a4.2%204.2%200%200%200-2.31%201.152c-1.292%201.297-1.458%203.3-1.476%204.759h-3.251V16c0-3.435%203.569-6.125%208.125-6.125h.048a6.66%206.66%200%200%200-1.136%205.34%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/bee-bat.svg?color=%231a73e8&size=48