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

Name
panda
Set
Twitter Emoji
Style
Default
Category
Animals & Nature
Viewbox
36×36
License
CC BY 4.0
Aliases
panda-face

The same emoji in other sets

More animals & nature icons from Twitter Emoji

Use the panda emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="7" cy="6" r="6" fill="#272b2b"/><circle cx="29" cy="6" r="6" fill="#272b2b"/><circle cx="7" cy="6" r="4" fill="#66757f"/><circle cx="29" cy="6" r="4" fill="#66757f"/><path fill="#eee" d="M35 22c0 7-6.375 12-17 12S1 29 1 22C1 22 2.308 0 18 0s17 22 17 22"/><circle cx="18" cy="30" r="6" fill="#ccd6dd"/><circle cx="18" cy="30" r="4" fill="#dd2e44"/><path fill="#272b2b" d="M20.709 12.654C25.163 9.878 32 17 26.952 22.67C23.463 26.591 20 25 20 25s-2.636-10.26.709-12.346m-5.442.011C10.813 9.888 3.976 17.01 9.023 22.681c3.49 3.92 6.953 2.329 6.953 2.329s2.636-10.26-.709-12.345"/><path fill="#66757f" d="M11 17s0-2 2-2s2 2 2 2v2s0 2-2 2s-2-2-2-2z"/><path fill="#fff" d="M18 20S7 23.687 7 27a6 6 0 0 0 11 3.315A6 6 0 0 0 29 27c0-3.313-11-7-11-7"/><path fill="#66757f" d="M21 17s0-2 2-2s2 2 2 2v2s0 2-2 2s-2-2-2-2z"/><path fill="#272b2b" d="M13.125 25c-1.624 1 3.25 4 4.875 4s6.499-3 4.874-4s-8.124-1-9.749 0"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiPanda(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="7" cy="6" r="6" fill="#272b2b"/><circle cx="29" cy="6" r="6" fill="#272b2b"/><circle cx="7" cy="6" r="4" fill="#66757f"/><circle cx="29" cy="6" r="4" fill="#66757f"/><path fill="#eee" d="M35 22c0 7-6.375 12-17 12S1 29 1 22C1 22 2.308 0 18 0s17 22 17 22"/><circle cx="18" cy="30" r="6" fill="#ccd6dd"/><circle cx="18" cy="30" r="4" fill="#dd2e44"/><path fill="#272b2b" d="M20.709 12.654C25.163 9.878 32 17 26.952 22.67C23.463 26.591 20 25 20 25s-2.636-10.26.709-12.346m-5.442.011C10.813 9.888 3.976 17.01 9.023 22.681c3.49 3.92 6.953 2.329 6.953 2.329s2.636-10.26-.709-12.345"/><path fill="#66757f" d="M11 17s0-2 2-2s2 2 2 2v2s0 2-2 2s-2-2-2-2z"/><path fill="#fff" d="M18 20S7 23.687 7 27a6 6 0 0 0 11 3.315A6 6 0 0 0 29 27c0-3.313-11-7-11-7"/><path fill="#66757f" d="M21 17s0-2 2-2s2 2 2 2v2s0 2-2 2s-2-2-2-2z"/><path fill="#272b2b" d="M13.125 25c-1.624 1 3.25 4 4.875 4s6.499-3 4.874-4s-8.124-1-9.749 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="7" cy="6" r="6" fill="#272b2b"/><circle cx="29" cy="6" r="6" fill="#272b2b"/><circle cx="7" cy="6" r="4" fill="#66757f"/><circle cx="29" cy="6" r="4" fill="#66757f"/><path fill="#eee" d="M35 22c0 7-6.375 12-17 12S1 29 1 22C1 22 2.308 0 18 0s17 22 17 22"/><circle cx="18" cy="30" r="6" fill="#ccd6dd"/><circle cx="18" cy="30" r="4" fill="#dd2e44"/><path fill="#272b2b" d="M20.709 12.654C25.163 9.878 32 17 26.952 22.67C23.463 26.591 20 25 20 25s-2.636-10.26.709-12.346m-5.442.011C10.813 9.888 3.976 17.01 9.023 22.681c3.49 3.92 6.953 2.329 6.953 2.329s2.636-10.26-.709-12.345"/><path fill="#66757f" d="M11 17s0-2 2-2s2 2 2 2v2s0 2-2 2s-2-2-2-2z"/><path fill="#fff" d="M18 20S7 23.687 7 27a6 6 0 0 0 11 3.315A6 6 0 0 0 29 27c0-3.313-11-7-11-7"/><path fill="#66757f" d="M21 17s0-2 2-2s2 2 2 2v2s0 2-2 2s-2-2-2-2z"/><path fill="#272b2b" d="M13.125 25c-1.624 1 3.25 4 4.875 4s6.499-3 4.874-4s-8.124-1-9.749 0"/></svg>
</template>

CSS

.icon-panda {
  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%3Ccircle%20cx%3D%227%22%20cy%3D%226%22%20r%3D%226%22%20fill%3D%22%23272b2b%22%2F%3E%3Ccircle%20cx%3D%2229%22%20cy%3D%226%22%20r%3D%226%22%20fill%3D%22%23272b2b%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%226%22%20r%3D%224%22%20fill%3D%22%2366757f%22%2F%3E%3Ccircle%20cx%3D%2229%22%20cy%3D%226%22%20r%3D%224%22%20fill%3D%22%2366757f%22%2F%3E%3Cpath%20fill%3D%22%23eee%22%20d%3D%22M35%2022c0%207-6.375%2012-17%2012S1%2029%201%2022C1%2022%202.308%200%2018%200s17%2022%2017%2022%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2230%22%20r%3D%226%22%20fill%3D%22%23ccd6dd%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2230%22%20r%3D%224%22%20fill%3D%22%23dd2e44%22%2F%3E%3Cpath%20fill%3D%22%23272b2b%22%20d%3D%22M20.709%2012.654C25.163%209.878%2032%2017%2026.952%2022.67C23.463%2026.591%2020%2025%2020%2025s-2.636-10.26.709-12.346m-5.442.011C10.813%209.888%203.976%2017.01%209.023%2022.681c3.49%203.92%206.953%202.329%206.953%202.329s2.636-10.26-.709-12.345%22%2F%3E%3Cpath%20fill%3D%22%2366757f%22%20d%3D%22M11%2017s0-2%202-2s2%202%202%202v2s0%202-2%202s-2-2-2-2z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%2020S7%2023.687%207%2027a6%206%200%200%200%2011%203.315A6%206%200%200%200%2029%2027c0-3.313-11-7-11-7%22%2F%3E%3Cpath%20fill%3D%22%2366757f%22%20d%3D%22M21%2017s0-2%202-2s2%202%202%202v2s0%202-2%202s-2-2-2-2z%22%2F%3E%3Cpath%20fill%3D%22%23272b2b%22%20d%3D%22M13.125%2025c-1.624%201%203.25%204%204.875%204s6.499-3%204.874-4s-8.124-1-9.749%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%2036%2036%22%3E%3Ccircle%20cx%3D%227%22%20cy%3D%226%22%20r%3D%226%22%20fill%3D%22%23272b2b%22%2F%3E%3Ccircle%20cx%3D%2229%22%20cy%3D%226%22%20r%3D%226%22%20fill%3D%22%23272b2b%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%226%22%20r%3D%224%22%20fill%3D%22%2366757f%22%2F%3E%3Ccircle%20cx%3D%2229%22%20cy%3D%226%22%20r%3D%224%22%20fill%3D%22%2366757f%22%2F%3E%3Cpath%20fill%3D%22%23eee%22%20d%3D%22M35%2022c0%207-6.375%2012-17%2012S1%2029%201%2022C1%2022%202.308%200%2018%200s17%2022%2017%2022%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2230%22%20r%3D%226%22%20fill%3D%22%23ccd6dd%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2230%22%20r%3D%224%22%20fill%3D%22%23dd2e44%22%2F%3E%3Cpath%20fill%3D%22%23272b2b%22%20d%3D%22M20.709%2012.654C25.163%209.878%2032%2017%2026.952%2022.67C23.463%2026.591%2020%2025%2020%2025s-2.636-10.26.709-12.346m-5.442.011C10.813%209.888%203.976%2017.01%209.023%2022.681c3.49%203.92%206.953%202.329%206.953%202.329s2.636-10.26-.709-12.345%22%2F%3E%3Cpath%20fill%3D%22%2366757f%22%20d%3D%22M11%2017s0-2%202-2s2%202%202%202v2s0%202-2%202s-2-2-2-2z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%2020S7%2023.687%207%2027a6%206%200%200%200%2011%203.315A6%206%200%200%200%2029%2027c0-3.313-11-7-11-7%22%2F%3E%3Cpath%20fill%3D%22%2366757f%22%20d%3D%22M21%2017s0-2%202-2s2%202%202%202v2s0%202-2%202s-2-2-2-2z%22%2F%3E%3Cpath%20fill%3D%22%23272b2b%22%20d%3D%22M13.125%2025c-1.624%201%203.25%204%204.875%204s6.499-3%204.874-4s-8.124-1-9.749%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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