lemon squeezy icon
lemon-squeezy-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- lemon-squeezy-line
- Set
- MingCute Icon
- Style
- Line
- 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="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M9.75 4.75C9.75 5.716 8.4 9 8 10c-.4-1-1.75-4.283-1.75-5.25a1.75 1.75 0 1 1 3.5 0Zm5.498 3.727c-.683.683-3.96 2.05-4.95 2.475c.425-.99 1.792-4.266 2.475-4.95a1.75 1.75 0 1 1 2.475 2.475ZM16.5 15c-.966 0-4.25-1.35-5.25-1.75c1-.4 4.284-1.75 5.25-1.75a1.75 1.75 0 1 1 0 3.5Zm-3.727 5.498c-.683-.684-2.05-3.96-2.475-4.95c.99.424 4.267 1.791 4.95 2.475a1.75 1.75 0 0 1-2.475 2.475Z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteLemonSqueezyLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2" d="M9.75 4.75C9.75 5.716 8.4 9 8 10c-.4-1-1.75-4.283-1.75-5.25a1.75 1.75 0 1 1 3.5 0Zm5.498 3.727c-.683.683-3.96 2.05-4.95 2.475c.425-.99 1.792-4.266 2.475-4.95a1.75 1.75 0 1 1 2.475 2.475ZM16.5 15c-.966 0-4.25-1.35-5.25-1.75c1-.4 4.284-1.75 5.25-1.75a1.75 1.75 0 1 1 0 3.5Zm-3.727 5.498c-.683-.684-2.05-3.96-2.475-4.95c.99.424 4.267 1.791 4.95 2.475a1.75 1.75 0 0 1-2.475 2.475Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M9.75 4.75C9.75 5.716 8.4 9 8 10c-.4-1-1.75-4.283-1.75-5.25a1.75 1.75 0 1 1 3.5 0Zm5.498 3.727c-.683.683-3.96 2.05-4.95 2.475c.425-.99 1.792-4.266 2.475-4.95a1.75 1.75 0 1 1 2.475 2.475ZM16.5 15c-.966 0-4.25-1.35-5.25-1.75c1-.4 4.284-1.75 5.25-1.75a1.75 1.75 0 1 1 0 3.5Zm-3.727 5.498c-.683-.684-2.05-3.96-2.475-4.95c.99.424 4.267 1.791 4.95 2.475a1.75 1.75 0 0 1-2.475 2.475Z"/></svg> </template>
CSS
.icon-lemon-squeezy-line {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M9.75%204.75C9.75%205.716%208.4%209%208%2010c-.4-1-1.75-4.283-1.75-5.25a1.75%201.75%200%201%201%203.5%200Zm5.498%203.727c-.683.683-3.96%202.05-4.95%202.475c.425-.99%201.792-4.266%202.475-4.95a1.75%201.75%200%201%201%202.475%202.475ZM16.5%2015c-.966%200-4.25-1.35-5.25-1.75c1-.4%204.284-1.75%205.25-1.75a1.75%201.75%200%201%201%200%203.5Zm-3.727%205.498c-.683-.684-2.05-3.96-2.475-4.95c.99.424%204.267%201.791%204.95%202.475a1.75%201.75%200%200%201-2.475%202.475Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M9.75%204.75C9.75%205.716%208.4%209%208%2010c-.4-1-1.75-4.283-1.75-5.25a1.75%201.75%200%201%201%203.5%200Zm5.498%203.727c-.683.683-3.96%202.05-4.95%202.475c.425-.99%201.792-4.266%202.475-4.95a1.75%201.75%200%201%201%202.475%202.475ZM16.5%2015c-.966%200-4.25-1.35-5.25-1.75c1-.4%204.284-1.75%205.25-1.75a1.75%201.75%200%201%201%200%203.5Zm-3.727%205.498c-.683-.684-2.05-3.96-2.475-4.95c.99.424%204.267%201.791%204.95%202.475a1.75%201.75%200%200%201-2.475%202.475Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/lemon-squeezy-line.svg?color=%231a73e8&size=48