pear emoji
pear from Fluent Emoji Flat by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.
- Name
- pear
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Food & Drink
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More food & drink icons from Fluent Emoji Flat
Use the pear emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#00d26a" d="M7.12 2.291L3 3.891a4.34 4.34 0 0 0 5.62 2.48l4.12-1.6a4.355 4.355 0 0 0-5.62-2.48"/><path fill="#c3ef3c" d="m19.99 8.101l-.1-.25a5.557 5.557 0 0 0-7.19-3.17a5.543 5.543 0 0 0-3.17 7.18l.1.25c.63 1.62.66 3.41.1 5.06c-.75 2.18-.7 4.55.13 6.7c1.91 4.94 7.47 7.39 12.41 5.48s7.39-7.47 5.48-12.41a9.77 9.77 0 0 0-4.42-5.04a7.35 7.35 0 0 1-3.34-3.8"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatPear(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#00d26a" d="M7.12 2.291L3 3.891a4.34 4.34 0 0 0 5.62 2.48l4.12-1.6a4.355 4.355 0 0 0-5.62-2.48"/><path fill="#c3ef3c" d="m19.99 8.101l-.1-.25a5.557 5.557 0 0 0-7.19-3.17a5.543 5.543 0 0 0-3.17 7.18l.1.25c.63 1.62.66 3.41.1 5.06c-.75 2.18-.7 4.55.13 6.7c1.91 4.94 7.47 7.39 12.41 5.48s7.39-7.47 5.48-12.41a9.77 9.77 0 0 0-4.42-5.04a7.35 7.35 0 0 1-3.34-3.8"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#00d26a" d="M7.12 2.291L3 3.891a4.34 4.34 0 0 0 5.62 2.48l4.12-1.6a4.355 4.355 0 0 0-5.62-2.48"/><path fill="#c3ef3c" d="m19.99 8.101l-.1-.25a5.557 5.557 0 0 0-7.19-3.17a5.543 5.543 0 0 0-3.17 7.18l.1.25c.63 1.62.66 3.41.1 5.06c-.75 2.18-.7 4.55.13 6.7c1.91 4.94 7.47 7.39 12.41 5.48s7.39-7.47 5.48-12.41a9.77 9.77 0 0 0-4.42-5.04a7.35 7.35 0 0 1-3.34-3.8"/></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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%2300d26a%22%20d%3D%22M7.12%202.291L3%203.891a4.34%204.34%200%200%200%205.62%202.48l4.12-1.6a4.355%204.355%200%200%200-5.62-2.48%22%2F%3E%3Cpath%20fill%3D%22%23c3ef3c%22%20d%3D%22m19.99%208.101l-.1-.25a5.557%205.557%200%200%200-7.19-3.17a5.543%205.543%200%200%200-3.17%207.18l.1.25c.63%201.62.66%203.41.1%205.06c-.75%202.18-.7%204.55.13%206.7c1.91%204.94%207.47%207.39%2012.41%205.48s7.39-7.47%205.48-12.41a9.77%209.77%200%200%200-4.42-5.04a7.35%207.35%200%200%201-3.34-3.8%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%2300d26a%22%20d%3D%22M7.12%202.291L3%203.891a4.34%204.34%200%200%200%205.62%202.48l4.12-1.6a4.355%204.355%200%200%200-5.62-2.48%22%2F%3E%3Cpath%20fill%3D%22%23c3ef3c%22%20d%3D%22m19.99%208.101l-.1-.25a5.557%205.557%200%200%200-7.19-3.17a5.543%205.543%200%200%200-3.17%207.18l.1.25c.63%201.62.66%203.41.1%205.06c-.75%202.18-.7%204.55.13%206.7c1.91%204.94%207.47%207.39%2012.41%205.48s7.39-7.47%205.48-12.41a9.77%209.77%200%200%200-4.42-5.04a7.35%207.35%200%200%201-3.34-3.8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/pear.svg?color=%231a73e8&size=48