tomato icon
tomato-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- tomato-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 tomato icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.025 4.121L9.504 1.586l-1.418 1.41l1.05 1.056c-.482-.005-.972.037-1.41.162c-1.588.454-3.049 1.257-4.104 2.64C2.567 8.24 2 10.096 2 12.5c0 2.524 1.112 5.063 2.693 6.863c1.557 1.771 3.796 3.055 6.094 2.51c.356-.084.612-.16.765-.205l.112-.033h.002c.076-.021.123-.034.334-.034s.258.013.334.034h.002l.112.033c.152.045.41.12.765.205c2.305.547 4.545-.734 6.101-2.507c1.58-1.8 2.687-4.34 2.686-6.866c-.001-2.415-.59-4.27-1.652-5.65c-1.062-1.377-2.517-2.178-4.066-2.634a4.7 4.7 0 0 0-1.25-.168l1.07-1l-1.365-1.461zM12 8C9.742 8 9 6 9 6s1.875.636 3 .636S15 6 15 6s-.742 2-3 2"/></svg>
React
import type { SVGProps } from "react";
export function TdesignTomatoFilled(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="M12.025 4.121L9.504 1.586l-1.418 1.41l1.05 1.056c-.482-.005-.972.037-1.41.162c-1.588.454-3.049 1.257-4.104 2.64C2.567 8.24 2 10.096 2 12.5c0 2.524 1.112 5.063 2.693 6.863c1.557 1.771 3.796 3.055 6.094 2.51c.356-.084.612-.16.765-.205l.112-.033h.002c.076-.021.123-.034.334-.034s.258.013.334.034h.002l.112.033c.152.045.41.12.765.205c2.305.547 4.545-.734 6.101-2.507c1.58-1.8 2.687-4.34 2.686-6.866c-.001-2.415-.59-4.27-1.652-5.65c-1.062-1.377-2.517-2.178-4.066-2.634a4.7 4.7 0 0 0-1.25-.168l1.07-1l-1.365-1.461zM12 8C9.742 8 9 6 9 6s1.875.636 3 .636S15 6 15 6s-.742 2-3 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.025 4.121L9.504 1.586l-1.418 1.41l1.05 1.056c-.482-.005-.972.037-1.41.162c-1.588.454-3.049 1.257-4.104 2.64C2.567 8.24 2 10.096 2 12.5c0 2.524 1.112 5.063 2.693 6.863c1.557 1.771 3.796 3.055 6.094 2.51c.356-.084.612-.16.765-.205l.112-.033h.002c.076-.021.123-.034.334-.034s.258.013.334.034h.002l.112.033c.152.045.41.12.765.205c2.305.547 4.545-.734 6.101-2.507c1.58-1.8 2.687-4.34 2.686-6.866c-.001-2.415-.59-4.27-1.652-5.65c-1.062-1.377-2.517-2.178-4.066-2.634a4.7 4.7 0 0 0-1.25-.168l1.07-1l-1.365-1.461zM12 8C9.742 8 9 6 9 6s1.875.636 3 .636S15 6 15 6s-.742 2-3 2"/></svg> </template>
CSS
.icon-tomato-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%22M12.025%204.121L9.504%201.586l-1.418%201.41l1.05%201.056c-.482-.005-.972.037-1.41.162c-1.588.454-3.049%201.257-4.104%202.64C2.567%208.24%202%2010.096%202%2012.5c0%202.524%201.112%205.063%202.693%206.863c1.557%201.771%203.796%203.055%206.094%202.51c.356-.084.612-.16.765-.205l.112-.033h.002c.076-.021.123-.034.334-.034s.258.013.334.034h.002l.112.033c.152.045.41.12.765.205c2.305.547%204.545-.734%206.101-2.507c1.58-1.8%202.687-4.34%202.686-6.866c-.001-2.415-.59-4.27-1.652-5.65c-1.062-1.377-2.517-2.178-4.066-2.634a4.7%204.7%200%200%200-1.25-.168l1.07-1l-1.365-1.461zM12%208C9.742%208%209%206%209%206s1.875.636%203%20.636S15%206%2015%206s-.742%202-3%202%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%22M12.025%204.121L9.504%201.586l-1.418%201.41l1.05%201.056c-.482-.005-.972.037-1.41.162c-1.588.454-3.049%201.257-4.104%202.64C2.567%208.24%202%2010.096%202%2012.5c0%202.524%201.112%205.063%202.693%206.863c1.557%201.771%203.796%203.055%206.094%202.51c.356-.084.612-.16.765-.205l.112-.033h.002c.076-.021.123-.034.334-.034s.258.013.334.034h.002l.112.033c.152.045.41.12.765.205c2.305.547%204.545-.734%206.101-2.507c1.58-1.8%202.687-4.34%202.686-6.866c-.001-2.415-.59-4.27-1.652-5.65c-1.062-1.377-2.517-2.178-4.066-2.634a4.7%204.7%200%200%200-1.25-.168l1.07-1l-1.365-1.461zM12%208C9.742%208%209%206%209%206s1.875.636%203%20.636S15%206%2015%206s-.742%202-3%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/tomato-filled.svg?color=%231a73e8&size=48