pea icon
pea from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- pea
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
Use the pea icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M10.268 20c5.523 0 10-4.477 10-10c0-1.358-.27-2.653-.761-3.834l-6.008 3.469l-5.195 3l-5.973 3.448A9.98 9.98 0 0 0 10.268 20"/><path d="M22.16 4.634L7.896 12.87A10.78 10.78 0 0 1 1.84 7.43z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M22.16 4.634L7.896 12.87A10.78 10.78 0 0 1 1.84 7.43z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="m19.507 6.167l2.654-1.533l-2.654 1.532l-6.008 3.469m-5.195 3l5.195-3m-5.195 3l1.5 2.597m-1.5-2.598L2.33 16.083A9.98 9.98 0 0 0 10.268 20c5.523 0 10-4.477 10-10c0-1.307-.25-2.556-.706-3.7m-6.063 3.335l1.5 2.598"/></g></svg>
React
import type { SVGProps } from "react";
export function TdesignPea(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="M10.268 20c5.523 0 10-4.477 10-10c0-1.358-.27-2.653-.761-3.834l-6.008 3.469l-5.195 3l-5.973 3.448A9.98 9.98 0 0 0 10.268 20"/><path d="M22.16 4.634L7.896 12.87A10.78 10.78 0 0 1 1.84 7.43z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M22.16 4.634L7.896 12.87A10.78 10.78 0 0 1 1.84 7.43z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="m19.507 6.167l2.654-1.533l-2.654 1.532l-6.008 3.469m-5.195 3l5.195-3m-5.195 3l1.5 2.597m-1.5-2.598L2.33 16.083A9.98 9.98 0 0 0 10.268 20c5.523 0 10-4.477 10-10c0-1.307-.25-2.556-.706-3.7m-6.063 3.335l1.5 2.598"/></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="M10.268 20c5.523 0 10-4.477 10-10c0-1.358-.27-2.653-.761-3.834l-6.008 3.469l-5.195 3l-5.973 3.448A9.98 9.98 0 0 0 10.268 20"/><path d="M22.16 4.634L7.896 12.87A10.78 10.78 0 0 1 1.84 7.43z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M22.16 4.634L7.896 12.87A10.78 10.78 0 0 1 1.84 7.43z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="m19.507 6.167l2.654-1.533l-2.654 1.532l-6.008 3.469m-5.195 3l5.195-3m-5.195 3l1.5 2.597m-1.5-2.598L2.33 16.083A9.98 9.98 0 0 0 10.268 20c5.523 0 10-4.477 10-10c0-1.307-.25-2.556-.706-3.7m-6.063 3.335l1.5 2.598"/></g></svg> </template>
CSS
.icon-pea {
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%22M10.268%2020c5.523%200%2010-4.477%2010-10c0-1.358-.27-2.653-.761-3.834l-6.008%203.469l-5.195%203l-5.973%203.448A9.98%209.98%200%200%200%2010.268%2020%22%2F%3E%3Cpath%20d%3D%22M22.16%204.634L7.896%2012.87A10.78%2010.78%200%200%201%201.84%207.43z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M22.16%204.634L7.896%2012.87A10.78%2010.78%200%200%201%201.84%207.43z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22m19.507%206.167l2.654-1.533l-2.654%201.532l-6.008%203.469m-5.195%203l5.195-3m-5.195%203l1.5%202.597m-1.5-2.598L2.33%2016.083A9.98%209.98%200%200%200%2010.268%2020c5.523%200%2010-4.477%2010-10c0-1.307-.25-2.556-.706-3.7m-6.063%203.335l1.5%202.598%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%22M10.268%2020c5.523%200%2010-4.477%2010-10c0-1.358-.27-2.653-.761-3.834l-6.008%203.469l-5.195%203l-5.973%203.448A9.98%209.98%200%200%200%2010.268%2020%22%2F%3E%3Cpath%20d%3D%22M22.16%204.634L7.896%2012.87A10.78%2010.78%200%200%201%201.84%207.43z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M22.16%204.634L7.896%2012.87A10.78%2010.78%200%200%201%201.84%207.43z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22m19.507%206.167l2.654-1.533l-2.654%201.532l-6.008%203.469m-5.195%203l5.195-3m-5.195%203l1.5%202.597m-1.5-2.598L2.33%2016.083A9.98%209.98%200%200%200%2010.268%2020c5.523%200%2010-4.477%2010-10c0-1.307-.25-2.556-.706-3.7m-6.063%203.335l1.5%202.598%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/pea.svg?color=%231a73e8&size=48