file type cucumber logo

file-type-cucumber from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.

Name
file-type-cucumber
Set
VSCode Icons
Style
Color
Viewbox
32×32
License
MIT

Related icons in VSCode Icons

Use the file type cucumber logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#23d96c" d="M21.97 4.174q-.321-.192-.656-.36t-.7-.314a6 6 0 0 0-.226-.09c-.208-.077-.418-.163-.633-.225a11.793 11.793 0 1 0-5.944 22.77v3.375c7.089-1.065 13.365-6.666 13.833-14.02A12.21 12.21 0 0 0 21.97 4.174"/><path fill="#173647" d="M13.171 30.071v-3.6a12.427 12.427 0 1 1 5.836-24.16q.478.115.946.269c.166.049.338.114.505.177l.151.056l.253.1c.211.083.449.19.733.33q.358.179.7.384a12.84 12.84 0 0 1 5.984 11.726C27.815 22.635 21.77 28.78 13.9 29.961Zm2.914-26.84h-.016a11.149 11.149 0 0 0-2.139 22.1l.516.1v3.144C21.361 27.227 26.592 21.735 27 15.27a11.54 11.54 0 0 0-5.36-10.552a9 9 0 0 0-1.263-.629q-.1-.045-.209-.084L20 3.941q-.212-.084-.43-.151a11.2 11.2 0 0 0-3.486-.558Z"/><path fill="#173647" d="M13.7 8.383a1.1 1.1 0 0 1 .961.369a2.5 2.5 0 0 1 .442.672a3.17 3.17 0 0 1 .14 2.8a3.85 3.85 0 0 1-2.417-1.874a2 2 0 0 1-.211-.813A1.19 1.19 0 0 1 13.7 8.383m-3.45 4.871a4.7 4.7 0 0 0 .739.447a3.51 3.51 0 0 0 2.964-.084a3.7 3.7 0 0 0-2.031-2.094a2.2 2.2 0 0 0-.875-.195a1 1 0 0 0-.194 0a1.072 1.072 0 0 0-.6 1.926Zm3.7 2.084a4.15 4.15 0 0 0-2.011-.177a2.7 2.7 0 0 0-1.011.214a2.1 2.1 0 0 0-.739.448a1.1 1.1 0 0 0 .855 1.925a2 2 0 0 0 .875-.195a3.73 3.73 0 0 0 2.031-2.214Zm1.584 1.214a3.98 3.98 0 0 0-2.261 2.128a1.9 1.9 0 0 0-.195.8a1.158 1.158 0 0 0 2 .817a4.5 4.5 0 0 0 .425-.739a3.6 3.6 0 0 0 .028-3Zm1.56-4.352a3.6 3.6 0 0 0 2.246-1.92a2 2 0 0 0 .194-.817a1.16 1.16 0 0 0-1.089-1.186a1.11 1.11 0 0 0-.971.389a4.5 4.5 0 0 0-.428.739a2.94 2.94 0 0 0 .049 2.794Zm2.554 7.354a2 2 0 0 0-.195-.816a3.56 3.56 0 0 0-2.153-1.982a3.27 3.27 0 0 0-.137 2.86a2.5 2.5 0 0 0 .425.68a1.217 1.217 0 0 0 2.065-.739Zm2.55-3.812a4.5 4.5 0 0 0-.739-.425a2.7 2.7 0 0 0-1.011-.214a3.9 3.9 0 0 0-1.935.337a3.62 3.62 0 0 0 2.013 2.06a2.2 2.2 0 0 0 .875.194a1.093 1.093 0 0 0 .8-1.948Z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeCucumber(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#23d96c" d="M21.97 4.174q-.321-.192-.656-.36t-.7-.314a6 6 0 0 0-.226-.09c-.208-.077-.418-.163-.633-.225a11.793 11.793 0 1 0-5.944 22.77v3.375c7.089-1.065 13.365-6.666 13.833-14.02A12.21 12.21 0 0 0 21.97 4.174"/><path fill="#173647" d="M13.171 30.071v-3.6a12.427 12.427 0 1 1 5.836-24.16q.478.115.946.269c.166.049.338.114.505.177l.151.056l.253.1c.211.083.449.19.733.33q.358.179.7.384a12.84 12.84 0 0 1 5.984 11.726C27.815 22.635 21.77 28.78 13.9 29.961Zm2.914-26.84h-.016a11.149 11.149 0 0 0-2.139 22.1l.516.1v3.144C21.361 27.227 26.592 21.735 27 15.27a11.54 11.54 0 0 0-5.36-10.552a9 9 0 0 0-1.263-.629q-.1-.045-.209-.084L20 3.941q-.212-.084-.43-.151a11.2 11.2 0 0 0-3.486-.558Z"/><path fill="#173647" d="M13.7 8.383a1.1 1.1 0 0 1 .961.369a2.5 2.5 0 0 1 .442.672a3.17 3.17 0 0 1 .14 2.8a3.85 3.85 0 0 1-2.417-1.874a2 2 0 0 1-.211-.813A1.19 1.19 0 0 1 13.7 8.383m-3.45 4.871a4.7 4.7 0 0 0 .739.447a3.51 3.51 0 0 0 2.964-.084a3.7 3.7 0 0 0-2.031-2.094a2.2 2.2 0 0 0-.875-.195a1 1 0 0 0-.194 0a1.072 1.072 0 0 0-.6 1.926Zm3.7 2.084a4.15 4.15 0 0 0-2.011-.177a2.7 2.7 0 0 0-1.011.214a2.1 2.1 0 0 0-.739.448a1.1 1.1 0 0 0 .855 1.925a2 2 0 0 0 .875-.195a3.73 3.73 0 0 0 2.031-2.214Zm1.584 1.214a3.98 3.98 0 0 0-2.261 2.128a1.9 1.9 0 0 0-.195.8a1.158 1.158 0 0 0 2 .817a4.5 4.5 0 0 0 .425-.739a3.6 3.6 0 0 0 .028-3Zm1.56-4.352a3.6 3.6 0 0 0 2.246-1.92a2 2 0 0 0 .194-.817a1.16 1.16 0 0 0-1.089-1.186a1.11 1.11 0 0 0-.971.389a4.5 4.5 0 0 0-.428.739a2.94 2.94 0 0 0 .049 2.794Zm2.554 7.354a2 2 0 0 0-.195-.816a3.56 3.56 0 0 0-2.153-1.982a3.27 3.27 0 0 0-.137 2.86a2.5 2.5 0 0 0 .425.68a1.217 1.217 0 0 0 2.065-.739Zm2.55-3.812a4.5 4.5 0 0 0-.739-.425a2.7 2.7 0 0 0-1.011-.214a3.9 3.9 0 0 0-1.935.337a3.62 3.62 0 0 0 2.013 2.06a2.2 2.2 0 0 0 .875.194a1.093 1.093 0 0 0 .8-1.948Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#23d96c" d="M21.97 4.174q-.321-.192-.656-.36t-.7-.314a6 6 0 0 0-.226-.09c-.208-.077-.418-.163-.633-.225a11.793 11.793 0 1 0-5.944 22.77v3.375c7.089-1.065 13.365-6.666 13.833-14.02A12.21 12.21 0 0 0 21.97 4.174"/><path fill="#173647" d="M13.171 30.071v-3.6a12.427 12.427 0 1 1 5.836-24.16q.478.115.946.269c.166.049.338.114.505.177l.151.056l.253.1c.211.083.449.19.733.33q.358.179.7.384a12.84 12.84 0 0 1 5.984 11.726C27.815 22.635 21.77 28.78 13.9 29.961Zm2.914-26.84h-.016a11.149 11.149 0 0 0-2.139 22.1l.516.1v3.144C21.361 27.227 26.592 21.735 27 15.27a11.54 11.54 0 0 0-5.36-10.552a9 9 0 0 0-1.263-.629q-.1-.045-.209-.084L20 3.941q-.212-.084-.43-.151a11.2 11.2 0 0 0-3.486-.558Z"/><path fill="#173647" d="M13.7 8.383a1.1 1.1 0 0 1 .961.369a2.5 2.5 0 0 1 .442.672a3.17 3.17 0 0 1 .14 2.8a3.85 3.85 0 0 1-2.417-1.874a2 2 0 0 1-.211-.813A1.19 1.19 0 0 1 13.7 8.383m-3.45 4.871a4.7 4.7 0 0 0 .739.447a3.51 3.51 0 0 0 2.964-.084a3.7 3.7 0 0 0-2.031-2.094a2.2 2.2 0 0 0-.875-.195a1 1 0 0 0-.194 0a1.072 1.072 0 0 0-.6 1.926Zm3.7 2.084a4.15 4.15 0 0 0-2.011-.177a2.7 2.7 0 0 0-1.011.214a2.1 2.1 0 0 0-.739.448a1.1 1.1 0 0 0 .855 1.925a2 2 0 0 0 .875-.195a3.73 3.73 0 0 0 2.031-2.214Zm1.584 1.214a3.98 3.98 0 0 0-2.261 2.128a1.9 1.9 0 0 0-.195.8a1.158 1.158 0 0 0 2 .817a4.5 4.5 0 0 0 .425-.739a3.6 3.6 0 0 0 .028-3Zm1.56-4.352a3.6 3.6 0 0 0 2.246-1.92a2 2 0 0 0 .194-.817a1.16 1.16 0 0 0-1.089-1.186a1.11 1.11 0 0 0-.971.389a4.5 4.5 0 0 0-.428.739a2.94 2.94 0 0 0 .049 2.794Zm2.554 7.354a2 2 0 0 0-.195-.816a3.56 3.56 0 0 0-2.153-1.982a3.27 3.27 0 0 0-.137 2.86a2.5 2.5 0 0 0 .425.68a1.217 1.217 0 0 0 2.065-.739Zm2.55-3.812a4.5 4.5 0 0 0-.739-.425a2.7 2.7 0 0 0-1.011-.214a3.9 3.9 0 0 0-1.935.337a3.62 3.62 0 0 0 2.013 2.06a2.2 2.2 0 0 0 .875.194a1.093 1.093 0 0 0 .8-1.948Z"/></svg>
</template>

CSS

.icon-file-type-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%2032%2032%22%3E%3Cpath%20fill%3D%22%2323d96c%22%20d%3D%22M21.97%204.174q-.321-.192-.656-.36t-.7-.314a6%206%200%200%200-.226-.09c-.208-.077-.418-.163-.633-.225a11.793%2011.793%200%201%200-5.944%2022.77v3.375c7.089-1.065%2013.365-6.666%2013.833-14.02A12.21%2012.21%200%200%200%2021.97%204.174%22%2F%3E%3Cpath%20fill%3D%22%23173647%22%20d%3D%22M13.171%2030.071v-3.6a12.427%2012.427%200%201%201%205.836-24.16q.478.115.946.269c.166.049.338.114.505.177l.151.056l.253.1c.211.083.449.19.733.33q.358.179.7.384a12.84%2012.84%200%200%201%205.984%2011.726C27.815%2022.635%2021.77%2028.78%2013.9%2029.961Zm2.914-26.84h-.016a11.149%2011.149%200%200%200-2.139%2022.1l.516.1v3.144C21.361%2027.227%2026.592%2021.735%2027%2015.27a11.54%2011.54%200%200%200-5.36-10.552a9%209%200%200%200-1.263-.629q-.1-.045-.209-.084L20%203.941q-.212-.084-.43-.151a11.2%2011.2%200%200%200-3.486-.558Z%22%2F%3E%3Cpath%20fill%3D%22%23173647%22%20d%3D%22M13.7%208.383a1.1%201.1%200%200%201%20.961.369a2.5%202.5%200%200%201%20.442.672a3.17%203.17%200%200%201%20.14%202.8a3.85%203.85%200%200%201-2.417-1.874a2%202%200%200%201-.211-.813A1.19%201.19%200%200%201%2013.7%208.383m-3.45%204.871a4.7%204.7%200%200%200%20.739.447a3.51%203.51%200%200%200%202.964-.084a3.7%203.7%200%200%200-2.031-2.094a2.2%202.2%200%200%200-.875-.195a1%201%200%200%200-.194%200a1.072%201.072%200%200%200-.6%201.926Zm3.7%202.084a4.15%204.15%200%200%200-2.011-.177a2.7%202.7%200%200%200-1.011.214a2.1%202.1%200%200%200-.739.448a1.1%201.1%200%200%200%20.855%201.925a2%202%200%200%200%20.875-.195a3.73%203.73%200%200%200%202.031-2.214Zm1.584%201.214a3.98%203.98%200%200%200-2.261%202.128a1.9%201.9%200%200%200-.195.8a1.158%201.158%200%200%200%202%20.817a4.5%204.5%200%200%200%20.425-.739a3.6%203.6%200%200%200%20.028-3Zm1.56-4.352a3.6%203.6%200%200%200%202.246-1.92a2%202%200%200%200%20.194-.817a1.16%201.16%200%200%200-1.089-1.186a1.11%201.11%200%200%200-.971.389a4.5%204.5%200%200%200-.428.739a2.94%202.94%200%200%200%20.049%202.794Zm2.554%207.354a2%202%200%200%200-.195-.816a3.56%203.56%200%200%200-2.153-1.982a3.27%203.27%200%200%200-.137%202.86a2.5%202.5%200%200%200%20.425.68a1.217%201.217%200%200%200%202.065-.739Zm2.55-3.812a4.5%204.5%200%200%200-.739-.425a2.7%202.7%200%200%200-1.011-.214a3.9%203.9%200%200%200-1.935.337a3.62%203.62%200%200%200%202.013%202.06a2.2%202.2%200%200%200%20.875.194a1.093%201.093%200%200%200%20.8-1.948Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22%2323d96c%22%20d%3D%22M21.97%204.174q-.321-.192-.656-.36t-.7-.314a6%206%200%200%200-.226-.09c-.208-.077-.418-.163-.633-.225a11.793%2011.793%200%201%200-5.944%2022.77v3.375c7.089-1.065%2013.365-6.666%2013.833-14.02A12.21%2012.21%200%200%200%2021.97%204.174%22%2F%3E%3Cpath%20fill%3D%22%23173647%22%20d%3D%22M13.171%2030.071v-3.6a12.427%2012.427%200%201%201%205.836-24.16q.478.115.946.269c.166.049.338.114.505.177l.151.056l.253.1c.211.083.449.19.733.33q.358.179.7.384a12.84%2012.84%200%200%201%205.984%2011.726C27.815%2022.635%2021.77%2028.78%2013.9%2029.961Zm2.914-26.84h-.016a11.149%2011.149%200%200%200-2.139%2022.1l.516.1v3.144C21.361%2027.227%2026.592%2021.735%2027%2015.27a11.54%2011.54%200%200%200-5.36-10.552a9%209%200%200%200-1.263-.629q-.1-.045-.209-.084L20%203.941q-.212-.084-.43-.151a11.2%2011.2%200%200%200-3.486-.558Z%22%2F%3E%3Cpath%20fill%3D%22%23173647%22%20d%3D%22M13.7%208.383a1.1%201.1%200%200%201%20.961.369a2.5%202.5%200%200%201%20.442.672a3.17%203.17%200%200%201%20.14%202.8a3.85%203.85%200%200%201-2.417-1.874a2%202%200%200%201-.211-.813A1.19%201.19%200%200%201%2013.7%208.383m-3.45%204.871a4.7%204.7%200%200%200%20.739.447a3.51%203.51%200%200%200%202.964-.084a3.7%203.7%200%200%200-2.031-2.094a2.2%202.2%200%200%200-.875-.195a1%201%200%200%200-.194%200a1.072%201.072%200%200%200-.6%201.926Zm3.7%202.084a4.15%204.15%200%200%200-2.011-.177a2.7%202.7%200%200%200-1.011.214a2.1%202.1%200%200%200-.739.448a1.1%201.1%200%200%200%20.855%201.925a2%202%200%200%200%20.875-.195a3.73%203.73%200%200%200%202.031-2.214Zm1.584%201.214a3.98%203.98%200%200%200-2.261%202.128a1.9%201.9%200%200%200-.195.8a1.158%201.158%200%200%200%202%20.817a4.5%204.5%200%200%200%20.425-.739a3.6%203.6%200%200%200%20.028-3Zm1.56-4.352a3.6%203.6%200%200%200%202.246-1.92a2%202%200%200%200%20.194-.817a1.16%201.16%200%200%200-1.089-1.186a1.11%201.11%200%200%200-.971.389a4.5%204.5%200%200%200-.428.739a2.94%202.94%200%200%200%20.049%202.794Zm2.554%207.354a2%202%200%200%200-.195-.816a3.56%203.56%200%200%200-2.153-1.982a3.27%203.27%200%200%200-.137%202.86a2.5%202.5%200%200%200%20.425.68a1.217%201.217%200%200%200%202.065-.739Zm2.55-3.812a4.5%204.5%200%200%200-.739-.425a2.7%202.7%200%200%200-1.011-.214a3.9%203.9%200%200%200-1.935.337a3.62%203.62%200%200%200%202.013%202.06a2.2%202.2%200%200%200%20.875.194a1.093%201.093%200%200%200%20.8-1.948Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/file-type-cucumber.svg?color=%231a73e8&size=48