panda emoji
panda from OpenMoji by OpenMoji · Default · Animals Nature · CC-BY-SA-4.0 Attribution required.
- Name
- panda
- Set
- OpenMoji
- Style
- Default
- Category
- Animals Nature
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More animals nature icons from OpenMoji
Use the panda emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="m33.882 15.133l-7.905 1.54l-5.473 4.496l-5.416 7.828L11.922 39l.174 8.349s.825 4.46 3.927 7.3c2.757 2.524 4.629 2.934 4.629 2.934s12.562 3.876 15.316 3.376s14.18-2.333 16.346-3.917s5.974-5.588 5.974-5.588l2.024-5.412l.257-3.914a28.9 28.9 0 0 0-3.172-10.415l-3.3-6.257s-6.2-6.426-6.45-6.88s-4.988-2.456-4.988-2.456z"/><path fill="#3f3f3f" d="m26.63 19.586l-3.334 3l-5.5 2.708l-3.389 5.275S9.08 28.364 7.863 22.9c-.573-2.572-.12-5.11 1.099-7.447c.479-.92.91-1.693 1.09-1.872c.5-.5 3.966-1.92 3.966-1.92l4.318.672zm18.666-.042l3.894 3.293l5.856 3.124l3.042 5.625L61 28.468l2.485-4.719a10.22 10.22 0 0 0-.372-8.071c-.53-1.088-1.015-2.019-1.203-2.207c-.5-.5-4.784-2.038-4.784-2.038l-4.368 1.414zM34.754 41.002s-3 5.833-6.166 5.667s-6.417-1.417-6.417-1.417l-1.667-4.083l1.5-3.333l2.334-2.5l3.083-1.334l4-.083l1.417 1.417zm2.584 0s3 5.833 6.166 5.667s6.417-1.417 6.417-1.417l1.667-4.083l-1.5-3.333l-2.334-2.5l-3.083-1.334l-4-.083l-1.417 1.417zm-5.813 5.834s4.938-2.188 8.813.062l-.75 2.438l-6.313.5z"/><circle cx="28.602" cy="38.999" r="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M35.968 49.135s-4.07 1.797-4.172-1.21m-5.819-29.03S18.29 7.27 11.04 12.082c-6.601 4.382-3.912 13.959.603 16.915"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.04 57.582C5.102 51.27 13.19 33.57 13.19 33.57s3.644-9.359 9.34-11.609m28.536 35.621c15.938-6.312 7.85-24.013 7.85-24.013s-3.644-9.359-9.34-11.609"/><circle cx="43.334" cy="38.999" r="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M44.657 51.531c-1.22 1.924-4.055 5.119-8.26 2.239h-.857c-4.206 2.88-7.04-.315-8.26-2.239m8.688-2.396s4.07 1.797 4.172-1.21m5.82-29.03s7.687-11.625 14.937-6.813c6.601 4.382 3.911 13.959-.603 16.915m-35.66-12.046s8.71-4.93 22.325 0M30.602 59.582c3.592 1.222 7.17 1.231 10.732 0m-5.366-10.447L36 53.77m7.938-7.934s7.369 1.613 7.413-4.207c.023-3.021-1.897-5.68-4.607-7.015c-3.522-1.735-8.432-2.576-8.432 6.221m-10.055 5.001s-7.369 1.613-7.413-4.207c-.023-3.021 1.897-5.68 4.607-7.015c3.522-1.735 8.431-2.576 8.431 6.221"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiPanda(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="m33.882 15.133l-7.905 1.54l-5.473 4.496l-5.416 7.828L11.922 39l.174 8.349s.825 4.46 3.927 7.3c2.757 2.524 4.629 2.934 4.629 2.934s12.562 3.876 15.316 3.376s14.18-2.333 16.346-3.917s5.974-5.588 5.974-5.588l2.024-5.412l.257-3.914a28.9 28.9 0 0 0-3.172-10.415l-3.3-6.257s-6.2-6.426-6.45-6.88s-4.988-2.456-4.988-2.456z"/><path fill="#3f3f3f" d="m26.63 19.586l-3.334 3l-5.5 2.708l-3.389 5.275S9.08 28.364 7.863 22.9c-.573-2.572-.12-5.11 1.099-7.447c.479-.92.91-1.693 1.09-1.872c.5-.5 3.966-1.92 3.966-1.92l4.318.672zm18.666-.042l3.894 3.293l5.856 3.124l3.042 5.625L61 28.468l2.485-4.719a10.22 10.22 0 0 0-.372-8.071c-.53-1.088-1.015-2.019-1.203-2.207c-.5-.5-4.784-2.038-4.784-2.038l-4.368 1.414zM34.754 41.002s-3 5.833-6.166 5.667s-6.417-1.417-6.417-1.417l-1.667-4.083l1.5-3.333l2.334-2.5l3.083-1.334l4-.083l1.417 1.417zm2.584 0s3 5.833 6.166 5.667s6.417-1.417 6.417-1.417l1.667-4.083l-1.5-3.333l-2.334-2.5l-3.083-1.334l-4-.083l-1.417 1.417zm-5.813 5.834s4.938-2.188 8.813.062l-.75 2.438l-6.313.5z"/><circle cx="28.602" cy="38.999" r="2"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M35.968 49.135s-4.07 1.797-4.172-1.21m-5.819-29.03S18.29 7.27 11.04 12.082c-6.601 4.382-3.912 13.959.603 16.915"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M21.04 57.582C5.102 51.27 13.19 33.57 13.19 33.57s3.644-9.359 9.34-11.609m28.536 35.621c15.938-6.312 7.85-24.013 7.85-24.013s-3.644-9.359-9.34-11.609"/><circle cx="43.334" cy="38.999" r="2"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M44.657 51.531c-1.22 1.924-4.055 5.119-8.26 2.239h-.857c-4.206 2.88-7.04-.315-8.26-2.239m8.688-2.396s4.07 1.797 4.172-1.21m5.82-29.03s7.687-11.625 14.937-6.813c6.601 4.382 3.911 13.959-.603 16.915m-35.66-12.046s8.71-4.93 22.325 0M30.602 59.582c3.592 1.222 7.17 1.231 10.732 0m-5.366-10.447L36 53.77m7.938-7.934s7.369 1.613 7.413-4.207c.023-3.021-1.897-5.68-4.607-7.015c-3.522-1.735-8.432-2.576-8.432 6.221m-10.055 5.001s-7.369 1.613-7.413-4.207c-.023-3.021 1.897-5.68 4.607-7.015c3.522-1.735 8.431-2.576 8.431 6.221"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="m33.882 15.133l-7.905 1.54l-5.473 4.496l-5.416 7.828L11.922 39l.174 8.349s.825 4.46 3.927 7.3c2.757 2.524 4.629 2.934 4.629 2.934s12.562 3.876 15.316 3.376s14.18-2.333 16.346-3.917s5.974-5.588 5.974-5.588l2.024-5.412l.257-3.914a28.9 28.9 0 0 0-3.172-10.415l-3.3-6.257s-6.2-6.426-6.45-6.88s-4.988-2.456-4.988-2.456z"/><path fill="#3f3f3f" d="m26.63 19.586l-3.334 3l-5.5 2.708l-3.389 5.275S9.08 28.364 7.863 22.9c-.573-2.572-.12-5.11 1.099-7.447c.479-.92.91-1.693 1.09-1.872c.5-.5 3.966-1.92 3.966-1.92l4.318.672zm18.666-.042l3.894 3.293l5.856 3.124l3.042 5.625L61 28.468l2.485-4.719a10.22 10.22 0 0 0-.372-8.071c-.53-1.088-1.015-2.019-1.203-2.207c-.5-.5-4.784-2.038-4.784-2.038l-4.368 1.414zM34.754 41.002s-3 5.833-6.166 5.667s-6.417-1.417-6.417-1.417l-1.667-4.083l1.5-3.333l2.334-2.5l3.083-1.334l4-.083l1.417 1.417zm2.584 0s3 5.833 6.166 5.667s6.417-1.417 6.417-1.417l1.667-4.083l-1.5-3.333l-2.334-2.5l-3.083-1.334l-4-.083l-1.417 1.417zm-5.813 5.834s4.938-2.188 8.813.062l-.75 2.438l-6.313.5z"/><circle cx="28.602" cy="38.999" r="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M35.968 49.135s-4.07 1.797-4.172-1.21m-5.819-29.03S18.29 7.27 11.04 12.082c-6.601 4.382-3.912 13.959.603 16.915"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.04 57.582C5.102 51.27 13.19 33.57 13.19 33.57s3.644-9.359 9.34-11.609m28.536 35.621c15.938-6.312 7.85-24.013 7.85-24.013s-3.644-9.359-9.34-11.609"/><circle cx="43.334" cy="38.999" r="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M44.657 51.531c-1.22 1.924-4.055 5.119-8.26 2.239h-.857c-4.206 2.88-7.04-.315-8.26-2.239m8.688-2.396s4.07 1.797 4.172-1.21m5.82-29.03s7.687-11.625 14.937-6.813c6.601 4.382 3.911 13.959-.603 16.915m-35.66-12.046s8.71-4.93 22.325 0M30.602 59.582c3.592 1.222 7.17 1.231 10.732 0m-5.366-10.447L36 53.77m7.938-7.934s7.369 1.613 7.413-4.207c.023-3.021-1.897-5.68-4.607-7.015c-3.522-1.735-8.432-2.576-8.432 6.221m-10.055 5.001s-7.369 1.613-7.413-4.207c-.023-3.021 1.897-5.68 4.607-7.015c3.522-1.735 8.431-2.576 8.431 6.221"/></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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m33.882%2015.133l-7.905%201.54l-5.473%204.496l-5.416%207.828L11.922%2039l.174%208.349s.825%204.46%203.927%207.3c2.757%202.524%204.629%202.934%204.629%202.934s12.562%203.876%2015.316%203.376s14.18-2.333%2016.346-3.917s5.974-5.588%205.974-5.588l2.024-5.412l.257-3.914a28.9%2028.9%200%200%200-3.172-10.415l-3.3-6.257s-6.2-6.426-6.45-6.88s-4.988-2.456-4.988-2.456z%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22m26.63%2019.586l-3.334%203l-5.5%202.708l-3.389%205.275S9.08%2028.364%207.863%2022.9c-.573-2.572-.12-5.11%201.099-7.447c.479-.92.91-1.693%201.09-1.872c.5-.5%203.966-1.92%203.966-1.92l4.318.672zm18.666-.042l3.894%203.293l5.856%203.124l3.042%205.625L61%2028.468l2.485-4.719a10.22%2010.22%200%200%200-.372-8.071c-.53-1.088-1.015-2.019-1.203-2.207c-.5-.5-4.784-2.038-4.784-2.038l-4.368%201.414zM34.754%2041.002s-3%205.833-6.166%205.667s-6.417-1.417-6.417-1.417l-1.667-4.083l1.5-3.333l2.334-2.5l3.083-1.334l4-.083l1.417%201.417zm2.584%200s3%205.833%206.166%205.667s6.417-1.417%206.417-1.417l1.667-4.083l-1.5-3.333l-2.334-2.5l-3.083-1.334l-4-.083l-1.417%201.417zm-5.813%205.834s4.938-2.188%208.813.062l-.75%202.438l-6.313.5z%22%2F%3E%3Ccircle%20cx%3D%2228.602%22%20cy%3D%2238.999%22%20r%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M35.968%2049.135s-4.07%201.797-4.172-1.21m-5.819-29.03S18.29%207.27%2011.04%2012.082c-6.601%204.382-3.912%2013.959.603%2016.915%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M21.04%2057.582C5.102%2051.27%2013.19%2033.57%2013.19%2033.57s3.644-9.359%209.34-11.609m28.536%2035.621c15.938-6.312%207.85-24.013%207.85-24.013s-3.644-9.359-9.34-11.609%22%2F%3E%3Ccircle%20cx%3D%2243.334%22%20cy%3D%2238.999%22%20r%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M44.657%2051.531c-1.22%201.924-4.055%205.119-8.26%202.239h-.857c-4.206%202.88-7.04-.315-8.26-2.239m8.688-2.396s4.07%201.797%204.172-1.21m5.82-29.03s7.687-11.625%2014.937-6.813c6.601%204.382%203.911%2013.959-.603%2016.915m-35.66-12.046s8.71-4.93%2022.325%200M30.602%2059.582c3.592%201.222%207.17%201.231%2010.732%200m-5.366-10.447L36%2053.77m7.938-7.934s7.369%201.613%207.413-4.207c.023-3.021-1.897-5.68-4.607-7.015c-3.522-1.735-8.432-2.576-8.432%206.221m-10.055%205.001s-7.369%201.613-7.413-4.207c-.023-3.021%201.897-5.68%204.607-7.015c3.522-1.735%208.431-2.576%208.431%206.221%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m33.882%2015.133l-7.905%201.54l-5.473%204.496l-5.416%207.828L11.922%2039l.174%208.349s.825%204.46%203.927%207.3c2.757%202.524%204.629%202.934%204.629%202.934s12.562%203.876%2015.316%203.376s14.18-2.333%2016.346-3.917s5.974-5.588%205.974-5.588l2.024-5.412l.257-3.914a28.9%2028.9%200%200%200-3.172-10.415l-3.3-6.257s-6.2-6.426-6.45-6.88s-4.988-2.456-4.988-2.456z%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22m26.63%2019.586l-3.334%203l-5.5%202.708l-3.389%205.275S9.08%2028.364%207.863%2022.9c-.573-2.572-.12-5.11%201.099-7.447c.479-.92.91-1.693%201.09-1.872c.5-.5%203.966-1.92%203.966-1.92l4.318.672zm18.666-.042l3.894%203.293l5.856%203.124l3.042%205.625L61%2028.468l2.485-4.719a10.22%2010.22%200%200%200-.372-8.071c-.53-1.088-1.015-2.019-1.203-2.207c-.5-.5-4.784-2.038-4.784-2.038l-4.368%201.414zM34.754%2041.002s-3%205.833-6.166%205.667s-6.417-1.417-6.417-1.417l-1.667-4.083l1.5-3.333l2.334-2.5l3.083-1.334l4-.083l1.417%201.417zm2.584%200s3%205.833%206.166%205.667s6.417-1.417%206.417-1.417l1.667-4.083l-1.5-3.333l-2.334-2.5l-3.083-1.334l-4-.083l-1.417%201.417zm-5.813%205.834s4.938-2.188%208.813.062l-.75%202.438l-6.313.5z%22%2F%3E%3Ccircle%20cx%3D%2228.602%22%20cy%3D%2238.999%22%20r%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M35.968%2049.135s-4.07%201.797-4.172-1.21m-5.819-29.03S18.29%207.27%2011.04%2012.082c-6.601%204.382-3.912%2013.959.603%2016.915%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M21.04%2057.582C5.102%2051.27%2013.19%2033.57%2013.19%2033.57s3.644-9.359%209.34-11.609m28.536%2035.621c15.938-6.312%207.85-24.013%207.85-24.013s-3.644-9.359-9.34-11.609%22%2F%3E%3Ccircle%20cx%3D%2243.334%22%20cy%3D%2238.999%22%20r%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M44.657%2051.531c-1.22%201.924-4.055%205.119-8.26%202.239h-.857c-4.206%202.88-7.04-.315-8.26-2.239m8.688-2.396s4.07%201.797%204.172-1.21m5.82-29.03s7.687-11.625%2014.937-6.813c6.601%204.382%203.911%2013.959-.603%2016.915m-35.66-12.046s8.71-4.93%2022.325%200M30.602%2059.582c3.592%201.222%207.17%201.231%2010.732%200m-5.366-10.447L36%2053.77m7.938-7.934s7.369%201.613%207.413-4.207c.023-3.021-1.897-5.68-4.607-7.015c-3.522-1.735-8.432-2.576-8.432%206.221m-10.055%205.001s-7.369%201.613-7.413-4.207c-.023-3.021%201.897-5.68%204.607-7.015c3.522-1.735%208.431-2.576%208.431%206.221%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/panda.svg?color=%231a73e8&size=48