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

Name
pear
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 pear icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="currentColor" stroke-width="4" d="M16.64 12.746a8.081 8.081 0 0 1 14.72 0l3.061 6.754l3.686 6.322a9.88 9.88 0 0 1-1.652 12.063l-1.19 1.156a8.013 8.013 0 0 1-10.634.472a1 1 0 0 0-1.262 0a8.013 8.013 0 0 1-10.634-.472l-1.19-1.156a9.88 9.88 0 0 1-1.652-12.063L13.58 19.5z"/><path stroke="currentColor" stroke-linecap="round" stroke-width="4" d="M21.5 4c.667.5 2.1 1.9 2.5 3.5s.167 3.333 0 4"/><circle cx="16" cy="28" r="2" fill="currentColor"/><circle cx="18" cy="34" r="2" fill="currentColor"/><circle cx="23" cy="30" r="2" fill="currentColor"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkOutlinePear(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"><path stroke="currentColor" strokeWidth="4" d="M16.64 12.746a8.081 8.081 0 0 1 14.72 0l3.061 6.754l3.686 6.322a9.88 9.88 0 0 1-1.652 12.063l-1.19 1.156a8.013 8.013 0 0 1-10.634.472a1 1 0 0 0-1.262 0a8.013 8.013 0 0 1-10.634-.472l-1.19-1.156a9.88 9.88 0 0 1-1.652-12.063L13.58 19.5z"/><path stroke="currentColor" strokeLinecap="round" strokeWidth="4" d="M21.5 4c.667.5 2.1 1.9 2.5 3.5s.167 3.333 0 4"/><circle cx="16" cy="28" r="2" fill="currentColor"/><circle cx="18" cy="34" r="2" fill="currentColor"/><circle cx="23" cy="30" r="2" fill="currentColor"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="currentColor" stroke-width="4" d="M16.64 12.746a8.081 8.081 0 0 1 14.72 0l3.061 6.754l3.686 6.322a9.88 9.88 0 0 1-1.652 12.063l-1.19 1.156a8.013 8.013 0 0 1-10.634.472a1 1 0 0 0-1.262 0a8.013 8.013 0 0 1-10.634-.472l-1.19-1.156a9.88 9.88 0 0 1-1.652-12.063L13.58 19.5z"/><path stroke="currentColor" stroke-linecap="round" stroke-width="4" d="M21.5 4c.667.5 2.1 1.9 2.5 3.5s.167 3.333 0 4"/><circle cx="16" cy="28" r="2" fill="currentColor"/><circle cx="18" cy="34" r="2" fill="currentColor"/><circle cx="23" cy="30" r="2" fill="currentColor"/></g></svg>
</template>

CSS

.icon-pear {
  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%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%20d%3D%22M16.64%2012.746a8.081%208.081%200%200%201%2014.72%200l3.061%206.754l3.686%206.322a9.88%209.88%200%200%201-1.652%2012.063l-1.19%201.156a8.013%208.013%200%200%201-10.634.472a1%201%200%200%200-1.262%200a8.013%208.013%200%200%201-10.634-.472l-1.19-1.156a9.88%209.88%200%200%201-1.652-12.063L13.58%2019.5z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M21.5%204c.667.5%202.1%201.9%202.5%203.5s.167%203.333%200%204%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2228%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2234%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2223%22%20cy%3D%2230%22%20r%3D%222%22%20fill%3D%22currentColor%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%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%20d%3D%22M16.64%2012.746a8.081%208.081%200%200%201%2014.72%200l3.061%206.754l3.686%206.322a9.88%209.88%200%200%201-1.652%2012.063l-1.19%201.156a8.013%208.013%200%200%201-10.634.472a1%201%200%200%200-1.262%200a8.013%208.013%200%200%201-10.634-.472l-1.19-1.156a9.88%209.88%200%200%201-1.652-12.063L13.58%2019.5z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M21.5%204c.667.5%202.1%201.9%202.5%203.5s.167%203.333%200%204%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2228%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2234%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2223%22%20cy%3D%2230%22%20r%3D%222%22%20fill%3D%22currentColor%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/pear.svg?color=%231a73e8&size=48