lemon from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.

Name
lemon
Set
BoxIcons v2 Solid
Style
Solid
Viewbox
24×24
License
MIT

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="M21.45 8.74A2.23 2.23 0 0 1 21.64 7a3.5 3.5 0 0 0 .24-2.47a3.55 3.55 0 0 0-2.45-2.45a3.5 3.5 0 0 0-2.43.28a2.23 2.23 0 0 1-1.7.19a10.07 10.07 0 0 0-6.53 0a9.87 9.87 0 0 0-6.23 6.18a10.07 10.07 0 0 0 0 6.53A2.23 2.23 0 0 1 2.36 17a3.5 3.5 0 0 0-.24 2.47a3.55 3.55 0 0 0 2.45 2.45A3.5 3.5 0 0 0 7 21.64a2.23 2.23 0 0 1 1.7-.19A9.8 9.8 0 0 0 12 22a10.3 10.3 0 0 0 3.27-.54a9.87 9.87 0 0 0 6.19-6.19a10.07 10.07 0 0 0-.01-6.53M12 7a5 5 0 0 0-5 5H5a7 7 0 0 1 7-7z"/></svg>

React

import type { SVGProps } from "react";

export function BxsLemon(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="M21.45 8.74A2.23 2.23 0 0 1 21.64 7a3.5 3.5 0 0 0 .24-2.47a3.55 3.55 0 0 0-2.45-2.45a3.5 3.5 0 0 0-2.43.28a2.23 2.23 0 0 1-1.7.19a10.07 10.07 0 0 0-6.53 0a9.87 9.87 0 0 0-6.23 6.18a10.07 10.07 0 0 0 0 6.53A2.23 2.23 0 0 1 2.36 17a3.5 3.5 0 0 0-.24 2.47a3.55 3.55 0 0 0 2.45 2.45A3.5 3.5 0 0 0 7 21.64a2.23 2.23 0 0 1 1.7-.19A9.8 9.8 0 0 0 12 22a10.3 10.3 0 0 0 3.27-.54a9.87 9.87 0 0 0 6.19-6.19a10.07 10.07 0 0 0-.01-6.53M12 7a5 5 0 0 0-5 5H5a7 7 0 0 1 7-7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.45 8.74A2.23 2.23 0 0 1 21.64 7a3.5 3.5 0 0 0 .24-2.47a3.55 3.55 0 0 0-2.45-2.45a3.5 3.5 0 0 0-2.43.28a2.23 2.23 0 0 1-1.7.19a10.07 10.07 0 0 0-6.53 0a9.87 9.87 0 0 0-6.23 6.18a10.07 10.07 0 0 0 0 6.53A2.23 2.23 0 0 1 2.36 17a3.5 3.5 0 0 0-.24 2.47a3.55 3.55 0 0 0 2.45 2.45A3.5 3.5 0 0 0 7 21.64a2.23 2.23 0 0 1 1.7-.19A9.8 9.8 0 0 0 12 22a10.3 10.3 0 0 0 3.27-.54a9.87 9.87 0 0 0 6.19-6.19a10.07 10.07 0 0 0-.01-6.53M12 7a5 5 0 0 0-5 5H5a7 7 0 0 1 7-7z"/></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%22M21.45%208.74A2.23%202.23%200%200%201%2021.64%207a3.5%203.5%200%200%200%20.24-2.47a3.55%203.55%200%200%200-2.45-2.45a3.5%203.5%200%200%200-2.43.28a2.23%202.23%200%200%201-1.7.19a10.07%2010.07%200%200%200-6.53%200a9.87%209.87%200%200%200-6.23%206.18a10.07%2010.07%200%200%200%200%206.53A2.23%202.23%200%200%201%202.36%2017a3.5%203.5%200%200%200-.24%202.47a3.55%203.55%200%200%200%202.45%202.45A3.5%203.5%200%200%200%207%2021.64a2.23%202.23%200%200%201%201.7-.19A9.8%209.8%200%200%200%2012%2022a10.3%2010.3%200%200%200%203.27-.54a9.87%209.87%200%200%200%206.19-6.19a10.07%2010.07%200%200%200-.01-6.53M12%207a5%205%200%200%200-5%205H5a7%207%200%200%201%207-7z%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%22M21.45%208.74A2.23%202.23%200%200%201%2021.64%207a3.5%203.5%200%200%200%20.24-2.47a3.55%203.55%200%200%200-2.45-2.45a3.5%203.5%200%200%200-2.43.28a2.23%202.23%200%200%201-1.7.19a10.07%2010.07%200%200%200-6.53%200a9.87%209.87%200%200%200-6.23%206.18a10.07%2010.07%200%200%200%200%206.53A2.23%202.23%200%200%201%202.36%2017a3.5%203.5%200%200%200-.24%202.47a3.55%203.55%200%200%200%202.45%202.45A3.5%203.5%200%200%200%207%2021.64a2.23%202.23%200%200%201%201.7-.19A9.8%209.8%200%200%200%2012%2022a10.3%2010.3%200%200%200%203.27-.54a9.87%209.87%200%200%200%206.19-6.19a10.07%2010.07%200%200%200-.01-6.53M12%207a5%205%200%200%200-5%205H5a7%207%200%200%201%207-7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxs/lemon.svg?color=%231a73e8&size=48