panda from Fluent Emoji Flat by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.

Name
panda
Set
Fluent Emoji Flat
Style
Default
Category
Animals & Nature
Viewbox
32×32
License
MIT

The same emoji in other sets

More animals & nature icons from Fluent Emoji Flat

Use the panda emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#433b6b" d="M3.463 12.795a4.5 4.5 0 1 1 6.64-6.027A14.4 14.4 0 0 1 16.029 5.5c2.11 0 4.116.453 5.925 1.267a4.5 4.5 0 1 1 6.642 6.027a14.56 14.56 0 0 1 1.933 7.276c0 4.049-1.65 6.7-4.345 8.308c-2.651 1.581-6.261 2.122-10.155 2.122s-7.504-.54-10.155-2.122c-2.695-1.608-4.345-4.26-4.345-8.308c0-2.649.704-5.134 1.935-7.275"/><path fill="#f4f4f4" d="M2.528 20.07c0-7.495 6.048-13.57 13.5-13.57s13.5 6.066 13.5 13.57c0 3.721-1.485 6.034-3.858 7.45c-2.416 1.44-5.806 1.98-9.642 1.98s-7.226-.54-9.643-1.98c-2.372-1.416-3.857-3.729-3.857-7.45"/><path fill="#635994" d="M7.825 18.937a3.64 3.64 0 0 0 5.14 0a3.64 3.64 0 0 0 0-5.14c-1.418-1.418-3.086-.781-4.504.636s-2.054 3.086-.636 4.504m16.405 0c1.418-1.418.782-3.086-.636-4.504c-1.417-1.417-3.085-2.054-4.503-.636a3.64 3.64 0 0 0 0 5.14a3.64 3.64 0 0 0 5.14 0"/><path fill="#1c1c1c" d="M11.028 16a1 1 0 1 1 2 0v1a1 1 0 1 1-2 0zm8 0a1 1 0 1 1 2 0v1a1 1 0 1 1-2 0zm-3.475 4.82l-1.013-.834a.714.714 0 0 1 .453-1.264h2.074a.713.713 0 0 1 .453 1.264l-1.014.833a.75.75 0 0 1-.953 0M16.028 22a.5.5 0 0 1 .487.389c.085.337.196.745.427 1.073c.213.302.527.538 1.086.538c.654 0 1-.534 1-1a.5.5 0 1 1 1 0c0 .868-.655 2-2 2c-.925 0-1.528-.43-1.903-.962a3 3 0 0 1-.097-.148q-.045.076-.097.148c-.375.532-.978.962-1.903.962c-1.346 0-2-1.132-2-2a.5.5 0 1 1 1 0c0 .466.345 1 1 1c.559 0 .873-.236 1.085-.538c.231-.328.343-.736.427-1.073a.5.5 0 0 1 .312-.357a.5.5 0 0 1 .176-.032"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatPanda(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#433b6b" d="M3.463 12.795a4.5 4.5 0 1 1 6.64-6.027A14.4 14.4 0 0 1 16.029 5.5c2.11 0 4.116.453 5.925 1.267a4.5 4.5 0 1 1 6.642 6.027a14.56 14.56 0 0 1 1.933 7.276c0 4.049-1.65 6.7-4.345 8.308c-2.651 1.581-6.261 2.122-10.155 2.122s-7.504-.54-10.155-2.122c-2.695-1.608-4.345-4.26-4.345-8.308c0-2.649.704-5.134 1.935-7.275"/><path fill="#f4f4f4" d="M2.528 20.07c0-7.495 6.048-13.57 13.5-13.57s13.5 6.066 13.5 13.57c0 3.721-1.485 6.034-3.858 7.45c-2.416 1.44-5.806 1.98-9.642 1.98s-7.226-.54-9.643-1.98c-2.372-1.416-3.857-3.729-3.857-7.45"/><path fill="#635994" d="M7.825 18.937a3.64 3.64 0 0 0 5.14 0a3.64 3.64 0 0 0 0-5.14c-1.418-1.418-3.086-.781-4.504.636s-2.054 3.086-.636 4.504m16.405 0c1.418-1.418.782-3.086-.636-4.504c-1.417-1.417-3.085-2.054-4.503-.636a3.64 3.64 0 0 0 0 5.14a3.64 3.64 0 0 0 5.14 0"/><path fill="#1c1c1c" d="M11.028 16a1 1 0 1 1 2 0v1a1 1 0 1 1-2 0zm8 0a1 1 0 1 1 2 0v1a1 1 0 1 1-2 0zm-3.475 4.82l-1.013-.834a.714.714 0 0 1 .453-1.264h2.074a.713.713 0 0 1 .453 1.264l-1.014.833a.75.75 0 0 1-.953 0M16.028 22a.5.5 0 0 1 .487.389c.085.337.196.745.427 1.073c.213.302.527.538 1.086.538c.654 0 1-.534 1-1a.5.5 0 1 1 1 0c0 .868-.655 2-2 2c-.925 0-1.528-.43-1.903-.962a3 3 0 0 1-.097-.148q-.045.076-.097.148c-.375.532-.978.962-1.903.962c-1.346 0-2-1.132-2-2a.5.5 0 1 1 1 0c0 .466.345 1 1 1c.559 0 .873-.236 1.085-.538c.231-.328.343-.736.427-1.073a.5.5 0 0 1 .312-.357a.5.5 0 0 1 .176-.032"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#433b6b" d="M3.463 12.795a4.5 4.5 0 1 1 6.64-6.027A14.4 14.4 0 0 1 16.029 5.5c2.11 0 4.116.453 5.925 1.267a4.5 4.5 0 1 1 6.642 6.027a14.56 14.56 0 0 1 1.933 7.276c0 4.049-1.65 6.7-4.345 8.308c-2.651 1.581-6.261 2.122-10.155 2.122s-7.504-.54-10.155-2.122c-2.695-1.608-4.345-4.26-4.345-8.308c0-2.649.704-5.134 1.935-7.275"/><path fill="#f4f4f4" d="M2.528 20.07c0-7.495 6.048-13.57 13.5-13.57s13.5 6.066 13.5 13.57c0 3.721-1.485 6.034-3.858 7.45c-2.416 1.44-5.806 1.98-9.642 1.98s-7.226-.54-9.643-1.98c-2.372-1.416-3.857-3.729-3.857-7.45"/><path fill="#635994" d="M7.825 18.937a3.64 3.64 0 0 0 5.14 0a3.64 3.64 0 0 0 0-5.14c-1.418-1.418-3.086-.781-4.504.636s-2.054 3.086-.636 4.504m16.405 0c1.418-1.418.782-3.086-.636-4.504c-1.417-1.417-3.085-2.054-4.503-.636a3.64 3.64 0 0 0 0 5.14a3.64 3.64 0 0 0 5.14 0"/><path fill="#1c1c1c" d="M11.028 16a1 1 0 1 1 2 0v1a1 1 0 1 1-2 0zm8 0a1 1 0 1 1 2 0v1a1 1 0 1 1-2 0zm-3.475 4.82l-1.013-.834a.714.714 0 0 1 .453-1.264h2.074a.713.713 0 0 1 .453 1.264l-1.014.833a.75.75 0 0 1-.953 0M16.028 22a.5.5 0 0 1 .487.389c.085.337.196.745.427 1.073c.213.302.527.538 1.086.538c.654 0 1-.534 1-1a.5.5 0 1 1 1 0c0 .868-.655 2-2 2c-.925 0-1.528-.43-1.903-.962a3 3 0 0 1-.097-.148q-.045.076-.097.148c-.375.532-.978.962-1.903.962c-1.346 0-2-1.132-2-2a.5.5 0 1 1 1 0c0 .466.345 1 1 1c.559 0 .873-.236 1.085-.538c.231-.328.343-.736.427-1.073a.5.5 0 0 1 .312-.357a.5.5 0 0 1 .176-.032"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23433b6b%22%20d%3D%22M3.463%2012.795a4.5%204.5%200%201%201%206.64-6.027A14.4%2014.4%200%200%201%2016.029%205.5c2.11%200%204.116.453%205.925%201.267a4.5%204.5%200%201%201%206.642%206.027a14.56%2014.56%200%200%201%201.933%207.276c0%204.049-1.65%206.7-4.345%208.308c-2.651%201.581-6.261%202.122-10.155%202.122s-7.504-.54-10.155-2.122c-2.695-1.608-4.345-4.26-4.345-8.308c0-2.649.704-5.134%201.935-7.275%22%2F%3E%3Cpath%20fill%3D%22%23f4f4f4%22%20d%3D%22M2.528%2020.07c0-7.495%206.048-13.57%2013.5-13.57s13.5%206.066%2013.5%2013.57c0%203.721-1.485%206.034-3.858%207.45c-2.416%201.44-5.806%201.98-9.642%201.98s-7.226-.54-9.643-1.98c-2.372-1.416-3.857-3.729-3.857-7.45%22%2F%3E%3Cpath%20fill%3D%22%23635994%22%20d%3D%22M7.825%2018.937a3.64%203.64%200%200%200%205.14%200a3.64%203.64%200%200%200%200-5.14c-1.418-1.418-3.086-.781-4.504.636s-2.054%203.086-.636%204.504m16.405%200c1.418-1.418.782-3.086-.636-4.504c-1.417-1.417-3.085-2.054-4.503-.636a3.64%203.64%200%200%200%200%205.14a3.64%203.64%200%200%200%205.14%200%22%2F%3E%3Cpath%20fill%3D%22%231c1c1c%22%20d%3D%22M11.028%2016a1%201%200%201%201%202%200v1a1%201%200%201%201-2%200zm8%200a1%201%200%201%201%202%200v1a1%201%200%201%201-2%200zm-3.475%204.82l-1.013-.834a.714.714%200%200%201%20.453-1.264h2.074a.713.713%200%200%201%20.453%201.264l-1.014.833a.75.75%200%200%201-.953%200M16.028%2022a.5.5%200%200%201%20.487.389c.085.337.196.745.427%201.073c.213.302.527.538%201.086.538c.654%200%201-.534%201-1a.5.5%200%201%201%201%200c0%20.868-.655%202-2%202c-.925%200-1.528-.43-1.903-.962a3%203%200%200%201-.097-.148q-.045.076-.097.148c-.375.532-.978.962-1.903.962c-1.346%200-2-1.132-2-2a.5.5%200%201%201%201%200c0%20.466.345%201%201%201c.559%200%20.873-.236%201.085-.538c.231-.328.343-.736.427-1.073a.5.5%200%200%201%20.312-.357a.5.5%200%200%201%20.176-.032%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23433b6b%22%20d%3D%22M3.463%2012.795a4.5%204.5%200%201%201%206.64-6.027A14.4%2014.4%200%200%201%2016.029%205.5c2.11%200%204.116.453%205.925%201.267a4.5%204.5%200%201%201%206.642%206.027a14.56%2014.56%200%200%201%201.933%207.276c0%204.049-1.65%206.7-4.345%208.308c-2.651%201.581-6.261%202.122-10.155%202.122s-7.504-.54-10.155-2.122c-2.695-1.608-4.345-4.26-4.345-8.308c0-2.649.704-5.134%201.935-7.275%22%2F%3E%3Cpath%20fill%3D%22%23f4f4f4%22%20d%3D%22M2.528%2020.07c0-7.495%206.048-13.57%2013.5-13.57s13.5%206.066%2013.5%2013.57c0%203.721-1.485%206.034-3.858%207.45c-2.416%201.44-5.806%201.98-9.642%201.98s-7.226-.54-9.643-1.98c-2.372-1.416-3.857-3.729-3.857-7.45%22%2F%3E%3Cpath%20fill%3D%22%23635994%22%20d%3D%22M7.825%2018.937a3.64%203.64%200%200%200%205.14%200a3.64%203.64%200%200%200%200-5.14c-1.418-1.418-3.086-.781-4.504.636s-2.054%203.086-.636%204.504m16.405%200c1.418-1.418.782-3.086-.636-4.504c-1.417-1.417-3.085-2.054-4.503-.636a3.64%203.64%200%200%200%200%205.14a3.64%203.64%200%200%200%205.14%200%22%2F%3E%3Cpath%20fill%3D%22%231c1c1c%22%20d%3D%22M11.028%2016a1%201%200%201%201%202%200v1a1%201%200%201%201-2%200zm8%200a1%201%200%201%201%202%200v1a1%201%200%201%201-2%200zm-3.475%204.82l-1.013-.834a.714.714%200%200%201%20.453-1.264h2.074a.713.713%200%200%201%20.453%201.264l-1.014.833a.75.75%200%200%201-.953%200M16.028%2022a.5.5%200%200%201%20.487.389c.085.337.196.745.427%201.073c.213.302.527.538%201.086.538c.654%200%201-.534%201-1a.5.5%200%201%201%201%200c0%20.868-.655%202-2%202c-.925%200-1.528-.43-1.903-.962a3%203%200%200%201-.097-.148q-.045.076-.097.148c-.375.532-.978.962-1.903.962c-1.346%200-2-1.132-2-2a.5.5%200%201%201%201%200c0%20.466.345%201%201%201c.559%200%20.873-.236%201.085-.538c.231-.328.343-.736.427-1.073a.5.5%200%200%201%20.312-.357a.5.5%200%200%201%20.176-.032%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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