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

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

The same logo in other sets

Use the lisp logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none" stroke="#ed8796" stroke-linecap="round" stroke-linejoin="round"><path d="M.5 5.06v6.07C.5 12.41.82 13 2.27 13h5.6c1.04 0 1.63-.51 1.63-1.62c0-.85-.2-1.88-1.5-1.88h-.36C6.4 9.5 6 8.77 6 7.75C6 6.81 6.8 6 7.49 6h2.68"/><path d="M3.5 10.5V4.99C3.5 3.89 3.62 3 5 3h9c.97 0 1.5.99 1.5 1.63c.12 1.55-.98 1.62-2.1 2.16c-.58.26-1.4.52-1.4.98V11"/></g></svg>

React

import type { SVGProps } from "react";

export function CatppuccinLisp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none" stroke="#ed8796" strokeLinecap="round" strokeLinejoin="round"><path d="M.5 5.06v6.07C.5 12.41.82 13 2.27 13h5.6c1.04 0 1.63-.51 1.63-1.62c0-.85-.2-1.88-1.5-1.88h-.36C6.4 9.5 6 8.77 6 7.75C6 6.81 6.8 6 7.49 6h2.68"/><path d="M3.5 10.5V4.99C3.5 3.89 3.62 3 5 3h9c.97 0 1.5.99 1.5 1.63c.12 1.55-.98 1.62-2.1 2.16c-.58.26-1.4.52-1.4.98V11"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none" stroke="#ed8796" stroke-linecap="round" stroke-linejoin="round"><path d="M.5 5.06v6.07C.5 12.41.82 13 2.27 13h5.6c1.04 0 1.63-.51 1.63-1.62c0-.85-.2-1.88-1.5-1.88h-.36C6.4 9.5 6 8.77 6 7.75C6 6.81 6.8 6 7.49 6h2.68"/><path d="M3.5 10.5V4.99C3.5 3.89 3.62 3 5 3h9c.97 0 1.5.99 1.5 1.63c.12 1.55-.98 1.62-2.1 2.16c-.58.26-1.4.52-1.4.98V11"/></g></svg>
</template>

CSS

.icon-lisp {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22%23ed8796%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M.5%205.06v6.07C.5%2012.41.82%2013%202.27%2013h5.6c1.04%200%201.63-.51%201.63-1.62c0-.85-.2-1.88-1.5-1.88h-.36C6.4%209.5%206%208.77%206%207.75C6%206.81%206.8%206%207.49%206h2.68%22%2F%3E%3Cpath%20d%3D%22M3.5%2010.5V4.99C3.5%203.89%203.62%203%205%203h9c.97%200%201.5.99%201.5%201.63c.12%201.55-.98%201.62-2.1%202.16c-.58.26-1.4.52-1.4.98V11%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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23ed8796%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M.5%205.06v6.07C.5%2012.41.82%2013%202.27%2013h5.6c1.04%200%201.63-.51%201.63-1.62c0-.85-.2-1.88-1.5-1.88h-.36C6.4%209.5%206%208.77%206%207.75C6%206.81%206.8%206%207.49%206h2.68%22%2F%3E%3Cpath%20d%3D%22M3.5%2010.5V4.99C3.5%203.89%203.62%203%205%203h9c.97%200%201.5.99%201.5%201.63c.12%201.55-.98%201.62-2.1%202.16c-.58.26-1.4.52-1.4.98V11%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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