cucumber logo
cucumber from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- cucumber
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the cucumber logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.16 0C7.523-.03 3.223 3.007 1.886 7.715C.241 13.51 3.746 19.51 9.601 20.925V24l.626-.094c6.715-1.008 11.876-6.254 12.271-12.472c.258-4.041-1.795-8.064-5.108-10.01a9.6 9.6 0 0 0-1.999-.895A10.6 10.6 0 0 0 12.16 0m-.084 1.087h.013c1.011 0 2.015.161 2.976.477a8.5 8.5 0 0 1 1.769.792c2.97 1.744 4.809 5.363 4.576 9.008c-.35 5.52-4.816 10.208-10.72 11.36V20.04l-.44-.085a9.518 9.518 0 0 1 1.826-18.868m2.042 4.306a.96.96 0 0 0-.843.333a4 4 0 0 0-.366.632c-.321.743-.436 1.803.043 2.385l-.001.003a3.08 3.08 0 0 0 1.918-1.641a1.7 1.7 0 0 0 .165-.698a.996.996 0 0 0-.916-1.014m-4.061.092a1.014 1.014 0 0 0-.926.982c.01.241.07.478.18.694a3.28 3.28 0 0 0 2.062 1.6c.413-.593.216-1.65-.118-2.386a2.2 2.2 0 0 0-.377-.574a.93.93 0 0 0-.821-.316M7.628 8c-.858.035-1.2 1.126-.516 1.645q.298.22.632.38a3 3 0 0 0 2.53-.07A3.17 3.17 0 0 0 8.54 8.167A2 2 0 0 0 7.628 8m7.762 3.216a3.3 3.3 0 0 0-1.228.296a3.1 3.1 0 0 0 1.718 1.755c.236.105.49.161.747.166a.933.933 0 0 0 .681-1.663c-.659-.46-1.105-.575-1.918-.554m-5.85.03c-.297-.012-.635.01-.983.026c-.559 0-1.228.278-1.494.565c-.695.61-.188 1.751.73 1.644a1.7 1.7 0 0 0 .747-.167c.744-.322 1.628-1.202 1.734-1.89c-.182-.12-.438-.165-.735-.178zm2.086 1.214c-.863.32-1.56.975-1.93 1.817a1.6 1.6 0 0 0-.167.681c-.02.908 1.091 1.361 1.711.698q.211-.299.362-.632c.322-.69.449-1.928.024-2.564m1.497.173a2.8 2.8 0 0 0-.116 2.442c.089.211.21.408.362.58c.577.627 1.81.186 1.763-.63a1.6 1.6 0 0 0-.167-.697a3.04 3.04 0 0 0-1.842-1.695"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsCucumber(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.16 0C7.523-.03 3.223 3.007 1.886 7.715C.241 13.51 3.746 19.51 9.601 20.925V24l.626-.094c6.715-1.008 11.876-6.254 12.271-12.472c.258-4.041-1.795-8.064-5.108-10.01a9.6 9.6 0 0 0-1.999-.895A10.6 10.6 0 0 0 12.16 0m-.084 1.087h.013c1.011 0 2.015.161 2.976.477a8.5 8.5 0 0 1 1.769.792c2.97 1.744 4.809 5.363 4.576 9.008c-.35 5.52-4.816 10.208-10.72 11.36V20.04l-.44-.085a9.518 9.518 0 0 1 1.826-18.868m2.042 4.306a.96.96 0 0 0-.843.333a4 4 0 0 0-.366.632c-.321.743-.436 1.803.043 2.385l-.001.003a3.08 3.08 0 0 0 1.918-1.641a1.7 1.7 0 0 0 .165-.698a.996.996 0 0 0-.916-1.014m-4.061.092a1.014 1.014 0 0 0-.926.982c.01.241.07.478.18.694a3.28 3.28 0 0 0 2.062 1.6c.413-.593.216-1.65-.118-2.386a2.2 2.2 0 0 0-.377-.574a.93.93 0 0 0-.821-.316M7.628 8c-.858.035-1.2 1.126-.516 1.645q.298.22.632.38a3 3 0 0 0 2.53-.07A3.17 3.17 0 0 0 8.54 8.167A2 2 0 0 0 7.628 8m7.762 3.216a3.3 3.3 0 0 0-1.228.296a3.1 3.1 0 0 0 1.718 1.755c.236.105.49.161.747.166a.933.933 0 0 0 .681-1.663c-.659-.46-1.105-.575-1.918-.554m-5.85.03c-.297-.012-.635.01-.983.026c-.559 0-1.228.278-1.494.565c-.695.61-.188 1.751.73 1.644a1.7 1.7 0 0 0 .747-.167c.744-.322 1.628-1.202 1.734-1.89c-.182-.12-.438-.165-.735-.178zm2.086 1.214c-.863.32-1.56.975-1.93 1.817a1.6 1.6 0 0 0-.167.681c-.02.908 1.091 1.361 1.711.698q.211-.299.362-.632c.322-.69.449-1.928.024-2.564m1.497.173a2.8 2.8 0 0 0-.116 2.442c.089.211.21.408.362.58c.577.627 1.81.186 1.763-.63a1.6 1.6 0 0 0-.167-.697a3.04 3.04 0 0 0-1.842-1.695"/></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.16 0C7.523-.03 3.223 3.007 1.886 7.715C.241 13.51 3.746 19.51 9.601 20.925V24l.626-.094c6.715-1.008 11.876-6.254 12.271-12.472c.258-4.041-1.795-8.064-5.108-10.01a9.6 9.6 0 0 0-1.999-.895A10.6 10.6 0 0 0 12.16 0m-.084 1.087h.013c1.011 0 2.015.161 2.976.477a8.5 8.5 0 0 1 1.769.792c2.97 1.744 4.809 5.363 4.576 9.008c-.35 5.52-4.816 10.208-10.72 11.36V20.04l-.44-.085a9.518 9.518 0 0 1 1.826-18.868m2.042 4.306a.96.96 0 0 0-.843.333a4 4 0 0 0-.366.632c-.321.743-.436 1.803.043 2.385l-.001.003a3.08 3.08 0 0 0 1.918-1.641a1.7 1.7 0 0 0 .165-.698a.996.996 0 0 0-.916-1.014m-4.061.092a1.014 1.014 0 0 0-.926.982c.01.241.07.478.18.694a3.28 3.28 0 0 0 2.062 1.6c.413-.593.216-1.65-.118-2.386a2.2 2.2 0 0 0-.377-.574a.93.93 0 0 0-.821-.316M7.628 8c-.858.035-1.2 1.126-.516 1.645q.298.22.632.38a3 3 0 0 0 2.53-.07A3.17 3.17 0 0 0 8.54 8.167A2 2 0 0 0 7.628 8m7.762 3.216a3.3 3.3 0 0 0-1.228.296a3.1 3.1 0 0 0 1.718 1.755c.236.105.49.161.747.166a.933.933 0 0 0 .681-1.663c-.659-.46-1.105-.575-1.918-.554m-5.85.03c-.297-.012-.635.01-.983.026c-.559 0-1.228.278-1.494.565c-.695.61-.188 1.751.73 1.644a1.7 1.7 0 0 0 .747-.167c.744-.322 1.628-1.202 1.734-1.89c-.182-.12-.438-.165-.735-.178zm2.086 1.214c-.863.32-1.56.975-1.93 1.817a1.6 1.6 0 0 0-.167.681c-.02.908 1.091 1.361 1.711.698q.211-.299.362-.632c.322-.69.449-1.928.024-2.564m1.497.173a2.8 2.8 0 0 0-.116 2.442c.089.211.21.408.362.58c.577.627 1.81.186 1.763-.63a1.6 1.6 0 0 0-.167-.697a3.04 3.04 0 0 0-1.842-1.695"/></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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.16%200C7.523-.03%203.223%203.007%201.886%207.715C.241%2013.51%203.746%2019.51%209.601%2020.925V24l.626-.094c6.715-1.008%2011.876-6.254%2012.271-12.472c.258-4.041-1.795-8.064-5.108-10.01a9.6%209.6%200%200%200-1.999-.895A10.6%2010.6%200%200%200%2012.16%200m-.084%201.087h.013c1.011%200%202.015.161%202.976.477a8.5%208.5%200%200%201%201.769.792c2.97%201.744%204.809%205.363%204.576%209.008c-.35%205.52-4.816%2010.208-10.72%2011.36V20.04l-.44-.085a9.518%209.518%200%200%201%201.826-18.868m2.042%204.306a.96.96%200%200%200-.843.333a4%204%200%200%200-.366.632c-.321.743-.436%201.803.043%202.385l-.001.003a3.08%203.08%200%200%200%201.918-1.641a1.7%201.7%200%200%200%20.165-.698a.996.996%200%200%200-.916-1.014m-4.061.092a1.014%201.014%200%200%200-.926.982c.01.241.07.478.18.694a3.28%203.28%200%200%200%202.062%201.6c.413-.593.216-1.65-.118-2.386a2.2%202.2%200%200%200-.377-.574a.93.93%200%200%200-.821-.316M7.628%208c-.858.035-1.2%201.126-.516%201.645q.298.22.632.38a3%203%200%200%200%202.53-.07A3.17%203.17%200%200%200%208.54%208.167A2%202%200%200%200%207.628%208m7.762%203.216a3.3%203.3%200%200%200-1.228.296a3.1%203.1%200%200%200%201.718%201.755c.236.105.49.161.747.166a.933.933%200%200%200%20.681-1.663c-.659-.46-1.105-.575-1.918-.554m-5.85.03c-.297-.012-.635.01-.983.026c-.559%200-1.228.278-1.494.565c-.695.61-.188%201.751.73%201.644a1.7%201.7%200%200%200%20.747-.167c.744-.322%201.628-1.202%201.734-1.89c-.182-.12-.438-.165-.735-.178zm2.086%201.214c-.863.32-1.56.975-1.93%201.817a1.6%201.6%200%200%200-.167.681c-.02.908%201.091%201.361%201.711.698q.211-.299.362-.632c.322-.69.449-1.928.024-2.564m1.497.173a2.8%202.8%200%200%200-.116%202.442c.089.211.21.408.362.58c.577.627%201.81.186%201.763-.63a1.6%201.6%200%200%200-.167-.697a3.04%203.04%200%200%200-1.842-1.695%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.16%200C7.523-.03%203.223%203.007%201.886%207.715C.241%2013.51%203.746%2019.51%209.601%2020.925V24l.626-.094c6.715-1.008%2011.876-6.254%2012.271-12.472c.258-4.041-1.795-8.064-5.108-10.01a9.6%209.6%200%200%200-1.999-.895A10.6%2010.6%200%200%200%2012.16%200m-.084%201.087h.013c1.011%200%202.015.161%202.976.477a8.5%208.5%200%200%201%201.769.792c2.97%201.744%204.809%205.363%204.576%209.008c-.35%205.52-4.816%2010.208-10.72%2011.36V20.04l-.44-.085a9.518%209.518%200%200%201%201.826-18.868m2.042%204.306a.96.96%200%200%200-.843.333a4%204%200%200%200-.366.632c-.321.743-.436%201.803.043%202.385l-.001.003a3.08%203.08%200%200%200%201.918-1.641a1.7%201.7%200%200%200%20.165-.698a.996.996%200%200%200-.916-1.014m-4.061.092a1.014%201.014%200%200%200-.926.982c.01.241.07.478.18.694a3.28%203.28%200%200%200%202.062%201.6c.413-.593.216-1.65-.118-2.386a2.2%202.2%200%200%200-.377-.574a.93.93%200%200%200-.821-.316M7.628%208c-.858.035-1.2%201.126-.516%201.645q.298.22.632.38a3%203%200%200%200%202.53-.07A3.17%203.17%200%200%200%208.54%208.167A2%202%200%200%200%207.628%208m7.762%203.216a3.3%203.3%200%200%200-1.228.296a3.1%203.1%200%200%200%201.718%201.755c.236.105.49.161.747.166a.933.933%200%200%200%20.681-1.663c-.659-.46-1.105-.575-1.918-.554m-5.85.03c-.297-.012-.635.01-.983.026c-.559%200-1.228.278-1.494.565c-.695.61-.188%201.751.73%201.644a1.7%201.7%200%200%200%20.747-.167c.744-.322%201.628-1.202%201.734-1.89c-.182-.12-.438-.165-.735-.178zm2.086%201.214c-.863.32-1.56.975-1.93%201.817a1.6%201.6%200%200%200-.167.681c-.02.908%201.091%201.361%201.711.698q.211-.299.362-.632c.322-.69.449-1.928.024-2.564m1.497.173a2.8%202.8%200%200%200-.116%202.442c.089.211.21.408.362.58c.577.627%201.81.186%201.763-.63a1.6%201.6%200%200%200-.167-.697a3.04%203.04%200%200%200-1.842-1.695%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/cucumber.svg?color=%231a73e8&size=48