file type locale logo
file-type-locale from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-locale
- Set
- VSCode Icons
- Style
- Color
- Viewbox
- 32×32
- License
- MIT
Related icons in VSCode Icons
file-type-accessfile-type-access2file-type-actionscriptfile-type-actionscript2file-type-adafile-type-advplfile-type-affinityfile-type-affinitydesignerfile-type-affinityphotofile-type-affinitypublisherfile-type-agdafile-type-agentsfile-type-aifile-type-ai2file-type-aikidofile-type-alfile-type-al-dalfile-type-alchemyfile-type-allcontributorsfile-type-alloyfile-type-allurefile-type-angularfile-type-ansiblefile-type-antlers-html
Use the file type locale logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#d9d9d9" d="M28.137 30A1.854 1.854 0 0 0 30 28.168V9.454a1.854 1.854 0 0 0-1.863-1.835H9.956L17.253 30Z"/><path fill="#4352b8" d="m22.041 24.715l-4.755 5.288l-1.731-5.288z"/><path fill="#617d8b" d="M28.233 15.373v-1.094h-5.274v-1.767h-1.712v1.767h-3.366v1.094h6.7a9.7 9.7 0 0 1-1.922 3.38c-1.369-1.619-1.375-2.146-1.375-2.146h-1.422s.059.788 1.978 3.038a14 14 0 0 1-1.1 1.016l.438 1.366s.659-.567 1.487-1.445c.828.9 1.9 1.978 3.279 3.265l.9-.9c-1.481-1.344-2.567-2.41-3.364-3.265a9.9 9.9 0 0 0 2.385-4.315h2.368Z"/><path fill="#4f8bf5" d="M3.863 2A1.87 1.87 0 0 0 2 3.863v18.992a1.87 1.87 0 0 0 1.863 1.863h18.181L14.747 2Z"/><path fill="#fff" d="M16.989 7.619h11.148A1.854 1.854 0 0 1 30 9.454v11.227Z" opacity=".2"/><path fill="#f2f2f2" d="M7.055 13.808c.611-1.573 1.211-3.151 1.821-4.724h1.77c.1.242.189.487.282.73c.447 1.153.887 2.309 1.334 3.463s.879 2.286 1.319 3.429l.356.923h-1.558q-.331-1.011-.658-2.024H7.8q-.326 1.013-.658 2.024H5.588l1.469-3.822m1.181.673h3.051c-.51-1.338-1.014-2.678-1.526-4.015c-.514 1.335-1.017 2.678-1.528 4.016Z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeLocale(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#d9d9d9" d="M28.137 30A1.854 1.854 0 0 0 30 28.168V9.454a1.854 1.854 0 0 0-1.863-1.835H9.956L17.253 30Z"/><path fill="#4352b8" d="m22.041 24.715l-4.755 5.288l-1.731-5.288z"/><path fill="#617d8b" d="M28.233 15.373v-1.094h-5.274v-1.767h-1.712v1.767h-3.366v1.094h6.7a9.7 9.7 0 0 1-1.922 3.38c-1.369-1.619-1.375-2.146-1.375-2.146h-1.422s.059.788 1.978 3.038a14 14 0 0 1-1.1 1.016l.438 1.366s.659-.567 1.487-1.445c.828.9 1.9 1.978 3.279 3.265l.9-.9c-1.481-1.344-2.567-2.41-3.364-3.265a9.9 9.9 0 0 0 2.385-4.315h2.368Z"/><path fill="#4f8bf5" d="M3.863 2A1.87 1.87 0 0 0 2 3.863v18.992a1.87 1.87 0 0 0 1.863 1.863h18.181L14.747 2Z"/><path fill="#fff" d="M16.989 7.619h11.148A1.854 1.854 0 0 1 30 9.454v11.227Z" opacity=".2"/><path fill="#f2f2f2" d="M7.055 13.808c.611-1.573 1.211-3.151 1.821-4.724h1.77c.1.242.189.487.282.73c.447 1.153.887 2.309 1.334 3.463s.879 2.286 1.319 3.429l.356.923h-1.558q-.331-1.011-.658-2.024H7.8q-.326 1.013-.658 2.024H5.588l1.469-3.822m1.181.673h3.051c-.51-1.338-1.014-2.678-1.526-4.015c-.514 1.335-1.017 2.678-1.528 4.016Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#d9d9d9" d="M28.137 30A1.854 1.854 0 0 0 30 28.168V9.454a1.854 1.854 0 0 0-1.863-1.835H9.956L17.253 30Z"/><path fill="#4352b8" d="m22.041 24.715l-4.755 5.288l-1.731-5.288z"/><path fill="#617d8b" d="M28.233 15.373v-1.094h-5.274v-1.767h-1.712v1.767h-3.366v1.094h6.7a9.7 9.7 0 0 1-1.922 3.38c-1.369-1.619-1.375-2.146-1.375-2.146h-1.422s.059.788 1.978 3.038a14 14 0 0 1-1.1 1.016l.438 1.366s.659-.567 1.487-1.445c.828.9 1.9 1.978 3.279 3.265l.9-.9c-1.481-1.344-2.567-2.41-3.364-3.265a9.9 9.9 0 0 0 2.385-4.315h2.368Z"/><path fill="#4f8bf5" d="M3.863 2A1.87 1.87 0 0 0 2 3.863v18.992a1.87 1.87 0 0 0 1.863 1.863h18.181L14.747 2Z"/><path fill="#fff" d="M16.989 7.619h11.148A1.854 1.854 0 0 1 30 9.454v11.227Z" opacity=".2"/><path fill="#f2f2f2" d="M7.055 13.808c.611-1.573 1.211-3.151 1.821-4.724h1.77c.1.242.189.487.282.73c.447 1.153.887 2.309 1.334 3.463s.879 2.286 1.319 3.429l.356.923h-1.558q-.331-1.011-.658-2.024H7.8q-.326 1.013-.658 2.024H5.588l1.469-3.822m1.181.673h3.051c-.51-1.338-1.014-2.678-1.526-4.015c-.514 1.335-1.017 2.678-1.528 4.016Z"/></svg> </template>
CSS
.icon-file-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%23d9d9d9%22%20d%3D%22M28.137%2030A1.854%201.854%200%200%200%2030%2028.168V9.454a1.854%201.854%200%200%200-1.863-1.835H9.956L17.253%2030Z%22%2F%3E%3Cpath%20fill%3D%22%234352b8%22%20d%3D%22m22.041%2024.715l-4.755%205.288l-1.731-5.288z%22%2F%3E%3Cpath%20fill%3D%22%23617d8b%22%20d%3D%22M28.233%2015.373v-1.094h-5.274v-1.767h-1.712v1.767h-3.366v1.094h6.7a9.7%209.7%200%200%201-1.922%203.38c-1.369-1.619-1.375-2.146-1.375-2.146h-1.422s.059.788%201.978%203.038a14%2014%200%200%201-1.1%201.016l.438%201.366s.659-.567%201.487-1.445c.828.9%201.9%201.978%203.279%203.265l.9-.9c-1.481-1.344-2.567-2.41-3.364-3.265a9.9%209.9%200%200%200%202.385-4.315h2.368Z%22%2F%3E%3Cpath%20fill%3D%22%234f8bf5%22%20d%3D%22M3.863%202A1.87%201.87%200%200%200%202%203.863v18.992a1.87%201.87%200%200%200%201.863%201.863h18.181L14.747%202Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.989%207.619h11.148A1.854%201.854%200%200%201%2030%209.454v11.227Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20fill%3D%22%23f2f2f2%22%20d%3D%22M7.055%2013.808c.611-1.573%201.211-3.151%201.821-4.724h1.77c.1.242.189.487.282.73c.447%201.153.887%202.309%201.334%203.463s.879%202.286%201.319%203.429l.356.923h-1.558q-.331-1.011-.658-2.024H7.8q-.326%201.013-.658%202.024H5.588l1.469-3.822m1.181.673h3.051c-.51-1.338-1.014-2.678-1.526-4.015c-.514%201.335-1.017%202.678-1.528%204.016Z%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%23d9d9d9%22%20d%3D%22M28.137%2030A1.854%201.854%200%200%200%2030%2028.168V9.454a1.854%201.854%200%200%200-1.863-1.835H9.956L17.253%2030Z%22%2F%3E%3Cpath%20fill%3D%22%234352b8%22%20d%3D%22m22.041%2024.715l-4.755%205.288l-1.731-5.288z%22%2F%3E%3Cpath%20fill%3D%22%23617d8b%22%20d%3D%22M28.233%2015.373v-1.094h-5.274v-1.767h-1.712v1.767h-3.366v1.094h6.7a9.7%209.7%200%200%201-1.922%203.38c-1.369-1.619-1.375-2.146-1.375-2.146h-1.422s.059.788%201.978%203.038a14%2014%200%200%201-1.1%201.016l.438%201.366s.659-.567%201.487-1.445c.828.9%201.9%201.978%203.279%203.265l.9-.9c-1.481-1.344-2.567-2.41-3.364-3.265a9.9%209.9%200%200%200%202.385-4.315h2.368Z%22%2F%3E%3Cpath%20fill%3D%22%234f8bf5%22%20d%3D%22M3.863%202A1.87%201.87%200%200%200%202%203.863v18.992a1.87%201.87%200%200%200%201.863%201.863h18.181L14.747%202Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.989%207.619h11.148A1.854%201.854%200%200%201%2030%209.454v11.227Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20fill%3D%22%23f2f2f2%22%20d%3D%22M7.055%2013.808c.611-1.573%201.211-3.151%201.821-4.724h1.77c.1.242.189.487.282.73c.447%201.153.887%202.309%201.334%203.463s.879%202.286%201.319%203.429l.356.923h-1.558q-.331-1.011-.658-2.024H7.8q-.326%201.013-.658%202.024H5.588l1.469-3.822m1.181.673h3.051c-.51-1.338-1.014-2.678-1.526-4.015c-.514%201.335-1.017%202.678-1.528%204.016Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/file-type-locale.svg?color=%231a73e8&size=48