panda from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
panda
Set
Material Icon Theme
Style
Color
Viewbox
24×24
License
MIT

The same logo in other sets

Use the panda logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ffd740" d="M4.524 20.862c-.258-.317-.958-2.683-1.319-4.451c-1.238-6.075.1-10.397 3.824-12.354c1.596-.838 2.918-1.114 5.37-1.118c3.212-.007 5.102.617 6.808 2.244c2.52 2.403 2.735 6.732.459 9.222c-1.267 1.387-4.598 2.82-6.551 2.82h-.593l-.408-1.239c-.224-.68-.456-1.502-.516-1.825l-.108-.586l.656.088c.777.104 1.89-.27 2.365-.798c.998-1.102.824-3.595-.302-4.333c-1.063-.697-3.124-.653-4.166.089c-1.888 1.345-1.382 6.248 1.172 11.343c.248.495.406.944.351.999c-.054.055-1.624.1-3.49.1c-2.519 0-3.431-.052-3.552-.2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemePanda(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ffd740" d="M4.524 20.862c-.258-.317-.958-2.683-1.319-4.451c-1.238-6.075.1-10.397 3.824-12.354c1.596-.838 2.918-1.114 5.37-1.118c3.212-.007 5.102.617 6.808 2.244c2.52 2.403 2.735 6.732.459 9.222c-1.267 1.387-4.598 2.82-6.551 2.82h-.593l-.408-1.239c-.224-.68-.456-1.502-.516-1.825l-.108-.586l.656.088c.777.104 1.89-.27 2.365-.798c.998-1.102.824-3.595-.302-4.333c-1.063-.697-3.124-.653-4.166.089c-1.888 1.345-1.382 6.248 1.172 11.343c.248.495.406.944.351.999c-.054.055-1.624.1-3.49.1c-2.519 0-3.431-.052-3.552-.2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ffd740" d="M4.524 20.862c-.258-.317-.958-2.683-1.319-4.451c-1.238-6.075.1-10.397 3.824-12.354c1.596-.838 2.918-1.114 5.37-1.118c3.212-.007 5.102.617 6.808 2.244c2.52 2.403 2.735 6.732.459 9.222c-1.267 1.387-4.598 2.82-6.551 2.82h-.593l-.408-1.239c-.224-.68-.456-1.502-.516-1.825l-.108-.586l.656.088c.777.104 1.89-.27 2.365-.798c.998-1.102.824-3.595-.302-4.333c-1.063-.697-3.124-.653-4.166.089c-1.888 1.345-1.382 6.248 1.172 11.343c.248.495.406.944.351.999c-.054.055-1.624.1-3.49.1c-2.519 0-3.431-.052-3.552-.2z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22%23ffd740%22%20d%3D%22M4.524%2020.862c-.258-.317-.958-2.683-1.319-4.451c-1.238-6.075.1-10.397%203.824-12.354c1.596-.838%202.918-1.114%205.37-1.118c3.212-.007%205.102.617%206.808%202.244c2.52%202.403%202.735%206.732.459%209.222c-1.267%201.387-4.598%202.82-6.551%202.82h-.593l-.408-1.239c-.224-.68-.456-1.502-.516-1.825l-.108-.586l.656.088c.777.104%201.89-.27%202.365-.798c.998-1.102.824-3.595-.302-4.333c-1.063-.697-3.124-.653-4.166.089c-1.888%201.345-1.382%206.248%201.172%2011.343c.248.495.406.944.351.999c-.054.055-1.624.1-3.49.1c-2.519%200-3.431-.052-3.552-.2z%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%2024%2024%22%3E%3Cpath%20fill%3D%22%23ffd740%22%20d%3D%22M4.524%2020.862c-.258-.317-.958-2.683-1.319-4.451c-1.238-6.075.1-10.397%203.824-12.354c1.596-.838%202.918-1.114%205.37-1.118c3.212-.007%205.102.617%206.808%202.244c2.52%202.403%202.735%206.732.459%209.222c-1.267%201.387-4.598%202.82-6.551%202.82h-.593l-.408-1.239c-.224-.68-.456-1.502-.516-1.825l-.108-.586l.656.088c.777.104%201.89-.27%202.365-.798c.998-1.102.824-3.595-.302-4.333c-1.063-.697-3.124-.653-4.166.089c-1.888%201.345-1.382%206.248%201.172%2011.343c.248.495.406.944.351.999c-.054.055-1.624.1-3.49.1c-2.519%200-3.431-.052-3.552-.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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