folder type css opened logo
folder-type-css-opened from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- folder-type-css-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 css opened logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#a35be6" 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="#a45ae7" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#639" d="M12.475 12.475H28.05a2.967 2.967 0 0 1 2.967 2.966v12.61a2.967 2.967 0 0 1-2.967 2.966H15.441a2.967 2.967 0 0 1-2.966-2.967Z"/><path fill="#fff" d="M17.166 27.624v-3.115c0-1.243.797-1.91 2.002-1.91c1.187-.019 1.929.76 1.892 2.076h-1.372c.037-.5-.186-.871-.557-.852c-.463 0-.593.315-.593.908v2.707c0 .575.185.853.593.872c.427 0 .594-.427.557-.909h1.372c.074 1.354-.78 2.151-1.984 2.133c-1.169 0-1.91-.65-1.91-1.91m4.394-.223h1.28c.018.594.204.964.612.964s.556-.24.556-.797c0-.463-.204-.723-.705-.964l-.482-.223c-.853-.408-1.205-.908-1.205-1.91c0-1.112.705-1.89 1.854-1.89s1.762.796 1.78 2.094h-1.242c0-.537-.111-.908-.52-.908c-.37 0-.556.185-.556.649c0 .463.167.649.612.834l.445.204c.946.445 1.354 1.02 1.354 2.096c0 1.279-.723 1.984-1.91 1.984s-1.854-.816-1.873-2.133m4.19 0h1.299c0 .594.204.964.593.964c.39 0 .557-.24.557-.797c0-.463-.186-.723-.705-.964l-.482-.223c-.853-.408-1.187-.908-1.187-1.91c0-1.112.686-1.89 1.854-1.89s1.743.796 1.78 2.094h-1.242c-.018-.537-.13-.908-.538-.908c-.37 0-.537.185-.537.649c0 .463.148.649.593.834l.464.204c.927.445 1.335 1.02 1.335 2.096c0 1.279-.724 1.984-1.91 1.984c-1.187 0-1.855-.816-1.873-2.133z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFolderTypeCssOpened(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#a35be6" 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="#a45ae7" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#639" d="M12.475 12.475H28.05a2.967 2.967 0 0 1 2.967 2.966v12.61a2.967 2.967 0 0 1-2.967 2.966H15.441a2.967 2.967 0 0 1-2.966-2.967Z"/><path fill="#fff" d="M17.166 27.624v-3.115c0-1.243.797-1.91 2.002-1.91c1.187-.019 1.929.76 1.892 2.076h-1.372c.037-.5-.186-.871-.557-.852c-.463 0-.593.315-.593.908v2.707c0 .575.185.853.593.872c.427 0 .594-.427.557-.909h1.372c.074 1.354-.78 2.151-1.984 2.133c-1.169 0-1.91-.65-1.91-1.91m4.394-.223h1.28c.018.594.204.964.612.964s.556-.24.556-.797c0-.463-.204-.723-.705-.964l-.482-.223c-.853-.408-1.205-.908-1.205-1.91c0-1.112.705-1.89 1.854-1.89s1.762.796 1.78 2.094h-1.242c0-.537-.111-.908-.52-.908c-.37 0-.556.185-.556.649c0 .463.167.649.612.834l.445.204c.946.445 1.354 1.02 1.354 2.096c0 1.279-.723 1.984-1.91 1.984s-1.854-.816-1.873-2.133m4.19 0h1.299c0 .594.204.964.593.964c.39 0 .557-.24.557-.797c0-.463-.186-.723-.705-.964l-.482-.223c-.853-.408-1.187-.908-1.187-1.91c0-1.112.686-1.89 1.854-1.89s1.743.796 1.78 2.094h-1.242c-.018-.537-.13-.908-.538-.908c-.37 0-.537.185-.537.649c0 .463.148.649.593.834l.464.204c.927.445 1.335 1.02 1.335 2.096c0 1.279-.724 1.984-1.91 1.984c-1.187 0-1.855-.816-1.873-2.133z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#a35be6" 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="#a45ae7" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#639" d="M12.475 12.475H28.05a2.967 2.967 0 0 1 2.967 2.966v12.61a2.967 2.967 0 0 1-2.967 2.966H15.441a2.967 2.967 0 0 1-2.966-2.967Z"/><path fill="#fff" d="M17.166 27.624v-3.115c0-1.243.797-1.91 2.002-1.91c1.187-.019 1.929.76 1.892 2.076h-1.372c.037-.5-.186-.871-.557-.852c-.463 0-.593.315-.593.908v2.707c0 .575.185.853.593.872c.427 0 .594-.427.557-.909h1.372c.074 1.354-.78 2.151-1.984 2.133c-1.169 0-1.91-.65-1.91-1.91m4.394-.223h1.28c.018.594.204.964.612.964s.556-.24.556-.797c0-.463-.204-.723-.705-.964l-.482-.223c-.853-.408-1.205-.908-1.205-1.91c0-1.112.705-1.89 1.854-1.89s1.762.796 1.78 2.094h-1.242c0-.537-.111-.908-.52-.908c-.37 0-.556.185-.556.649c0 .463.167.649.612.834l.445.204c.946.445 1.354 1.02 1.354 2.096c0 1.279-.723 1.984-1.91 1.984s-1.854-.816-1.873-2.133m4.19 0h1.299c0 .594.204.964.593.964c.39 0 .557-.24.557-.797c0-.463-.186-.723-.705-.964l-.482-.223c-.853-.408-1.187-.908-1.187-1.91c0-1.112.686-1.89 1.854-1.89s1.743.796 1.78 2.094h-1.242c-.018-.537-.13-.908-.538-.908c-.37 0-.537.185-.537.649c0 .463.148.649.593.834l.464.204c.927.445 1.335 1.02 1.335 2.096c0 1.279-.724 1.984-1.91 1.984c-1.187 0-1.855-.816-1.873-2.133z"/></svg> </template>
CSS
.icon-folder-type-css-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%23a35be6%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%23a45ae7%22%20d%3D%22M25.7%2013.7H.5l3.8%2012.8h25.2z%22%2F%3E%3Cpath%20fill%3D%22%23639%22%20d%3D%22M12.475%2012.475H28.05a2.967%202.967%200%200%201%202.967%202.966v12.61a2.967%202.967%200%200%201-2.967%202.966H15.441a2.967%202.967%200%200%201-2.966-2.967Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17.166%2027.624v-3.115c0-1.243.797-1.91%202.002-1.91c1.187-.019%201.929.76%201.892%202.076h-1.372c.037-.5-.186-.871-.557-.852c-.463%200-.593.315-.593.908v2.707c0%20.575.185.853.593.872c.427%200%20.594-.427.557-.909h1.372c.074%201.354-.78%202.151-1.984%202.133c-1.169%200-1.91-.65-1.91-1.91m4.394-.223h1.28c.018.594.204.964.612.964s.556-.24.556-.797c0-.463-.204-.723-.705-.964l-.482-.223c-.853-.408-1.205-.908-1.205-1.91c0-1.112.705-1.89%201.854-1.89s1.762.796%201.78%202.094h-1.242c0-.537-.111-.908-.52-.908c-.37%200-.556.185-.556.649c0%20.463.167.649.612.834l.445.204c.946.445%201.354%201.02%201.354%202.096c0%201.279-.723%201.984-1.91%201.984s-1.854-.816-1.873-2.133m4.19%200h1.299c0%20.594.204.964.593.964c.39%200%20.557-.24.557-.797c0-.463-.186-.723-.705-.964l-.482-.223c-.853-.408-1.187-.908-1.187-1.91c0-1.112.686-1.89%201.854-1.89s1.743.796%201.78%202.094h-1.242c-.018-.537-.13-.908-.538-.908c-.37%200-.537.185-.537.649c0%20.463.148.649.593.834l.464.204c.927.445%201.335%201.02%201.335%202.096c0%201.279-.724%201.984-1.91%201.984c-1.187%200-1.855-.816-1.873-2.133z%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%23a35be6%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%23a45ae7%22%20d%3D%22M25.7%2013.7H.5l3.8%2012.8h25.2z%22%2F%3E%3Cpath%20fill%3D%22%23639%22%20d%3D%22M12.475%2012.475H28.05a2.967%202.967%200%200%201%202.967%202.966v12.61a2.967%202.967%200%200%201-2.967%202.966H15.441a2.967%202.967%200%200%201-2.966-2.967Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17.166%2027.624v-3.115c0-1.243.797-1.91%202.002-1.91c1.187-.019%201.929.76%201.892%202.076h-1.372c.037-.5-.186-.871-.557-.852c-.463%200-.593.315-.593.908v2.707c0%20.575.185.853.593.872c.427%200%20.594-.427.557-.909h1.372c.074%201.354-.78%202.151-1.984%202.133c-1.169%200-1.91-.65-1.91-1.91m4.394-.223h1.28c.018.594.204.964.612.964s.556-.24.556-.797c0-.463-.204-.723-.705-.964l-.482-.223c-.853-.408-1.205-.908-1.205-1.91c0-1.112.705-1.89%201.854-1.89s1.762.796%201.78%202.094h-1.242c0-.537-.111-.908-.52-.908c-.37%200-.556.185-.556.649c0%20.463.167.649.612.834l.445.204c.946.445%201.354%201.02%201.354%202.096c0%201.279-.723%201.984-1.91%201.984s-1.854-.816-1.873-2.133m4.19%200h1.299c0%20.594.204.964.593.964c.39%200%20.557-.24.557-.797c0-.463-.186-.723-.705-.964l-.482-.223c-.853-.408-1.187-.908-1.187-1.91c0-1.112.686-1.89%201.854-1.89s1.743.796%201.78%202.094h-1.242c-.018-.537-.13-.908-.538-.908c-.37%200-.537.185-.537.649c0%20.463.148.649.593.834l.464.204c.927.445%201.335%201.02%201.335%202.096c0%201.279-.724%201.984-1.91%201.984c-1.187%200-1.855-.816-1.873-2.133z%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-css-opened.svg?color=%231a73e8&size=48