lemon from IconPark Outline by ByteDance · Outline · Foods · Apache-2.0 Free for personal and commercial use.

Name
lemon
Set
IconPark Outline
Style
Outline
Category
Foods
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More foods icons from IconPark Outline

Use the lemon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-width="4"><path stroke-linecap="round" stroke-linejoin="round" d="M36 26c0-6.408-4.383-12.811-9-14.473L24 8l-3 3.527c-4.617 1.662-9 8.065-9 14.473s4.383 12.811 9 14.473c.954.343 1.96 3.527 3 3.527s2.046-3.184 3-3.527c4.617-1.662 9-8.065 9-14.473"/><path d="M35.142 4.232c1.011.13 1.586 1.124 1.192 2.065c-.534 1.275-1.505 2.957-3.138 3.9c-1.632.942-3.575.942-4.946.767c-1.011-.13-1.586-1.124-1.192-2.065c.534-1.274 1.506-2.956 3.138-3.899c1.633-.943 3.575-.943 4.946-.768Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkOutlineLemon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" strokeWidth="4"><path strokeLinecap="round" strokeLinejoin="round" d="M36 26c0-6.408-4.383-12.811-9-14.473L24 8l-3 3.527c-4.617 1.662-9 8.065-9 14.473s4.383 12.811 9 14.473c.954.343 1.96 3.527 3 3.527s2.046-3.184 3-3.527c4.617-1.662 9-8.065 9-14.473"/><path d="M35.142 4.232c1.011.13 1.586 1.124 1.192 2.065c-.534 1.275-1.505 2.957-3.138 3.9c-1.632.942-3.575.942-4.946.767c-1.011-.13-1.586-1.124-1.192-2.065c.534-1.274 1.506-2.956 3.138-3.899c1.633-.943 3.575-.943 4.946-.768Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-width="4"><path stroke-linecap="round" stroke-linejoin="round" d="M36 26c0-6.408-4.383-12.811-9-14.473L24 8l-3 3.527c-4.617 1.662-9 8.065-9 14.473s4.383 12.811 9 14.473c.954.343 1.96 3.527 3 3.527s2.046-3.184 3-3.527c4.617-1.662 9-8.065 9-14.473"/><path d="M35.142 4.232c1.011.13 1.586 1.124 1.192 2.065c-.534 1.275-1.505 2.957-3.138 3.9c-1.632.942-3.575.942-4.946.767c-1.011-.13-1.586-1.124-1.192-2.065c.534-1.274 1.506-2.956 3.138-3.899c1.633-.943 3.575-.943 4.946-.768Z"/></g></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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M36%2026c0-6.408-4.383-12.811-9-14.473L24%208l-3%203.527c-4.617%201.662-9%208.065-9%2014.473s4.383%2012.811%209%2014.473c.954.343%201.96%203.527%203%203.527s2.046-3.184%203-3.527c4.617-1.662%209-8.065%209-14.473%22%2F%3E%3Cpath%20d%3D%22M35.142%204.232c1.011.13%201.586%201.124%201.192%202.065c-.534%201.275-1.505%202.957-3.138%203.9c-1.632.942-3.575.942-4.946.767c-1.011-.13-1.586-1.124-1.192-2.065c.534-1.274%201.506-2.956%203.138-3.899c1.633-.943%203.575-.943%204.946-.768Z%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M36%2026c0-6.408-4.383-12.811-9-14.473L24%208l-3%203.527c-4.617%201.662-9%208.065-9%2014.473s4.383%2012.811%209%2014.473c.954.343%201.96%203.527%203%203.527s2.046-3.184%203-3.527c4.617-1.662%209-8.065%209-14.473%22%2F%3E%3Cpath%20d%3D%22M35.142%204.232c1.011.13%201.586%201.124%201.192%202.065c-.534%201.275-1.505%202.957-3.138%203.9c-1.632.942-3.575.942-4.946.767c-1.011-.13-1.586-1.124-1.192-2.065c.534-1.274%201.506-2.956%203.138-3.899c1.633-.943%203.575-.943%204.946-.768Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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