lemon squeezy icon

lemon-squeezy-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
lemon-squeezy-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the lemon squeezy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8 2a2.75 2.75 0 0 0-2.75 2.75c0 .4.125.912.257 1.365c.141.49.33 1.046.528 1.589c.395 1.086.84 2.176 1.037 2.667a1 1 0 0 0 1.856 0c.197-.49.642-1.581 1.037-2.667a26 26 0 0 0 .528-1.589c.132-.453.257-.965.257-1.365A2.75 2.75 0 0 0 8 2m7.955 3.295a2.75 2.75 0 0 0-3.889 0c-.283.283-.556.733-.784 1.147c-.246.446-.505.974-.75 1.497c-.488 1.046-.944 2.133-1.153 2.619a1 1 0 0 0 1.313 1.313c.877-.376 1.755-.75 2.62-1.153c.522-.245 1.05-.504 1.496-.75c.414-.228.864-.501 1.147-.784a2.75 2.75 0 0 0 0-3.889M16.5 10.5a2.75 2.75 0 1 1 0 5.5c-.4 0-.912-.125-1.365-.257a26 26 0 0 1-1.589-.528c-1.085-.394-2.176-.84-2.667-1.037a1 1 0 0 1 0-1.857c.49-.196 1.581-.641 2.667-1.036a26 26 0 0 1 1.589-.528c.453-.132.965-.257 1.365-.257m-.545 10.705a2.75 2.75 0 0 0 0-3.89c-.283-.282-.733-.555-1.147-.783a26 26 0 0 0-1.497-.75c-1.047-.489-2.133-.945-2.619-1.153a1 1 0 0 0-1.313 1.313c.208.486.665 1.572 1.153 2.619c.245.523.504 1.05.75 1.497c.228.414.501.864.784 1.147a2.75 2.75 0 0 0 3.889 0" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteLemonSqueezyFill(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" fillRule="evenodd" d="M8 2a2.75 2.75 0 0 0-2.75 2.75c0 .4.125.912.257 1.365c.141.49.33 1.046.528 1.589c.395 1.086.84 2.176 1.037 2.667a1 1 0 0 0 1.856 0c.197-.49.642-1.581 1.037-2.667a26 26 0 0 0 .528-1.589c.132-.453.257-.965.257-1.365A2.75 2.75 0 0 0 8 2m7.955 3.295a2.75 2.75 0 0 0-3.889 0c-.283.283-.556.733-.784 1.147c-.246.446-.505.974-.75 1.497c-.488 1.046-.944 2.133-1.153 2.619a1 1 0 0 0 1.313 1.313c.877-.376 1.755-.75 2.62-1.153c.522-.245 1.05-.504 1.496-.75c.414-.228.864-.501 1.147-.784a2.75 2.75 0 0 0 0-3.889M16.5 10.5a2.75 2.75 0 1 1 0 5.5c-.4 0-.912-.125-1.365-.257a26 26 0 0 1-1.589-.528c-1.085-.394-2.176-.84-2.667-1.037a1 1 0 0 1 0-1.857c.49-.196 1.581-.641 2.667-1.036a26 26 0 0 1 1.589-.528c.453-.132.965-.257 1.365-.257m-.545 10.705a2.75 2.75 0 0 0 0-3.89c-.283-.282-.733-.555-1.147-.783a26 26 0 0 0-1.497-.75c-1.047-.489-2.133-.945-2.619-1.153a1 1 0 0 0-1.313 1.313c.208.486.665 1.572 1.153 2.619c.245.523.504 1.05.75 1.497c.228.414.501.864.784 1.147a2.75 2.75 0 0 0 3.889 0" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8 2a2.75 2.75 0 0 0-2.75 2.75c0 .4.125.912.257 1.365c.141.49.33 1.046.528 1.589c.395 1.086.84 2.176 1.037 2.667a1 1 0 0 0 1.856 0c.197-.49.642-1.581 1.037-2.667a26 26 0 0 0 .528-1.589c.132-.453.257-.965.257-1.365A2.75 2.75 0 0 0 8 2m7.955 3.295a2.75 2.75 0 0 0-3.889 0c-.283.283-.556.733-.784 1.147c-.246.446-.505.974-.75 1.497c-.488 1.046-.944 2.133-1.153 2.619a1 1 0 0 0 1.313 1.313c.877-.376 1.755-.75 2.62-1.153c.522-.245 1.05-.504 1.496-.75c.414-.228.864-.501 1.147-.784a2.75 2.75 0 0 0 0-3.889M16.5 10.5a2.75 2.75 0 1 1 0 5.5c-.4 0-.912-.125-1.365-.257a26 26 0 0 1-1.589-.528c-1.085-.394-2.176-.84-2.667-1.037a1 1 0 0 1 0-1.857c.49-.196 1.581-.641 2.667-1.036a26 26 0 0 1 1.589-.528c.453-.132.965-.257 1.365-.257m-.545 10.705a2.75 2.75 0 0 0 0-3.89c-.283-.282-.733-.555-1.147-.783a26 26 0 0 0-1.497-.75c-1.047-.489-2.133-.945-2.619-1.153a1 1 0 0 0-1.313 1.313c.208.486.665 1.572 1.153 2.619c.245.523.504 1.05.75 1.497c.228.414.501.864.784 1.147a2.75 2.75 0 0 0 3.889 0" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-lemon-squeezy-fill {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M8%202a2.75%202.75%200%200%200-2.75%202.75c0%20.4.125.912.257%201.365c.141.49.33%201.046.528%201.589c.395%201.086.84%202.176%201.037%202.667a1%201%200%200%200%201.856%200c.197-.49.642-1.581%201.037-2.667a26%2026%200%200%200%20.528-1.589c.132-.453.257-.965.257-1.365A2.75%202.75%200%200%200%208%202m7.955%203.295a2.75%202.75%200%200%200-3.889%200c-.283.283-.556.733-.784%201.147c-.246.446-.505.974-.75%201.497c-.488%201.046-.944%202.133-1.153%202.619a1%201%200%200%200%201.313%201.313c.877-.376%201.755-.75%202.62-1.153c.522-.245%201.05-.504%201.496-.75c.414-.228.864-.501%201.147-.784a2.75%202.75%200%200%200%200-3.889M16.5%2010.5a2.75%202.75%200%201%201%200%205.5c-.4%200-.912-.125-1.365-.257a26%2026%200%200%201-1.589-.528c-1.085-.394-2.176-.84-2.667-1.037a1%201%200%200%201%200-1.857c.49-.196%201.581-.641%202.667-1.036a26%2026%200%200%201%201.589-.528c.453-.132.965-.257%201.365-.257m-.545%2010.705a2.75%202.75%200%200%200%200-3.89c-.283-.282-.733-.555-1.147-.783a26%2026%200%200%200-1.497-.75c-1.047-.489-2.133-.945-2.619-1.153a1%201%200%200%200-1.313%201.313c.208.486.665%201.572%201.153%202.619c.245.523.504%201.05.75%201.497c.228.414.501.864.784%201.147a2.75%202.75%200%200%200%203.889%200%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M8%202a2.75%202.75%200%200%200-2.75%202.75c0%20.4.125.912.257%201.365c.141.49.33%201.046.528%201.589c.395%201.086.84%202.176%201.037%202.667a1%201%200%200%200%201.856%200c.197-.49.642-1.581%201.037-2.667a26%2026%200%200%200%20.528-1.589c.132-.453.257-.965.257-1.365A2.75%202.75%200%200%200%208%202m7.955%203.295a2.75%202.75%200%200%200-3.889%200c-.283.283-.556.733-.784%201.147c-.246.446-.505.974-.75%201.497c-.488%201.046-.944%202.133-1.153%202.619a1%201%200%200%200%201.313%201.313c.877-.376%201.755-.75%202.62-1.153c.522-.245%201.05-.504%201.496-.75c.414-.228.864-.501%201.147-.784a2.75%202.75%200%200%200%200-3.889M16.5%2010.5a2.75%202.75%200%201%201%200%205.5c-.4%200-.912-.125-1.365-.257a26%2026%200%200%201-1.589-.528c-1.085-.394-2.176-.84-2.667-1.037a1%201%200%200%201%200-1.857c.49-.196%201.581-.641%202.667-1.036a26%2026%200%200%201%201.589-.528c.453-.132.965-.257%201.365-.257m-.545%2010.705a2.75%202.75%200%200%200%200-3.89c-.283-.282-.733-.555-1.147-.783a26%2026%200%200%200-1.497-.75c-1.047-.489-2.133-.945-2.619-1.153a1%201%200%200%200-1.313%201.313c.208.486.665%201.572%201.153%202.619c.245.523.504%201.05.75%201.497c.228.414.501.864.784%201.147a2.75%202.75%200%200%200%203.889%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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