folder type gcp logo
folder-type-gcp from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- folder-type-gcp
- Set
- VSCode Icons
- Style
- Color
- Viewbox
- 32×32
- License
- MIT
Related icons in VSCode Icons
folder-type-androidfolder-type-android-openedfolder-type-angularfolder-type-angular-openedfolder-type-apachefolder-type-apache-openedfolder-type-apifolder-type-api-openedfolder-type-appfolder-type-app-openedfolder-type-arangodbfolder-type-arangodb-openedfolder-type-assetfolder-type-asset-openedfolder-type-astrofolder-type-astro-openedfolder-type-audiofolder-type-audio-openedfolder-type-aureliafolder-type-aurelia-openedfolder-type-awsfolder-type-aws-openedfolder-type-azurefolder-type-azure-opened
Use the folder type gcp logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#bf55bf" d="M27.9 6h-9.8l-2 4H5v17h25V6Zm.1 4h-7.8l1-2H28Z"/><path fill="#ea4335" d="M22.229 17.061h.732l2.086-2.086l.1-.886A9.377 9.377 0 0 0 9.9 18.664a1.14 1.14 0 0 1 .732-.043l4.172-.689s.213-.351.322-.329a5.206 5.206 0 0 1 7.123-.542Z"/><path fill="#4285f4" d="M28.019 18.664a9.4 9.4 0 0 0-2.833-4.564l-2.928 2.928a5.2 5.2 0 0 1 1.911 4.128v.52a2.606 2.606 0 0 1 0 5.212h-5.212l-.52.527v3.126l.52.519h5.212a6.778 6.778 0 0 0 3.85-12.393Z"/><path fill="#34a853" d="M13.738 31.028h5.212v-4.172h-5.212a2.6 2.6 0 0 1-1.076-.235l-.732.227l-2.1 2.086l-.183.732a6.74 6.74 0 0 0 4.091 1.362"/><path fill="#fbbc05" d="M13.738 17.493a6.778 6.778 0 0 0-4.092 12.151l3.023-3.023a2.606 2.606 0 1 1 3.448-3.447l3.023-3.024a6.77 6.77 0 0 0-5.402-2.657"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFolderTypeGcp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#bf55bf" d="M27.9 6h-9.8l-2 4H5v17h25V6Zm.1 4h-7.8l1-2H28Z"/><path fill="#ea4335" d="M22.229 17.061h.732l2.086-2.086l.1-.886A9.377 9.377 0 0 0 9.9 18.664a1.14 1.14 0 0 1 .732-.043l4.172-.689s.213-.351.322-.329a5.206 5.206 0 0 1 7.123-.542Z"/><path fill="#4285f4" d="M28.019 18.664a9.4 9.4 0 0 0-2.833-4.564l-2.928 2.928a5.2 5.2 0 0 1 1.911 4.128v.52a2.606 2.606 0 0 1 0 5.212h-5.212l-.52.527v3.126l.52.519h5.212a6.778 6.778 0 0 0 3.85-12.393Z"/><path fill="#34a853" d="M13.738 31.028h5.212v-4.172h-5.212a2.6 2.6 0 0 1-1.076-.235l-.732.227l-2.1 2.086l-.183.732a6.74 6.74 0 0 0 4.091 1.362"/><path fill="#fbbc05" d="M13.738 17.493a6.778 6.778 0 0 0-4.092 12.151l3.023-3.023a2.606 2.606 0 1 1 3.448-3.447l3.023-3.024a6.77 6.77 0 0 0-5.402-2.657"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#bf55bf" d="M27.9 6h-9.8l-2 4H5v17h25V6Zm.1 4h-7.8l1-2H28Z"/><path fill="#ea4335" d="M22.229 17.061h.732l2.086-2.086l.1-.886A9.377 9.377 0 0 0 9.9 18.664a1.14 1.14 0 0 1 .732-.043l4.172-.689s.213-.351.322-.329a5.206 5.206 0 0 1 7.123-.542Z"/><path fill="#4285f4" d="M28.019 18.664a9.4 9.4 0 0 0-2.833-4.564l-2.928 2.928a5.2 5.2 0 0 1 1.911 4.128v.52a2.606 2.606 0 0 1 0 5.212h-5.212l-.52.527v3.126l.52.519h5.212a6.778 6.778 0 0 0 3.85-12.393Z"/><path fill="#34a853" d="M13.738 31.028h5.212v-4.172h-5.212a2.6 2.6 0 0 1-1.076-.235l-.732.227l-2.1 2.086l-.183.732a6.74 6.74 0 0 0 4.091 1.362"/><path fill="#fbbc05" d="M13.738 17.493a6.778 6.778 0 0 0-4.092 12.151l3.023-3.023a2.606 2.606 0 1 1 3.448-3.447l3.023-3.024a6.77 6.77 0 0 0-5.402-2.657"/></svg> </template>
CSS
.icon-folder-type-gcp {
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%23bf55bf%22%20d%3D%22M27.9%206h-9.8l-2%204H5v17h25V6Zm.1%204h-7.8l1-2H28Z%22%2F%3E%3Cpath%20fill%3D%22%23ea4335%22%20d%3D%22M22.229%2017.061h.732l2.086-2.086l.1-.886A9.377%209.377%200%200%200%209.9%2018.664a1.14%201.14%200%200%201%20.732-.043l4.172-.689s.213-.351.322-.329a5.206%205.206%200%200%201%207.123-.542Z%22%2F%3E%3Cpath%20fill%3D%22%234285f4%22%20d%3D%22M28.019%2018.664a9.4%209.4%200%200%200-2.833-4.564l-2.928%202.928a5.2%205.2%200%200%201%201.911%204.128v.52a2.606%202.606%200%200%201%200%205.212h-5.212l-.52.527v3.126l.52.519h5.212a6.778%206.778%200%200%200%203.85-12.393Z%22%2F%3E%3Cpath%20fill%3D%22%2334a853%22%20d%3D%22M13.738%2031.028h5.212v-4.172h-5.212a2.6%202.6%200%200%201-1.076-.235l-.732.227l-2.1%202.086l-.183.732a6.74%206.74%200%200%200%204.091%201.362%22%2F%3E%3Cpath%20fill%3D%22%23fbbc05%22%20d%3D%22M13.738%2017.493a6.778%206.778%200%200%200-4.092%2012.151l3.023-3.023a2.606%202.606%200%201%201%203.448-3.447l3.023-3.024a6.77%206.77%200%200%200-5.402-2.657%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%23bf55bf%22%20d%3D%22M27.9%206h-9.8l-2%204H5v17h25V6Zm.1%204h-7.8l1-2H28Z%22%2F%3E%3Cpath%20fill%3D%22%23ea4335%22%20d%3D%22M22.229%2017.061h.732l2.086-2.086l.1-.886A9.377%209.377%200%200%200%209.9%2018.664a1.14%201.14%200%200%201%20.732-.043l4.172-.689s.213-.351.322-.329a5.206%205.206%200%200%201%207.123-.542Z%22%2F%3E%3Cpath%20fill%3D%22%234285f4%22%20d%3D%22M28.019%2018.664a9.4%209.4%200%200%200-2.833-4.564l-2.928%202.928a5.2%205.2%200%200%201%201.911%204.128v.52a2.606%202.606%200%200%201%200%205.212h-5.212l-.52.527v3.126l.52.519h5.212a6.778%206.778%200%200%200%203.85-12.393Z%22%2F%3E%3Cpath%20fill%3D%22%2334a853%22%20d%3D%22M13.738%2031.028h5.212v-4.172h-5.212a2.6%202.6%200%200%201-1.076-.235l-.732.227l-2.1%202.086l-.183.732a6.74%206.74%200%200%200%204.091%201.362%22%2F%3E%3Cpath%20fill%3D%22%23fbbc05%22%20d%3D%22M13.738%2017.493a6.778%206.778%200%200%200-4.092%2012.151l3.023-3.023a2.606%202.606%200%201%201%203.448-3.447l3.023-3.024a6.77%206.77%200%200%200-5.402-2.657%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/folder-type-gcp.svg?color=%231a73e8&size=48