honeybadger logo

honeybadger from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
honeybadger
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the honeybadger logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.999 0c-.346 0-.691.131-.955.395L.394 11.045a1.35 1.35 0 0 0 0 1.91l6.243 6.24l.915-1.95L2.306 12l9.693-9.693l1.158 1.157l1.432-1.432L12.954.395A1.35 1.35 0 0 0 11.999 0m5.54 1.106a.33.33 0 0 0-.218.102l-1.777 1.778l-1.432 1.432l-8.393 8.392h4.726l-3.76 9.26c-.139.34.29.626.55.366l1.321-1.32v-.001l1.432-1.432h.001l8.56-8.561h-4.727l2.083-4.91v.001l.854-2.012l1.112-2.623c.108-.256-.108-.485-.333-.472Zm.25 4.125l-.853 2.012l4.756 4.756L12 21.693l-1.056-1.055l-1.432 1.432l1.533 1.534a1.35 1.35 0 0 0 1.91 0l10.65-10.65a1.35 1.35 0 0 0 0-1.91z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsHoneybadger(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.999 0c-.346 0-.691.131-.955.395L.394 11.045a1.35 1.35 0 0 0 0 1.91l6.243 6.24l.915-1.95L2.306 12l9.693-9.693l1.158 1.157l1.432-1.432L12.954.395A1.35 1.35 0 0 0 11.999 0m5.54 1.106a.33.33 0 0 0-.218.102l-1.777 1.778l-1.432 1.432l-8.393 8.392h4.726l-3.76 9.26c-.139.34.29.626.55.366l1.321-1.32v-.001l1.432-1.432h.001l8.56-8.561h-4.727l2.083-4.91v.001l.854-2.012l1.112-2.623c.108-.256-.108-.485-.333-.472Zm.25 4.125l-.853 2.012l4.756 4.756L12 21.693l-1.056-1.055l-1.432 1.432l1.533 1.534a1.35 1.35 0 0 0 1.91 0l10.65-10.65a1.35 1.35 0 0 0 0-1.91z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.999 0c-.346 0-.691.131-.955.395L.394 11.045a1.35 1.35 0 0 0 0 1.91l6.243 6.24l.915-1.95L2.306 12l9.693-9.693l1.158 1.157l1.432-1.432L12.954.395A1.35 1.35 0 0 0 11.999 0m5.54 1.106a.33.33 0 0 0-.218.102l-1.777 1.778l-1.432 1.432l-8.393 8.392h4.726l-3.76 9.26c-.139.34.29.626.55.366l1.321-1.32v-.001l1.432-1.432h.001l8.56-8.561h-4.727l2.083-4.91v.001l.854-2.012l1.112-2.623c.108-.256-.108-.485-.333-.472Zm.25 4.125l-.853 2.012l4.756 4.756L12 21.693l-1.056-1.055l-1.432 1.432l1.533 1.534a1.35 1.35 0 0 0 1.91 0l10.65-10.65a1.35 1.35 0 0 0 0-1.91z"/></svg>
</template>

CSS

.icon-honeybadger {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.999%200c-.346%200-.691.131-.955.395L.394%2011.045a1.35%201.35%200%200%200%200%201.91l6.243%206.24l.915-1.95L2.306%2012l9.693-9.693l1.158%201.157l1.432-1.432L12.954.395A1.35%201.35%200%200%200%2011.999%200m5.54%201.106a.33.33%200%200%200-.218.102l-1.777%201.778l-1.432%201.432l-8.393%208.392h4.726l-3.76%209.26c-.139.34.29.626.55.366l1.321-1.32v-.001l1.432-1.432h.001l8.56-8.561h-4.727l2.083-4.91v.001l.854-2.012l1.112-2.623c.108-.256-.108-.485-.333-.472Zm.25%204.125l-.853%202.012l4.756%204.756L12%2021.693l-1.056-1.055l-1.432%201.432l1.533%201.534a1.35%201.35%200%200%200%201.91%200l10.65-10.65a1.35%201.35%200%200%200%200-1.91z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.999%200c-.346%200-.691.131-.955.395L.394%2011.045a1.35%201.35%200%200%200%200%201.91l6.243%206.24l.915-1.95L2.306%2012l9.693-9.693l1.158%201.157l1.432-1.432L12.954.395A1.35%201.35%200%200%200%2011.999%200m5.54%201.106a.33.33%200%200%200-.218.102l-1.777%201.778l-1.432%201.432l-8.393%208.392h4.726l-3.76%209.26c-.139.34.29.626.55.366l1.321-1.32v-.001l1.432-1.432h.001l8.56-8.561h-4.727l2.083-4.91v.001l.854-2.012l1.112-2.623c.108-.256-.108-.485-.333-.472Zm.25%204.125l-.853%202.012l4.756%204.756L12%2021.693l-1.056-1.055l-1.432%201.432l1.533%201.534a1.35%201.35%200%200%200%201.91%200l10.65-10.65a1.35%201.35%200%200%200%200-1.91z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/honeybadger.svg?color=%231a73e8&size=48