folder type locale logo
folder-type-locale from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- folder-type-locale
- 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 locale logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#5561bf" 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="#d9d9d9" d="M29.6 31a1.39 1.39 0 0 0 1.4-1.376V15.591a1.39 1.39 0 0 0-1.4-1.376H15.968L21.439 31Z"/><path fill="#4352b8" d="M25.03 27.035L21.464 31l-1.297-3.965z"/><path fill="#617d8b" d="M29.673 20.03v-.82h-3.955v-1.326h-1.283v1.325H21.91v.82h5.023a7.3 7.3 0 0 1-1.441 2.535c-1.027-1.214-1.031-1.609-1.031-1.609H23.4s.044.591 1.483 2.278a10 10 0 0 1-.822.761l.328 1.024s.494-.425 1.115-1.083a46 46 0 0 0 2.459 2.449l.673-.673c-1.111-1.008-1.925-1.807-2.522-2.449a7.45 7.45 0 0 0 1.786-3.234h1.775Z"/><path fill="#4f8bf5" d="M11.4 10a1.4 1.4 0 0 0-1.4 1.4v14.24a1.4 1.4 0 0 0 1.4 1.4h13.632L19.561 10Z"/><path fill="#fff" d="M21.242 14.216H29.6a1.39 1.39 0 0 1 1.4 1.375v8.419Z" opacity=".2"/><path fill="#f2f2f2" d="M13.792 18.856c.458-1.18.908-2.362 1.365-3.542h1.327q.107.273.212.548c.335.865.665 1.732 1 2.6s.659 1.714.989 2.572l.267.692h-1.165q-.249-.758-.494-1.518h-2.944q-.245.76-.493 1.518h-1.165l1.1-2.866m.886.5h2.288c-.382-1-.76-2.008-1.144-3.011c-.384 1.003-.761 2.009-1.143 3.012Z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFolderTypeLocale(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#5561bf" 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="#d9d9d9" d="M29.6 31a1.39 1.39 0 0 0 1.4-1.376V15.591a1.39 1.39 0 0 0-1.4-1.376H15.968L21.439 31Z"/><path fill="#4352b8" d="M25.03 27.035L21.464 31l-1.297-3.965z"/><path fill="#617d8b" d="M29.673 20.03v-.82h-3.955v-1.326h-1.283v1.325H21.91v.82h5.023a7.3 7.3 0 0 1-1.441 2.535c-1.027-1.214-1.031-1.609-1.031-1.609H23.4s.044.591 1.483 2.278a10 10 0 0 1-.822.761l.328 1.024s.494-.425 1.115-1.083a46 46 0 0 0 2.459 2.449l.673-.673c-1.111-1.008-1.925-1.807-2.522-2.449a7.45 7.45 0 0 0 1.786-3.234h1.775Z"/><path fill="#4f8bf5" d="M11.4 10a1.4 1.4 0 0 0-1.4 1.4v14.24a1.4 1.4 0 0 0 1.4 1.4h13.632L19.561 10Z"/><path fill="#fff" d="M21.242 14.216H29.6a1.39 1.39 0 0 1 1.4 1.375v8.419Z" opacity=".2"/><path fill="#f2f2f2" d="M13.792 18.856c.458-1.18.908-2.362 1.365-3.542h1.327q.107.273.212.548c.335.865.665 1.732 1 2.6s.659 1.714.989 2.572l.267.692h-1.165q-.249-.758-.494-1.518h-2.944q-.245.76-.493 1.518h-1.165l1.1-2.866m.886.5h2.288c-.382-1-.76-2.008-1.144-3.011c-.384 1.003-.761 2.009-1.143 3.012Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#5561bf" 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="#d9d9d9" d="M29.6 31a1.39 1.39 0 0 0 1.4-1.376V15.591a1.39 1.39 0 0 0-1.4-1.376H15.968L21.439 31Z"/><path fill="#4352b8" d="M25.03 27.035L21.464 31l-1.297-3.965z"/><path fill="#617d8b" d="M29.673 20.03v-.82h-3.955v-1.326h-1.283v1.325H21.91v.82h5.023a7.3 7.3 0 0 1-1.441 2.535c-1.027-1.214-1.031-1.609-1.031-1.609H23.4s.044.591 1.483 2.278a10 10 0 0 1-.822.761l.328 1.024s.494-.425 1.115-1.083a46 46 0 0 0 2.459 2.449l.673-.673c-1.111-1.008-1.925-1.807-2.522-2.449a7.45 7.45 0 0 0 1.786-3.234h1.775Z"/><path fill="#4f8bf5" d="M11.4 10a1.4 1.4 0 0 0-1.4 1.4v14.24a1.4 1.4 0 0 0 1.4 1.4h13.632L19.561 10Z"/><path fill="#fff" d="M21.242 14.216H29.6a1.39 1.39 0 0 1 1.4 1.375v8.419Z" opacity=".2"/><path fill="#f2f2f2" d="M13.792 18.856c.458-1.18.908-2.362 1.365-3.542h1.327q.107.273.212.548c.335.865.665 1.732 1 2.6s.659 1.714.989 2.572l.267.692h-1.165q-.249-.758-.494-1.518h-2.944q-.245.76-.493 1.518h-1.165l1.1-2.866m.886.5h2.288c-.382-1-.76-2.008-1.144-3.011c-.384 1.003-.761 2.009-1.143 3.012Z"/></svg> </template>
CSS
.icon-folder-type-locale {
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%235561bf%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%23d9d9d9%22%20d%3D%22M29.6%2031a1.39%201.39%200%200%200%201.4-1.376V15.591a1.39%201.39%200%200%200-1.4-1.376H15.968L21.439%2031Z%22%2F%3E%3Cpath%20fill%3D%22%234352b8%22%20d%3D%22M25.03%2027.035L21.464%2031l-1.297-3.965z%22%2F%3E%3Cpath%20fill%3D%22%23617d8b%22%20d%3D%22M29.673%2020.03v-.82h-3.955v-1.326h-1.283v1.325H21.91v.82h5.023a7.3%207.3%200%200%201-1.441%202.535c-1.027-1.214-1.031-1.609-1.031-1.609H23.4s.044.591%201.483%202.278a10%2010%200%200%201-.822.761l.328%201.024s.494-.425%201.115-1.083a46%2046%200%200%200%202.459%202.449l.673-.673c-1.111-1.008-1.925-1.807-2.522-2.449a7.45%207.45%200%200%200%201.786-3.234h1.775Z%22%2F%3E%3Cpath%20fill%3D%22%234f8bf5%22%20d%3D%22M11.4%2010a1.4%201.4%200%200%200-1.4%201.4v14.24a1.4%201.4%200%200%200%201.4%201.4h13.632L19.561%2010Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.242%2014.216H29.6a1.39%201.39%200%200%201%201.4%201.375v8.419Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20fill%3D%22%23f2f2f2%22%20d%3D%22M13.792%2018.856c.458-1.18.908-2.362%201.365-3.542h1.327q.107.273.212.548c.335.865.665%201.732%201%202.6s.659%201.714.989%202.572l.267.692h-1.165q-.249-.758-.494-1.518h-2.944q-.245.76-.493%201.518h-1.165l1.1-2.866m.886.5h2.288c-.382-1-.76-2.008-1.144-3.011c-.384%201.003-.761%202.009-1.143%203.012Z%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%235561bf%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%23d9d9d9%22%20d%3D%22M29.6%2031a1.39%201.39%200%200%200%201.4-1.376V15.591a1.39%201.39%200%200%200-1.4-1.376H15.968L21.439%2031Z%22%2F%3E%3Cpath%20fill%3D%22%234352b8%22%20d%3D%22M25.03%2027.035L21.464%2031l-1.297-3.965z%22%2F%3E%3Cpath%20fill%3D%22%23617d8b%22%20d%3D%22M29.673%2020.03v-.82h-3.955v-1.326h-1.283v1.325H21.91v.82h5.023a7.3%207.3%200%200%201-1.441%202.535c-1.027-1.214-1.031-1.609-1.031-1.609H23.4s.044.591%201.483%202.278a10%2010%200%200%201-.822.761l.328%201.024s.494-.425%201.115-1.083a46%2046%200%200%200%202.459%202.449l.673-.673c-1.111-1.008-1.925-1.807-2.522-2.449a7.45%207.45%200%200%200%201.786-3.234h1.775Z%22%2F%3E%3Cpath%20fill%3D%22%234f8bf5%22%20d%3D%22M11.4%2010a1.4%201.4%200%200%200-1.4%201.4v14.24a1.4%201.4%200%200%200%201.4%201.4h13.632L19.561%2010Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.242%2014.216H29.6a1.39%201.39%200%200%201%201.4%201.375v8.419Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20fill%3D%22%23f2f2f2%22%20d%3D%22M13.792%2018.856c.458-1.18.908-2.362%201.365-3.542h1.327q.107.273.212.548c.335.865.665%201.732%201%202.6s.659%201.714.989%202.572l.267.692h-1.165q-.249-.758-.494-1.518h-2.944q-.245.76-.493%201.518h-1.165l1.1-2.866m.886.5h2.288c-.382-1-.76-2.008-1.144-3.011c-.384%201.003-.761%202.009-1.143%203.012Z%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-locale.svg?color=%231a73e8&size=48