lemon icon
lemon-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- lemon-filled
- Set
- TDesign Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
The same icon in other sets
lemonBoxIcons v2lemonBoxIcons v2 SolidlemonEmoji One (Colored)lemonFont Awesome 6 RegularlemonFont Awesome 6 SolidlemonFont Awesome RegularlemonFont Awesome Solidlemon-outlineFlowbite IconslemonFluent EmojilemonFluent Emoji FlatlemonFluent Emoji High ContrastlemonFirefox OS EmojilemonIconParklemonIconPark OutlinelemonIconPark SolidlemonIconPark TwoTonelemonLine AwesomelemonLucide LablemonNoto EmojilemonOpenMojilemonStreamline EmojislemonTabler IconslemonTwitter Emoji
Related icons in TDesign Icons
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" d="M5.293 5.293C3.007 7.58 1.863 9.897 1.62 12.127c-.225 2.062.331 3.948 1.303 5.544l-.403 1.547l-.007.047a1.95 1.95 0 0 0 2.256 2.23l.044-.009l1.521-.406c1.595.965 3.48 1.518 5.54 1.294c2.231-.242 4.55-1.383 6.833-3.667s3.425-4.602 3.667-6.833c.224-2.06-.329-3.945-1.294-5.54l.406-1.52l.008-.045a1.95 1.95 0 0 0-2.23-2.256l-.046.007l-1.547.403c-1.596-.972-3.482-1.528-5.543-1.303c-2.231.243-4.548 1.386-6.835 3.673m5.12 2.295l1.416-1.417l1.417 1.417l-1.417 1.417zm-2.119-.71l1.417 1.417l-1.417 1.417l-1.417-1.417zm-.707 3.536l1.417 1.417l-1.417 1.417L6.17 11.83z"/></svg>
React
import type { SVGProps } from "react";
export function TdesignLemonFilled(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="M5.293 5.293C3.007 7.58 1.863 9.897 1.62 12.127c-.225 2.062.331 3.948 1.303 5.544l-.403 1.547l-.007.047a1.95 1.95 0 0 0 2.256 2.23l.044-.009l1.521-.406c1.595.965 3.48 1.518 5.54 1.294c2.231-.242 4.55-1.383 6.833-3.667s3.425-4.602 3.667-6.833c.224-2.06-.329-3.945-1.294-5.54l.406-1.52l.008-.045a1.95 1.95 0 0 0-2.23-2.256l-.046.007l-1.547.403c-1.596-.972-3.482-1.528-5.543-1.303c-2.231.243-4.548 1.386-6.835 3.673m5.12 2.295l1.416-1.417l1.417 1.417l-1.417 1.417zm-2.119-.71l1.417 1.417l-1.417 1.417l-1.417-1.417zm-.707 3.536l1.417 1.417l-1.417 1.417L6.17 11.83z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.293 5.293C3.007 7.58 1.863 9.897 1.62 12.127c-.225 2.062.331 3.948 1.303 5.544l-.403 1.547l-.007.047a1.95 1.95 0 0 0 2.256 2.23l.044-.009l1.521-.406c1.595.965 3.48 1.518 5.54 1.294c2.231-.242 4.55-1.383 6.833-3.667s3.425-4.602 3.667-6.833c.224-2.06-.329-3.945-1.294-5.54l.406-1.52l.008-.045a1.95 1.95 0 0 0-2.23-2.256l-.046.007l-1.547.403c-1.596-.972-3.482-1.528-5.543-1.303c-2.231.243-4.548 1.386-6.835 3.673m5.12 2.295l1.416-1.417l1.417 1.417l-1.417 1.417zm-2.119-.71l1.417 1.417l-1.417 1.417l-1.417-1.417zm-.707 3.536l1.417 1.417l-1.417 1.417L6.17 11.83z"/></svg> </template>
CSS
.icon-lemon-filled {
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%22M5.293%205.293C3.007%207.58%201.863%209.897%201.62%2012.127c-.225%202.062.331%203.948%201.303%205.544l-.403%201.547l-.007.047a1.95%201.95%200%200%200%202.256%202.23l.044-.009l1.521-.406c1.595.965%203.48%201.518%205.54%201.294c2.231-.242%204.55-1.383%206.833-3.667s3.425-4.602%203.667-6.833c.224-2.06-.329-3.945-1.294-5.54l.406-1.52l.008-.045a1.95%201.95%200%200%200-2.23-2.256l-.046.007l-1.547.403c-1.596-.972-3.482-1.528-5.543-1.303c-2.231.243-4.548%201.386-6.835%203.673m5.12%202.295l1.416-1.417l1.417%201.417l-1.417%201.417zm-2.119-.71l1.417%201.417l-1.417%201.417l-1.417-1.417zm-.707%203.536l1.417%201.417l-1.417%201.417L6.17%2011.83z%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%22M5.293%205.293C3.007%207.58%201.863%209.897%201.62%2012.127c-.225%202.062.331%203.948%201.303%205.544l-.403%201.547l-.007.047a1.95%201.95%200%200%200%202.256%202.23l.044-.009l1.521-.406c1.595.965%203.48%201.518%205.54%201.294c2.231-.242%204.55-1.383%206.833-3.667s3.425-4.602%203.667-6.833c.224-2.06-.329-3.945-1.294-5.54l.406-1.52l.008-.045a1.95%201.95%200%200%200-2.23-2.256l-.046.007l-1.547.403c-1.596-.972-3.482-1.528-5.543-1.303c-2.231.243-4.548%201.386-6.835%203.673m5.12%202.295l1.416-1.417l1.417%201.417l-1.417%201.417zm-2.119-.71l1.417%201.417l-1.417%201.417l-1.417-1.417zm-.707%203.536l1.417%201.417l-1.417%201.417L6.17%2011.83z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/lemon-filled.svg?color=%231a73e8&size=48