folder type binary opened logo
folder-type-binary-opened from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- folder-type-binary-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 binary opened logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#dd7a7d" 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="#dd7a7d" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#9f4246" d="M25.742 9.9H13.441v21h17.475V15.15z"/><path fill="#fff" d="M29.577 29.663H14.851V11.138h10.055l4.75 4.749v13.776z"/><path fill="#9f4246" d="M18.652 19.945c1.188 0 1.922-1.1 1.922-2.747c0-1.609-.6-2.582-1.8-2.582s-1.929 1.1-1.929 2.747c.001 1.612.603 2.582 1.807 2.582M17.72 17.2c0-1.172.322-1.84.99-1.84c.487 0 .784.413.916 1.105l-1.9.982a2 2 0 0 1-.006-.247m1 2c-.478 0-.784-.4-.916-1.073l1.9-.982v.215c-.004 1.174-.317 1.84-.986 1.84Zm7.701.635l.075-.767h-1.238v-4.51l-.882.075v.6l-1.271.132l.017.668L24.376 16v3.069h-1.387v.768zm-5.888 7.125l.075-.767h-1.237v-4.511l-.883.075v.6l-1.27.132l.016.669l1.254-.033v3.069h-1.386v.768zm4.082.107c1.188 0 1.922-1.1 1.922-2.747c0-1.609-.6-2.582-1.8-2.582s-1.93 1.1-1.93 2.747c0 1.611.6 2.585 1.808 2.585Zm-.932-2.745c0-1.172.322-1.84.99-1.84c.487 0 .784.412.916 1.105l-1.9.982a2 2 0 0 1-.006-.247m1 2c-.479 0-.784-.4-.916-1.073l1.9-.982v.214c-.004 1.178-.318 1.844-.986 1.844Z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFolderTypeBinaryOpened(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#dd7a7d" 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="#dd7a7d" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#9f4246" d="M25.742 9.9H13.441v21h17.475V15.15z"/><path fill="#fff" d="M29.577 29.663H14.851V11.138h10.055l4.75 4.749v13.776z"/><path fill="#9f4246" d="M18.652 19.945c1.188 0 1.922-1.1 1.922-2.747c0-1.609-.6-2.582-1.8-2.582s-1.929 1.1-1.929 2.747c.001 1.612.603 2.582 1.807 2.582M17.72 17.2c0-1.172.322-1.84.99-1.84c.487 0 .784.413.916 1.105l-1.9.982a2 2 0 0 1-.006-.247m1 2c-.478 0-.784-.4-.916-1.073l1.9-.982v.215c-.004 1.174-.317 1.84-.986 1.84Zm7.701.635l.075-.767h-1.238v-4.51l-.882.075v.6l-1.271.132l.017.668L24.376 16v3.069h-1.387v.768zm-5.888 7.125l.075-.767h-1.237v-4.511l-.883.075v.6l-1.27.132l.016.669l1.254-.033v3.069h-1.386v.768zm4.082.107c1.188 0 1.922-1.1 1.922-2.747c0-1.609-.6-2.582-1.8-2.582s-1.93 1.1-1.93 2.747c0 1.611.6 2.585 1.808 2.585Zm-.932-2.745c0-1.172.322-1.84.99-1.84c.487 0 .784.412.916 1.105l-1.9.982a2 2 0 0 1-.006-.247m1 2c-.479 0-.784-.4-.916-1.073l1.9-.982v.214c-.004 1.178-.318 1.844-.986 1.844Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#dd7a7d" 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="#dd7a7d" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#9f4246" d="M25.742 9.9H13.441v21h17.475V15.15z"/><path fill="#fff" d="M29.577 29.663H14.851V11.138h10.055l4.75 4.749v13.776z"/><path fill="#9f4246" d="M18.652 19.945c1.188 0 1.922-1.1 1.922-2.747c0-1.609-.6-2.582-1.8-2.582s-1.929 1.1-1.929 2.747c.001 1.612.603 2.582 1.807 2.582M17.72 17.2c0-1.172.322-1.84.99-1.84c.487 0 .784.413.916 1.105l-1.9.982a2 2 0 0 1-.006-.247m1 2c-.478 0-.784-.4-.916-1.073l1.9-.982v.215c-.004 1.174-.317 1.84-.986 1.84Zm7.701.635l.075-.767h-1.238v-4.51l-.882.075v.6l-1.271.132l.017.668L24.376 16v3.069h-1.387v.768zm-5.888 7.125l.075-.767h-1.237v-4.511l-.883.075v.6l-1.27.132l.016.669l1.254-.033v3.069h-1.386v.768zm4.082.107c1.188 0 1.922-1.1 1.922-2.747c0-1.609-.6-2.582-1.8-2.582s-1.93 1.1-1.93 2.747c0 1.611.6 2.585 1.808 2.585Zm-.932-2.745c0-1.172.322-1.84.99-1.84c.487 0 .784.412.916 1.105l-1.9.982a2 2 0 0 1-.006-.247m1 2c-.479 0-.784-.4-.916-1.073l1.9-.982v.214c-.004 1.178-.318 1.844-.986 1.844Z"/></svg> </template>
CSS
.icon-folder-type-binary-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%23dd7a7d%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%23dd7a7d%22%20d%3D%22M25.7%2013.7H.5l3.8%2012.8h25.2z%22%2F%3E%3Cpath%20fill%3D%22%239f4246%22%20d%3D%22M25.742%209.9H13.441v21h17.475V15.15z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M29.577%2029.663H14.851V11.138h10.055l4.75%204.749v13.776z%22%2F%3E%3Cpath%20fill%3D%22%239f4246%22%20d%3D%22M18.652%2019.945c1.188%200%201.922-1.1%201.922-2.747c0-1.609-.6-2.582-1.8-2.582s-1.929%201.1-1.929%202.747c.001%201.612.603%202.582%201.807%202.582M17.72%2017.2c0-1.172.322-1.84.99-1.84c.487%200%20.784.413.916%201.105l-1.9.982a2%202%200%200%201-.006-.247m1%202c-.478%200-.784-.4-.916-1.073l1.9-.982v.215c-.004%201.174-.317%201.84-.986%201.84Zm7.701.635l.075-.767h-1.238v-4.51l-.882.075v.6l-1.271.132l.017.668L24.376%2016v3.069h-1.387v.768zm-5.888%207.125l.075-.767h-1.237v-4.511l-.883.075v.6l-1.27.132l.016.669l1.254-.033v3.069h-1.386v.768zm4.082.107c1.188%200%201.922-1.1%201.922-2.747c0-1.609-.6-2.582-1.8-2.582s-1.93%201.1-1.93%202.747c0%201.611.6%202.585%201.808%202.585Zm-.932-2.745c0-1.172.322-1.84.99-1.84c.487%200%20.784.412.916%201.105l-1.9.982a2%202%200%200%201-.006-.247m1%202c-.479%200-.784-.4-.916-1.073l1.9-.982v.214c-.004%201.178-.318%201.844-.986%201.844Z%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%23dd7a7d%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%23dd7a7d%22%20d%3D%22M25.7%2013.7H.5l3.8%2012.8h25.2z%22%2F%3E%3Cpath%20fill%3D%22%239f4246%22%20d%3D%22M25.742%209.9H13.441v21h17.475V15.15z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M29.577%2029.663H14.851V11.138h10.055l4.75%204.749v13.776z%22%2F%3E%3Cpath%20fill%3D%22%239f4246%22%20d%3D%22M18.652%2019.945c1.188%200%201.922-1.1%201.922-2.747c0-1.609-.6-2.582-1.8-2.582s-1.929%201.1-1.929%202.747c.001%201.612.603%202.582%201.807%202.582M17.72%2017.2c0-1.172.322-1.84.99-1.84c.487%200%20.784.413.916%201.105l-1.9.982a2%202%200%200%201-.006-.247m1%202c-.478%200-.784-.4-.916-1.073l1.9-.982v.215c-.004%201.174-.317%201.84-.986%201.84Zm7.701.635l.075-.767h-1.238v-4.51l-.882.075v.6l-1.271.132l.017.668L24.376%2016v3.069h-1.387v.768zm-5.888%207.125l.075-.767h-1.237v-4.511l-.883.075v.6l-1.27.132l.016.669l1.254-.033v3.069h-1.386v.768zm4.082.107c1.188%200%201.922-1.1%201.922-2.747c0-1.609-.6-2.582-1.8-2.582s-1.93%201.1-1.93%202.747c0%201.611.6%202.585%201.808%202.585Zm-.932-2.745c0-1.172.322-1.84.99-1.84c.487%200%20.784.412.916%201.105l-1.9.982a2%202%200%200%201-.006-.247m1%202c-.479%200-.784-.4-.916-1.073l1.9-.982v.214c-.004%201.178-.318%201.844-.986%201.844Z%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-binary-opened.svg?color=%231a73e8&size=48