badger from Twitter Emoji by Twitter · Default · Animals & Nature · CC-BY-4.0 Attribution required.

Name
badger
Set
Twitter Emoji
Style
Default
Category
Animals & Nature
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More animals & nature icons from Twitter Emoji

Use the badger emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#31373d" d="M34.157 20.709c-.807-1.404-1.932-2.604-3.565-3.526c-.431-.244-1.826-.275-1.826-.275s-.707-.809-1.344-.978c-3.476-.923-8.798.434-10.427 1.086S15.081 17.315 13 17a7 7 0 0 0-.918-.073c-.503-.431-.114-1.509-1.114-1.509S9.535 16.465 9 17a9 9 0 0 0-.688.125a9 9 0 0 0-.621.155c-.32-.673-.774-1.347-1.222-1.28c-.402.06-.466 1.098-.421 1.943c-.272.152-1.946 3.729-3.019 6.198c-.092.212-1.882.83-2.064 1.011c-.616.612-1.062 1.152-.653 1.642c.631.757 2.649.694 3.91.505s3.847-1.513 5.108-1.513c3.443 0 3.925 3.154 4.353 5.505c.387 2.128.339 4.763 1.317 4.709s3-2 3-5c1 0 7.728.674 8 1s1 4 2 4s5-7 5-13c1 2 .668 4.172.668 4.878S34 30 35 30s1-2.009 1-3s-.594-4.119-1.843-6.291"/><path fill="#99aab5" d="M32.62 20.788c-.43-1.59-1.333-2.86-2.031-3.598c-.895-.506-1.934-.933-3.166-1.26c.261 1.098-.923 6.903-8.923 11.133c-.94.497.857 2.652 3.469 3.312c4.907 1.241 8.457.855 10.098-1.79c.553-1.802.933-3.74.933-5.585c.02.04.032.081.051.121v-.001a15 15 0 0 0-.431-2.332"/><path fill="#e1e8ed" d="M4.958 22c.853-2.352 1.615-3.78 4.042-5c-1.229.167-2.579.554-3.75 1.458c-2.775 2.144-1.659 3.795-3.235 5.624c-.329.381-.714.736-1.049 1.069C2.75 25 4.11 24.34 4.958 22m11.596-3.809c-2.504.888-5.941 3.094-7.679 4.553C6.5 24.74 4.559 25.473 3.562 26c-1.631.863.755 1.177 3.438 0c2.108-.925 5.94-2.519 8.875-2.5c6.462.041 9.625-5.292 11.548-7.57c-3.792-.334-8.162 1.301-10.869 2.261"/><circle cx="7" cy="21" r="1" fill="#e1e8ed"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiBadger(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#31373d" d="M34.157 20.709c-.807-1.404-1.932-2.604-3.565-3.526c-.431-.244-1.826-.275-1.826-.275s-.707-.809-1.344-.978c-3.476-.923-8.798.434-10.427 1.086S15.081 17.315 13 17a7 7 0 0 0-.918-.073c-.503-.431-.114-1.509-1.114-1.509S9.535 16.465 9 17a9 9 0 0 0-.688.125a9 9 0 0 0-.621.155c-.32-.673-.774-1.347-1.222-1.28c-.402.06-.466 1.098-.421 1.943c-.272.152-1.946 3.729-3.019 6.198c-.092.212-1.882.83-2.064 1.011c-.616.612-1.062 1.152-.653 1.642c.631.757 2.649.694 3.91.505s3.847-1.513 5.108-1.513c3.443 0 3.925 3.154 4.353 5.505c.387 2.128.339 4.763 1.317 4.709s3-2 3-5c1 0 7.728.674 8 1s1 4 2 4s5-7 5-13c1 2 .668 4.172.668 4.878S34 30 35 30s1-2.009 1-3s-.594-4.119-1.843-6.291"/><path fill="#99aab5" d="M32.62 20.788c-.43-1.59-1.333-2.86-2.031-3.598c-.895-.506-1.934-.933-3.166-1.26c.261 1.098-.923 6.903-8.923 11.133c-.94.497.857 2.652 3.469 3.312c4.907 1.241 8.457.855 10.098-1.79c.553-1.802.933-3.74.933-5.585c.02.04.032.081.051.121v-.001a15 15 0 0 0-.431-2.332"/><path fill="#e1e8ed" d="M4.958 22c.853-2.352 1.615-3.78 4.042-5c-1.229.167-2.579.554-3.75 1.458c-2.775 2.144-1.659 3.795-3.235 5.624c-.329.381-.714.736-1.049 1.069C2.75 25 4.11 24.34 4.958 22m11.596-3.809c-2.504.888-5.941 3.094-7.679 4.553C6.5 24.74 4.559 25.473 3.562 26c-1.631.863.755 1.177 3.438 0c2.108-.925 5.94-2.519 8.875-2.5c6.462.041 9.625-5.292 11.548-7.57c-3.792-.334-8.162 1.301-10.869 2.261"/><circle cx="7" cy="21" r="1" fill="#e1e8ed"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#31373d" d="M34.157 20.709c-.807-1.404-1.932-2.604-3.565-3.526c-.431-.244-1.826-.275-1.826-.275s-.707-.809-1.344-.978c-3.476-.923-8.798.434-10.427 1.086S15.081 17.315 13 17a7 7 0 0 0-.918-.073c-.503-.431-.114-1.509-1.114-1.509S9.535 16.465 9 17a9 9 0 0 0-.688.125a9 9 0 0 0-.621.155c-.32-.673-.774-1.347-1.222-1.28c-.402.06-.466 1.098-.421 1.943c-.272.152-1.946 3.729-3.019 6.198c-.092.212-1.882.83-2.064 1.011c-.616.612-1.062 1.152-.653 1.642c.631.757 2.649.694 3.91.505s3.847-1.513 5.108-1.513c3.443 0 3.925 3.154 4.353 5.505c.387 2.128.339 4.763 1.317 4.709s3-2 3-5c1 0 7.728.674 8 1s1 4 2 4s5-7 5-13c1 2 .668 4.172.668 4.878S34 30 35 30s1-2.009 1-3s-.594-4.119-1.843-6.291"/><path fill="#99aab5" d="M32.62 20.788c-.43-1.59-1.333-2.86-2.031-3.598c-.895-.506-1.934-.933-3.166-1.26c.261 1.098-.923 6.903-8.923 11.133c-.94.497.857 2.652 3.469 3.312c4.907 1.241 8.457.855 10.098-1.79c.553-1.802.933-3.74.933-5.585c.02.04.032.081.051.121v-.001a15 15 0 0 0-.431-2.332"/><path fill="#e1e8ed" d="M4.958 22c.853-2.352 1.615-3.78 4.042-5c-1.229.167-2.579.554-3.75 1.458c-2.775 2.144-1.659 3.795-3.235 5.624c-.329.381-.714.736-1.049 1.069C2.75 25 4.11 24.34 4.958 22m11.596-3.809c-2.504.888-5.941 3.094-7.679 4.553C6.5 24.74 4.559 25.473 3.562 26c-1.631.863.755 1.177 3.438 0c2.108-.925 5.94-2.519 8.875-2.5c6.462.041 9.625-5.292 11.548-7.57c-3.792-.334-8.162 1.301-10.869 2.261"/><circle cx="7" cy="21" r="1" fill="#e1e8ed"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%2331373d%22%20d%3D%22M34.157%2020.709c-.807-1.404-1.932-2.604-3.565-3.526c-.431-.244-1.826-.275-1.826-.275s-.707-.809-1.344-.978c-3.476-.923-8.798.434-10.427%201.086S15.081%2017.315%2013%2017a7%207%200%200%200-.918-.073c-.503-.431-.114-1.509-1.114-1.509S9.535%2016.465%209%2017a9%209%200%200%200-.688.125a9%209%200%200%200-.621.155c-.32-.673-.774-1.347-1.222-1.28c-.402.06-.466%201.098-.421%201.943c-.272.152-1.946%203.729-3.019%206.198c-.092.212-1.882.83-2.064%201.011c-.616.612-1.062%201.152-.653%201.642c.631.757%202.649.694%203.91.505s3.847-1.513%205.108-1.513c3.443%200%203.925%203.154%204.353%205.505c.387%202.128.339%204.763%201.317%204.709s3-2%203-5c1%200%207.728.674%208%201s1%204%202%204s5-7%205-13c1%202%20.668%204.172.668%204.878S34%2030%2035%2030s1-2.009%201-3s-.594-4.119-1.843-6.291%22%2F%3E%3Cpath%20fill%3D%22%2399aab5%22%20d%3D%22M32.62%2020.788c-.43-1.59-1.333-2.86-2.031-3.598c-.895-.506-1.934-.933-3.166-1.26c.261%201.098-.923%206.903-8.923%2011.133c-.94.497.857%202.652%203.469%203.312c4.907%201.241%208.457.855%2010.098-1.79c.553-1.802.933-3.74.933-5.585c.02.04.032.081.051.121v-.001a15%2015%200%200%200-.431-2.332%22%2F%3E%3Cpath%20fill%3D%22%23e1e8ed%22%20d%3D%22M4.958%2022c.853-2.352%201.615-3.78%204.042-5c-1.229.167-2.579.554-3.75%201.458c-2.775%202.144-1.659%203.795-3.235%205.624c-.329.381-.714.736-1.049%201.069C2.75%2025%204.11%2024.34%204.958%2022m11.596-3.809c-2.504.888-5.941%203.094-7.679%204.553C6.5%2024.74%204.559%2025.473%203.562%2026c-1.631.863.755%201.177%203.438%200c2.108-.925%205.94-2.519%208.875-2.5c6.462.041%209.625-5.292%2011.548-7.57c-3.792-.334-8.162%201.301-10.869%202.261%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%2221%22%20r%3D%221%22%20fill%3D%22%23e1e8ed%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%2036%2036%22%3E%3Cpath%20fill%3D%22%2331373d%22%20d%3D%22M34.157%2020.709c-.807-1.404-1.932-2.604-3.565-3.526c-.431-.244-1.826-.275-1.826-.275s-.707-.809-1.344-.978c-3.476-.923-8.798.434-10.427%201.086S15.081%2017.315%2013%2017a7%207%200%200%200-.918-.073c-.503-.431-.114-1.509-1.114-1.509S9.535%2016.465%209%2017a9%209%200%200%200-.688.125a9%209%200%200%200-.621.155c-.32-.673-.774-1.347-1.222-1.28c-.402.06-.466%201.098-.421%201.943c-.272.152-1.946%203.729-3.019%206.198c-.092.212-1.882.83-2.064%201.011c-.616.612-1.062%201.152-.653%201.642c.631.757%202.649.694%203.91.505s3.847-1.513%205.108-1.513c3.443%200%203.925%203.154%204.353%205.505c.387%202.128.339%204.763%201.317%204.709s3-2%203-5c1%200%207.728.674%208%201s1%204%202%204s5-7%205-13c1%202%20.668%204.172.668%204.878S34%2030%2035%2030s1-2.009%201-3s-.594-4.119-1.843-6.291%22%2F%3E%3Cpath%20fill%3D%22%2399aab5%22%20d%3D%22M32.62%2020.788c-.43-1.59-1.333-2.86-2.031-3.598c-.895-.506-1.934-.933-3.166-1.26c.261%201.098-.923%206.903-8.923%2011.133c-.94.497.857%202.652%203.469%203.312c4.907%201.241%208.457.855%2010.098-1.79c.553-1.802.933-3.74.933-5.585c.02.04.032.081.051.121v-.001a15%2015%200%200%200-.431-2.332%22%2F%3E%3Cpath%20fill%3D%22%23e1e8ed%22%20d%3D%22M4.958%2022c.853-2.352%201.615-3.78%204.042-5c-1.229.167-2.579.554-3.75%201.458c-2.775%202.144-1.659%203.795-3.235%205.624c-.329.381-.714.736-1.049%201.069C2.75%2025%204.11%2024.34%204.958%2022m11.596-3.809c-2.504.888-5.941%203.094-7.679%204.553C6.5%2024.74%204.559%2025.473%203.562%2026c-1.631.863.755%201.177%203.438%200c2.108-.925%205.94-2.519%208.875-2.5c6.462.041%209.625-5.292%2011.548-7.57c-3.792-.334-8.162%201.301-10.869%202.261%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%2221%22%20r%3D%221%22%20fill%3D%22%23e1e8ed%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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