panda-css from Catppuccin Icons by Catppuccin · Color · MIT Free for personal and commercial use.

Name
panda-css
Set
Catppuccin Icons
Style
Color
Viewbox
16×16
License
MIT

Use the panda css logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#eed49f" stroke-linecap="round" stroke-linejoin="round" d="M7.18 1.55c-.7.08-1.36.22-2 .47a5.27 5.27 0 0 0-3.05 2.84c-.45 1-.61 2.05-.63 3.14c-.02 1.15.12 2.28.35 3.4c.2 1.02.47 2.02.86 2.98c.03.09.08.12.18.12h4.74a2 2 0 0 0 .14 0l-.02-.06l-.3-.66c-.2-.41-.4-.83-.57-1.25A13.6 13.6 0 0 1 5.8 8.5a5.1 5.1 0 0 1 .12-1.84c.2-.69.6-1.17 1.29-1.38a3.1 3.1 0 0 1 1.89.02c.55.19.92.58 1.07 1.16c.12.45.12.9.03 1.35c-.07.35-.2.66-.46.92c-.45.45-1 .56-1.61.52l-.33-.03l-.15-.02v.13c.04.1.06.21.08.32c.06.25.12.5.2.76c.15.48.32.96.52 1.43a8.74 8.74 0 0 0 4.05-1.3l.06-.04a3.87 3.87 0 0 0 1.39-1.48c.53-1.02.63-2.1.47-3.22a4.54 4.54 0 0 0-1.54-2.88a5.4 5.4 0 0 0-2.06-1.1c-1.2-.34-2.41-.39-3.65-.28Z"/></svg>

React

import type { SVGProps } from "react";

export function CatppuccinPandaCss(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#eed49f" strokeLinecap="round" strokeLinejoin="round" d="M7.18 1.55c-.7.08-1.36.22-2 .47a5.27 5.27 0 0 0-3.05 2.84c-.45 1-.61 2.05-.63 3.14c-.02 1.15.12 2.28.35 3.4c.2 1.02.47 2.02.86 2.98c.03.09.08.12.18.12h4.74a2 2 0 0 0 .14 0l-.02-.06l-.3-.66c-.2-.41-.4-.83-.57-1.25A13.6 13.6 0 0 1 5.8 8.5a5.1 5.1 0 0 1 .12-1.84c.2-.69.6-1.17 1.29-1.38a3.1 3.1 0 0 1 1.89.02c.55.19.92.58 1.07 1.16c.12.45.12.9.03 1.35c-.07.35-.2.66-.46.92c-.45.45-1 .56-1.61.52l-.33-.03l-.15-.02v.13c.04.1.06.21.08.32c.06.25.12.5.2.76c.15.48.32.96.52 1.43a8.74 8.74 0 0 0 4.05-1.3l.06-.04a3.87 3.87 0 0 0 1.39-1.48c.53-1.02.63-2.1.47-3.22a4.54 4.54 0 0 0-1.54-2.88a5.4 5.4 0 0 0-2.06-1.1c-1.2-.34-2.41-.39-3.65-.28Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#eed49f" stroke-linecap="round" stroke-linejoin="round" d="M7.18 1.55c-.7.08-1.36.22-2 .47a5.27 5.27 0 0 0-3.05 2.84c-.45 1-.61 2.05-.63 3.14c-.02 1.15.12 2.28.35 3.4c.2 1.02.47 2.02.86 2.98c.03.09.08.12.18.12h4.74a2 2 0 0 0 .14 0l-.02-.06l-.3-.66c-.2-.41-.4-.83-.57-1.25A13.6 13.6 0 0 1 5.8 8.5a5.1 5.1 0 0 1 .12-1.84c.2-.69.6-1.17 1.29-1.38a3.1 3.1 0 0 1 1.89.02c.55.19.92.58 1.07 1.16c.12.45.12.9.03 1.35c-.07.35-.2.66-.46.92c-.45.45-1 .56-1.61.52l-.33-.03l-.15-.02v.13c.04.1.06.21.08.32c.06.25.12.5.2.76c.15.48.32.96.52 1.43a8.74 8.74 0 0 0 4.05-1.3l.06-.04a3.87 3.87 0 0 0 1.39-1.48c.53-1.02.63-2.1.47-3.22a4.54 4.54 0 0 0-1.54-2.88a5.4 5.4 0 0 0-2.06-1.1c-1.2-.34-2.41-.39-3.65-.28Z"/></svg>
</template>

CSS

.icon-panda-css {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23eed49f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7.18%201.55c-.7.08-1.36.22-2%20.47a5.27%205.27%200%200%200-3.05%202.84c-.45%201-.61%202.05-.63%203.14c-.02%201.15.12%202.28.35%203.4c.2%201.02.47%202.02.86%202.98c.03.09.08.12.18.12h4.74a2%202%200%200%200%20.14%200l-.02-.06l-.3-.66c-.2-.41-.4-.83-.57-1.25A13.6%2013.6%200%200%201%205.8%208.5a5.1%205.1%200%200%201%20.12-1.84c.2-.69.6-1.17%201.29-1.38a3.1%203.1%200%200%201%201.89.02c.55.19.92.58%201.07%201.16c.12.45.12.9.03%201.35c-.07.35-.2.66-.46.92c-.45.45-1%20.56-1.61.52l-.33-.03l-.15-.02v.13c.04.1.06.21.08.32c.06.25.12.5.2.76c.15.48.32.96.52%201.43a8.74%208.74%200%200%200%204.05-1.3l.06-.04a3.87%203.87%200%200%200%201.39-1.48c.53-1.02.63-2.1.47-3.22a4.54%204.54%200%200%200-1.54-2.88a5.4%205.4%200%200%200-2.06-1.1c-1.2-.34-2.41-.39-3.65-.28Z%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%2016%2016%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23eed49f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7.18%201.55c-.7.08-1.36.22-2%20.47a5.27%205.27%200%200%200-3.05%202.84c-.45%201-.61%202.05-.63%203.14c-.02%201.15.12%202.28.35%203.4c.2%201.02.47%202.02.86%202.98c.03.09.08.12.18.12h4.74a2%202%200%200%200%20.14%200l-.02-.06l-.3-.66c-.2-.41-.4-.83-.57-1.25A13.6%2013.6%200%200%201%205.8%208.5a5.1%205.1%200%200%201%20.12-1.84c.2-.69.6-1.17%201.29-1.38a3.1%203.1%200%200%201%201.89.02c.55.19.92.58%201.07%201.16c.12.45.12.9.03%201.35c-.07.35-.2.66-.46.92c-.45.45-1%20.56-1.61.52l-.33-.03l-.15-.02v.13c.04.1.06.21.08.32c.06.25.12.5.2.76c.15.48.32.96.52%201.43a8.74%208.74%200%200%200%204.05-1.3l.06-.04a3.87%203.87%200%200%200%201.39-1.48c.53-1.02.63-2.1.47-3.22a4.54%204.54%200%200%200-1.54-2.88a5.4%205.4%200%200%200-2.06-1.1c-1.2-.34-2.41-.39-3.65-.28Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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