lemon icon
lemon-solid from Flowbite Icons by Themesberg · Solid · Food Beverage · MIT Free for personal and commercial use.
- Name
- lemon-solid
- Set
- Flowbite Icons
- Style
- Solid
- Category
- Food Beverage
- Viewbox
- 24×24
- License
- MIT
1 other variant in Flowbite Icons
The same icon in other sets
lemonBoxIcons v2lemonBoxIcons v2 SolidlemonEmoji One (Colored)lemonFont Awesome 6 RegularlemonFont Awesome 6 SolidlemonFont Awesome RegularlemonFont Awesome SolidlemonFluent EmojilemonFluent Emoji FlatlemonFluent Emoji High ContrastlemonFirefox OS EmojilemonIconParklemonIconPark OutlinelemonIconPark SolidlemonIconPark TwoTonelemonLine AwesomelemonLucide LablemonNoto EmojilemonOpenMojilemonStreamline EmojislemonTabler IconslemonTDesign IconslemonTwitter Emoji
More food beverage icons from Flowbite Icons
apple-full-outlinebacon-outlinebeer-mug-empty-outlinebone-outlinebowl-food-outlinebowl-rice-outlinebread-slice-outlineburger-outlinecake-candles-outlinecandy-cane-outlinecarrot-outlinechampagne-glasses-outlinecheese-outlinecloud-meatball-outlinecookie-outlinecube-solidcubes-stacked-outlinedroplet-bottle-alt-outlinedroplet-bottle-outlinedrumstick-bite-outlineegg-outlinefish-alt-outlinefish-outlineflask-outline
Use the lemon 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="M14.236 3.279c1.82-.87 3.9.38 4.064 2.365l.098 1.181q.011.139.064.267l.45 1.105c2.105 5.16-1.176 10.972-6.674 11.708l-1.167.156l-.037.01l-.101.03a3 3 0 0 0-.197.073l-.105.05l-.336.16l-.521.252l-.017.008c-1.818.863-3.894-.387-4.057-2.368l-.1-1.192a2 2 0 0 0-.047-.21l-.014-.046l-.451-1.105C2.983 10.562 6.264 4.75 11.762 4.014l.066-.009h.067q-.024 0 .007-.002q.034-.003.159-.02a13 13 0 0 0 .946-.167a4 4 0 0 0 .221-.056zm-1.563 5.946a1 1 0 1 0-.735-1.86c-1.536.607-2.62 1.481-3.264 2.678c-.631 1.173-.767 2.527-.67 3.964A1 1 0 0 0 10 13.872c-.085-1.253.056-2.177.435-2.882c.367-.682 1.025-1.285 2.238-1.765" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function FlowbiteLemonSolid(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="M14.236 3.279c1.82-.87 3.9.38 4.064 2.365l.098 1.181q.011.139.064.267l.45 1.105c2.105 5.16-1.176 10.972-6.674 11.708l-1.167.156l-.037.01l-.101.03a3 3 0 0 0-.197.073l-.105.05l-.336.16l-.521.252l-.017.008c-1.818.863-3.894-.387-4.057-2.368l-.1-1.192a2 2 0 0 0-.047-.21l-.014-.046l-.451-1.105C2.983 10.562 6.264 4.75 11.762 4.014l.066-.009h.067q-.024 0 .007-.002q.034-.003.159-.02a13 13 0 0 0 .946-.167a4 4 0 0 0 .221-.056zm-1.563 5.946a1 1 0 1 0-.735-1.86c-1.536.607-2.62 1.481-3.264 2.678c-.631 1.173-.767 2.527-.67 3.964A1 1 0 0 0 10 13.872c-.085-1.253.056-2.177.435-2.882c.367-.682 1.025-1.285 2.238-1.765" 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="M14.236 3.279c1.82-.87 3.9.38 4.064 2.365l.098 1.181q.011.139.064.267l.45 1.105c2.105 5.16-1.176 10.972-6.674 11.708l-1.167.156l-.037.01l-.101.03a3 3 0 0 0-.197.073l-.105.05l-.336.16l-.521.252l-.017.008c-1.818.863-3.894-.387-4.057-2.368l-.1-1.192a2 2 0 0 0-.047-.21l-.014-.046l-.451-1.105C2.983 10.562 6.264 4.75 11.762 4.014l.066-.009h.067q-.024 0 .007-.002q.034-.003.159-.02a13 13 0 0 0 .946-.167a4 4 0 0 0 .221-.056zm-1.563 5.946a1 1 0 1 0-.735-1.86c-1.536.607-2.62 1.481-3.264 2.678c-.631 1.173-.767 2.527-.67 3.964A1 1 0 0 0 10 13.872c-.085-1.253.056-2.177.435-2.882c.367-.682 1.025-1.285 2.238-1.765" clip-rule="evenodd"/></svg> </template>
CSS
.icon-lemon-solid {
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%22M14.236%203.279c1.82-.87%203.9.38%204.064%202.365l.098%201.181q.011.139.064.267l.45%201.105c2.105%205.16-1.176%2010.972-6.674%2011.708l-1.167.156l-.037.01l-.101.03a3%203%200%200%200-.197.073l-.105.05l-.336.16l-.521.252l-.017.008c-1.818.863-3.894-.387-4.057-2.368l-.1-1.192a2%202%200%200%200-.047-.21l-.014-.046l-.451-1.105C2.983%2010.562%206.264%204.75%2011.762%204.014l.066-.009h.067q-.024%200%20.007-.002q.034-.003.159-.02a13%2013%200%200%200%20.946-.167a4%204%200%200%200%20.221-.056zm-1.563%205.946a1%201%200%201%200-.735-1.86c-1.536.607-2.62%201.481-3.264%202.678c-.631%201.173-.767%202.527-.67%203.964A1%201%200%200%200%2010%2013.872c-.085-1.253.056-2.177.435-2.882c.367-.682%201.025-1.285%202.238-1.765%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%22M14.236%203.279c1.82-.87%203.9.38%204.064%202.365l.098%201.181q.011.139.064.267l.45%201.105c2.105%205.16-1.176%2010.972-6.674%2011.708l-1.167.156l-.037.01l-.101.03a3%203%200%200%200-.197.073l-.105.05l-.336.16l-.521.252l-.017.008c-1.818.863-3.894-.387-4.057-2.368l-.1-1.192a2%202%200%200%200-.047-.21l-.014-.046l-.451-1.105C2.983%2010.562%206.264%204.75%2011.762%204.014l.066-.009h.067q-.024%200%20.007-.002q.034-.003.159-.02a13%2013%200%200%200%20.946-.167a4%204%200%200%200%20.221-.056zm-1.563%205.946a1%201%200%201%200-.735-1.86c-1.536.607-2.62%201.481-3.264%202.678c-.631%201.173-.767%202.527-.67%203.964A1%201%200%200%200%2010%2013.872c-.085-1.253.056-2.177.435-2.882c.367-.682%201.025-1.285%202.238-1.765%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/flowbite/lemon-solid.svg?color=%231a73e8&size=48