folder type cursor logo
folder-type-cursor from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- folder-type-cursor
- 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 cursor logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#6c6c6c" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21zm0 4.2h-8.2l1.1-2.1h7.1z"/><path fill="#fff" d="m20.576 10.113l-8.217 4.755a.718.72 0 0 0-.359.622v9.59c0 .257.138.493.359.62l8.214 4.758a.855.857 0 0 0 .853 0l8.215-4.757a.718.72 0 0 0 .359-.62V15.49a.718.72 0 0 0-.36-.622l-8.215-4.755a.863.866 0 0 0-.851 0m-7.56 5.32H28.87c.225 0 .367.247.254.442l-7.928 13.77c-.053.093-.195.056-.195-.05v-9.02a.504.506 0 0 0-.253-.438l-7.788-4.506c-.093-.054-.054-.197.053-.197"/><path d="M21.047 25.092c0-3.916-.012-4.62-.084-4.757c-.065-.127-.95-.663-4.042-2.45c-2.177-1.257-3.959-2.318-3.96-2.358c0-.057 1.637-.071 7.996-.071c7.192 0 8.005.009 8.086.09c.05.05.09.126.09.17c0 .105-7.956 13.927-8.03 13.953c-.036.012-.056-1.616-.056-4.577"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFolderTypeCursor(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#6c6c6c" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21zm0 4.2h-8.2l1.1-2.1h7.1z"/><path fill="#fff" d="m20.576 10.113l-8.217 4.755a.718.72 0 0 0-.359.622v9.59c0 .257.138.493.359.62l8.214 4.758a.855.857 0 0 0 .853 0l8.215-4.757a.718.72 0 0 0 .359-.62V15.49a.718.72 0 0 0-.36-.622l-8.215-4.755a.863.866 0 0 0-.851 0m-7.56 5.32H28.87c.225 0 .367.247.254.442l-7.928 13.77c-.053.093-.195.056-.195-.05v-9.02a.504.506 0 0 0-.253-.438l-7.788-4.506c-.093-.054-.054-.197.053-.197"/><path d="M21.047 25.092c0-3.916-.012-4.62-.084-4.757c-.065-.127-.95-.663-4.042-2.45c-2.177-1.257-3.959-2.318-3.96-2.358c0-.057 1.637-.071 7.996-.071c7.192 0 8.005.009 8.086.09c.05.05.09.126.09.17c0 .105-7.956 13.927-8.03 13.953c-.036.012-.056-1.616-.056-4.577"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#6c6c6c" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21zm0 4.2h-8.2l1.1-2.1h7.1z"/><path fill="#fff" d="m20.576 10.113l-8.217 4.755a.718.72 0 0 0-.359.622v9.59c0 .257.138.493.359.62l8.214 4.758a.855.857 0 0 0 .853 0l8.215-4.757a.718.72 0 0 0 .359-.62V15.49a.718.72 0 0 0-.36-.622l-8.215-4.755a.863.866 0 0 0-.851 0m-7.56 5.32H28.87c.225 0 .367.247.254.442l-7.928 13.77c-.053.093-.195.056-.195-.05v-9.02a.504.506 0 0 0-.253-.438l-7.788-4.506c-.093-.054-.054-.197.053-.197"/><path d="M21.047 25.092c0-3.916-.012-4.62-.084-4.757c-.065-.127-.95-.663-4.042-2.45c-2.177-1.257-3.959-2.318-3.96-2.358c0-.057 1.637-.071 7.996-.071c7.192 0 8.005.009 8.086.09c.05.05.09.126.09.17c0 .105-7.956 13.927-8.03 13.953c-.036.012-.056-1.616-.056-4.577"/></svg> </template>
CSS
.icon-folder-type-cursor {
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%236c6c6c%22%20d%3D%22M27.5%205.5h-9.3l-2.1%204.2H4.4v16.8h25.2v-21zm0%204.2h-8.2l1.1-2.1h7.1z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m20.576%2010.113l-8.217%204.755a.718.72%200%200%200-.359.622v9.59c0%20.257.138.493.359.62l8.214%204.758a.855.857%200%200%200%20.853%200l8.215-4.757a.718.72%200%200%200%20.359-.62V15.49a.718.72%200%200%200-.36-.622l-8.215-4.755a.863.866%200%200%200-.851%200m-7.56%205.32H28.87c.225%200%20.367.247.254.442l-7.928%2013.77c-.053.093-.195.056-.195-.05v-9.02a.504.506%200%200%200-.253-.438l-7.788-4.506c-.093-.054-.054-.197.053-.197%22%2F%3E%3Cpath%20d%3D%22M21.047%2025.092c0-3.916-.012-4.62-.084-4.757c-.065-.127-.95-.663-4.042-2.45c-2.177-1.257-3.959-2.318-3.96-2.358c0-.057%201.637-.071%207.996-.071c7.192%200%208.005.009%208.086.09c.05.05.09.126.09.17c0%20.105-7.956%2013.927-8.03%2013.953c-.036.012-.056-1.616-.056-4.577%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%236c6c6c%22%20d%3D%22M27.5%205.5h-9.3l-2.1%204.2H4.4v16.8h25.2v-21zm0%204.2h-8.2l1.1-2.1h7.1z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m20.576%2010.113l-8.217%204.755a.718.72%200%200%200-.359.622v9.59c0%20.257.138.493.359.62l8.214%204.758a.855.857%200%200%200%20.853%200l8.215-4.757a.718.72%200%200%200%20.359-.62V15.49a.718.72%200%200%200-.36-.622l-8.215-4.755a.863.866%200%200%200-.851%200m-7.56%205.32H28.87c.225%200%20.367.247.254.442l-7.928%2013.77c-.053.093-.195.056-.195-.05v-9.02a.504.506%200%200%200-.253-.438l-7.788-4.506c-.093-.054-.054-.197.053-.197%22%2F%3E%3Cpath%20d%3D%22M21.047%2025.092c0-3.916-.012-4.62-.084-4.757c-.065-.127-.95-.663-4.042-2.45c-2.177-1.257-3.959-2.318-3.96-2.358c0-.057%201.637-.071%207.996-.071c7.192%200%208.005.009%208.086.09c.05.05.09.126.09.17c0%20.105-7.956%2013.927-8.03%2013.953c-.036.012-.056-1.616-.056-4.577%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-cursor.svg?color=%231a73e8&size=48