pear icon
pear from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- pear
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
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"><g fill="none"><path d="M18.587 12.487c2.475-2.475 2.121-4.95 0-7.07c-2.121-2.122-4.596-2.476-7.071 0c-4.243 4.242-4.95.706-8.132 3.888c-2.208 2.208-2.121 7.071 2.829 8.485c1.414 4.95 6.277 5.037 8.485 2.829c3.182-3.182-.354-3.89 3.889-8.132"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M19.982 2.981c-.734 1.467-1.645 2.682-3.112 4.15m1.717-1.715c2.121 2.121 2.475 4.596 0 7.071c-4.243 4.243-.707 4.95-3.89 8.132c-2.207 2.208-7.07 2.121-8.484-2.828c-4.95-1.415-5.037-6.278-2.829-8.486c3.182-3.182 3.89.354 8.132-3.889c2.475-2.475 4.95-2.121 7.07 0Z"/></g></svg>
React
import type { SVGProps } from "react";
export function TdesignPear(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M18.587 12.487c2.475-2.475 2.121-4.95 0-7.07c-2.121-2.122-4.596-2.476-7.071 0c-4.243 4.242-4.95.706-8.132 3.888c-2.208 2.208-2.121 7.071 2.829 8.485c1.414 4.95 6.277 5.037 8.485 2.829c3.182-3.182-.354-3.89 3.889-8.132"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M19.982 2.981c-.734 1.467-1.645 2.682-3.112 4.15m1.717-1.715c2.121 2.121 2.475 4.596 0 7.071c-4.243 4.243-.707 4.95-3.89 8.132c-2.207 2.208-7.07 2.121-8.484-2.828c-4.95-1.415-5.037-6.278-2.829-8.486c3.182-3.182 3.89.354 8.132-3.889c2.475-2.475 4.95-2.121 7.07 0Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M18.587 12.487c2.475-2.475 2.121-4.95 0-7.07c-2.121-2.122-4.596-2.476-7.071 0c-4.243 4.242-4.95.706-8.132 3.888c-2.208 2.208-2.121 7.071 2.829 8.485c1.414 4.95 6.277 5.037 8.485 2.829c3.182-3.182-.354-3.89 3.889-8.132"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M19.982 2.981c-.734 1.467-1.645 2.682-3.112 4.15m1.717-1.715c2.121 2.121 2.475 4.596 0 7.071c-4.243 4.243-.707 4.95-3.89 8.132c-2.207 2.208-7.07 2.121-8.484-2.828c-4.95-1.415-5.037-6.278-2.829-8.486c3.182-3.182 3.89.354 8.132-3.889c2.475-2.475 4.95-2.121 7.07 0Z"/></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M18.587%2012.487c2.475-2.475%202.121-4.95%200-7.07c-2.121-2.122-4.596-2.476-7.071%200c-4.243%204.242-4.95.706-8.132%203.888c-2.208%202.208-2.121%207.071%202.829%208.485c1.414%204.95%206.277%205.037%208.485%202.829c3.182-3.182-.354-3.89%203.889-8.132%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M19.982%202.981c-.734%201.467-1.645%202.682-3.112%204.15m1.717-1.715c2.121%202.121%202.475%204.596%200%207.071c-4.243%204.243-.707%204.95-3.89%208.132c-2.207%202.208-7.07%202.121-8.484-2.828c-4.95-1.415-5.037-6.278-2.829-8.486c3.182-3.182%203.89.354%208.132-3.889c2.475-2.475%204.95-2.121%207.07%200Z%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M18.587%2012.487c2.475-2.475%202.121-4.95%200-7.07c-2.121-2.122-4.596-2.476-7.071%200c-4.243%204.242-4.95.706-8.132%203.888c-2.208%202.208-2.121%207.071%202.829%208.485c1.414%204.95%206.277%205.037%208.485%202.829c3.182-3.182-.354-3.89%203.889-8.132%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M19.982%202.981c-.734%201.467-1.645%202.682-3.112%204.15m1.717-1.715c2.121%202.121%202.475%204.596%200%207.071c-4.243%204.243-.707%204.95-3.89%208.132c-2.207%202.208-7.07%202.121-8.484-2.828c-4.95-1.415-5.037-6.278-2.829-8.486c3.182-3.182%203.89.354%208.132-3.889c2.475-2.475%204.95-2.121%207.07%200Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/pear.svg?color=%231a73e8&size=48