pesde from Catppuccin Icons by Catppuccin · Color · MIT Free for personal and commercial use.

Name
pesde
Set
Catppuccin Icons
Style
Color
Viewbox
16×16
License
MIT

Related icons in Catppuccin Icons

Use the pesde 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" stroke-width="1.449" d="M40.649-15.108v10.85l-9.397 5.425l-9.396-5.425v-10.85l9.396-5.425z" transform="matrix(.68907 0 0 .69117 -13.535 14.692)"/><path fill="none" stroke="#eed49f" stroke-linecap="round" stroke-linejoin="round" d="M4.568 13.236V6.893H3.224"/><ellipse cx="6.724" cy="9.07" fill="none" stroke="#eed49f" stroke-linecap="round" stroke-linejoin="round" rx="2.142" ry="2.147"/><path fill="none" stroke="#eed49f" stroke-linecap="round" stroke-linejoin="round" d="M12.427 8.34c-.733.74-2.345.733-3.221.17a2.22 2.22 0 0 1-.878-2.639a2.21 2.21 0 0 1 2.389-1.416c1.03.151 1.814 1.152 1.883 2.193H8.388"/></svg>

React

import type { SVGProps } from "react";

export function CatppuccinPesde(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" strokeWidth="1.449" d="M40.649-15.108v10.85l-9.397 5.425l-9.396-5.425v-10.85l9.396-5.425z" transform="matrix(.68907 0 0 .69117 -13.535 14.692)"/><path fill="none" stroke="#eed49f" strokeLinecap="round" strokeLinejoin="round" d="M4.568 13.236V6.893H3.224"/><ellipse cx="6.724" cy="9.07" fill="none" stroke="#eed49f" strokeLinecap="round" strokeLinejoin="round" rx="2.142" ry="2.147"/><path fill="none" stroke="#eed49f" strokeLinecap="round" strokeLinejoin="round" d="M12.427 8.34c-.733.74-2.345.733-3.221.17a2.22 2.22 0 0 1-.878-2.639a2.21 2.21 0 0 1 2.389-1.416c1.03.151 1.814 1.152 1.883 2.193H8.388"/></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" stroke-width="1.449" d="M40.649-15.108v10.85l-9.397 5.425l-9.396-5.425v-10.85l9.396-5.425z" transform="matrix(.68907 0 0 .69117 -13.535 14.692)"/><path fill="none" stroke="#eed49f" stroke-linecap="round" stroke-linejoin="round" d="M4.568 13.236V6.893H3.224"/><ellipse cx="6.724" cy="9.07" fill="none" stroke="#eed49f" stroke-linecap="round" stroke-linejoin="round" rx="2.142" ry="2.147"/><path fill="none" stroke="#eed49f" stroke-linecap="round" stroke-linejoin="round" d="M12.427 8.34c-.733.74-2.345.733-3.221.17a2.22 2.22 0 0 1-.878-2.639a2.21 2.21 0 0 1 2.389-1.416c1.03.151 1.814 1.152 1.883 2.193H8.388"/></svg>
</template>

CSS

.icon-pesde {
  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%20stroke-width%3D%221.449%22%20d%3D%22M40.649-15.108v10.85l-9.397%205.425l-9.396-5.425v-10.85l9.396-5.425z%22%20transform%3D%22matrix(.68907%200%200%20.69117%20-13.535%2014.692)%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23eed49f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4.568%2013.236V6.893H3.224%22%2F%3E%3Cellipse%20cx%3D%226.724%22%20cy%3D%229.07%22%20fill%3D%22none%22%20stroke%3D%22%23eed49f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20rx%3D%222.142%22%20ry%3D%222.147%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23eed49f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.427%208.34c-.733.74-2.345.733-3.221.17a2.22%202.22%200%200%201-.878-2.639a2.21%202.21%200%200%201%202.389-1.416c1.03.151%201.814%201.152%201.883%202.193H8.388%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%20stroke-width%3D%221.449%22%20d%3D%22M40.649-15.108v10.85l-9.397%205.425l-9.396-5.425v-10.85l9.396-5.425z%22%20transform%3D%22matrix(.68907%200%200%20.69117%20-13.535%2014.692)%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23eed49f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4.568%2013.236V6.893H3.224%22%2F%3E%3Cellipse%20cx%3D%226.724%22%20cy%3D%229.07%22%20fill%3D%22none%22%20stroke%3D%22%23eed49f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20rx%3D%222.142%22%20ry%3D%222.147%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23eed49f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.427%208.34c-.733.74-2.345.733-3.221.17a2.22%202.22%200%200%201-.878-2.639a2.21%202.21%200%200%201%202.389-1.416c1.03.151%201.814%201.152%201.883%202.193H8.388%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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