folder type spin opened logo
folder-type-spin-opened from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- folder-type-spin-opened
- 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 spin opened logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#b3b3b3" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v4H.5l3.8 12.8h25.2v-21zm-7.2 2.1h7.1v2.1h-8.1zm5.5 6.1H6.6v-1.9h20.8v7.626z"/><path d="M20.91 14.457h1.687v16.297H20.91z"/><path d="M23.813 15.81a6.738 6.774 0 0 0-6.739 6.775a6.738 6.774 0 0 0 6.739 6.774a6.738 6.774 0 0 0 6.738-6.774a6.738 6.774 0 0 0-6.738-6.775m.02 1.628a5.14 5.168 0 0 1 5.141 5.167a5.14 5.168 0 0 1-5.14 5.168a5.14 5.168 0 0 1-5.14-5.169a5.14 5.168 0 0 1 5.14-5.166"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFolderTypeSpinOpened(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#b3b3b3" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v4H.5l3.8 12.8h25.2v-21zm-7.2 2.1h7.1v2.1h-8.1zm5.5 6.1H6.6v-1.9h20.8v7.626z"/><path d="M20.91 14.457h1.687v16.297H20.91z"/><path d="M23.813 15.81a6.738 6.774 0 0 0-6.739 6.775a6.738 6.774 0 0 0 6.739 6.774a6.738 6.774 0 0 0 6.738-6.774a6.738 6.774 0 0 0-6.738-6.775m.02 1.628a5.14 5.168 0 0 1 5.141 5.167a5.14 5.168 0 0 1-5.14 5.168a5.14 5.168 0 0 1-5.14-5.169a5.14 5.168 0 0 1 5.14-5.166"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#b3b3b3" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v4H.5l3.8 12.8h25.2v-21zm-7.2 2.1h7.1v2.1h-8.1zm5.5 6.1H6.6v-1.9h20.8v7.626z"/><path d="M20.91 14.457h1.687v16.297H20.91z"/><path d="M23.813 15.81a6.738 6.774 0 0 0-6.739 6.775a6.738 6.774 0 0 0 6.739 6.774a6.738 6.774 0 0 0 6.738-6.774a6.738 6.774 0 0 0-6.738-6.775m.02 1.628a5.14 5.168 0 0 1 5.141 5.167a5.14 5.168 0 0 1-5.14 5.168a5.14 5.168 0 0 1-5.14-5.169a5.14 5.168 0 0 1 5.14-5.166"/></svg> </template>
CSS
.icon-folder-type-spin-opened {
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%23b3b3b3%22%20d%3D%22M27.4%205.5h-9.2l-2.1%204.2H4.3v4H.5l3.8%2012.8h25.2v-21zm-7.2%202.1h7.1v2.1h-8.1zm5.5%206.1H6.6v-1.9h20.8v7.626z%22%2F%3E%3Cpath%20d%3D%22M20.91%2014.457h1.687v16.297H20.91z%22%2F%3E%3Cpath%20d%3D%22M23.813%2015.81a6.738%206.774%200%200%200-6.739%206.775a6.738%206.774%200%200%200%206.739%206.774a6.738%206.774%200%200%200%206.738-6.774a6.738%206.774%200%200%200-6.738-6.775m.02%201.628a5.14%205.168%200%200%201%205.141%205.167a5.14%205.168%200%200%201-5.14%205.168a5.14%205.168%200%200%201-5.14-5.169a5.14%205.168%200%200%201%205.14-5.166%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%23b3b3b3%22%20d%3D%22M27.4%205.5h-9.2l-2.1%204.2H4.3v4H.5l3.8%2012.8h25.2v-21zm-7.2%202.1h7.1v2.1h-8.1zm5.5%206.1H6.6v-1.9h20.8v7.626z%22%2F%3E%3Cpath%20d%3D%22M20.91%2014.457h1.687v16.297H20.91z%22%2F%3E%3Cpath%20d%3D%22M23.813%2015.81a6.738%206.774%200%200%200-6.739%206.775a6.738%206.774%200%200%200%206.739%206.774a6.738%206.774%200%200%200%206.738-6.774a6.738%206.774%200%200%200-6.738-6.775m.02%201.628a5.14%205.168%200%200%201%205.141%205.167a5.14%205.168%200%200%201-5.14%205.168a5.14%205.168%200%200%201-5.14-5.169a5.14%205.168%200%200%201%205.14-5.166%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-spin-opened.svg?color=%231a73e8&size=48