panda from IconPark by ByteDance · Color · Animals · Apache-2.0 Free for personal and commercial use.

Name
panda
Set
IconPark
Style
Color
Category
Animals
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More animals icons from IconPark

Use the panda icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-width="4"><ellipse cx="24" cy="27" fill="#2F88FF" stroke="#000" rx="18" ry="17"/><ellipse cx="16.933" cy="24.64" fill="#43CCF8" stroke="#fff" rx="3" ry="4" transform="rotate(15 16.933 24.64)"/><ellipse fill="#43CCF8" stroke="#fff" rx="3" ry="4" transform="scale(-1 1)rotate(15 -109.047 -105.16)"/><path stroke="#000" stroke-linecap="round" d="M40.9995 20.999C44.1237 17.8748 44.4376 12.7804 41.3134 9.65616C38.1892 6.53196 32.124 6.87507 28.9998 9.99927"/><path stroke="#000" stroke-linecap="round" d="M7 20.9995C3.87581 17.8753 3.53224 12.7807 6.65644 9.65655C9.78063 6.53236 15.8758 6.87532 19 9.99951"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" d="M20 35C20.5 36.2935 22.2 38.2769 25 35.8623C27.8 38.2769 29.5 36.2935 30 35"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkPanda(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" strokeWidth="4"><ellipse cx="24" cy="27" fill="#2F88FF" stroke="#000" rx="18" ry="17"/><ellipse cx="16.933" cy="24.64" fill="#43CCF8" stroke="#fff" rx="3" ry="4" transform="rotate(15 16.933 24.64)"/><ellipse fill="#43CCF8" stroke="#fff" rx="3" ry="4" transform="scale(-1 1)rotate(15 -109.047 -105.16)"/><path stroke="#000" strokeLinecap="round" d="M40.9995 20.999C44.1237 17.8748 44.4376 12.7804 41.3134 9.65616C38.1892 6.53196 32.124 6.87507 28.9998 9.99927"/><path stroke="#000" strokeLinecap="round" d="M7 20.9995C3.87581 17.8753 3.53224 12.7807 6.65644 9.65655C9.78063 6.53236 15.8758 6.87532 19 9.99951"/><path stroke="#fff" strokeLinecap="round" strokeLinejoin="round" d="M20 35C20.5 36.2935 22.2 38.2769 25 35.8623C27.8 38.2769 29.5 36.2935 30 35"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-width="4"><ellipse cx="24" cy="27" fill="#2F88FF" stroke="#000" rx="18" ry="17"/><ellipse cx="16.933" cy="24.64" fill="#43CCF8" stroke="#fff" rx="3" ry="4" transform="rotate(15 16.933 24.64)"/><ellipse fill="#43CCF8" stroke="#fff" rx="3" ry="4" transform="scale(-1 1)rotate(15 -109.047 -105.16)"/><path stroke="#000" stroke-linecap="round" d="M40.9995 20.999C44.1237 17.8748 44.4376 12.7804 41.3134 9.65616C38.1892 6.53196 32.124 6.87507 28.9998 9.99927"/><path stroke="#000" stroke-linecap="round" d="M7 20.9995C3.87581 17.8753 3.53224 12.7807 6.65644 9.65655C9.78063 6.53236 15.8758 6.87532 19 9.99951"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" d="M20 35C20.5 36.2935 22.2 38.2769 25 35.8623C27.8 38.2769 29.5 36.2935 30 35"/></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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-width%3D%224%22%3E%3Cellipse%20cx%3D%2224%22%20cy%3D%2227%22%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20rx%3D%2218%22%20ry%3D%2217%22%2F%3E%3Cellipse%20cx%3D%2216.933%22%20cy%3D%2224.64%22%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%20rx%3D%223%22%20ry%3D%224%22%20transform%3D%22rotate(15%2016.933%2024.64)%22%2F%3E%3Cellipse%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%20rx%3D%223%22%20ry%3D%224%22%20transform%3D%22scale(-1%201)rotate(15%20-109.047%20-105.16)%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M40.9995%2020.999C44.1237%2017.8748%2044.4376%2012.7804%2041.3134%209.65616C38.1892%206.53196%2032.124%206.87507%2028.9998%209.99927%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M7%2020.9995C3.87581%2017.8753%203.53224%2012.7807%206.65644%209.65655C9.78063%206.53236%2015.8758%206.87532%2019%209.99951%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20%2035C20.5%2036.2935%2022.2%2038.2769%2025%2035.8623C27.8%2038.2769%2029.5%2036.2935%2030%2035%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-width%3D%224%22%3E%3Cellipse%20cx%3D%2224%22%20cy%3D%2227%22%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20rx%3D%2218%22%20ry%3D%2217%22%2F%3E%3Cellipse%20cx%3D%2216.933%22%20cy%3D%2224.64%22%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%20rx%3D%223%22%20ry%3D%224%22%20transform%3D%22rotate(15%2016.933%2024.64)%22%2F%3E%3Cellipse%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%20rx%3D%223%22%20ry%3D%224%22%20transform%3D%22scale(-1%201)rotate(15%20-109.047%20-105.16)%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M40.9995%2020.999C44.1237%2017.8748%2044.4376%2012.7804%2041.3134%209.65616C38.1892%206.53196%2032.124%206.87507%2028.9998%209.99927%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M7%2020.9995C3.87581%2017.8753%203.53224%2012.7807%206.65644%209.65655C9.78063%206.53236%2015.8758%206.87532%2019%209.99951%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20%2035C20.5%2036.2935%2022.2%2038.2769%2025%2035.8623C27.8%2038.2769%2029.5%2036.2935%2030%2035%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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