pear icon
pear from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.
- Name
- pear
- Set
- BoxIcons v2 Solid
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the pear icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.12 22a7.71 7.71 0 0 0 6.57-5a7.2 7.2 0 0 0 .46-3.21a3.26 3.26 0 0 1 1-2.57l.61-.61A3.89 3.89 0 0 0 19.43 6l2.28-2.28l-1.42-1.43L18 4.55a3.82 3.82 0 0 0-4.66.57l-.75.75a3.22 3.22 0 0 1-2.52 1a7.05 7.05 0 0 0-3.32.57A7.75 7.75 0 0 0 2 14.11A7.59 7.59 0 0 0 10.12 22M9.5 9.25v1.5a3.75 3.75 0 0 0-3.75 3.75h-1.5A5.26 5.26 0 0 1 9.5 9.25"/></svg>
React
import type { SVGProps } from "react";
export function BxsPear(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.12 22a7.71 7.71 0 0 0 6.57-5a7.2 7.2 0 0 0 .46-3.21a3.26 3.26 0 0 1 1-2.57l.61-.61A3.89 3.89 0 0 0 19.43 6l2.28-2.28l-1.42-1.43L18 4.55a3.82 3.82 0 0 0-4.66.57l-.75.75a3.22 3.22 0 0 1-2.52 1a7.05 7.05 0 0 0-3.32.57A7.75 7.75 0 0 0 2 14.11A7.59 7.59 0 0 0 10.12 22M9.5 9.25v1.5a3.75 3.75 0 0 0-3.75 3.75h-1.5A5.26 5.26 0 0 1 9.5 9.25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.12 22a7.71 7.71 0 0 0 6.57-5a7.2 7.2 0 0 0 .46-3.21a3.26 3.26 0 0 1 1-2.57l.61-.61A3.89 3.89 0 0 0 19.43 6l2.28-2.28l-1.42-1.43L18 4.55a3.82 3.82 0 0 0-4.66.57l-.75.75a3.22 3.22 0 0 1-2.52 1a7.05 7.05 0 0 0-3.32.57A7.75 7.75 0 0 0 2 14.11A7.59 7.59 0 0 0 10.12 22M9.5 9.25v1.5a3.75 3.75 0 0 0-3.75 3.75h-1.5A5.26 5.26 0 0 1 9.5 9.25"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.12%2022a7.71%207.71%200%200%200%206.57-5a7.2%207.2%200%200%200%20.46-3.21a3.26%203.26%200%200%201%201-2.57l.61-.61A3.89%203.89%200%200%200%2019.43%206l2.28-2.28l-1.42-1.43L18%204.55a3.82%203.82%200%200%200-4.66.57l-.75.75a3.22%203.22%200%200%201-2.52%201a7.05%207.05%200%200%200-3.32.57A7.75%207.75%200%200%200%202%2014.11A7.59%207.59%200%200%200%2010.12%2022M9.5%209.25v1.5a3.75%203.75%200%200%200-3.75%203.75h-1.5A5.26%205.26%200%200%201%209.5%209.25%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.12%2022a7.71%207.71%200%200%200%206.57-5a7.2%207.2%200%200%200%20.46-3.21a3.26%203.26%200%200%201%201-2.57l.61-.61A3.89%203.89%200%200%200%2019.43%206l2.28-2.28l-1.42-1.43L18%204.55a3.82%203.82%200%200%200-4.66.57l-.75.75a3.22%203.22%200%200%201-2.52%201a7.05%207.05%200%200%200-3.32.57A7.75%207.75%200%200%200%202%2014.11A7.59%207.59%200%200%200%2010.12%2022M9.5%209.25v1.5a3.75%203.75%200%200%200-3.75%203.75h-1.5A5.26%205.26%200%200%201%209.5%209.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxs/pear.svg?color=%231a73e8&size=48