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

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

The same logo in other sets

Use the lerna logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none" stroke="#c6a0f6" stroke-linecap="round" stroke-linejoin="round"><path d="m1 10.3l.6.15l.78.17c.01.01-.14.25-.32.52c-.7 1-.83 1.5-.44 1.5c.12 0 .38-.06.6-.14c.24-.07.67-.11 1.15-.11c.97 0 1.95.24 3.18.8c1.17.53 1.56.65 2.9.93a9 9 0 0 1 1.2.3c.04.04-.05.16-.2.28s.74.17 1.08.13c1.05-.13 1.79-.6 1.8-1.16c.03-.7-.09-1.8-.22-1.88c-.58.6-1.12.59-1.75.63a3.7 3.7 0 0 1-2.05-.48c-.5-.29-1.21-.55-1.6-1.14c-.3-.49-.62-1.28-.56-1.4c.02-.02.13-.02.23.02c.29.11.7.28 2 .11a5.7 5.7 0 0 1 2.46.12c.73.18.62.34 1 .56c.64-1.45.61-1 1.35-1.49c.45-.32.82-.61.81-.67c0-.04-.26-.35-.56-.68c-.47-.52-.6-.6-1.03-.76a8.97 8.97 0 0 1-3.9-2.63C8.58 2.81 8.33 2.54 7.67 2.1a7.3 7.3 0 0 0-2.4-1.06c-.73-.14-.52.1-.21.6c1.11 1.3 1.08 1.34 1.08 2.2c-.11.67-.72.77-1.4.92c-.3.06-.71.05-.91.05c-.3 0-.93-.36-1.27-.73c-.19-.2-.52-.61-.74-.93c-.23-.32-.45-.58-.52-.58"/><path d="M8 5.79c1.27.43 1.34.63 1.76 1.37c.1.17.16.3.15.31l-.25.07c-.33.07-.85.07-1.15 0c-.56-.12-.58-.22-.81-.42a1 1 0 0 1-.3-.42c-.08-.21.04-.47-.04-.68c-.07-.18-.4-.25-.35-.44c.3-.1.78.13 1 .2Z"/></g></svg>

React

import type { SVGProps } from "react";

export function CatppuccinLerna(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="#c6a0f6" strokeLinecap="round" strokeLinejoin="round"><path d="m1 10.3l.6.15l.78.17c.01.01-.14.25-.32.52c-.7 1-.83 1.5-.44 1.5c.12 0 .38-.06.6-.14c.24-.07.67-.11 1.15-.11c.97 0 1.95.24 3.18.8c1.17.53 1.56.65 2.9.93a9 9 0 0 1 1.2.3c.04.04-.05.16-.2.28s.74.17 1.08.13c1.05-.13 1.79-.6 1.8-1.16c.03-.7-.09-1.8-.22-1.88c-.58.6-1.12.59-1.75.63a3.7 3.7 0 0 1-2.05-.48c-.5-.29-1.21-.55-1.6-1.14c-.3-.49-.62-1.28-.56-1.4c.02-.02.13-.02.23.02c.29.11.7.28 2 .11a5.7 5.7 0 0 1 2.46.12c.73.18.62.34 1 .56c.64-1.45.61-1 1.35-1.49c.45-.32.82-.61.81-.67c0-.04-.26-.35-.56-.68c-.47-.52-.6-.6-1.03-.76a8.97 8.97 0 0 1-3.9-2.63C8.58 2.81 8.33 2.54 7.67 2.1a7.3 7.3 0 0 0-2.4-1.06c-.73-.14-.52.1-.21.6c1.11 1.3 1.08 1.34 1.08 2.2c-.11.67-.72.77-1.4.92c-.3.06-.71.05-.91.05c-.3 0-.93-.36-1.27-.73c-.19-.2-.52-.61-.74-.93c-.23-.32-.45-.58-.52-.58"/><path d="M8 5.79c1.27.43 1.34.63 1.76 1.37c.1.17.16.3.15.31l-.25.07c-.33.07-.85.07-1.15 0c-.56-.12-.58-.22-.81-.42a1 1 0 0 1-.3-.42c-.08-.21.04-.47-.04-.68c-.07-.18-.4-.25-.35-.44c.3-.1.78.13 1 .2Z"/></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="#c6a0f6" stroke-linecap="round" stroke-linejoin="round"><path d="m1 10.3l.6.15l.78.17c.01.01-.14.25-.32.52c-.7 1-.83 1.5-.44 1.5c.12 0 .38-.06.6-.14c.24-.07.67-.11 1.15-.11c.97 0 1.95.24 3.18.8c1.17.53 1.56.65 2.9.93a9 9 0 0 1 1.2.3c.04.04-.05.16-.2.28s.74.17 1.08.13c1.05-.13 1.79-.6 1.8-1.16c.03-.7-.09-1.8-.22-1.88c-.58.6-1.12.59-1.75.63a3.7 3.7 0 0 1-2.05-.48c-.5-.29-1.21-.55-1.6-1.14c-.3-.49-.62-1.28-.56-1.4c.02-.02.13-.02.23.02c.29.11.7.28 2 .11a5.7 5.7 0 0 1 2.46.12c.73.18.62.34 1 .56c.64-1.45.61-1 1.35-1.49c.45-.32.82-.61.81-.67c0-.04-.26-.35-.56-.68c-.47-.52-.6-.6-1.03-.76a8.97 8.97 0 0 1-3.9-2.63C8.58 2.81 8.33 2.54 7.67 2.1a7.3 7.3 0 0 0-2.4-1.06c-.73-.14-.52.1-.21.6c1.11 1.3 1.08 1.34 1.08 2.2c-.11.67-.72.77-1.4.92c-.3.06-.71.05-.91.05c-.3 0-.93-.36-1.27-.73c-.19-.2-.52-.61-.74-.93c-.23-.32-.45-.58-.52-.58"/><path d="M8 5.79c1.27.43 1.34.63 1.76 1.37c.1.17.16.3.15.31l-.25.07c-.33.07-.85.07-1.15 0c-.56-.12-.58-.22-.81-.42a1 1 0 0 1-.3-.42c-.08-.21.04-.47-.04-.68c-.07-.18-.4-.25-.35-.44c.3-.1.78.13 1 .2Z"/></g></svg>
</template>

CSS

.icon-lerna {
  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%23c6a0f6%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m1%2010.3l.6.15l.78.17c.01.01-.14.25-.32.52c-.7%201-.83%201.5-.44%201.5c.12%200%20.38-.06.6-.14c.24-.07.67-.11%201.15-.11c.97%200%201.95.24%203.18.8c1.17.53%201.56.65%202.9.93a9%209%200%200%201%201.2.3c.04.04-.05.16-.2.28s.74.17%201.08.13c1.05-.13%201.79-.6%201.8-1.16c.03-.7-.09-1.8-.22-1.88c-.58.6-1.12.59-1.75.63a3.7%203.7%200%200%201-2.05-.48c-.5-.29-1.21-.55-1.6-1.14c-.3-.49-.62-1.28-.56-1.4c.02-.02.13-.02.23.02c.29.11.7.28%202%20.11a5.7%205.7%200%200%201%202.46.12c.73.18.62.34%201%20.56c.64-1.45.61-1%201.35-1.49c.45-.32.82-.61.81-.67c0-.04-.26-.35-.56-.68c-.47-.52-.6-.6-1.03-.76a8.97%208.97%200%200%201-3.9-2.63C8.58%202.81%208.33%202.54%207.67%202.1a7.3%207.3%200%200%200-2.4-1.06c-.73-.14-.52.1-.21.6c1.11%201.3%201.08%201.34%201.08%202.2c-.11.67-.72.77-1.4.92c-.3.06-.71.05-.91.05c-.3%200-.93-.36-1.27-.73c-.19-.2-.52-.61-.74-.93c-.23-.32-.45-.58-.52-.58%22%2F%3E%3Cpath%20d%3D%22M8%205.79c1.27.43%201.34.63%201.76%201.37c.1.17.16.3.15.31l-.25.07c-.33.07-.85.07-1.15%200c-.56-.12-.58-.22-.81-.42a1%201%200%200%201-.3-.42c-.08-.21.04-.47-.04-.68c-.07-.18-.4-.25-.35-.44c.3-.1.78.13%201%20.2Z%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%23c6a0f6%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m1%2010.3l.6.15l.78.17c.01.01-.14.25-.32.52c-.7%201-.83%201.5-.44%201.5c.12%200%20.38-.06.6-.14c.24-.07.67-.11%201.15-.11c.97%200%201.95.24%203.18.8c1.17.53%201.56.65%202.9.93a9%209%200%200%201%201.2.3c.04.04-.05.16-.2.28s.74.17%201.08.13c1.05-.13%201.79-.6%201.8-1.16c.03-.7-.09-1.8-.22-1.88c-.58.6-1.12.59-1.75.63a3.7%203.7%200%200%201-2.05-.48c-.5-.29-1.21-.55-1.6-1.14c-.3-.49-.62-1.28-.56-1.4c.02-.02.13-.02.23.02c.29.11.7.28%202%20.11a5.7%205.7%200%200%201%202.46.12c.73.18.62.34%201%20.56c.64-1.45.61-1%201.35-1.49c.45-.32.82-.61.81-.67c0-.04-.26-.35-.56-.68c-.47-.52-.6-.6-1.03-.76a8.97%208.97%200%200%201-3.9-2.63C8.58%202.81%208.33%202.54%207.67%202.1a7.3%207.3%200%200%200-2.4-1.06c-.73-.14-.52.1-.21.6c1.11%201.3%201.08%201.34%201.08%202.2c-.11.67-.72.77-1.4.92c-.3.06-.71.05-.91.05c-.3%200-.93-.36-1.27-.73c-.19-.2-.52-.61-.74-.93c-.23-.32-.45-.58-.52-.58%22%2F%3E%3Cpath%20d%3D%22M8%205.79c1.27.43%201.34.63%201.76%201.37c.1.17.16.3.15.31l-.25.07c-.33.07-.85.07-1.15%200c-.56-.12-.58-.22-.81-.42a1%201%200%200%201-.3-.42c-.08-.21.04-.47-.04-.68c-.07-.18-.4-.25-.35-.44c.3-.1.78.13%201%20.2Z%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/lerna.svg?color=%231a73e8&size=48