pear emoji
pear from Noto Emoji by Google Inc · Default · Food & Drink · Apache-2.0 Free for personal and commercial use.
- Name
- pear
- Set
- Noto Emoji
- Style
- Default
- Category
- Food & Drink
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More food & drink icons from Noto Emoji
Use the pear emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#b7d118" d="M64.52 22.23c-9.49-.12-13.06 5.54-16.3 12.69c-2.48 5.47-4.33 13.61-9.49 20.63s-17.84 16.09-16.3 34.86c1.55 18.77 14.33 32.4 42.19 32.9c28.47.52 41.62-18.87 41.26-38.37c-.31-16.5-14.77-26.09-19.7-35.07c-7.53-13.72-4.64-27.43-21.66-27.64"/><path fill="#865c51" d="M57.39 6.32c-.21.79 1.29 7 2.03 9.94c.98 3.9 2.14 8.86 2.93 11.26c.42 1.28 1.53 1.76 2.54 1.67c1.04-.09 2.31-.89 2.31-2.26c-.01-2.55.07-10.04.12-13.02s.39-8.99.35-9.86c-.02-.42-2.49-.86-5.4-.43c-2.93.43-4.76 2.26-4.88 2.7"/><path fill="#e4f57d" d="M55.29 37.87c-2.64-.22-3.3 3.03-4.32 7.08c-1.03 4.05-3.24 9.13-5.73 12.97c-4.22 6.52-8.54 9.94-11.18 16.37c-2.47 6-2.73 13.85 2.92 14.69c6.54.97 7.38-7.8 8.37-11.45c1.03-3.78 2.59-7.35 5.24-11.78c1.94-3.25 6.28-12.13 7.02-18.53c.76-6.49.86-9.08-2.32-9.35"/><path fill="#e4dc9f" d="M79.31 71.94c-1.31-1.26-3.18-.7-3.96.13c-.74.78-1.34 2.61-.08 3.91c1.26 1.31 3.13.7 4.04-.17c1-.96 1.13-2.78 0-3.87m4.78 2.96c-1.15 1.29-.83 3.05.09 3.83c.91.78 2.68.64 3.61-.48c1.13-1.35.44-3.05-.22-3.61c-.65-.57-2.39-.96-3.48.26m7.53 3.66c-1.47 1.27-.79 3.1-.16 3.77c.87.91 2.68.85 3.59-.11s1.17-2.83.03-3.7c-1.12-.88-2.51-.79-3.46.04m-13.05-16.1c-1.04 1.14-.78 2.87.04 3.61s2.82 1.3 3.92-.35c.87-1.31.17-2.78-.61-3.44c-.83-.69-2.48-.78-3.35.18m-8.62.17c-1.23 1.39-.42 2.97.35 3.74c.87.87 2.65 1.09 3.61.04c.96-1.04.87-2.61 0-3.74s-3-1.13-3.96-.04m5.7-13.53c-1.13-.61-2.13.09-2.65.78c-.52.7-.48 2.18.35 2.74c.83.57 2.39.64 3.05-.48c.6-1.04.4-2.42-.75-3.04"/></svg>
React
import type { SVGProps } from "react";
export function NotoPear(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#b7d118" d="M64.52 22.23c-9.49-.12-13.06 5.54-16.3 12.69c-2.48 5.47-4.33 13.61-9.49 20.63s-17.84 16.09-16.3 34.86c1.55 18.77 14.33 32.4 42.19 32.9c28.47.52 41.62-18.87 41.26-38.37c-.31-16.5-14.77-26.09-19.7-35.07c-7.53-13.72-4.64-27.43-21.66-27.64"/><path fill="#865c51" d="M57.39 6.32c-.21.79 1.29 7 2.03 9.94c.98 3.9 2.14 8.86 2.93 11.26c.42 1.28 1.53 1.76 2.54 1.67c1.04-.09 2.31-.89 2.31-2.26c-.01-2.55.07-10.04.12-13.02s.39-8.99.35-9.86c-.02-.42-2.49-.86-5.4-.43c-2.93.43-4.76 2.26-4.88 2.7"/><path fill="#e4f57d" d="M55.29 37.87c-2.64-.22-3.3 3.03-4.32 7.08c-1.03 4.05-3.24 9.13-5.73 12.97c-4.22 6.52-8.54 9.94-11.18 16.37c-2.47 6-2.73 13.85 2.92 14.69c6.54.97 7.38-7.8 8.37-11.45c1.03-3.78 2.59-7.35 5.24-11.78c1.94-3.25 6.28-12.13 7.02-18.53c.76-6.49.86-9.08-2.32-9.35"/><path fill="#e4dc9f" d="M79.31 71.94c-1.31-1.26-3.18-.7-3.96.13c-.74.78-1.34 2.61-.08 3.91c1.26 1.31 3.13.7 4.04-.17c1-.96 1.13-2.78 0-3.87m4.78 2.96c-1.15 1.29-.83 3.05.09 3.83c.91.78 2.68.64 3.61-.48c1.13-1.35.44-3.05-.22-3.61c-.65-.57-2.39-.96-3.48.26m7.53 3.66c-1.47 1.27-.79 3.1-.16 3.77c.87.91 2.68.85 3.59-.11s1.17-2.83.03-3.7c-1.12-.88-2.51-.79-3.46.04m-13.05-16.1c-1.04 1.14-.78 2.87.04 3.61s2.82 1.3 3.92-.35c.87-1.31.17-2.78-.61-3.44c-.83-.69-2.48-.78-3.35.18m-8.62.17c-1.23 1.39-.42 2.97.35 3.74c.87.87 2.65 1.09 3.61.04c.96-1.04.87-2.61 0-3.74s-3-1.13-3.96-.04m5.7-13.53c-1.13-.61-2.13.09-2.65.78c-.52.7-.48 2.18.35 2.74c.83.57 2.39.64 3.05-.48c.6-1.04.4-2.42-.75-3.04"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#b7d118" d="M64.52 22.23c-9.49-.12-13.06 5.54-16.3 12.69c-2.48 5.47-4.33 13.61-9.49 20.63s-17.84 16.09-16.3 34.86c1.55 18.77 14.33 32.4 42.19 32.9c28.47.52 41.62-18.87 41.26-38.37c-.31-16.5-14.77-26.09-19.7-35.07c-7.53-13.72-4.64-27.43-21.66-27.64"/><path fill="#865c51" d="M57.39 6.32c-.21.79 1.29 7 2.03 9.94c.98 3.9 2.14 8.86 2.93 11.26c.42 1.28 1.53 1.76 2.54 1.67c1.04-.09 2.31-.89 2.31-2.26c-.01-2.55.07-10.04.12-13.02s.39-8.99.35-9.86c-.02-.42-2.49-.86-5.4-.43c-2.93.43-4.76 2.26-4.88 2.7"/><path fill="#e4f57d" d="M55.29 37.87c-2.64-.22-3.3 3.03-4.32 7.08c-1.03 4.05-3.24 9.13-5.73 12.97c-4.22 6.52-8.54 9.94-11.18 16.37c-2.47 6-2.73 13.85 2.92 14.69c6.54.97 7.38-7.8 8.37-11.45c1.03-3.78 2.59-7.35 5.24-11.78c1.94-3.25 6.28-12.13 7.02-18.53c.76-6.49.86-9.08-2.32-9.35"/><path fill="#e4dc9f" d="M79.31 71.94c-1.31-1.26-3.18-.7-3.96.13c-.74.78-1.34 2.61-.08 3.91c1.26 1.31 3.13.7 4.04-.17c1-.96 1.13-2.78 0-3.87m4.78 2.96c-1.15 1.29-.83 3.05.09 3.83c.91.78 2.68.64 3.61-.48c1.13-1.35.44-3.05-.22-3.61c-.65-.57-2.39-.96-3.48.26m7.53 3.66c-1.47 1.27-.79 3.1-.16 3.77c.87.91 2.68.85 3.59-.11s1.17-2.83.03-3.7c-1.12-.88-2.51-.79-3.46.04m-13.05-16.1c-1.04 1.14-.78 2.87.04 3.61s2.82 1.3 3.92-.35c.87-1.31.17-2.78-.61-3.44c-.83-.69-2.48-.78-3.35.18m-8.62.17c-1.23 1.39-.42 2.97.35 3.74c.87.87 2.65 1.09 3.61.04c.96-1.04.87-2.61 0-3.74s-3-1.13-3.96-.04m5.7-13.53c-1.13-.61-2.13.09-2.65.78c-.52.7-.48 2.18.35 2.74c.83.57 2.39.64 3.05-.48c.6-1.04.4-2.42-.75-3.04"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%23b7d118%22%20d%3D%22M64.52%2022.23c-9.49-.12-13.06%205.54-16.3%2012.69c-2.48%205.47-4.33%2013.61-9.49%2020.63s-17.84%2016.09-16.3%2034.86c1.55%2018.77%2014.33%2032.4%2042.19%2032.9c28.47.52%2041.62-18.87%2041.26-38.37c-.31-16.5-14.77-26.09-19.7-35.07c-7.53-13.72-4.64-27.43-21.66-27.64%22%2F%3E%3Cpath%20fill%3D%22%23865c51%22%20d%3D%22M57.39%206.32c-.21.79%201.29%207%202.03%209.94c.98%203.9%202.14%208.86%202.93%2011.26c.42%201.28%201.53%201.76%202.54%201.67c1.04-.09%202.31-.89%202.31-2.26c-.01-2.55.07-10.04.12-13.02s.39-8.99.35-9.86c-.02-.42-2.49-.86-5.4-.43c-2.93.43-4.76%202.26-4.88%202.7%22%2F%3E%3Cpath%20fill%3D%22%23e4f57d%22%20d%3D%22M55.29%2037.87c-2.64-.22-3.3%203.03-4.32%207.08c-1.03%204.05-3.24%209.13-5.73%2012.97c-4.22%206.52-8.54%209.94-11.18%2016.37c-2.47%206-2.73%2013.85%202.92%2014.69c6.54.97%207.38-7.8%208.37-11.45c1.03-3.78%202.59-7.35%205.24-11.78c1.94-3.25%206.28-12.13%207.02-18.53c.76-6.49.86-9.08-2.32-9.35%22%2F%3E%3Cpath%20fill%3D%22%23e4dc9f%22%20d%3D%22M79.31%2071.94c-1.31-1.26-3.18-.7-3.96.13c-.74.78-1.34%202.61-.08%203.91c1.26%201.31%203.13.7%204.04-.17c1-.96%201.13-2.78%200-3.87m4.78%202.96c-1.15%201.29-.83%203.05.09%203.83c.91.78%202.68.64%203.61-.48c1.13-1.35.44-3.05-.22-3.61c-.65-.57-2.39-.96-3.48.26m7.53%203.66c-1.47%201.27-.79%203.1-.16%203.77c.87.91%202.68.85%203.59-.11s1.17-2.83.03-3.7c-1.12-.88-2.51-.79-3.46.04m-13.05-16.1c-1.04%201.14-.78%202.87.04%203.61s2.82%201.3%203.92-.35c.87-1.31.17-2.78-.61-3.44c-.83-.69-2.48-.78-3.35.18m-8.62.17c-1.23%201.39-.42%202.97.35%203.74c.87.87%202.65%201.09%203.61.04c.96-1.04.87-2.61%200-3.74s-3-1.13-3.96-.04m5.7-13.53c-1.13-.61-2.13.09-2.65.78c-.52.7-.48%202.18.35%202.74c.83.57%202.39.64%203.05-.48c.6-1.04.4-2.42-.75-3.04%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23b7d118%22%20d%3D%22M64.52%2022.23c-9.49-.12-13.06%205.54-16.3%2012.69c-2.48%205.47-4.33%2013.61-9.49%2020.63s-17.84%2016.09-16.3%2034.86c1.55%2018.77%2014.33%2032.4%2042.19%2032.9c28.47.52%2041.62-18.87%2041.26-38.37c-.31-16.5-14.77-26.09-19.7-35.07c-7.53-13.72-4.64-27.43-21.66-27.64%22%2F%3E%3Cpath%20fill%3D%22%23865c51%22%20d%3D%22M57.39%206.32c-.21.79%201.29%207%202.03%209.94c.98%203.9%202.14%208.86%202.93%2011.26c.42%201.28%201.53%201.76%202.54%201.67c1.04-.09%202.31-.89%202.31-2.26c-.01-2.55.07-10.04.12-13.02s.39-8.99.35-9.86c-.02-.42-2.49-.86-5.4-.43c-2.93.43-4.76%202.26-4.88%202.7%22%2F%3E%3Cpath%20fill%3D%22%23e4f57d%22%20d%3D%22M55.29%2037.87c-2.64-.22-3.3%203.03-4.32%207.08c-1.03%204.05-3.24%209.13-5.73%2012.97c-4.22%206.52-8.54%209.94-11.18%2016.37c-2.47%206-2.73%2013.85%202.92%2014.69c6.54.97%207.38-7.8%208.37-11.45c1.03-3.78%202.59-7.35%205.24-11.78c1.94-3.25%206.28-12.13%207.02-18.53c.76-6.49.86-9.08-2.32-9.35%22%2F%3E%3Cpath%20fill%3D%22%23e4dc9f%22%20d%3D%22M79.31%2071.94c-1.31-1.26-3.18-.7-3.96.13c-.74.78-1.34%202.61-.08%203.91c1.26%201.31%203.13.7%204.04-.17c1-.96%201.13-2.78%200-3.87m4.78%202.96c-1.15%201.29-.83%203.05.09%203.83c.91.78%202.68.64%203.61-.48c1.13-1.35.44-3.05-.22-3.61c-.65-.57-2.39-.96-3.48.26m7.53%203.66c-1.47%201.27-.79%203.1-.16%203.77c.87.91%202.68.85%203.59-.11s1.17-2.83.03-3.7c-1.12-.88-2.51-.79-3.46.04m-13.05-16.1c-1.04%201.14-.78%202.87.04%203.61s2.82%201.3%203.92-.35c.87-1.31.17-2.78-.61-3.44c-.83-.69-2.48-.78-3.35.18m-8.62.17c-1.23%201.39-.42%202.97.35%203.74c.87.87%202.65%201.09%203.61.04c.96-1.04.87-2.61%200-3.74s-3-1.13-3.96-.04m5.7-13.53c-1.13-.61-2.13.09-2.65.78c-.52.7-.48%202.18.35%202.74c.83.57%202.39.64%203.05-.48c.6-1.04.4-2.42-.75-3.04%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/pear.svg?color=%231a73e8&size=48