badger emoji
badger from Fluent Emoji High Contrast by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.
- Name
- badger
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Animals & Nature
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More animals & nature icons from Fluent Emoji High Contrast
Use the badger emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.571 14.634a1.161 1.161 0 0 1 2.257-.244a1.67 1.67 0 0 1 1.452-.848c.923 0 1.646.75 1.66 1.652v.398c0 .34-.081.661-.225.946a.73.73 0 0 0 .805.052c.28-.16.53-.35.76-.58c.69-.69 1.63-1.08 2.6-1.08h5.23q.15 0 .3.008h3.424c.75.034 1.914.231 2.9.989c1.012.777 1.766 2.09 1.766 4.198v7.672c0 .42-.371.815-.858.721A4.7 4.7 0 0 1 28 27.822v1.558c0 .34-.28.62-.62.62h-2.41c-.22 0-.42-.11-.53-.29l-1.548-2.447l-1.552 2.447a.63.63 0 0 1-.53.29h-1.5c-.17 0-.31-.14-.31-.31V26h-3v3.69c0 .17-.14.31-.31.31h-1.5c-.22 0-.42-.11-.53-.29l-1.772-2.794L9.56 29.67c-.18.21-.44.33-.72.33H6.63c-.24 0-.39-.24-.29-.45l1.51-3.02c.21-.41.19-.9-.05-1.29l-1.683-2.794H3.62c-.673 0-1.21-.44-1.55-.913c-.345-.48-.57-1.101-.57-1.671c0-.572.47-1.03 1.04-1.03h.4c.388 0 .742-.192.962-.524v-.001l1.35-2.068a3.75 3.75 0 0 1 2.32-1.605m4.42 6.797l.01-.005a.1.1 0 0 0 .038-.035a.4.4 0 0 0 .055-.203a.4.4 0 0 0-.068-.219a.2.2 0 0 0-.051-.05a.2.2 0 0 0-.085-.017H5.62a.883.883 0 0 1-.874-1.027a.84.84 0 0 1 .217-.453c.24-.27.927-1.085 1.49-1.776a2.61 2.61 0 0 1 2.017-.964h2.38c.604 0 1.09-.486 1.09-1.09v-.386a.667.667 0 0 0-.66-.664a.66.66 0 0 0-.654.562l-.055.438H8.4c-.934 0-1.805.467-2.311 1.243l-1.352 2.072c-.256.388-.62.678-1.04.837a.75.75 0 0 1-.95 1.04q.06.113.135.216c.248.344.521.496.738.496h1.894l-.004-.006h6.38a.5.5 0 0 0 .1-.01m16.01-.6v5.725a4.1 4.1 0 0 0 1.5.895v-7.325c0-1.842-.642-2.842-1.375-3.405c-.754-.58-1.678-.752-2.324-.782h-.399A5.9 5.9 0 0 1 28 20.83M8.797 18.774a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastBadger(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.571 14.634a1.161 1.161 0 0 1 2.257-.244a1.67 1.67 0 0 1 1.452-.848c.923 0 1.646.75 1.66 1.652v.398c0 .34-.081.661-.225.946a.73.73 0 0 0 .805.052c.28-.16.53-.35.76-.58c.69-.69 1.63-1.08 2.6-1.08h5.23q.15 0 .3.008h3.424c.75.034 1.914.231 2.9.989c1.012.777 1.766 2.09 1.766 4.198v7.672c0 .42-.371.815-.858.721A4.7 4.7 0 0 1 28 27.822v1.558c0 .34-.28.62-.62.62h-2.41c-.22 0-.42-.11-.53-.29l-1.548-2.447l-1.552 2.447a.63.63 0 0 1-.53.29h-1.5c-.17 0-.31-.14-.31-.31V26h-3v3.69c0 .17-.14.31-.31.31h-1.5c-.22 0-.42-.11-.53-.29l-1.772-2.794L9.56 29.67c-.18.21-.44.33-.72.33H6.63c-.24 0-.39-.24-.29-.45l1.51-3.02c.21-.41.19-.9-.05-1.29l-1.683-2.794H3.62c-.673 0-1.21-.44-1.55-.913c-.345-.48-.57-1.101-.57-1.671c0-.572.47-1.03 1.04-1.03h.4c.388 0 .742-.192.962-.524v-.001l1.35-2.068a3.75 3.75 0 0 1 2.32-1.605m4.42 6.797l.01-.005a.1.1 0 0 0 .038-.035a.4.4 0 0 0 .055-.203a.4.4 0 0 0-.068-.219a.2.2 0 0 0-.051-.05a.2.2 0 0 0-.085-.017H5.62a.883.883 0 0 1-.874-1.027a.84.84 0 0 1 .217-.453c.24-.27.927-1.085 1.49-1.776a2.61 2.61 0 0 1 2.017-.964h2.38c.604 0 1.09-.486 1.09-1.09v-.386a.667.667 0 0 0-.66-.664a.66.66 0 0 0-.654.562l-.055.438H8.4c-.934 0-1.805.467-2.311 1.243l-1.352 2.072c-.256.388-.62.678-1.04.837a.75.75 0 0 1-.95 1.04q.06.113.135.216c.248.344.521.496.738.496h1.894l-.004-.006h6.38a.5.5 0 0 0 .1-.01m16.01-.6v5.725a4.1 4.1 0 0 0 1.5.895v-7.325c0-1.842-.642-2.842-1.375-3.405c-.754-.58-1.678-.752-2.324-.782h-.399A5.9 5.9 0 0 1 28 20.83M8.797 18.774a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.571 14.634a1.161 1.161 0 0 1 2.257-.244a1.67 1.67 0 0 1 1.452-.848c.923 0 1.646.75 1.66 1.652v.398c0 .34-.081.661-.225.946a.73.73 0 0 0 .805.052c.28-.16.53-.35.76-.58c.69-.69 1.63-1.08 2.6-1.08h5.23q.15 0 .3.008h3.424c.75.034 1.914.231 2.9.989c1.012.777 1.766 2.09 1.766 4.198v7.672c0 .42-.371.815-.858.721A4.7 4.7 0 0 1 28 27.822v1.558c0 .34-.28.62-.62.62h-2.41c-.22 0-.42-.11-.53-.29l-1.548-2.447l-1.552 2.447a.63.63 0 0 1-.53.29h-1.5c-.17 0-.31-.14-.31-.31V26h-3v3.69c0 .17-.14.31-.31.31h-1.5c-.22 0-.42-.11-.53-.29l-1.772-2.794L9.56 29.67c-.18.21-.44.33-.72.33H6.63c-.24 0-.39-.24-.29-.45l1.51-3.02c.21-.41.19-.9-.05-1.29l-1.683-2.794H3.62c-.673 0-1.21-.44-1.55-.913c-.345-.48-.57-1.101-.57-1.671c0-.572.47-1.03 1.04-1.03h.4c.388 0 .742-.192.962-.524v-.001l1.35-2.068a3.75 3.75 0 0 1 2.32-1.605m4.42 6.797l.01-.005a.1.1 0 0 0 .038-.035a.4.4 0 0 0 .055-.203a.4.4 0 0 0-.068-.219a.2.2 0 0 0-.051-.05a.2.2 0 0 0-.085-.017H5.62a.883.883 0 0 1-.874-1.027a.84.84 0 0 1 .217-.453c.24-.27.927-1.085 1.49-1.776a2.61 2.61 0 0 1 2.017-.964h2.38c.604 0 1.09-.486 1.09-1.09v-.386a.667.667 0 0 0-.66-.664a.66.66 0 0 0-.654.562l-.055.438H8.4c-.934 0-1.805.467-2.311 1.243l-1.352 2.072c-.256.388-.62.678-1.04.837a.75.75 0 0 1-.95 1.04q.06.113.135.216c.248.344.521.496.738.496h1.894l-.004-.006h6.38a.5.5 0 0 0 .1-.01m16.01-.6v5.725a4.1 4.1 0 0 0 1.5.895v-7.325c0-1.842-.642-2.842-1.375-3.405c-.754-.58-1.678-.752-2.324-.782h-.399A5.9 5.9 0 0 1 28 20.83M8.797 18.774a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0"/></svg> </template>
CSS
.icon-badger {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.571%2014.634a1.161%201.161%200%200%201%202.257-.244a1.67%201.67%200%200%201%201.452-.848c.923%200%201.646.75%201.66%201.652v.398c0%20.34-.081.661-.225.946a.73.73%200%200%200%20.805.052c.28-.16.53-.35.76-.58c.69-.69%201.63-1.08%202.6-1.08h5.23q.15%200%20.3.008h3.424c.75.034%201.914.231%202.9.989c1.012.777%201.766%202.09%201.766%204.198v7.672c0%20.42-.371.815-.858.721A4.7%204.7%200%200%201%2028%2027.822v1.558c0%20.34-.28.62-.62.62h-2.41c-.22%200-.42-.11-.53-.29l-1.548-2.447l-1.552%202.447a.63.63%200%200%201-.53.29h-1.5c-.17%200-.31-.14-.31-.31V26h-3v3.69c0%20.17-.14.31-.31.31h-1.5c-.22%200-.42-.11-.53-.29l-1.772-2.794L9.56%2029.67c-.18.21-.44.33-.72.33H6.63c-.24%200-.39-.24-.29-.45l1.51-3.02c.21-.41.19-.9-.05-1.29l-1.683-2.794H3.62c-.673%200-1.21-.44-1.55-.913c-.345-.48-.57-1.101-.57-1.671c0-.572.47-1.03%201.04-1.03h.4c.388%200%20.742-.192.962-.524v-.001l1.35-2.068a3.75%203.75%200%200%201%202.32-1.605m4.42%206.797l.01-.005a.1.1%200%200%200%20.038-.035a.4.4%200%200%200%20.055-.203a.4.4%200%200%200-.068-.219a.2.2%200%200%200-.051-.05a.2.2%200%200%200-.085-.017H5.62a.883.883%200%200%201-.874-1.027a.84.84%200%200%201%20.217-.453c.24-.27.927-1.085%201.49-1.776a2.61%202.61%200%200%201%202.017-.964h2.38c.604%200%201.09-.486%201.09-1.09v-.386a.667.667%200%200%200-.66-.664a.66.66%200%200%200-.654.562l-.055.438H8.4c-.934%200-1.805.467-2.311%201.243l-1.352%202.072c-.256.388-.62.678-1.04.837a.75.75%200%200%201-.95%201.04q.06.113.135.216c.248.344.521.496.738.496h1.894l-.004-.006h6.38a.5.5%200%200%200%20.1-.01m16.01-.6v5.725a4.1%204.1%200%200%200%201.5.895v-7.325c0-1.842-.642-2.842-1.375-3.405c-.754-.58-1.678-.752-2.324-.782h-.399A5.9%205.9%200%200%201%2028%2020.83M8.797%2018.774a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.571%2014.634a1.161%201.161%200%200%201%202.257-.244a1.67%201.67%200%200%201%201.452-.848c.923%200%201.646.75%201.66%201.652v.398c0%20.34-.081.661-.225.946a.73.73%200%200%200%20.805.052c.28-.16.53-.35.76-.58c.69-.69%201.63-1.08%202.6-1.08h5.23q.15%200%20.3.008h3.424c.75.034%201.914.231%202.9.989c1.012.777%201.766%202.09%201.766%204.198v7.672c0%20.42-.371.815-.858.721A4.7%204.7%200%200%201%2028%2027.822v1.558c0%20.34-.28.62-.62.62h-2.41c-.22%200-.42-.11-.53-.29l-1.548-2.447l-1.552%202.447a.63.63%200%200%201-.53.29h-1.5c-.17%200-.31-.14-.31-.31V26h-3v3.69c0%20.17-.14.31-.31.31h-1.5c-.22%200-.42-.11-.53-.29l-1.772-2.794L9.56%2029.67c-.18.21-.44.33-.72.33H6.63c-.24%200-.39-.24-.29-.45l1.51-3.02c.21-.41.19-.9-.05-1.29l-1.683-2.794H3.62c-.673%200-1.21-.44-1.55-.913c-.345-.48-.57-1.101-.57-1.671c0-.572.47-1.03%201.04-1.03h.4c.388%200%20.742-.192.962-.524v-.001l1.35-2.068a3.75%203.75%200%200%201%202.32-1.605m4.42%206.797l.01-.005a.1.1%200%200%200%20.038-.035a.4.4%200%200%200%20.055-.203a.4.4%200%200%200-.068-.219a.2.2%200%200%200-.051-.05a.2.2%200%200%200-.085-.017H5.62a.883.883%200%200%201-.874-1.027a.84.84%200%200%201%20.217-.453c.24-.27.927-1.085%201.49-1.776a2.61%202.61%200%200%201%202.017-.964h2.38c.604%200%201.09-.486%201.09-1.09v-.386a.667.667%200%200%200-.66-.664a.66.66%200%200%200-.654.562l-.055.438H8.4c-.934%200-1.805.467-2.311%201.243l-1.352%202.072c-.256.388-.62.678-1.04.837a.75.75%200%200%201-.95%201.04q.06.113.135.216c.248.344.521.496.738.496h1.894l-.004-.006h6.38a.5.5%200%200%200%20.1-.01m16.01-.6v5.725a4.1%204.1%200%200%200%201.5.895v-7.325c0-1.842-.642-2.842-1.375-3.405c-.754-.58-1.678-.752-2.324-.782h-.399A5.9%205.9%200%200%201%2028%2020.83M8.797%2018.774a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/badger.svg?color=%231a73e8&size=48