folder type style opened logo
folder-type-style-opened from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- folder-type-style-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 style opened logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#7cb0d8" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#7cb0d8" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#1572b6" d="M14.167 28.901L12.482 10h18.516l-1.686 18.898L21.729 31z"/><path fill="#33a9dc" d="m21.74 29.393l6.127-1.699l1.442-16.149H21.74z"/><path fill="#ebebeb" d="M15.25 19.535c1.691 0 1.929-.685 1.929-1.3a7.7 7.7 0 0 0-.192-1.475a7.7 7.7 0 0 1-.187-1.46c0-1.616 1.429-2.3 3.453-2.3h.5v.967h-.428c-1.406 0-1.881.562-1.881 1.51a5.7 5.7 0 0 0 .167 1.247a6 6 0 0 1 .167 1.334c.023 1.124-.644 1.686-1.716 1.9v.034a1.8 1.8 0 0 1 1.716 1.915a6 6 0 0 1-.167 1.334a5.8 5.8 0 0 0-.167 1.266c0 .983.547 1.528 1.881 1.528h.428V27h-.5c-1.976 0-3.453-.632-3.453-2.406a7.5 7.5 0 0 1 .19-1.44a7 7 0 0 0 .192-1.423c0-.545-.238-1.3-1.929-1.3Z"/><path fill="#fff" d="M28.25 20.43c-1.691 0-1.929.755-1.929 1.3a7.3 7.3 0 0 0 .19 1.423a7.3 7.3 0 0 1 .192 1.44C26.7 26.366 25.2 27 23.25 27h-.5v-.967h.405c1.334-.017 1.9-.545 1.9-1.527a8 8 0 0 0-.167-1.266a6 6 0 0 1-.19-1.334a1.834 1.834 0 0 1 1.714-1.915v-.034a1.83 1.83 0 0 1-1.714-1.9a6 6 0 0 1 .19-1.334a8 8 0 0 0 .167-1.247c0-.948-.5-1.493-1.881-1.51h-.424V13h.477c2.024 0 3.476.685 3.476 2.3a7.5 7.5 0 0 1-.192 1.459a8 8 0 0 0-.19 1.475c0 .615.238 1.3 1.929 1.3Z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFolderTypeStyleOpened(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#7cb0d8" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#7cb0d8" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#1572b6" d="M14.167 28.901L12.482 10h18.516l-1.686 18.898L21.729 31z"/><path fill="#33a9dc" d="m21.74 29.393l6.127-1.699l1.442-16.149H21.74z"/><path fill="#ebebeb" d="M15.25 19.535c1.691 0 1.929-.685 1.929-1.3a7.7 7.7 0 0 0-.192-1.475a7.7 7.7 0 0 1-.187-1.46c0-1.616 1.429-2.3 3.453-2.3h.5v.967h-.428c-1.406 0-1.881.562-1.881 1.51a5.7 5.7 0 0 0 .167 1.247a6 6 0 0 1 .167 1.334c.023 1.124-.644 1.686-1.716 1.9v.034a1.8 1.8 0 0 1 1.716 1.915a6 6 0 0 1-.167 1.334a5.8 5.8 0 0 0-.167 1.266c0 .983.547 1.528 1.881 1.528h.428V27h-.5c-1.976 0-3.453-.632-3.453-2.406a7.5 7.5 0 0 1 .19-1.44a7 7 0 0 0 .192-1.423c0-.545-.238-1.3-1.929-1.3Z"/><path fill="#fff" d="M28.25 20.43c-1.691 0-1.929.755-1.929 1.3a7.3 7.3 0 0 0 .19 1.423a7.3 7.3 0 0 1 .192 1.44C26.7 26.366 25.2 27 23.25 27h-.5v-.967h.405c1.334-.017 1.9-.545 1.9-1.527a8 8 0 0 0-.167-1.266a6 6 0 0 1-.19-1.334a1.834 1.834 0 0 1 1.714-1.915v-.034a1.83 1.83 0 0 1-1.714-1.9a6 6 0 0 1 .19-1.334a8 8 0 0 0 .167-1.247c0-.948-.5-1.493-1.881-1.51h-.424V13h.477c2.024 0 3.476.685 3.476 2.3a7.5 7.5 0 0 1-.192 1.459a8 8 0 0 0-.19 1.475c0 .615.238 1.3 1.929 1.3Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#7cb0d8" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#7cb0d8" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#1572b6" d="M14.167 28.901L12.482 10h18.516l-1.686 18.898L21.729 31z"/><path fill="#33a9dc" d="m21.74 29.393l6.127-1.699l1.442-16.149H21.74z"/><path fill="#ebebeb" d="M15.25 19.535c1.691 0 1.929-.685 1.929-1.3a7.7 7.7 0 0 0-.192-1.475a7.7 7.7 0 0 1-.187-1.46c0-1.616 1.429-2.3 3.453-2.3h.5v.967h-.428c-1.406 0-1.881.562-1.881 1.51a5.7 5.7 0 0 0 .167 1.247a6 6 0 0 1 .167 1.334c.023 1.124-.644 1.686-1.716 1.9v.034a1.8 1.8 0 0 1 1.716 1.915a6 6 0 0 1-.167 1.334a5.8 5.8 0 0 0-.167 1.266c0 .983.547 1.528 1.881 1.528h.428V27h-.5c-1.976 0-3.453-.632-3.453-2.406a7.5 7.5 0 0 1 .19-1.44a7 7 0 0 0 .192-1.423c0-.545-.238-1.3-1.929-1.3Z"/><path fill="#fff" d="M28.25 20.43c-1.691 0-1.929.755-1.929 1.3a7.3 7.3 0 0 0 .19 1.423a7.3 7.3 0 0 1 .192 1.44C26.7 26.366 25.2 27 23.25 27h-.5v-.967h.405c1.334-.017 1.9-.545 1.9-1.527a8 8 0 0 0-.167-1.266a6 6 0 0 1-.19-1.334a1.834 1.834 0 0 1 1.714-1.915v-.034a1.83 1.83 0 0 1-1.714-1.9a6 6 0 0 1 .19-1.334a8 8 0 0 0 .167-1.247c0-.948-.5-1.493-1.881-1.51h-.424V13h.477c2.024 0 3.476.685 3.476 2.3a7.5 7.5 0 0 1-.192 1.459a8 8 0 0 0-.19 1.475c0 .615.238 1.3 1.929 1.3Z"/></svg> </template>
CSS
.icon-folder-type-style-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%237cb0d8%22%20d%3D%22M27.4%205.5h-9.2l-2.1%204.2H4.3v16.8h25.2v-21Zm0%2018.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z%22%2F%3E%3Cpath%20fill%3D%22%237cb0d8%22%20d%3D%22M25.7%2013.7H.5l3.8%2012.8h25.2z%22%2F%3E%3Cpath%20fill%3D%22%231572b6%22%20d%3D%22M14.167%2028.901L12.482%2010h18.516l-1.686%2018.898L21.729%2031z%22%2F%3E%3Cpath%20fill%3D%22%2333a9dc%22%20d%3D%22m21.74%2029.393l6.127-1.699l1.442-16.149H21.74z%22%2F%3E%3Cpath%20fill%3D%22%23ebebeb%22%20d%3D%22M15.25%2019.535c1.691%200%201.929-.685%201.929-1.3a7.7%207.7%200%200%200-.192-1.475a7.7%207.7%200%200%201-.187-1.46c0-1.616%201.429-2.3%203.453-2.3h.5v.967h-.428c-1.406%200-1.881.562-1.881%201.51a5.7%205.7%200%200%200%20.167%201.247a6%206%200%200%201%20.167%201.334c.023%201.124-.644%201.686-1.716%201.9v.034a1.8%201.8%200%200%201%201.716%201.915a6%206%200%200%201-.167%201.334a5.8%205.8%200%200%200-.167%201.266c0%20.983.547%201.528%201.881%201.528h.428V27h-.5c-1.976%200-3.453-.632-3.453-2.406a7.5%207.5%200%200%201%20.19-1.44a7%207%200%200%200%20.192-1.423c0-.545-.238-1.3-1.929-1.3Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M28.25%2020.43c-1.691%200-1.929.755-1.929%201.3a7.3%207.3%200%200%200%20.19%201.423a7.3%207.3%200%200%201%20.192%201.44C26.7%2026.366%2025.2%2027%2023.25%2027h-.5v-.967h.405c1.334-.017%201.9-.545%201.9-1.527a8%208%200%200%200-.167-1.266a6%206%200%200%201-.19-1.334a1.834%201.834%200%200%201%201.714-1.915v-.034a1.83%201.83%200%200%201-1.714-1.9a6%206%200%200%201%20.19-1.334a8%208%200%200%200%20.167-1.247c0-.948-.5-1.493-1.881-1.51h-.424V13h.477c2.024%200%203.476.685%203.476%202.3a7.5%207.5%200%200%201-.192%201.459a8%208%200%200%200-.19%201.475c0%20.615.238%201.3%201.929%201.3Z%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%237cb0d8%22%20d%3D%22M27.4%205.5h-9.2l-2.1%204.2H4.3v16.8h25.2v-21Zm0%2018.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z%22%2F%3E%3Cpath%20fill%3D%22%237cb0d8%22%20d%3D%22M25.7%2013.7H.5l3.8%2012.8h25.2z%22%2F%3E%3Cpath%20fill%3D%22%231572b6%22%20d%3D%22M14.167%2028.901L12.482%2010h18.516l-1.686%2018.898L21.729%2031z%22%2F%3E%3Cpath%20fill%3D%22%2333a9dc%22%20d%3D%22m21.74%2029.393l6.127-1.699l1.442-16.149H21.74z%22%2F%3E%3Cpath%20fill%3D%22%23ebebeb%22%20d%3D%22M15.25%2019.535c1.691%200%201.929-.685%201.929-1.3a7.7%207.7%200%200%200-.192-1.475a7.7%207.7%200%200%201-.187-1.46c0-1.616%201.429-2.3%203.453-2.3h.5v.967h-.428c-1.406%200-1.881.562-1.881%201.51a5.7%205.7%200%200%200%20.167%201.247a6%206%200%200%201%20.167%201.334c.023%201.124-.644%201.686-1.716%201.9v.034a1.8%201.8%200%200%201%201.716%201.915a6%206%200%200%201-.167%201.334a5.8%205.8%200%200%200-.167%201.266c0%20.983.547%201.528%201.881%201.528h.428V27h-.5c-1.976%200-3.453-.632-3.453-2.406a7.5%207.5%200%200%201%20.19-1.44a7%207%200%200%200%20.192-1.423c0-.545-.238-1.3-1.929-1.3Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M28.25%2020.43c-1.691%200-1.929.755-1.929%201.3a7.3%207.3%200%200%200%20.19%201.423a7.3%207.3%200%200%201%20.192%201.44C26.7%2026.366%2025.2%2027%2023.25%2027h-.5v-.967h.405c1.334-.017%201.9-.545%201.9-1.527a8%208%200%200%200-.167-1.266a6%206%200%200%201-.19-1.334a1.834%201.834%200%200%201%201.714-1.915v-.034a1.83%201.83%200%200%201-1.714-1.9a6%206%200%200%201%20.19-1.334a8%208%200%200%200%20.167-1.247c0-.948-.5-1.493-1.881-1.51h-.424V13h.477c2.024%200%203.476.685%203.476%202.3a7.5%207.5%200%200%201-.192%201.459a8%208%200%200%200-.19%201.475c0%20.615.238%201.3%201.929%201.3Z%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-style-opened.svg?color=%231a73e8&size=48