folder type temp logo
folder-type-temp from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- folder-type-temp
- 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 temp logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#34756b" 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="#5fc1b3" d="M21 31a10 10 0 1 1 10-10a10.01 10.01 0 0 1-10 10m0-18.182A8.182 8.182 0 1 0 29.182 21A8.19 8.19 0 0 0 21 12.818"/><path fill="#5fc1b3" d="M21.909 21.909h-1.068a.75.75 0 0 1-.75-.75v-6.682a.75.75 0 0 1 .75-.75h.318a.75.75 0 0 1 .75.75Z"/><path fill="#5fc1b3" d="M27.523 21.909h-6.682a.75.75 0 0 1-.75-.75v-1.068h7.432a.75.75 0 0 1 .75.75v.318a.75.75 0 0 1-.75.75"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFolderTypeTemp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#34756b" 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="#5fc1b3" d="M21 31a10 10 0 1 1 10-10a10.01 10.01 0 0 1-10 10m0-18.182A8.182 8.182 0 1 0 29.182 21A8.19 8.19 0 0 0 21 12.818"/><path fill="#5fc1b3" d="M21.909 21.909h-1.068a.75.75 0 0 1-.75-.75v-6.682a.75.75 0 0 1 .75-.75h.318a.75.75 0 0 1 .75.75Z"/><path fill="#5fc1b3" d="M27.523 21.909h-6.682a.75.75 0 0 1-.75-.75v-1.068h7.432a.75.75 0 0 1 .75.75v.318a.75.75 0 0 1-.75.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#34756b" 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="#5fc1b3" d="M21 31a10 10 0 1 1 10-10a10.01 10.01 0 0 1-10 10m0-18.182A8.182 8.182 0 1 0 29.182 21A8.19 8.19 0 0 0 21 12.818"/><path fill="#5fc1b3" d="M21.909 21.909h-1.068a.75.75 0 0 1-.75-.75v-6.682a.75.75 0 0 1 .75-.75h.318a.75.75 0 0 1 .75.75Z"/><path fill="#5fc1b3" d="M27.523 21.909h-6.682a.75.75 0 0 1-.75-.75v-1.068h7.432a.75.75 0 0 1 .75.75v.318a.75.75 0 0 1-.75.75"/></svg> </template>
CSS
.icon-folder-type-temp {
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%2334756b%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%235fc1b3%22%20d%3D%22M21%2031a10%2010%200%201%201%2010-10a10.01%2010.01%200%200%201-10%2010m0-18.182A8.182%208.182%200%201%200%2029.182%2021A8.19%208.19%200%200%200%2021%2012.818%22%2F%3E%3Cpath%20fill%3D%22%235fc1b3%22%20d%3D%22M21.909%2021.909h-1.068a.75.75%200%200%201-.75-.75v-6.682a.75.75%200%200%201%20.75-.75h.318a.75.75%200%200%201%20.75.75Z%22%2F%3E%3Cpath%20fill%3D%22%235fc1b3%22%20d%3D%22M27.523%2021.909h-6.682a.75.75%200%200%201-.75-.75v-1.068h7.432a.75.75%200%200%201%20.75.75v.318a.75.75%200%200%201-.75.75%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%2334756b%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%235fc1b3%22%20d%3D%22M21%2031a10%2010%200%201%201%2010-10a10.01%2010.01%200%200%201-10%2010m0-18.182A8.182%208.182%200%201%200%2029.182%2021A8.19%208.19%200%200%200%2021%2012.818%22%2F%3E%3Cpath%20fill%3D%22%235fc1b3%22%20d%3D%22M21.909%2021.909h-1.068a.75.75%200%200%201-.75-.75v-6.682a.75.75%200%200%201%20.75-.75h.318a.75.75%200%200%201%20.75.75Z%22%2F%3E%3Cpath%20fill%3D%22%235fc1b3%22%20d%3D%22M27.523%2021.909h-6.682a.75.75%200%200%201-.75-.75v-1.068h7.432a.75.75%200%200%201%20.75.75v.318a.75.75%200%200%201-.75.75%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-temp.svg?color=%231a73e8&size=48