pear-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
pear-filled
Set
TDesign Icons
Style
Filled
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"><path fill="currentColor" d="m21.323 2.534l-.447.895A14.3 14.3 0 0 1 19.65 5.45c.878 1.101 1.358 2.354 1.313 3.695c-.053 1.604-.852 3.156-2.257 4.561c-.112.096-.227.188-.335.29c-.153.143-.36.36-.568.643c-.416.567-.806 1.364-.804 2.358c.004 1.686-.29 3.115-1.498 4.323c-2.398 2.399-6.307 2.368-8.674 0c-.692-.692-1.397-1.37-1.705-2.444c-1.073-.308-1.752-1.013-2.444-1.705c-2.368-2.368-2.399-6.276 0-8.675C3.887 7.29 5.316 6.997 7.002 7c.994.002 1.79-.388 2.358-.804c.283-.208.5-.415.643-.568c.102-.108.194-.223.29-.335c1.385-1.386 2.89-2.229 4.458-2.329c1.241-.079 2.402.315 3.445 1.081c.338-.49.627-.984.891-1.51l.447-.895z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignPearFilled(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="m21.323 2.534l-.447.895A14.3 14.3 0 0 1 19.65 5.45c.878 1.101 1.358 2.354 1.313 3.695c-.053 1.604-.852 3.156-2.257 4.561c-.112.096-.227.188-.335.29c-.153.143-.36.36-.568.643c-.416.567-.806 1.364-.804 2.358c.004 1.686-.29 3.115-1.498 4.323c-2.398 2.399-6.307 2.368-8.674 0c-.692-.692-1.397-1.37-1.705-2.444c-1.073-.308-1.752-1.013-2.444-1.705c-2.368-2.368-2.399-6.276 0-8.675C3.887 7.29 5.316 6.997 7.002 7c.994.002 1.79-.388 2.358-.804c.283-.208.5-.415.643-.568c.102-.108.194-.223.29-.335c1.385-1.386 2.89-2.229 4.458-2.329c1.241-.079 2.402.315 3.445 1.081c.338-.49.627-.984.891-1.51l.447-.895z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.323 2.534l-.447.895A14.3 14.3 0 0 1 19.65 5.45c.878 1.101 1.358 2.354 1.313 3.695c-.053 1.604-.852 3.156-2.257 4.561c-.112.096-.227.188-.335.29c-.153.143-.36.36-.568.643c-.416.567-.806 1.364-.804 2.358c.004 1.686-.29 3.115-1.498 4.323c-2.398 2.399-6.307 2.368-8.674 0c-.692-.692-1.397-1.37-1.705-2.444c-1.073-.308-1.752-1.013-2.444-1.705c-2.368-2.368-2.399-6.276 0-8.675C3.887 7.29 5.316 6.997 7.002 7c.994.002 1.79-.388 2.358-.804c.283-.208.5-.415.643-.568c.102-.108.194-.223.29-.335c1.385-1.386 2.89-2.229 4.458-2.329c1.241-.079 2.402.315 3.445 1.081c.338-.49.627-.984.891-1.51l.447-.895z"/></svg>
</template>

CSS

.icon-pear-filled {
  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%22m21.323%202.534l-.447.895A14.3%2014.3%200%200%201%2019.65%205.45c.878%201.101%201.358%202.354%201.313%203.695c-.053%201.604-.852%203.156-2.257%204.561c-.112.096-.227.188-.335.29c-.153.143-.36.36-.568.643c-.416.567-.806%201.364-.804%202.358c.004%201.686-.29%203.115-1.498%204.323c-2.398%202.399-6.307%202.368-8.674%200c-.692-.692-1.397-1.37-1.705-2.444c-1.073-.308-1.752-1.013-2.444-1.705c-2.368-2.368-2.399-6.276%200-8.675C3.887%207.29%205.316%206.997%207.002%207c.994.002%201.79-.388%202.358-.804c.283-.208.5-.415.643-.568c.102-.108.194-.223.29-.335c1.385-1.386%202.89-2.229%204.458-2.329c1.241-.079%202.402.315%203.445%201.081c.338-.49.627-.984.891-1.51l.447-.895z%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%22m21.323%202.534l-.447.895A14.3%2014.3%200%200%201%2019.65%205.45c.878%201.101%201.358%202.354%201.313%203.695c-.053%201.604-.852%203.156-2.257%204.561c-.112.096-.227.188-.335.29c-.153.143-.36.36-.568.643c-.416.567-.806%201.364-.804%202.358c.004%201.686-.29%203.115-1.498%204.323c-2.398%202.399-6.307%202.368-8.674%200c-.692-.692-1.397-1.37-1.705-2.444c-1.073-.308-1.752-1.013-2.444-1.705c-2.368-2.368-2.399-6.276%200-8.675C3.887%207.29%205.316%206.997%207.002%207c.994.002%201.79-.388%202.358-.804c.283-.208.5-.415.643-.568c.102-.108.194-.223.29-.335c1.385-1.386%202.89-2.229%204.458-2.329c1.241-.079%202.402.315%203.445%201.081c.338-.49.627-.984.891-1.51l.447-.895z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/pear-filled.svg?color=%231a73e8&size=48