tomato icon
tomato from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- tomato
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
The same icon in other sets
Use the tomato icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M12 5.514s2.556-.763 4-.338c2.817.828 4.998 2.822 5 7.324s-3.982 9.248-7.557 8.4c-.902-.214-.867-.299-1.443-.299s-.541.085-1.443.3C7 21.743 3 16.996 3 12.5S5.113 6 8 5.175c1.447-.414 4 .338 4 .338"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M9.5 3L12 5.513L14.69 3m.959 2.687l-.352.512c-1.589 2.314-5.005 2.314-6.594 0l-.352-.512M12 5.514s-2.553-.752-4-.338C5.113 6 3 8.004 3 12.5s4 9.244 7.557 8.4c.902-.214.867-.299 1.443-.299s.541.085 1.443.3c3.575.847 7.56-3.899 7.557-8.4c-.002-4.503-2.183-6.497-5-7.325c-1.444-.425-4 .338-4 .338Z"/></g></svg>
React
import type { SVGProps } from "react";
export function TdesignTomato(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="M12 5.514s2.556-.763 4-.338c2.817.828 4.998 2.822 5 7.324s-3.982 9.248-7.557 8.4c-.902-.214-.867-.299-1.443-.299s-.541.085-1.443.3C7 21.743 3 16.996 3 12.5S5.113 6 8 5.175c1.447-.414 4 .338 4 .338"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M9.5 3L12 5.513L14.69 3m.959 2.687l-.352.512c-1.589 2.314-5.005 2.314-6.594 0l-.352-.512M12 5.514s-2.553-.752-4-.338C5.113 6 3 8.004 3 12.5s4 9.244 7.557 8.4c.902-.214.867-.299 1.443-.299s.541.085 1.443.3c3.575.847 7.56-3.899 7.557-8.4c-.002-4.503-2.183-6.497-5-7.325c-1.444-.425-4 .338-4 .338Z"/></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="M12 5.514s2.556-.763 4-.338c2.817.828 4.998 2.822 5 7.324s-3.982 9.248-7.557 8.4c-.902-.214-.867-.299-1.443-.299s-.541.085-1.443.3C7 21.743 3 16.996 3 12.5S5.113 6 8 5.175c1.447-.414 4 .338 4 .338"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M9.5 3L12 5.513L14.69 3m.959 2.687l-.352.512c-1.589 2.314-5.005 2.314-6.594 0l-.352-.512M12 5.514s-2.553-.752-4-.338C5.113 6 3 8.004 3 12.5s4 9.244 7.557 8.4c.902-.214.867-.299 1.443-.299s.541.085 1.443.3c3.575.847 7.56-3.899 7.557-8.4c-.002-4.503-2.183-6.497-5-7.325c-1.444-.425-4 .338-4 .338Z"/></g></svg> </template>
CSS
.icon-tomato {
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%22M12%205.514s2.556-.763%204-.338c2.817.828%204.998%202.822%205%207.324s-3.982%209.248-7.557%208.4c-.902-.214-.867-.299-1.443-.299s-.541.085-1.443.3C7%2021.743%203%2016.996%203%2012.5S5.113%206%208%205.175c1.447-.414%204%20.338%204%20.338%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M9.5%203L12%205.513L14.69%203m.959%202.687l-.352.512c-1.589%202.314-5.005%202.314-6.594%200l-.352-.512M12%205.514s-2.553-.752-4-.338C5.113%206%203%208.004%203%2012.5s4%209.244%207.557%208.4c.902-.214.867-.299%201.443-.299s.541.085%201.443.3c3.575.847%207.56-3.899%207.557-8.4c-.002-4.503-2.183-6.497-5-7.325c-1.444-.425-4%20.338-4%20.338Z%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%22M12%205.514s2.556-.763%204-.338c2.817.828%204.998%202.822%205%207.324s-3.982%209.248-7.557%208.4c-.902-.214-.867-.299-1.443-.299s-.541.085-1.443.3C7%2021.743%203%2016.996%203%2012.5S5.113%206%208%205.175c1.447-.414%204%20.338%204%20.338%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M9.5%203L12%205.513L14.69%203m.959%202.687l-.352.512c-1.589%202.314-5.005%202.314-6.594%200l-.352-.512M12%205.514s-2.553-.752-4-.338C5.113%206%203%208.004%203%2012.5s4%209.244%207.557%208.4c.902-.214.867-.299%201.443-.299s.541.085%201.443.3c3.575.847%207.56-3.899%207.557-8.4c-.002-4.503-2.183-6.497-5-7.325c-1.444-.425-4%20.338-4%20.338Z%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/tomato.svg?color=%231a73e8&size=48