grapes icon
grapes from Lucide Lab by Lucide Contributors · Outline · ISC Free for personal and commercial use.
- Name
- grapes
- Set
- Lucide Lab
- Style
- Outline
- Viewbox
- 24×24
- License
- ISC
- Aliases
- grape
The same icon in other sets
Use the grapes icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M22 5V2l-5.89 5.89"/><circle cx="16.6" cy="15.89" r="3"/><circle cx="8.11" cy="7.4" r="3"/><circle cx="12.35" cy="11.65" r="3"/><circle cx="13.91" cy="5.85" r="3"/><circle cx="18.15" cy="10.09" r="3"/><circle cx="6.56" cy="13.2" r="3"/><circle cx="10.8" cy="17.44" r="3"/><circle cx="5" cy="19" r="3"/></g></svg>
React
import type { SVGProps } from "react";
export function LucideLabGrapes(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M22 5V2l-5.89 5.89"/><circle cx="16.6" cy="15.89" r="3"/><circle cx="8.11" cy="7.4" r="3"/><circle cx="12.35" cy="11.65" r="3"/><circle cx="13.91" cy="5.85" r="3"/><circle cx="18.15" cy="10.09" r="3"/><circle cx="6.56" cy="13.2" r="3"/><circle cx="10.8" cy="17.44" r="3"/><circle cx="5" cy="19" r="3"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M22 5V2l-5.89 5.89"/><circle cx="16.6" cy="15.89" r="3"/><circle cx="8.11" cy="7.4" r="3"/><circle cx="12.35" cy="11.65" r="3"/><circle cx="13.91" cy="5.85" r="3"/><circle cx="18.15" cy="10.09" r="3"/><circle cx="6.56" cy="13.2" r="3"/><circle cx="10.8" cy="17.44" r="3"/><circle cx="5" cy="19" r="3"/></g></svg> </template>
CSS
.icon-grapes {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M22%205V2l-5.89%205.89%22%2F%3E%3Ccircle%20cx%3D%2216.6%22%20cy%3D%2215.89%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%228.11%22%20cy%3D%227.4%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%2212.35%22%20cy%3D%2211.65%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%2213.91%22%20cy%3D%225.85%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%2218.15%22%20cy%3D%2210.09%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%226.56%22%20cy%3D%2213.2%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%2210.8%22%20cy%3D%2217.44%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%225%22%20cy%3D%2219%22%20r%3D%223%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M22%205V2l-5.89%205.89%22%2F%3E%3Ccircle%20cx%3D%2216.6%22%20cy%3D%2215.89%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%228.11%22%20cy%3D%227.4%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%2212.35%22%20cy%3D%2211.65%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%2213.91%22%20cy%3D%225.85%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%2218.15%22%20cy%3D%2210.09%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%226.56%22%20cy%3D%2213.2%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%2210.8%22%20cy%3D%2217.44%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%225%22%20cy%3D%2219%22%20r%3D%223%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/lucide-lab/grapes.svg?color=%231a73e8&size=48