panda from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
panda
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the panda icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M21.084 13.954c0 4.447-4.07 7.046-9.09 7.046c-5.022 0-9.092-2.599-9.092-7.046c0-4.448 4.07-9.06 9.091-9.06s9.09 4.612 9.09 9.06Z"/><path stroke-linecap="round" d="m7.992 5.5l-.377-.334A3.093 3.093 0 0 0 2.72 8.698l.772 1.802m12.5-5l.377-.334a3.093 3.093 0 0 1 4.895 3.532l-.772 1.802"/><path d="M17.406 10.51c.788 1.176.773 2.878.006 3.61c-.768.732-2.029.374-2.817-.8c-.789-1.176-.806-2.722-.038-3.454c.618-.59 2.06-.53 2.849.645Zm-10.828 0c-.788 1.176-.773 2.878-.005 3.61c.767.732 2.028.374 2.817-.8c.788-1.176.805-2.722.038-3.454c-.618-.59-2.061-.53-2.85.645Zm4.738 6.314l.41.411a.375.375 0 0 0 .53 0l.412-.41a.33.33 0 0 0-.086-.53a1.32 1.32 0 0 0-1.18 0a.33.33 0 0 0-.086.53Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsPanda(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M21.084 13.954c0 4.447-4.07 7.046-9.09 7.046c-5.022 0-9.092-2.599-9.092-7.046c0-4.448 4.07-9.06 9.091-9.06s9.09 4.612 9.09 9.06Z"/><path strokeLinecap="round" d="m7.992 5.5l-.377-.334A3.093 3.093 0 0 0 2.72 8.698l.772 1.802m12.5-5l.377-.334a3.093 3.093 0 0 1 4.895 3.532l-.772 1.802"/><path d="M17.406 10.51c.788 1.176.773 2.878.006 3.61c-.768.732-2.029.374-2.817-.8c-.789-1.176-.806-2.722-.038-3.454c.618-.59 2.06-.53 2.849.645Zm-10.828 0c-.788 1.176-.773 2.878-.005 3.61c.767.732 2.028.374 2.817-.8c.788-1.176.805-2.722.038-3.454c-.618-.59-2.061-.53-2.85.645Zm4.738 6.314l.41.411a.375.375 0 0 0 .53 0l.412-.41a.33.33 0 0 0-.086-.53a1.32 1.32 0 0 0-1.18 0a.33.33 0 0 0-.086.53Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M21.084 13.954c0 4.447-4.07 7.046-9.09 7.046c-5.022 0-9.092-2.599-9.092-7.046c0-4.448 4.07-9.06 9.091-9.06s9.09 4.612 9.09 9.06Z"/><path stroke-linecap="round" d="m7.992 5.5l-.377-.334A3.093 3.093 0 0 0 2.72 8.698l.772 1.802m12.5-5l.377-.334a3.093 3.093 0 0 1 4.895 3.532l-.772 1.802"/><path d="M17.406 10.51c.788 1.176.773 2.878.006 3.61c-.768.732-2.029.374-2.817-.8c-.789-1.176-.806-2.722-.038-3.454c.618-.59 2.06-.53 2.849.645Zm-10.828 0c-.788 1.176-.773 2.878-.005 3.61c.767.732 2.028.374 2.817-.8c.788-1.176.805-2.722.038-3.454c-.618-.59-2.061-.53-2.85.645Zm4.738 6.314l.41.411a.375.375 0 0 0 .53 0l.412-.41a.33.33 0 0 0-.086-.53a1.32 1.32 0 0 0-1.18 0a.33.33 0 0 0-.086.53Z"/></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21.084%2013.954c0%204.447-4.07%207.046-9.09%207.046c-5.022%200-9.092-2.599-9.092-7.046c0-4.448%204.07-9.06%209.091-9.06s9.09%204.612%209.09%209.06Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m7.992%205.5l-.377-.334A3.093%203.093%200%200%200%202.72%208.698l.772%201.802m12.5-5l.377-.334a3.093%203.093%200%200%201%204.895%203.532l-.772%201.802%22%2F%3E%3Cpath%20d%3D%22M17.406%2010.51c.788%201.176.773%202.878.006%203.61c-.768.732-2.029.374-2.817-.8c-.789-1.176-.806-2.722-.038-3.454c.618-.59%202.06-.53%202.849.645Zm-10.828%200c-.788%201.176-.773%202.878-.005%203.61c.767.732%202.028.374%202.817-.8c.788-1.176.805-2.722.038-3.454c-.618-.59-2.061-.53-2.85.645Zm4.738%206.314l.41.411a.375.375%200%200%200%20.53%200l.412-.41a.33.33%200%200%200-.086-.53a1.32%201.32%200%200%200-1.18%200a.33.33%200%200%200-.086.53Z%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21.084%2013.954c0%204.447-4.07%207.046-9.09%207.046c-5.022%200-9.092-2.599-9.092-7.046c0-4.448%204.07-9.06%209.091-9.06s9.09%204.612%209.09%209.06Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m7.992%205.5l-.377-.334A3.093%203.093%200%200%200%202.72%208.698l.772%201.802m12.5-5l.377-.334a3.093%203.093%200%200%201%204.895%203.532l-.772%201.802%22%2F%3E%3Cpath%20d%3D%22M17.406%2010.51c.788%201.176.773%202.878.006%203.61c-.768.732-2.029.374-2.817-.8c-.789-1.176-.806-2.722-.038-3.454c.618-.59%202.06-.53%202.849.645Zm-10.828%200c-.788%201.176-.773%202.878-.005%203.61c.767.732%202.028.374%202.817-.8c.788-1.176.805-2.722.038-3.454c-.618-.59-2.061-.53-2.85.645Zm4.738%206.314l.41.411a.375.375%200%200%200%20.53%200l.412-.41a.33.33%200%200%200-.086-.53a1.32%201.32%200%200%200-1.18%200a.33.33%200%200%200-.086.53Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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