file type light cypress logo
file-type-light-cypress from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-light-cypress
- Set
- VSCode Icons
- Style
- Color
- Viewbox
- 32×32
- License
- MIT
Related icons in VSCode Icons
file-type-accessfile-type-access2file-type-actionscriptfile-type-actionscript2file-type-adafile-type-advplfile-type-affinityfile-type-affinitydesignerfile-type-affinityphotofile-type-affinitypublisherfile-type-agdafile-type-agentsfile-type-aifile-type-ai2file-type-aikidofile-type-alfile-type-al-dalfile-type-alchemyfile-type-allcontributorsfile-type-alloyfile-type-allurefile-type-angularfile-type-ansiblefile-type-antlers-html
Use the file type light cypress logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGh2gULjOs" x1="-232.595" x2="-232.531" y1="266.492" y2="266.492" gradientTransform="rotate(-76.525 -14250.722 76079.833)scale(-271.077 271.077)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#58d09e"/><stop offset="1" stop-color="#d2d2d2" stop-opacity="0"/></linearGradient><linearGradient id="SVGPiXpcbZp" x1="-232.6" x2="-232.537" y1="267.638" y2="267.638" gradientTransform="rotate(210.83 19870.42 41512.3)scale(-250.185 250.185)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#58d09e"/><stop offset="1"/></linearGradient></defs><path fill="#fafafa" d="M15.5 2.071A13.938 13.938 0 1 1 2.076 16.495A13.95 13.95 0 0 1 15.5 2.071"/><path d="m23.471 11.58l-2.624 6.584l-2.64-6.584h-2.16l3.7 8.986l-2.632 6.334l1.885.376l6.508-15.7h-2.037Z"/><path d="M11.942 13.245a2.6 2.6 0 0 1 2.448 1.592l.036.079l1.841-.62l-.04-.094a4.53 4.53 0 0 0-4.285-2.792a4.6 4.6 0 0 0-3.372 1.318A4.42 4.42 0 0 0 7.2 16.02a4.4 4.4 0 0 0 1.369 3.28a4.6 4.6 0 0 0 3.372 1.319a4.53 4.53 0 0 0 4.285-2.792l.04-.094l-1.844-.621l-.035.083a2.55 2.55 0 0 1-2.446 1.588a2.6 2.6 0 0 1-1.92-.786a2.72 2.72 0 0 1-.778-1.97a2.76 2.76 0 0 1 .778-1.988a2.58 2.58 0 0 1 1.92-.789Z"/><path fill="#58d09e" d="M2.961 19.547a13.4 13.4 0 0 1-.482-3.559a13.52 13.52 0 0 1 8.682-12.533l.681 1.745a11.64 11.64 0 0 0-7.473 10.788a11.5 11.5 0 0 0 .414 3.062Z"/><path fill="#58d09e" d="M11.07 3.5a13.61 13.61 0 0 1 16.992 6.4l-1.681.855a11.715 11.715 0 0 0-14.623-5.512z"/><path fill="url(#SVGh2gULjOs)" d="M22.225 25.756a11.567 11.567 0 0 0 4.088-15.149l1.675-.866a13.426 13.426 0 0 1-4.748 17.6l-1.015-1.581Z"/><path fill="url(#SVGPiXpcbZp)" d="m17.5 25.949l-.46 1.105a.61.61 0 0 1-.536.377q-.233.01-.471.01a11.736 11.736 0 0 1-11.4-9.009l-1.843.413a13.46 13.46 0 0 0 4.71 7.482a13.7 13.7 0 0 0 8.51 2.987h.028c.182 0 .361 0 .542-.012a2.5 2.5 0 0 0 2.206-1.536l.6-1.444z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeLightCypress(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGh2gULjOs" x1="-232.595" x2="-232.531" y1="266.492" y2="266.492" gradientTransform="rotate(-76.525 -14250.722 76079.833)scale(-271.077 271.077)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#58d09e"/><stop offset="1" stopColor="#d2d2d2" stopOpacity="0"/></linearGradient><linearGradient id="SVGPiXpcbZp" x1="-232.6" x2="-232.537" y1="267.638" y2="267.638" gradientTransform="rotate(210.83 19870.42 41512.3)scale(-250.185 250.185)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#58d09e"/><stop offset="1"/></linearGradient></defs><path fill="#fafafa" d="M15.5 2.071A13.938 13.938 0 1 1 2.076 16.495A13.95 13.95 0 0 1 15.5 2.071"/><path d="m23.471 11.58l-2.624 6.584l-2.64-6.584h-2.16l3.7 8.986l-2.632 6.334l1.885.376l6.508-15.7h-2.037Z"/><path d="M11.942 13.245a2.6 2.6 0 0 1 2.448 1.592l.036.079l1.841-.62l-.04-.094a4.53 4.53 0 0 0-4.285-2.792a4.6 4.6 0 0 0-3.372 1.318A4.42 4.42 0 0 0 7.2 16.02a4.4 4.4 0 0 0 1.369 3.28a4.6 4.6 0 0 0 3.372 1.319a4.53 4.53 0 0 0 4.285-2.792l.04-.094l-1.844-.621l-.035.083a2.55 2.55 0 0 1-2.446 1.588a2.6 2.6 0 0 1-1.92-.786a2.72 2.72 0 0 1-.778-1.97a2.76 2.76 0 0 1 .778-1.988a2.58 2.58 0 0 1 1.92-.789Z"/><path fill="#58d09e" d="M2.961 19.547a13.4 13.4 0 0 1-.482-3.559a13.52 13.52 0 0 1 8.682-12.533l.681 1.745a11.64 11.64 0 0 0-7.473 10.788a11.5 11.5 0 0 0 .414 3.062Z"/><path fill="#58d09e" d="M11.07 3.5a13.61 13.61 0 0 1 16.992 6.4l-1.681.855a11.715 11.715 0 0 0-14.623-5.512z"/><path fill="url(#SVGh2gULjOs)" d="M22.225 25.756a11.567 11.567 0 0 0 4.088-15.149l1.675-.866a13.426 13.426 0 0 1-4.748 17.6l-1.015-1.581Z"/><path fill="url(#SVGPiXpcbZp)" d="m17.5 25.949l-.46 1.105a.61.61 0 0 1-.536.377q-.233.01-.471.01a11.736 11.736 0 0 1-11.4-9.009l-1.843.413a13.46 13.46 0 0 0 4.71 7.482a13.7 13.7 0 0 0 8.51 2.987h.028c.182 0 .361 0 .542-.012a2.5 2.5 0 0 0 2.206-1.536l.6-1.444z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGh2gULjOs" x1="-232.595" x2="-232.531" y1="266.492" y2="266.492" gradientTransform="rotate(-76.525 -14250.722 76079.833)scale(-271.077 271.077)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#58d09e"/><stop offset="1" stop-color="#d2d2d2" stop-opacity="0"/></linearGradient><linearGradient id="SVGPiXpcbZp" x1="-232.6" x2="-232.537" y1="267.638" y2="267.638" gradientTransform="rotate(210.83 19870.42 41512.3)scale(-250.185 250.185)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#58d09e"/><stop offset="1"/></linearGradient></defs><path fill="#fafafa" d="M15.5 2.071A13.938 13.938 0 1 1 2.076 16.495A13.95 13.95 0 0 1 15.5 2.071"/><path d="m23.471 11.58l-2.624 6.584l-2.64-6.584h-2.16l3.7 8.986l-2.632 6.334l1.885.376l6.508-15.7h-2.037Z"/><path d="M11.942 13.245a2.6 2.6 0 0 1 2.448 1.592l.036.079l1.841-.62l-.04-.094a4.53 4.53 0 0 0-4.285-2.792a4.6 4.6 0 0 0-3.372 1.318A4.42 4.42 0 0 0 7.2 16.02a4.4 4.4 0 0 0 1.369 3.28a4.6 4.6 0 0 0 3.372 1.319a4.53 4.53 0 0 0 4.285-2.792l.04-.094l-1.844-.621l-.035.083a2.55 2.55 0 0 1-2.446 1.588a2.6 2.6 0 0 1-1.92-.786a2.72 2.72 0 0 1-.778-1.97a2.76 2.76 0 0 1 .778-1.988a2.58 2.58 0 0 1 1.92-.789Z"/><path fill="#58d09e" d="M2.961 19.547a13.4 13.4 0 0 1-.482-3.559a13.52 13.52 0 0 1 8.682-12.533l.681 1.745a11.64 11.64 0 0 0-7.473 10.788a11.5 11.5 0 0 0 .414 3.062Z"/><path fill="#58d09e" d="M11.07 3.5a13.61 13.61 0 0 1 16.992 6.4l-1.681.855a11.715 11.715 0 0 0-14.623-5.512z"/><path fill="url(#SVGh2gULjOs)" d="M22.225 25.756a11.567 11.567 0 0 0 4.088-15.149l1.675-.866a13.426 13.426 0 0 1-4.748 17.6l-1.015-1.581Z"/><path fill="url(#SVGPiXpcbZp)" d="m17.5 25.949l-.46 1.105a.61.61 0 0 1-.536.377q-.233.01-.471.01a11.736 11.736 0 0 1-11.4-9.009l-1.843.413a13.46 13.46 0 0 0 4.71 7.482a13.7 13.7 0 0 0 8.51 2.987h.028c.182 0 .361 0 .542-.012a2.5 2.5 0 0 0 2.206-1.536l.6-1.444z"/></svg> </template>
CSS
.icon-file-type-light-cypress {
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%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGh2gULjOs%22%20x1%3D%22-232.595%22%20x2%3D%22-232.531%22%20y1%3D%22266.492%22%20y2%3D%22266.492%22%20gradientTransform%3D%22rotate(-76.525%20-14250.722%2076079.833)scale(-271.077%20271.077)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2358d09e%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23d2d2d2%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGPiXpcbZp%22%20x1%3D%22-232.6%22%20x2%3D%22-232.537%22%20y1%3D%22267.638%22%20y2%3D%22267.638%22%20gradientTransform%3D%22rotate(210.83%2019870.42%2041512.3)scale(-250.185%20250.185)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2358d09e%22%2F%3E%3Cstop%20offset%3D%221%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%23fafafa%22%20d%3D%22M15.5%202.071A13.938%2013.938%200%201%201%202.076%2016.495A13.95%2013.95%200%200%201%2015.5%202.071%22%2F%3E%3Cpath%20d%3D%22m23.471%2011.58l-2.624%206.584l-2.64-6.584h-2.16l3.7%208.986l-2.632%206.334l1.885.376l6.508-15.7h-2.037Z%22%2F%3E%3Cpath%20d%3D%22M11.942%2013.245a2.6%202.6%200%200%201%202.448%201.592l.036.079l1.841-.62l-.04-.094a4.53%204.53%200%200%200-4.285-2.792a4.6%204.6%200%200%200-3.372%201.318A4.42%204.42%200%200%200%207.2%2016.02a4.4%204.4%200%200%200%201.369%203.28a4.6%204.6%200%200%200%203.372%201.319a4.53%204.53%200%200%200%204.285-2.792l.04-.094l-1.844-.621l-.035.083a2.55%202.55%200%200%201-2.446%201.588a2.6%202.6%200%200%201-1.92-.786a2.72%202.72%200%200%201-.778-1.97a2.76%202.76%200%200%201%20.778-1.988a2.58%202.58%200%200%201%201.92-.789Z%22%2F%3E%3Cpath%20fill%3D%22%2358d09e%22%20d%3D%22M2.961%2019.547a13.4%2013.4%200%200%201-.482-3.559a13.52%2013.52%200%200%201%208.682-12.533l.681%201.745a11.64%2011.64%200%200%200-7.473%2010.788a11.5%2011.5%200%200%200%20.414%203.062Z%22%2F%3E%3Cpath%20fill%3D%22%2358d09e%22%20d%3D%22M11.07%203.5a13.61%2013.61%200%200%201%2016.992%206.4l-1.681.855a11.715%2011.715%200%200%200-14.623-5.512z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGh2gULjOs)%22%20d%3D%22M22.225%2025.756a11.567%2011.567%200%200%200%204.088-15.149l1.675-.866a13.426%2013.426%200%200%201-4.748%2017.6l-1.015-1.581Z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGPiXpcbZp)%22%20d%3D%22m17.5%2025.949l-.46%201.105a.61.61%200%200%201-.536.377q-.233.01-.471.01a11.736%2011.736%200%200%201-11.4-9.009l-1.843.413a13.46%2013.46%200%200%200%204.71%207.482a13.7%2013.7%200%200%200%208.51%202.987h.028c.182%200%20.361%200%20.542-.012a2.5%202.5%200%200%200%202.206-1.536l.6-1.444z%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%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGh2gULjOs%22%20x1%3D%22-232.595%22%20x2%3D%22-232.531%22%20y1%3D%22266.492%22%20y2%3D%22266.492%22%20gradientTransform%3D%22rotate(-76.525%20-14250.722%2076079.833)scale(-271.077%20271.077)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2358d09e%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23d2d2d2%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGPiXpcbZp%22%20x1%3D%22-232.6%22%20x2%3D%22-232.537%22%20y1%3D%22267.638%22%20y2%3D%22267.638%22%20gradientTransform%3D%22rotate(210.83%2019870.42%2041512.3)scale(-250.185%20250.185)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2358d09e%22%2F%3E%3Cstop%20offset%3D%221%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%23fafafa%22%20d%3D%22M15.5%202.071A13.938%2013.938%200%201%201%202.076%2016.495A13.95%2013.95%200%200%201%2015.5%202.071%22%2F%3E%3Cpath%20d%3D%22m23.471%2011.58l-2.624%206.584l-2.64-6.584h-2.16l3.7%208.986l-2.632%206.334l1.885.376l6.508-15.7h-2.037Z%22%2F%3E%3Cpath%20d%3D%22M11.942%2013.245a2.6%202.6%200%200%201%202.448%201.592l.036.079l1.841-.62l-.04-.094a4.53%204.53%200%200%200-4.285-2.792a4.6%204.6%200%200%200-3.372%201.318A4.42%204.42%200%200%200%207.2%2016.02a4.4%204.4%200%200%200%201.369%203.28a4.6%204.6%200%200%200%203.372%201.319a4.53%204.53%200%200%200%204.285-2.792l.04-.094l-1.844-.621l-.035.083a2.55%202.55%200%200%201-2.446%201.588a2.6%202.6%200%200%201-1.92-.786a2.72%202.72%200%200%201-.778-1.97a2.76%202.76%200%200%201%20.778-1.988a2.58%202.58%200%200%201%201.92-.789Z%22%2F%3E%3Cpath%20fill%3D%22%2358d09e%22%20d%3D%22M2.961%2019.547a13.4%2013.4%200%200%201-.482-3.559a13.52%2013.52%200%200%201%208.682-12.533l.681%201.745a11.64%2011.64%200%200%200-7.473%2010.788a11.5%2011.5%200%200%200%20.414%203.062Z%22%2F%3E%3Cpath%20fill%3D%22%2358d09e%22%20d%3D%22M11.07%203.5a13.61%2013.61%200%200%201%2016.992%206.4l-1.681.855a11.715%2011.715%200%200%200-14.623-5.512z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGh2gULjOs)%22%20d%3D%22M22.225%2025.756a11.567%2011.567%200%200%200%204.088-15.149l1.675-.866a13.426%2013.426%200%200%201-4.748%2017.6l-1.015-1.581Z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGPiXpcbZp)%22%20d%3D%22m17.5%2025.949l-.46%201.105a.61.61%200%200%201-.536.377q-.233.01-.471.01a11.736%2011.736%200%200%201-11.4-9.009l-1.843.413a13.46%2013.46%200%200%200%204.71%207.482a13.7%2013.7%200%200%200%208.51%202.987h.028c.182%200%20.361%200%20.542-.012a2.5%202.5%200%200%200%202.206-1.536l.6-1.444z%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-light-cypress.svg?color=%231a73e8&size=48