folder type mobile logo

folder-type-mobile from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.

Name
folder-type-mobile
Set
VSCode Icons
Style
Color
Viewbox
32×32
License
MIT

Related icons in VSCode Icons

Use the folder type mobile logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#8146c0" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><rect width="11.596" height="17.894" x="18" y="11.701" fill="#381d55" stroke="#381d55" stroke-width=".758" ry="2.237"/><rect width="9.605" height="14" x="19" y="13.427" fill="#aa83d5" ry="0"/><circle cx="23.802" cy="28.652" r=".652" fill="#aa83d5"/><rect width="2.864" height=".449" x="22.353" y="12.27" fill="#aa83d5" ry=".224"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFolderTypeMobile(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#8146c0" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><rect width="11.596" height="17.894" x="18" y="11.701" fill="#381d55" stroke="#381d55" strokeWidth=".758" ry="2.237"/><rect width="9.605" height="14" x="19" y="13.427" fill="#aa83d5" ry="0"/><circle cx="23.802" cy="28.652" r=".652" fill="#aa83d5"/><rect width="2.864" height=".449" x="22.353" y="12.27" fill="#aa83d5" ry=".224"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#8146c0" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><rect width="11.596" height="17.894" x="18" y="11.701" fill="#381d55" stroke="#381d55" stroke-width=".758" ry="2.237"/><rect width="9.605" height="14" x="19" y="13.427" fill="#aa83d5" ry="0"/><circle cx="23.802" cy="28.652" r=".652" fill="#aa83d5"/><rect width="2.864" height=".449" x="22.353" y="12.27" fill="#aa83d5" ry=".224"/></svg>
</template>

CSS

.icon-folder-type-mobile {
  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%238146c0%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%3Crect%20width%3D%2211.596%22%20height%3D%2217.894%22%20x%3D%2218%22%20y%3D%2211.701%22%20fill%3D%22%23381d55%22%20stroke%3D%22%23381d55%22%20stroke-width%3D%22.758%22%20ry%3D%222.237%22%2F%3E%3Crect%20width%3D%229.605%22%20height%3D%2214%22%20x%3D%2219%22%20y%3D%2213.427%22%20fill%3D%22%23aa83d5%22%20ry%3D%220%22%2F%3E%3Ccircle%20cx%3D%2223.802%22%20cy%3D%2228.652%22%20r%3D%22.652%22%20fill%3D%22%23aa83d5%22%2F%3E%3Crect%20width%3D%222.864%22%20height%3D%22.449%22%20x%3D%2222.353%22%20y%3D%2212.27%22%20fill%3D%22%23aa83d5%22%20ry%3D%22.224%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%238146c0%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%3Crect%20width%3D%2211.596%22%20height%3D%2217.894%22%20x%3D%2218%22%20y%3D%2211.701%22%20fill%3D%22%23381d55%22%20stroke%3D%22%23381d55%22%20stroke-width%3D%22.758%22%20ry%3D%222.237%22%2F%3E%3Crect%20width%3D%229.605%22%20height%3D%2214%22%20x%3D%2219%22%20y%3D%2213.427%22%20fill%3D%22%23aa83d5%22%20ry%3D%220%22%2F%3E%3Ccircle%20cx%3D%2223.802%22%20cy%3D%2228.652%22%20r%3D%22.652%22%20fill%3D%22%23aa83d5%22%2F%3E%3Crect%20width%3D%222.864%22%20height%3D%22.449%22%20x%3D%2222.353%22%20y%3D%2212.27%22%20fill%3D%22%23aa83d5%22%20ry%3D%22.224%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-mobile.svg?color=%231a73e8&size=48