lemon icon
lemon from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- lemon
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-lemon
The same icon in other sets
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="M12 22a9.8 9.8 0 0 1-3.26-.55a2.23 2.23 0 0 0-1.7.19a3.5 3.5 0 0 1-2.47.24a3.55 3.55 0 0 1-2.45-2.45A3.5 3.5 0 0 1 2.36 17a2.23 2.23 0 0 0 .19-1.7a10.07 10.07 0 0 1 0-6.53a9.87 9.87 0 0 1 6.18-6.23a10.07 10.07 0 0 1 6.53 0A2.23 2.23 0 0 0 17 2.36a3.5 3.5 0 0 1 2.47-.24a3.55 3.55 0 0 1 2.45 2.45A3.5 3.5 0 0 1 21.64 7a2.23 2.23 0 0 0-.19 1.7a10.07 10.07 0 0 1 0 6.53a9.87 9.87 0 0 1-6.19 6.19A10.3 10.3 0 0 1 12 22m-3.84-2.64a3.9 3.9 0 0 1 1.23.2a8 8 0 0 0 5.24 0a7.84 7.84 0 0 0 4.94-4.93a8 8 0 0 0 0-5.24a4.2 4.2 0 0 1 .29-3.23a1.53 1.53 0 0 0 .09-1.08a1.49 1.49 0 0 0-1-1a1.53 1.53 0 0 0-1.08.09a4.2 4.2 0 0 1-3.23.29a8 8 0 0 0-5.24 0a7.84 7.84 0 0 0-4.97 4.91a8 8 0 0 0 0 5.24a4.2 4.2 0 0 1-.29 3.23a1.53 1.53 0 0 0-.09 1.08a1.49 1.49 0 0 0 1 1a1.53 1.53 0 0 0 1.08-.09a4.5 4.5 0 0 1 2.03-.47"/><path fill="currentColor" d="M8 12H6a6 6 0 0 1 6-6v2a4 4 0 0 0-4 4"/></svg>
React
import type { SVGProps } from "react";
export function BxLemon(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="M12 22a9.8 9.8 0 0 1-3.26-.55a2.23 2.23 0 0 0-1.7.19a3.5 3.5 0 0 1-2.47.24a3.55 3.55 0 0 1-2.45-2.45A3.5 3.5 0 0 1 2.36 17a2.23 2.23 0 0 0 .19-1.7a10.07 10.07 0 0 1 0-6.53a9.87 9.87 0 0 1 6.18-6.23a10.07 10.07 0 0 1 6.53 0A2.23 2.23 0 0 0 17 2.36a3.5 3.5 0 0 1 2.47-.24a3.55 3.55 0 0 1 2.45 2.45A3.5 3.5 0 0 1 21.64 7a2.23 2.23 0 0 0-.19 1.7a10.07 10.07 0 0 1 0 6.53a9.87 9.87 0 0 1-6.19 6.19A10.3 10.3 0 0 1 12 22m-3.84-2.64a3.9 3.9 0 0 1 1.23.2a8 8 0 0 0 5.24 0a7.84 7.84 0 0 0 4.94-4.93a8 8 0 0 0 0-5.24a4.2 4.2 0 0 1 .29-3.23a1.53 1.53 0 0 0 .09-1.08a1.49 1.49 0 0 0-1-1a1.53 1.53 0 0 0-1.08.09a4.2 4.2 0 0 1-3.23.29a8 8 0 0 0-5.24 0a7.84 7.84 0 0 0-4.97 4.91a8 8 0 0 0 0 5.24a4.2 4.2 0 0 1-.29 3.23a1.53 1.53 0 0 0-.09 1.08a1.49 1.49 0 0 0 1 1a1.53 1.53 0 0 0 1.08-.09a4.5 4.5 0 0 1 2.03-.47"/><path fill="currentColor" d="M8 12H6a6 6 0 0 1 6-6v2a4 4 0 0 0-4 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22a9.8 9.8 0 0 1-3.26-.55a2.23 2.23 0 0 0-1.7.19a3.5 3.5 0 0 1-2.47.24a3.55 3.55 0 0 1-2.45-2.45A3.5 3.5 0 0 1 2.36 17a2.23 2.23 0 0 0 .19-1.7a10.07 10.07 0 0 1 0-6.53a9.87 9.87 0 0 1 6.18-6.23a10.07 10.07 0 0 1 6.53 0A2.23 2.23 0 0 0 17 2.36a3.5 3.5 0 0 1 2.47-.24a3.55 3.55 0 0 1 2.45 2.45A3.5 3.5 0 0 1 21.64 7a2.23 2.23 0 0 0-.19 1.7a10.07 10.07 0 0 1 0 6.53a9.87 9.87 0 0 1-6.19 6.19A10.3 10.3 0 0 1 12 22m-3.84-2.64a3.9 3.9 0 0 1 1.23.2a8 8 0 0 0 5.24 0a7.84 7.84 0 0 0 4.94-4.93a8 8 0 0 0 0-5.24a4.2 4.2 0 0 1 .29-3.23a1.53 1.53 0 0 0 .09-1.08a1.49 1.49 0 0 0-1-1a1.53 1.53 0 0 0-1.08.09a4.2 4.2 0 0 1-3.23.29a8 8 0 0 0-5.24 0a7.84 7.84 0 0 0-4.97 4.91a8 8 0 0 0 0 5.24a4.2 4.2 0 0 1-.29 3.23a1.53 1.53 0 0 0-.09 1.08a1.49 1.49 0 0 0 1 1a1.53 1.53 0 0 0 1.08-.09a4.5 4.5 0 0 1 2.03-.47"/><path fill="currentColor" d="M8 12H6a6 6 0 0 1 6-6v2a4 4 0 0 0-4 4"/></svg> </template>
CSS
.icon-lemon {
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%22M12%2022a9.8%209.8%200%200%201-3.26-.55a2.23%202.23%200%200%200-1.7.19a3.5%203.5%200%200%201-2.47.24a3.55%203.55%200%200%201-2.45-2.45A3.5%203.5%200%200%201%202.36%2017a2.23%202.23%200%200%200%20.19-1.7a10.07%2010.07%200%200%201%200-6.53a9.87%209.87%200%200%201%206.18-6.23a10.07%2010.07%200%200%201%206.53%200A2.23%202.23%200%200%200%2017%202.36a3.5%203.5%200%200%201%202.47-.24a3.55%203.55%200%200%201%202.45%202.45A3.5%203.5%200%200%201%2021.64%207a2.23%202.23%200%200%200-.19%201.7a10.07%2010.07%200%200%201%200%206.53a9.87%209.87%200%200%201-6.19%206.19A10.3%2010.3%200%200%201%2012%2022m-3.84-2.64a3.9%203.9%200%200%201%201.23.2a8%208%200%200%200%205.24%200a7.84%207.84%200%200%200%204.94-4.93a8%208%200%200%200%200-5.24a4.2%204.2%200%200%201%20.29-3.23a1.53%201.53%200%200%200%20.09-1.08a1.49%201.49%200%200%200-1-1a1.53%201.53%200%200%200-1.08.09a4.2%204.2%200%200%201-3.23.29a8%208%200%200%200-5.24%200a7.84%207.84%200%200%200-4.97%204.91a8%208%200%200%200%200%205.24a4.2%204.2%200%200%201-.29%203.23a1.53%201.53%200%200%200-.09%201.08a1.49%201.49%200%200%200%201%201a1.53%201.53%200%200%200%201.08-.09a4.5%204.5%200%200%201%202.03-.47%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2012H6a6%206%200%200%201%206-6v2a4%204%200%200%200-4%204%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%22M12%2022a9.8%209.8%200%200%201-3.26-.55a2.23%202.23%200%200%200-1.7.19a3.5%203.5%200%200%201-2.47.24a3.55%203.55%200%200%201-2.45-2.45A3.5%203.5%200%200%201%202.36%2017a2.23%202.23%200%200%200%20.19-1.7a10.07%2010.07%200%200%201%200-6.53a9.87%209.87%200%200%201%206.18-6.23a10.07%2010.07%200%200%201%206.53%200A2.23%202.23%200%200%200%2017%202.36a3.5%203.5%200%200%201%202.47-.24a3.55%203.55%200%200%201%202.45%202.45A3.5%203.5%200%200%201%2021.64%207a2.23%202.23%200%200%200-.19%201.7a10.07%2010.07%200%200%201%200%206.53a9.87%209.87%200%200%201-6.19%206.19A10.3%2010.3%200%200%201%2012%2022m-3.84-2.64a3.9%203.9%200%200%201%201.23.2a8%208%200%200%200%205.24%200a7.84%207.84%200%200%200%204.94-4.93a8%208%200%200%200%200-5.24a4.2%204.2%200%200%201%20.29-3.23a1.53%201.53%200%200%200%20.09-1.08a1.49%201.49%200%200%200-1-1a1.53%201.53%200%200%200-1.08.09a4.2%204.2%200%200%201-3.23.29a8%208%200%200%200-5.24%200a7.84%207.84%200%200%200-4.97%204.91a8%208%200%200%200%200%205.24a4.2%204.2%200%200%201-.29%203.23a1.53%201.53%200%200%200-.09%201.08a1.49%201.49%200%200%200%201%201a1.53%201.53%200%200%200%201.08-.09a4.5%204.5%200%200%201%202.03-.47%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2012H6a6%206%200%200%201%206-6v2a4%204%200%200%200-4%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/lemon.svg?color=%231a73e8&size=48