peach icon
peach-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- peach-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 peach icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 1H9v2h1c.462 0 .847.338 1.157 1.144l.019.049c-2.093-.333-4.646.066-6.729 1.955c-1.755 1.592-2.979 4.629-2.215 7.873c1.117 4.748 5.655 7.44 9.872 9.104c3.744-2.547 6.171-6.44 5.783-11.085c-.228-2.728-1.552-5.292-3.846-6.772c2.89 1.584 4.687 4.598 4.959 7.851c.206 2.46-.355 4.693-1.437 6.663c1.503-1.09 3.084-2.585 3.797-4.434c1.634-4.236-.027-8.333-2.99-10.025c-1.723-.984-3.33-1.262-4.566-1.088l.033-.09C14.148 3.34 14.535 3 15 3h1V1h-1c-1.214 0-2.003.668-2.502 1.404C12 1.668 11.213 1 10 1"/></svg>
React
import type { SVGProps } from "react";
export function TdesignPeachFilled(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 1H9v2h1c.462 0 .847.338 1.157 1.144l.019.049c-2.093-.333-4.646.066-6.729 1.955c-1.755 1.592-2.979 4.629-2.215 7.873c1.117 4.748 5.655 7.44 9.872 9.104c3.744-2.547 6.171-6.44 5.783-11.085c-.228-2.728-1.552-5.292-3.846-6.772c2.89 1.584 4.687 4.598 4.959 7.851c.206 2.46-.355 4.693-1.437 6.663c1.503-1.09 3.084-2.585 3.797-4.434c1.634-4.236-.027-8.333-2.99-10.025c-1.723-.984-3.33-1.262-4.566-1.088l.033-.09C14.148 3.34 14.535 3 15 3h1V1h-1c-1.214 0-2.003.668-2.502 1.404C12 1.668 11.213 1 10 1"/></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 1H9v2h1c.462 0 .847.338 1.157 1.144l.019.049c-2.093-.333-4.646.066-6.729 1.955c-1.755 1.592-2.979 4.629-2.215 7.873c1.117 4.748 5.655 7.44 9.872 9.104c3.744-2.547 6.171-6.44 5.783-11.085c-.228-2.728-1.552-5.292-3.846-6.772c2.89 1.584 4.687 4.598 4.959 7.851c.206 2.46-.355 4.693-1.437 6.663c1.503-1.09 3.084-2.585 3.797-4.434c1.634-4.236-.027-8.333-2.99-10.025c-1.723-.984-3.33-1.262-4.566-1.088l.033-.09C14.148 3.34 14.535 3 15 3h1V1h-1c-1.214 0-2.003.668-2.502 1.404C12 1.668 11.213 1 10 1"/></svg> </template>
CSS
.icon-peach-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%22M10%201H9v2h1c.462%200%20.847.338%201.157%201.144l.019.049c-2.093-.333-4.646.066-6.729%201.955c-1.755%201.592-2.979%204.629-2.215%207.873c1.117%204.748%205.655%207.44%209.872%209.104c3.744-2.547%206.171-6.44%205.783-11.085c-.228-2.728-1.552-5.292-3.846-6.772c2.89%201.584%204.687%204.598%204.959%207.851c.206%202.46-.355%204.693-1.437%206.663c1.503-1.09%203.084-2.585%203.797-4.434c1.634-4.236-.027-8.333-2.99-10.025c-1.723-.984-3.33-1.262-4.566-1.088l.033-.09C14.148%203.34%2014.535%203%2015%203h1V1h-1c-1.214%200-2.003.668-2.502%201.404C12%201.668%2011.213%201%2010%201%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%201H9v2h1c.462%200%20.847.338%201.157%201.144l.019.049c-2.093-.333-4.646.066-6.729%201.955c-1.755%201.592-2.979%204.629-2.215%207.873c1.117%204.748%205.655%207.44%209.872%209.104c3.744-2.547%206.171-6.44%205.783-11.085c-.228-2.728-1.552-5.292-3.846-6.772c2.89%201.584%204.687%204.598%204.959%207.851c.206%202.46-.355%204.693-1.437%206.663c1.503-1.09%203.084-2.585%203.797-4.434c1.634-4.236-.027-8.333-2.99-10.025c-1.723-.984-3.33-1.262-4.566-1.088l.033-.09C14.148%203.34%2014.535%203%2015%203h1V1h-1c-1.214%200-2.003.668-2.502%201.404C12%201.668%2011.213%201%2010%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/peach-filled.svg?color=%231a73e8&size=48