pear emoji
pear from OpenMoji by OpenMoji · Default · Food Drink · CC-BY-SA-4.0 Attribution required.
- Name
- pear
- Set
- OpenMoji
- Style
- Default
- Category
- Food Drink
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More food drink icons from OpenMoji
Use the pear emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b1cc33" stroke="#b1cc33" stroke-miterlimit="10" stroke-width="2" d="M56.599 32.87c6.343 6.343 6.336 16.624 0 22.96c-6.343 6.343-16.617 6.343-22.96 0c-.178-.178-.34-.356-.51-.54a16.1 16.1 0 0 1-3.361-5.64c-.659-1.548-1.251-3.191-1.843-4.849c-1.599-4.456-3.19-8.993-6.24-12.043a8.37 8.37 0 0 1 0-11.842c3.264-3.264 8.571-3.272 11.843 0c3.05 3.05 7.587 4.64 12.042 6.24c1.658.591 3.302 1.184 4.849 1.842c2.117.918 4.07 1.97 5.64 3.36c.185.171.362.334.54.511z"/><path fill="#5c9e31" d="M56.599 55.83c-4.746 4.757-11.387 4.66-11.387 4.66c22.206-13.198 5.208-31.496 5.208-31.496s4.067 1.973 5.635 3.366c.193.166.369.332.544.507c6.344 6.345 6.328 16.62 0 22.963"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M21.738 21.593s-5.271-5.163-10.488.054m13.63-2.728a8.38 8.38 0 0 1 8.648 1.997c3.05 3.05 7.587 4.64 12.043 6.24c1.658.592 3.3 1.184 4.848 1.842c2.117.918 4.07 1.97 5.64 3.36c.185.17.363.334.54.511c6.344 6.344 6.336 16.625 0 22.96c-6.343 6.344-16.617 6.344-22.96 0c-.177-.177-.34-.355-.51-.54a16.1 16.1 0 0 1-3.361-5.64c-.659-1.547-1.25-3.19-1.843-4.848c-1.599-4.456-3.19-8.993-6.24-12.043a8.37 8.37 0 0 1-2.205-7.95"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiPear(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b1cc33" stroke="#b1cc33" strokeMiterlimit="10" strokeWidth="2" d="M56.599 32.87c6.343 6.343 6.336 16.624 0 22.96c-6.343 6.343-16.617 6.343-22.96 0c-.178-.178-.34-.356-.51-.54a16.1 16.1 0 0 1-3.361-5.64c-.659-1.548-1.251-3.191-1.843-4.849c-1.599-4.456-3.19-8.993-6.24-12.043a8.37 8.37 0 0 1 0-11.842c3.264-3.264 8.571-3.272 11.843 0c3.05 3.05 7.587 4.64 12.042 6.24c1.658.591 3.302 1.184 4.849 1.842c2.117.918 4.07 1.97 5.64 3.36c.185.171.362.334.54.511z"/><path fill="#5c9e31" d="M56.599 55.83c-4.746 4.757-11.387 4.66-11.387 4.66c22.206-13.198 5.208-31.496 5.208-31.496s4.067 1.973 5.635 3.366c.193.166.369.332.544.507c6.344 6.345 6.328 16.62 0 22.963"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M21.738 21.593s-5.271-5.163-10.488.054m13.63-2.728a8.38 8.38 0 0 1 8.648 1.997c3.05 3.05 7.587 4.64 12.043 6.24c1.658.592 3.3 1.184 4.848 1.842c2.117.918 4.07 1.97 5.64 3.36c.185.17.363.334.54.511c6.344 6.344 6.336 16.625 0 22.96c-6.343 6.344-16.617 6.344-22.96 0c-.177-.177-.34-.355-.51-.54a16.1 16.1 0 0 1-3.361-5.64c-.659-1.547-1.25-3.19-1.843-4.848c-1.599-4.456-3.19-8.993-6.24-12.043a8.37 8.37 0 0 1-2.205-7.95"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b1cc33" stroke="#b1cc33" stroke-miterlimit="10" stroke-width="2" d="M56.599 32.87c6.343 6.343 6.336 16.624 0 22.96c-6.343 6.343-16.617 6.343-22.96 0c-.178-.178-.34-.356-.51-.54a16.1 16.1 0 0 1-3.361-5.64c-.659-1.548-1.251-3.191-1.843-4.849c-1.599-4.456-3.19-8.993-6.24-12.043a8.37 8.37 0 0 1 0-11.842c3.264-3.264 8.571-3.272 11.843 0c3.05 3.05 7.587 4.64 12.042 6.24c1.658.591 3.302 1.184 4.849 1.842c2.117.918 4.07 1.97 5.64 3.36c.185.171.362.334.54.511z"/><path fill="#5c9e31" d="M56.599 55.83c-4.746 4.757-11.387 4.66-11.387 4.66c22.206-13.198 5.208-31.496 5.208-31.496s4.067 1.973 5.635 3.366c.193.166.369.332.544.507c6.344 6.345 6.328 16.62 0 22.963"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M21.738 21.593s-5.271-5.163-10.488.054m13.63-2.728a8.38 8.38 0 0 1 8.648 1.997c3.05 3.05 7.587 4.64 12.043 6.24c1.658.592 3.3 1.184 4.848 1.842c2.117.918 4.07 1.97 5.64 3.36c.185.17.363.334.54.511c6.344 6.344 6.336 16.625 0 22.96c-6.343 6.344-16.617 6.344-22.96 0c-.177-.177-.34-.355-.51-.54a16.1 16.1 0 0 1-3.361-5.64c-.659-1.547-1.25-3.19-1.843-4.848c-1.599-4.456-3.19-8.993-6.24-12.043a8.37 8.37 0 0 1-2.205-7.95"/></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%2072%2072%22%3E%3Cpath%20fill%3D%22%23b1cc33%22%20stroke%3D%22%23b1cc33%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M56.599%2032.87c6.343%206.343%206.336%2016.624%200%2022.96c-6.343%206.343-16.617%206.343-22.96%200c-.178-.178-.34-.356-.51-.54a16.1%2016.1%200%200%201-3.361-5.64c-.659-1.548-1.251-3.191-1.843-4.849c-1.599-4.456-3.19-8.993-6.24-12.043a8.37%208.37%200%200%201%200-11.842c3.264-3.264%208.571-3.272%2011.843%200c3.05%203.05%207.587%204.64%2012.042%206.24c1.658.591%203.302%201.184%204.849%201.842c2.117.918%204.07%201.97%205.64%203.36c.185.171.362.334.54.511z%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20d%3D%22M56.599%2055.83c-4.746%204.757-11.387%204.66-11.387%204.66c22.206-13.198%205.208-31.496%205.208-31.496s4.067%201.973%205.635%203.366c.193.166.369.332.544.507c6.344%206.345%206.328%2016.62%200%2022.963%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M21.738%2021.593s-5.271-5.163-10.488.054m13.63-2.728a8.38%208.38%200%200%201%208.648%201.997c3.05%203.05%207.587%204.64%2012.043%206.24c1.658.592%203.3%201.184%204.848%201.842c2.117.918%204.07%201.97%205.64%203.36c.185.17.363.334.54.511c6.344%206.344%206.336%2016.625%200%2022.96c-6.343%206.344-16.617%206.344-22.96%200c-.177-.177-.34-.355-.51-.54a16.1%2016.1%200%200%201-3.361-5.64c-.659-1.547-1.25-3.19-1.843-4.848c-1.599-4.456-3.19-8.993-6.24-12.043a8.37%208.37%200%200%201-2.205-7.95%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23b1cc33%22%20stroke%3D%22%23b1cc33%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M56.599%2032.87c6.343%206.343%206.336%2016.624%200%2022.96c-6.343%206.343-16.617%206.343-22.96%200c-.178-.178-.34-.356-.51-.54a16.1%2016.1%200%200%201-3.361-5.64c-.659-1.548-1.251-3.191-1.843-4.849c-1.599-4.456-3.19-8.993-6.24-12.043a8.37%208.37%200%200%201%200-11.842c3.264-3.264%208.571-3.272%2011.843%200c3.05%203.05%207.587%204.64%2012.042%206.24c1.658.591%203.302%201.184%204.849%201.842c2.117.918%204.07%201.97%205.64%203.36c.185.171.362.334.54.511z%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20d%3D%22M56.599%2055.83c-4.746%204.757-11.387%204.66-11.387%204.66c22.206-13.198%205.208-31.496%205.208-31.496s4.067%201.973%205.635%203.366c.193.166.369.332.544.507c6.344%206.345%206.328%2016.62%200%2022.963%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M21.738%2021.593s-5.271-5.163-10.488.054m13.63-2.728a8.38%208.38%200%200%201%208.648%201.997c3.05%203.05%207.587%204.64%2012.043%206.24c1.658.592%203.3%201.184%204.848%201.842c2.117.918%204.07%201.97%205.64%203.36c.185.17.363.334.54.511c6.344%206.344%206.336%2016.625%200%2022.96c-6.343%206.344-16.617%206.344-22.96%200c-.177-.177-.34-.355-.51-.54a16.1%2016.1%200%200%201-3.361-5.64c-.659-1.547-1.25-3.19-1.843-4.848c-1.599-4.456-3.19-8.993-6.24-12.043a8.37%208.37%200%200%201-2.205-7.95%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/pear.svg?color=%231a73e8&size=48