pear from Streamline Emojis by Streamline · Default · Food Drink · CC-BY-4.0 Attribution required.

Name
pear
Set
Streamline Emojis
Style
Default
Category
Food Drink
Viewbox
48×48
License
CC BY 4.0

The same emoji in other sets

More food drink icons from Streamline Emojis

Use the pear emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M10.38 45.22a13.62 1.78 0 1 0 27.24 0a13.62 1.78 0 1 0-27.24 0" opacity=".15"/><path fill="#9ceb60" d="M35.7 25.12a6.53 6.53 0 0 1-.2-5.12a8.2 8.2 0 0 0 .6-2.39a8 8 0 0 0-15.54-3.51a7.3 7.3 0 0 1-3.66 4a13.82 13.82 0 0 0-7.41 9.07A13.89 13.89 0 0 0 36 35.49a13.8 13.8 0 0 0-.3-10.37"/><path fill="#6dd627" d="M36 31.3a13.87 13.87 0 0 1-26.77-2.84a13.89 13.89 0 0 0 26.72 7a13.8 13.8 0 0 0 .72-6.93A13.5 13.5 0 0 1 36 31.3"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M35.5 20a8.2 8.2 0 0 0 .6-2.39a8 8 0 0 0-15.54-3.51h0a7.3 7.3 0 0 1-3.66 4a13.82 13.82 0 0 0-7.41 9.07A13.89 13.89 0 0 0 36 35.49a13.8 13.8 0 0 0-.25-10.37A6.53 6.53 0 0 1 35.5 20"/><path fill="#b89558" d="M29.47 10.5a13.5 13.5 0 0 1 2-3.82a5.2 5.2 0 0 1 2.44-1.94s1.44-.32 2 .75a3.3 3.3 0 0 1 .43 1.88a6.5 6.5 0 0 0-2.74 1.25a15.8 15.8 0 0 0-2.31 3.13a2 2 0 0 1-1.82-1.25"/><path fill="#debb7e" d="M30.24 11.44a13.3 13.3 0 0 1 1.61-2.79a5.2 5.2 0 0 1 2.44-1.93a1.94 1.94 0 0 1 2 .67h.11a3.3 3.3 0 0 0-.43-1.88c-.57-1.07-2-.75-2-.75a5.2 5.2 0 0 0-2.44 1.94a13.3 13.3 0 0 0-2 3.82a2 2 0 0 0 .71.92"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M29.47 10.5a13.3 13.3 0 0 1 2-3.82a5.2 5.2 0 0 1 2.44-1.94s1.44-.32 2 .75a3.3 3.3 0 0 1 .43 1.88a6.34 6.34 0 0 0-2.74 1.25a15.8 15.8 0 0 0-2.31 3.13a2 2 0 0 1-1.82-1.25"/><path fill="#6dd627" d="M29.77 8.27s.83-3.07-2.82-5c-3.15-1.59-4.95-.78-7.18-.7a.73.73 0 0 0-.65 1c1.6 3.43 5 7.73 10.65 4.7"/><path fill="#46b000" d="M20 2.55h-.24a.73.73 0 0 0-.65 1c1.6 3.36 5 7.7 10.65 4.67a4 4 0 0 0-.31-2.52C24.87 8 21.8 5.41 20 2.55"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M29.77 8.27s.83-3.07-2.82-5c-3.15-1.59-4.95-.78-7.18-.7a.73.73 0 0 0-.65 1c1.6 3.43 5 7.73 10.65 4.7"/></svg>

React

import type { SVGProps } from "react";

export function StreamlineEmojisPear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M10.38 45.22a13.62 1.78 0 1 0 27.24 0a13.62 1.78 0 1 0-27.24 0" opacity=".15"/><path fill="#9ceb60" d="M35.7 25.12a6.53 6.53 0 0 1-.2-5.12a8.2 8.2 0 0 0 .6-2.39a8 8 0 0 0-15.54-3.51a7.3 7.3 0 0 1-3.66 4a13.82 13.82 0 0 0-7.41 9.07A13.89 13.89 0 0 0 36 35.49a13.8 13.8 0 0 0-.3-10.37"/><path fill="#6dd627" d="M36 31.3a13.87 13.87 0 0 1-26.77-2.84a13.89 13.89 0 0 0 26.72 7a13.8 13.8 0 0 0 .72-6.93A13.5 13.5 0 0 1 36 31.3"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M35.5 20a8.2 8.2 0 0 0 .6-2.39a8 8 0 0 0-15.54-3.51h0a7.3 7.3 0 0 1-3.66 4a13.82 13.82 0 0 0-7.41 9.07A13.89 13.89 0 0 0 36 35.49a13.8 13.8 0 0 0-.25-10.37A6.53 6.53 0 0 1 35.5 20"/><path fill="#b89558" d="M29.47 10.5a13.5 13.5 0 0 1 2-3.82a5.2 5.2 0 0 1 2.44-1.94s1.44-.32 2 .75a3.3 3.3 0 0 1 .43 1.88a6.5 6.5 0 0 0-2.74 1.25a15.8 15.8 0 0 0-2.31 3.13a2 2 0 0 1-1.82-1.25"/><path fill="#debb7e" d="M30.24 11.44a13.3 13.3 0 0 1 1.61-2.79a5.2 5.2 0 0 1 2.44-1.93a1.94 1.94 0 0 1 2 .67h.11a3.3 3.3 0 0 0-.43-1.88c-.57-1.07-2-.75-2-.75a5.2 5.2 0 0 0-2.44 1.94a13.3 13.3 0 0 0-2 3.82a2 2 0 0 0 .71.92"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M29.47 10.5a13.3 13.3 0 0 1 2-3.82a5.2 5.2 0 0 1 2.44-1.94s1.44-.32 2 .75a3.3 3.3 0 0 1 .43 1.88a6.34 6.34 0 0 0-2.74 1.25a15.8 15.8 0 0 0-2.31 3.13a2 2 0 0 1-1.82-1.25"/><path fill="#6dd627" d="M29.77 8.27s.83-3.07-2.82-5c-3.15-1.59-4.95-.78-7.18-.7a.73.73 0 0 0-.65 1c1.6 3.43 5 7.73 10.65 4.7"/><path fill="#46b000" d="M20 2.55h-.24a.73.73 0 0 0-.65 1c1.6 3.36 5 7.7 10.65 4.67a4 4 0 0 0-.31-2.52C24.87 8 21.8 5.41 20 2.55"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M29.77 8.27s.83-3.07-2.82-5c-3.15-1.59-4.95-.78-7.18-.7a.73.73 0 0 0-.65 1c1.6 3.43 5 7.73 10.65 4.7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M10.38 45.22a13.62 1.78 0 1 0 27.24 0a13.62 1.78 0 1 0-27.24 0" opacity=".15"/><path fill="#9ceb60" d="M35.7 25.12a6.53 6.53 0 0 1-.2-5.12a8.2 8.2 0 0 0 .6-2.39a8 8 0 0 0-15.54-3.51a7.3 7.3 0 0 1-3.66 4a13.82 13.82 0 0 0-7.41 9.07A13.89 13.89 0 0 0 36 35.49a13.8 13.8 0 0 0-.3-10.37"/><path fill="#6dd627" d="M36 31.3a13.87 13.87 0 0 1-26.77-2.84a13.89 13.89 0 0 0 26.72 7a13.8 13.8 0 0 0 .72-6.93A13.5 13.5 0 0 1 36 31.3"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M35.5 20a8.2 8.2 0 0 0 .6-2.39a8 8 0 0 0-15.54-3.51h0a7.3 7.3 0 0 1-3.66 4a13.82 13.82 0 0 0-7.41 9.07A13.89 13.89 0 0 0 36 35.49a13.8 13.8 0 0 0-.25-10.37A6.53 6.53 0 0 1 35.5 20"/><path fill="#b89558" d="M29.47 10.5a13.5 13.5 0 0 1 2-3.82a5.2 5.2 0 0 1 2.44-1.94s1.44-.32 2 .75a3.3 3.3 0 0 1 .43 1.88a6.5 6.5 0 0 0-2.74 1.25a15.8 15.8 0 0 0-2.31 3.13a2 2 0 0 1-1.82-1.25"/><path fill="#debb7e" d="M30.24 11.44a13.3 13.3 0 0 1 1.61-2.79a5.2 5.2 0 0 1 2.44-1.93a1.94 1.94 0 0 1 2 .67h.11a3.3 3.3 0 0 0-.43-1.88c-.57-1.07-2-.75-2-.75a5.2 5.2 0 0 0-2.44 1.94a13.3 13.3 0 0 0-2 3.82a2 2 0 0 0 .71.92"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M29.47 10.5a13.3 13.3 0 0 1 2-3.82a5.2 5.2 0 0 1 2.44-1.94s1.44-.32 2 .75a3.3 3.3 0 0 1 .43 1.88a6.34 6.34 0 0 0-2.74 1.25a15.8 15.8 0 0 0-2.31 3.13a2 2 0 0 1-1.82-1.25"/><path fill="#6dd627" d="M29.77 8.27s.83-3.07-2.82-5c-3.15-1.59-4.95-.78-7.18-.7a.73.73 0 0 0-.65 1c1.6 3.43 5 7.73 10.65 4.7"/><path fill="#46b000" d="M20 2.55h-.24a.73.73 0 0 0-.65 1c1.6 3.36 5 7.7 10.65 4.67a4 4 0 0 0-.31-2.52C24.87 8 21.8 5.41 20 2.55"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M29.77 8.27s.83-3.07-2.82-5c-3.15-1.59-4.95-.78-7.18-.7a.73.73 0 0 0-.65 1c1.6 3.43 5 7.73 10.65 4.7"/></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%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M10.38%2045.22a13.62%201.78%200%201%200%2027.24%200a13.62%201.78%200%201%200-27.24%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%239ceb60%22%20d%3D%22M35.7%2025.12a6.53%206.53%200%200%201-.2-5.12a8.2%208.2%200%200%200%20.6-2.39a8%208%200%200%200-15.54-3.51a7.3%207.3%200%200%201-3.66%204a13.82%2013.82%200%200%200-7.41%209.07A13.89%2013.89%200%200%200%2036%2035.49a13.8%2013.8%200%200%200-.3-10.37%22%2F%3E%3Cpath%20fill%3D%22%236dd627%22%20d%3D%22M36%2031.3a13.87%2013.87%200%200%201-26.77-2.84a13.89%2013.89%200%200%200%2026.72%207a13.8%2013.8%200%200%200%20.72-6.93A13.5%2013.5%200%200%201%2036%2031.3%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M35.5%2020a8.2%208.2%200%200%200%20.6-2.39a8%208%200%200%200-15.54-3.51h0a7.3%207.3%200%200%201-3.66%204a13.82%2013.82%200%200%200-7.41%209.07A13.89%2013.89%200%200%200%2036%2035.49a13.8%2013.8%200%200%200-.25-10.37A6.53%206.53%200%200%201%2035.5%2020%22%2F%3E%3Cpath%20fill%3D%22%23b89558%22%20d%3D%22M29.47%2010.5a13.5%2013.5%200%200%201%202-3.82a5.2%205.2%200%200%201%202.44-1.94s1.44-.32%202%20.75a3.3%203.3%200%200%201%20.43%201.88a6.5%206.5%200%200%200-2.74%201.25a15.8%2015.8%200%200%200-2.31%203.13a2%202%200%200%201-1.82-1.25%22%2F%3E%3Cpath%20fill%3D%22%23debb7e%22%20d%3D%22M30.24%2011.44a13.3%2013.3%200%200%201%201.61-2.79a5.2%205.2%200%200%201%202.44-1.93a1.94%201.94%200%200%201%202%20.67h.11a3.3%203.3%200%200%200-.43-1.88c-.57-1.07-2-.75-2-.75a5.2%205.2%200%200%200-2.44%201.94a13.3%2013.3%200%200%200-2%203.82a2%202%200%200%200%20.71.92%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M29.47%2010.5a13.3%2013.3%200%200%201%202-3.82a5.2%205.2%200%200%201%202.44-1.94s1.44-.32%202%20.75a3.3%203.3%200%200%201%20.43%201.88a6.34%206.34%200%200%200-2.74%201.25a15.8%2015.8%200%200%200-2.31%203.13a2%202%200%200%201-1.82-1.25%22%2F%3E%3Cpath%20fill%3D%22%236dd627%22%20d%3D%22M29.77%208.27s.83-3.07-2.82-5c-3.15-1.59-4.95-.78-7.18-.7a.73.73%200%200%200-.65%201c1.6%203.43%205%207.73%2010.65%204.7%22%2F%3E%3Cpath%20fill%3D%22%2346b000%22%20d%3D%22M20%202.55h-.24a.73.73%200%200%200-.65%201c1.6%203.36%205%207.7%2010.65%204.67a4%204%200%200%200-.31-2.52C24.87%208%2021.8%205.41%2020%202.55%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M29.77%208.27s.83-3.07-2.82-5c-3.15-1.59-4.95-.78-7.18-.7a.73.73%200%200%200-.65%201c1.6%203.43%205%207.73%2010.65%204.7%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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M10.38%2045.22a13.62%201.78%200%201%200%2027.24%200a13.62%201.78%200%201%200-27.24%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%239ceb60%22%20d%3D%22M35.7%2025.12a6.53%206.53%200%200%201-.2-5.12a8.2%208.2%200%200%200%20.6-2.39a8%208%200%200%200-15.54-3.51a7.3%207.3%200%200%201-3.66%204a13.82%2013.82%200%200%200-7.41%209.07A13.89%2013.89%200%200%200%2036%2035.49a13.8%2013.8%200%200%200-.3-10.37%22%2F%3E%3Cpath%20fill%3D%22%236dd627%22%20d%3D%22M36%2031.3a13.87%2013.87%200%200%201-26.77-2.84a13.89%2013.89%200%200%200%2026.72%207a13.8%2013.8%200%200%200%20.72-6.93A13.5%2013.5%200%200%201%2036%2031.3%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M35.5%2020a8.2%208.2%200%200%200%20.6-2.39a8%208%200%200%200-15.54-3.51h0a7.3%207.3%200%200%201-3.66%204a13.82%2013.82%200%200%200-7.41%209.07A13.89%2013.89%200%200%200%2036%2035.49a13.8%2013.8%200%200%200-.25-10.37A6.53%206.53%200%200%201%2035.5%2020%22%2F%3E%3Cpath%20fill%3D%22%23b89558%22%20d%3D%22M29.47%2010.5a13.5%2013.5%200%200%201%202-3.82a5.2%205.2%200%200%201%202.44-1.94s1.44-.32%202%20.75a3.3%203.3%200%200%201%20.43%201.88a6.5%206.5%200%200%200-2.74%201.25a15.8%2015.8%200%200%200-2.31%203.13a2%202%200%200%201-1.82-1.25%22%2F%3E%3Cpath%20fill%3D%22%23debb7e%22%20d%3D%22M30.24%2011.44a13.3%2013.3%200%200%201%201.61-2.79a5.2%205.2%200%200%201%202.44-1.93a1.94%201.94%200%200%201%202%20.67h.11a3.3%203.3%200%200%200-.43-1.88c-.57-1.07-2-.75-2-.75a5.2%205.2%200%200%200-2.44%201.94a13.3%2013.3%200%200%200-2%203.82a2%202%200%200%200%20.71.92%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M29.47%2010.5a13.3%2013.3%200%200%201%202-3.82a5.2%205.2%200%200%201%202.44-1.94s1.44-.32%202%20.75a3.3%203.3%200%200%201%20.43%201.88a6.34%206.34%200%200%200-2.74%201.25a15.8%2015.8%200%200%200-2.31%203.13a2%202%200%200%201-1.82-1.25%22%2F%3E%3Cpath%20fill%3D%22%236dd627%22%20d%3D%22M29.77%208.27s.83-3.07-2.82-5c-3.15-1.59-4.95-.78-7.18-.7a.73.73%200%200%200-.65%201c1.6%203.43%205%207.73%2010.65%204.7%22%2F%3E%3Cpath%20fill%3D%22%2346b000%22%20d%3D%22M20%202.55h-.24a.73.73%200%200%200-.65%201c1.6%203.36%205%207.7%2010.65%204.67a4%204%200%200%200-.31-2.52C24.87%208%2021.8%205.41%2020%202.55%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M29.77%208.27s.83-3.07-2.82-5c-3.15-1.59-4.95-.78-7.18-.7a.73.73%200%200%200-.65%201c1.6%203.43%205%207.73%2010.65%204.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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