Total Apps Folder In Folder Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Total Apps Folder In Folder icon is commonly used in file browsers, project management tools and admin panels. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/334135.svg" alt="Total Apps Folder In Folder icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334135.svg" alt="Total Apps Folder In Folder icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334135.svg" alt="Total Apps Folder In Folder icon" :width="24" :height="24" />
CSS background
.icon-total-apps-folder-in-folder {
background-image: url('https://proicons.com/icon/334135.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M37.138,36.57v3.062H7.838c-1.289.0022-2.3358-1.041-2.338-2.33h0V14.696h3.056v21.874h28.582ZM12.113,10.698c.0022-1.2886,1.0484-2.3317,2.337-2.33h6.793c.65,0,1.283.202,1.812.579l3.828,2.725c.5291.3767,1.1625.5791,1.812.579h11.468c1.2886-.0017,2.3348,1.0414,2.337,2.33v15.531c-.0022,1.2886-1.0484,2.3317-2.337,2.33H14.45c-1.2886.0017-2.3348-1.0414-2.337-2.33V10.698Z"/></svg>
Copied!