peach icon
peach from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- peach
- Set
- TDesign Icons
- Style
- Outline
- 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"><g fill="none"><path d="M3 12c0 6 6.5 9 9 10q.3-.24.608-.5c1.786-.689 6.585-3.484 7.892-6.5c1.5-3 1-7-2.5-9c-2.224-1.27-4.33-.85-5.496-.526A6.9 6.9 0 0 0 10 5c-2 0-7 1-7 7"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M15 2c-1.588 0-2.327 2.208-2.501 3.383C12.444 2 10 2 10 2m2.608 19.5q-.308.26-.608.5c-2.5-1-9-4-9-10s5-7 7-7c.82 0 1.68.152 2.504.474C13.669 5.149 15.776 4.729 18 6c3.5 2 4 6 2.5 9c-1.307 3.016-6.106 5.811-7.892 6.5Zm0 0c2.35-1.993 4.852-4.9 4.392-9.5c-.323-3.23-1.913-5.217-3.81-6.213"/></g></svg>
React
import type { SVGProps } from "react";
export function TdesignPeach(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="M3 12c0 6 6.5 9 9 10q.3-.24.608-.5c1.786-.689 6.585-3.484 7.892-6.5c1.5-3 1-7-2.5-9c-2.224-1.27-4.33-.85-5.496-.526A6.9 6.9 0 0 0 10 5c-2 0-7 1-7 7"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M15 2c-1.588 0-2.327 2.208-2.501 3.383C12.444 2 10 2 10 2m2.608 19.5q-.308.26-.608.5c-2.5-1-9-4-9-10s5-7 7-7c.82 0 1.68.152 2.504.474C13.669 5.149 15.776 4.729 18 6c3.5 2 4 6 2.5 9c-1.307 3.016-6.106 5.811-7.892 6.5Zm0 0c2.35-1.993 4.852-4.9 4.392-9.5c-.323-3.23-1.913-5.217-3.81-6.213"/></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="M3 12c0 6 6.5 9 9 10q.3-.24.608-.5c1.786-.689 6.585-3.484 7.892-6.5c1.5-3 1-7-2.5-9c-2.224-1.27-4.33-.85-5.496-.526A6.9 6.9 0 0 0 10 5c-2 0-7 1-7 7"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M15 2c-1.588 0-2.327 2.208-2.501 3.383C12.444 2 10 2 10 2m2.608 19.5q-.308.26-.608.5c-2.5-1-9-4-9-10s5-7 7-7c.82 0 1.68.152 2.504.474C13.669 5.149 15.776 4.729 18 6c3.5 2 4 6 2.5 9c-1.307 3.016-6.106 5.811-7.892 6.5Zm0 0c2.35-1.993 4.852-4.9 4.392-9.5c-.323-3.23-1.913-5.217-3.81-6.213"/></g></svg> </template>
CSS
.icon-peach {
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%22M3%2012c0%206%206.5%209%209%2010q.3-.24.608-.5c1.786-.689%206.585-3.484%207.892-6.5c1.5-3%201-7-2.5-9c-2.224-1.27-4.33-.85-5.496-.526A6.9%206.9%200%200%200%2010%205c-2%200-7%201-7%207%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M15%202c-1.588%200-2.327%202.208-2.501%203.383C12.444%202%2010%202%2010%202m2.608%2019.5q-.308.26-.608.5c-2.5-1-9-4-9-10s5-7%207-7c.82%200%201.68.152%202.504.474C13.669%205.149%2015.776%204.729%2018%206c3.5%202%204%206%202.5%209c-1.307%203.016-6.106%205.811-7.892%206.5Zm0%200c2.35-1.993%204.852-4.9%204.392-9.5c-.323-3.23-1.913-5.217-3.81-6.213%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%22M3%2012c0%206%206.5%209%209%2010q.3-.24.608-.5c1.786-.689%206.585-3.484%207.892-6.5c1.5-3%201-7-2.5-9c-2.224-1.27-4.33-.85-5.496-.526A6.9%206.9%200%200%200%2010%205c-2%200-7%201-7%207%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M15%202c-1.588%200-2.327%202.208-2.501%203.383C12.444%202%2010%202%2010%202m2.608%2019.5q-.308.26-.608.5c-2.5-1-9-4-9-10s5-7%207-7c.82%200%201.68.152%202.504.474C13.669%205.149%2015.776%204.729%2018%206c3.5%202%204%206%202.5%209c-1.307%203.016-6.106%205.811-7.892%206.5Zm0%200c2.35-1.993%204.852-4.9%204.392-9.5c-.323-3.23-1.913-5.217-3.81-6.213%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/peach.svg?color=%231a73e8&size=48