cucumber from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
cucumber
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

The same icon in other sets

Use the cucumber 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.5 19.394C2.05 17.244 2.554 13.445 8 8c5.536-5.536 9.37-5.964 11.5-4.427c.392.283.729.63 1 1.032c1.449 2.151.945 5.95-4.5 11.395c-5.536 5.536-9.37 5.964-11.5 4.426a4.1 4.1 0 0 1-1-1.032"/><path d="M3.5 19.394c3.171-6.38 9.702-12.693 16-15.82a4.1 4.1 0 0 1 1 1.031c-3.165 5.675-9.998 12.757-16 15.82a4.1 4.1 0 0 1-1-1.031"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M3.5 19.394c3.171-6.38 9.702-12.693 16-15.82a4.1 4.1 0 0 1 1 1.031c-3.165 5.675-9.998 12.757-16 15.82a4.1 4.1 0 0 1-1-1.031Z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M3.5 19.394C2.05 17.244 2.554 13.445 8 8c5.536-5.536 9.37-5.964 11.5-4.427c.392.283.729.63 1 1.032c1.449 2.151.945 5.95-4.5 11.395c-5.536 5.536-9.37 5.964-11.5 4.426a4.1 4.1 0 0 1-1-1.032Z"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignCucumber(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.5 19.394C2.05 17.244 2.554 13.445 8 8c5.536-5.536 9.37-5.964 11.5-4.427c.392.283.729.63 1 1.032c1.449 2.151.945 5.95-4.5 11.395c-5.536 5.536-9.37 5.964-11.5 4.426a4.1 4.1 0 0 1-1-1.032"/><path d="M3.5 19.394c3.171-6.38 9.702-12.693 16-15.82a4.1 4.1 0 0 1 1 1.031c-3.165 5.675-9.998 12.757-16 15.82a4.1 4.1 0 0 1-1-1.031"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M3.5 19.394c3.171-6.38 9.702-12.693 16-15.82a4.1 4.1 0 0 1 1 1.031c-3.165 5.675-9.998 12.757-16 15.82a4.1 4.1 0 0 1-1-1.031Z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M3.5 19.394C2.05 17.244 2.554 13.445 8 8c5.536-5.536 9.37-5.964 11.5-4.427c.392.283.729.63 1 1.032c1.449 2.151.945 5.95-4.5 11.395c-5.536 5.536-9.37 5.964-11.5 4.426a4.1 4.1 0 0 1-1-1.032Z"/></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.5 19.394C2.05 17.244 2.554 13.445 8 8c5.536-5.536 9.37-5.964 11.5-4.427c.392.283.729.63 1 1.032c1.449 2.151.945 5.95-4.5 11.395c-5.536 5.536-9.37 5.964-11.5 4.426a4.1 4.1 0 0 1-1-1.032"/><path d="M3.5 19.394c3.171-6.38 9.702-12.693 16-15.82a4.1 4.1 0 0 1 1 1.031c-3.165 5.675-9.998 12.757-16 15.82a4.1 4.1 0 0 1-1-1.031"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M3.5 19.394c3.171-6.38 9.702-12.693 16-15.82a4.1 4.1 0 0 1 1 1.031c-3.165 5.675-9.998 12.757-16 15.82a4.1 4.1 0 0 1-1-1.031Z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M3.5 19.394C2.05 17.244 2.554 13.445 8 8c5.536-5.536 9.37-5.964 11.5-4.427c.392.283.729.63 1 1.032c1.449 2.151.945 5.95-4.5 11.395c-5.536 5.536-9.37 5.964-11.5 4.426a4.1 4.1 0 0 1-1-1.032Z"/></g></svg>
</template>

CSS

.icon-cucumber {
  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.5%2019.394C2.05%2017.244%202.554%2013.445%208%208c5.536-5.536%209.37-5.964%2011.5-4.427c.392.283.729.63%201%201.032c1.449%202.151.945%205.95-4.5%2011.395c-5.536%205.536-9.37%205.964-11.5%204.426a4.1%204.1%200%200%201-1-1.032%22%2F%3E%3Cpath%20d%3D%22M3.5%2019.394c3.171-6.38%209.702-12.693%2016-15.82a4.1%204.1%200%200%201%201%201.031c-3.165%205.675-9.998%2012.757-16%2015.82a4.1%204.1%200%200%201-1-1.031%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M3.5%2019.394c3.171-6.38%209.702-12.693%2016-15.82a4.1%204.1%200%200%201%201%201.031c-3.165%205.675-9.998%2012.757-16%2015.82a4.1%204.1%200%200%201-1-1.031Z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M3.5%2019.394C2.05%2017.244%202.554%2013.445%208%208c5.536-5.536%209.37-5.964%2011.5-4.427c.392.283.729.63%201%201.032c1.449%202.151.945%205.95-4.5%2011.395c-5.536%205.536-9.37%205.964-11.5%204.426a4.1%204.1%200%200%201-1-1.032Z%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.5%2019.394C2.05%2017.244%202.554%2013.445%208%208c5.536-5.536%209.37-5.964%2011.5-4.427c.392.283.729.63%201%201.032c1.449%202.151.945%205.95-4.5%2011.395c-5.536%205.536-9.37%205.964-11.5%204.426a4.1%204.1%200%200%201-1-1.032%22%2F%3E%3Cpath%20d%3D%22M3.5%2019.394c3.171-6.38%209.702-12.693%2016-15.82a4.1%204.1%200%200%201%201%201.031c-3.165%205.675-9.998%2012.757-16%2015.82a4.1%204.1%200%200%201-1-1.031%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M3.5%2019.394c3.171-6.38%209.702-12.693%2016-15.82a4.1%204.1%200%200%201%201%201.031c-3.165%205.675-9.998%2012.757-16%2015.82a4.1%204.1%200%200%201-1-1.031Z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M3.5%2019.394C2.05%2017.244%202.554%2013.445%208%208c5.536-5.536%209.37-5.964%2011.5-4.427c.392.283.729.63%201%201.032c1.449%202.151.945%205.95-4.5%2011.395c-5.536%205.536-9.37%205.964-11.5%204.426a4.1%204.1%200%200%201-1-1.032Z%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/cucumber.svg?color=%231a73e8&size=48