folder type ios logo
folder-type-ios from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- folder-type-ios
- 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 ios logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#5a5a5a" 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="#b3b3b3" d="M28.416 20.535a4.66 4.66 0 0 1 2.225-3.924a4.81 4.81 0 0 0-3.769-2.043c-1.605-.163-3.132.945-3.947.945s-2.07-.921-3.4-.9a5.04 5.04 0 0 0-4.264 2.587c-1.818 3.154-.466 7.827 1.306 10.385c.866 1.252 1.9 2.659 3.253 2.608c1.305-.052 1.8-.845 3.377-.845s2.022.845 3.4.819c1.4-.026 2.294-1.276 3.154-2.532a11.4 11.4 0 0 0 1.431-2.935a4.55 4.55 0 0 1-2.766-4.165m-2.6-7.66a4.54 4.54 0 0 0 1.072-3.292a4.62 4.62 0 0 0-3.036 1.561a4.32 4.32 0 0 0-1.095 3.189a3.82 3.82 0 0 0 3.064-1.458Z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFolderTypeIos(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#5a5a5a" 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="#b3b3b3" d="M28.416 20.535a4.66 4.66 0 0 1 2.225-3.924a4.81 4.81 0 0 0-3.769-2.043c-1.605-.163-3.132.945-3.947.945s-2.07-.921-3.4-.9a5.04 5.04 0 0 0-4.264 2.587c-1.818 3.154-.466 7.827 1.306 10.385c.866 1.252 1.9 2.659 3.253 2.608c1.305-.052 1.8-.845 3.377-.845s2.022.845 3.4.819c1.4-.026 2.294-1.276 3.154-2.532a11.4 11.4 0 0 0 1.431-2.935a4.55 4.55 0 0 1-2.766-4.165m-2.6-7.66a4.54 4.54 0 0 0 1.072-3.292a4.62 4.62 0 0 0-3.036 1.561a4.32 4.32 0 0 0-1.095 3.189a3.82 3.82 0 0 0 3.064-1.458Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#5a5a5a" 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="#b3b3b3" d="M28.416 20.535a4.66 4.66 0 0 1 2.225-3.924a4.81 4.81 0 0 0-3.769-2.043c-1.605-.163-3.132.945-3.947.945s-2.07-.921-3.4-.9a5.04 5.04 0 0 0-4.264 2.587c-1.818 3.154-.466 7.827 1.306 10.385c.866 1.252 1.9 2.659 3.253 2.608c1.305-.052 1.8-.845 3.377-.845s2.022.845 3.4.819c1.4-.026 2.294-1.276 3.154-2.532a11.4 11.4 0 0 0 1.431-2.935a4.55 4.55 0 0 1-2.766-4.165m-2.6-7.66a4.54 4.54 0 0 0 1.072-3.292a4.62 4.62 0 0 0-3.036 1.561a4.32 4.32 0 0 0-1.095 3.189a3.82 3.82 0 0 0 3.064-1.458Z"/></svg> </template>
CSS
.icon-folder-type-ios {
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%235a5a5a%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%23b3b3b3%22%20d%3D%22M28.416%2020.535a4.66%204.66%200%200%201%202.225-3.924a4.81%204.81%200%200%200-3.769-2.043c-1.605-.163-3.132.945-3.947.945s-2.07-.921-3.4-.9a5.04%205.04%200%200%200-4.264%202.587c-1.818%203.154-.466%207.827%201.306%2010.385c.866%201.252%201.9%202.659%203.253%202.608c1.305-.052%201.8-.845%203.377-.845s2.022.845%203.4.819c1.4-.026%202.294-1.276%203.154-2.532a11.4%2011.4%200%200%200%201.431-2.935a4.55%204.55%200%200%201-2.766-4.165m-2.6-7.66a4.54%204.54%200%200%200%201.072-3.292a4.62%204.62%200%200%200-3.036%201.561a4.32%204.32%200%200%200-1.095%203.189a3.82%203.82%200%200%200%203.064-1.458Z%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%235a5a5a%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%23b3b3b3%22%20d%3D%22M28.416%2020.535a4.66%204.66%200%200%201%202.225-3.924a4.81%204.81%200%200%200-3.769-2.043c-1.605-.163-3.132.945-3.947.945s-2.07-.921-3.4-.9a5.04%205.04%200%200%200-4.264%202.587c-1.818%203.154-.466%207.827%201.306%2010.385c.866%201.252%201.9%202.659%203.253%202.608c1.305-.052%201.8-.845%203.377-.845s2.022.845%203.4.819c1.4-.026%202.294-1.276%203.154-2.532a11.4%2011.4%200%200%200%201.431-2.935a4.55%204.55%200%200%201-2.766-4.165m-2.6-7.66a4.54%204.54%200%200%200%201.072-3.292a4.62%204.62%200%200%200-3.036%201.561a4.32%204.32%200%200%200-1.095%203.189a3.82%203.82%200%200%200%203.064-1.458Z%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-ios.svg?color=%231a73e8&size=48