lemon squeezy logo

lemon-squeezy from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.

Name
lemon-squeezy
Set
Boxicons Brands
Style
Logo
Viewbox
24×24
License
MIT

The same logo in other sets

Use the lemon squeezy logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.63 14.28L15 16.76c.66.31 1.13.82 1.39 1.42c.64 1.5-.24 3.03-1.61 3.58c-1.38.55-2.84.2-3.51-1.36l-2.33-5.47c-.18-.42.27-.84.7-.64Zm.32-1.61l5.54-2.09c1.84-.7 3.85.62 3.82 2.53v.08c-.04 1.86-1.99 3.11-3.79 2.46l-5.56-2.04a.498.498 0 0 1 0-.94Zm-.31-.73l5.44-2.31c1.81-.77 2.27-3.08.85-4.41c-.02-.02-.04-.03-.06-.05c-1.39-1.29-3.69-.84-4.48.86l-2.44 5.25c-.19.42.25.85.68.66Zm-1.4-.91l1.98-5.43c.25-.67.2-1.36-.05-1.95c-.64-1.5-2.38-1.98-3.76-1.43S4.26 4.03 4.93 5.59l2.35 5.47c.18.42.81.41.97-.03Z"/></svg>

React

import type { SVGProps } from "react";

export function BxlLemonSqueezy(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.63 14.28L15 16.76c.66.31 1.13.82 1.39 1.42c.64 1.5-.24 3.03-1.61 3.58c-1.38.55-2.84.2-3.51-1.36l-2.33-5.47c-.18-.42.27-.84.7-.64Zm.32-1.61l5.54-2.09c1.84-.7 3.85.62 3.82 2.53v.08c-.04 1.86-1.99 3.11-3.79 2.46l-5.56-2.04a.498.498 0 0 1 0-.94Zm-.31-.73l5.44-2.31c1.81-.77 2.27-3.08.85-4.41c-.02-.02-.04-.03-.06-.05c-1.39-1.29-3.69-.84-4.48.86l-2.44 5.25c-.19.42.25.85.68.66Zm-1.4-.91l1.98-5.43c.25-.67.2-1.36-.05-1.95c-.64-1.5-2.38-1.98-3.76-1.43S4.26 4.03 4.93 5.59l2.35 5.47c.18.42.81.41.97-.03Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.63 14.28L15 16.76c.66.31 1.13.82 1.39 1.42c.64 1.5-.24 3.03-1.61 3.58c-1.38.55-2.84.2-3.51-1.36l-2.33-5.47c-.18-.42.27-.84.7-.64Zm.32-1.61l5.54-2.09c1.84-.7 3.85.62 3.82 2.53v.08c-.04 1.86-1.99 3.11-3.79 2.46l-5.56-2.04a.498.498 0 0 1 0-.94Zm-.31-.73l5.44-2.31c1.81-.77 2.27-3.08.85-4.41c-.02-.02-.04-.03-.06-.05c-1.39-1.29-3.69-.84-4.48.86l-2.44 5.25c-.19.42.25.85.68.66Zm-1.4-.91l1.98-5.43c.25-.67.2-1.36-.05-1.95c-.64-1.5-2.38-1.98-3.76-1.43S4.26 4.03 4.93 5.59l2.35 5.47c.18.42.81.41.97-.03Z"/></svg>
</template>

CSS

.icon-lemon-squeezy {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.63%2014.28L15%2016.76c.66.31%201.13.82%201.39%201.42c.64%201.5-.24%203.03-1.61%203.58c-1.38.55-2.84.2-3.51-1.36l-2.33-5.47c-.18-.42.27-.84.7-.64Zm.32-1.61l5.54-2.09c1.84-.7%203.85.62%203.82%202.53v.08c-.04%201.86-1.99%203.11-3.79%202.46l-5.56-2.04a.498.498%200%200%201%200-.94Zm-.31-.73l5.44-2.31c1.81-.77%202.27-3.08.85-4.41c-.02-.02-.04-.03-.06-.05c-1.39-1.29-3.69-.84-4.48.86l-2.44%205.25c-.19.42.25.85.68.66Zm-1.4-.91l1.98-5.43c.25-.67.2-1.36-.05-1.95c-.64-1.5-2.38-1.98-3.76-1.43S4.26%204.03%204.93%205.59l2.35%205.47c.18.42.81.41.97-.03Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.63%2014.28L15%2016.76c.66.31%201.13.82%201.39%201.42c.64%201.5-.24%203.03-1.61%203.58c-1.38.55-2.84.2-3.51-1.36l-2.33-5.47c-.18-.42.27-.84.7-.64Zm.32-1.61l5.54-2.09c1.84-.7%203.85.62%203.82%202.53v.08c-.04%201.86-1.99%203.11-3.79%202.46l-5.56-2.04a.498.498%200%200%201%200-.94Zm-.31-.73l5.44-2.31c1.81-.77%202.27-3.08.85-4.41c-.02-.02-.04-.03-.06-.05c-1.39-1.29-3.69-.84-4.48.86l-2.44%205.25c-.19.42.25.85.68.66Zm-1.4-.91l1.98-5.43c.25-.67.2-1.36-.05-1.95c-.64-1.5-2.38-1.98-3.76-1.43S4.26%204.03%204.93%205.59l2.35%205.47c.18.42.81.41.97-.03Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Lemon Squeezy logo — Boxicons Brands · IconsDB