Folder Minus Pixel Art Icon
A folder with a minus for removing a directory, collapsing folder contents, or reducing folder access in a permissions flow.
Tags
folderdirectoryfilesminusremovesubtractnegative
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Folder Minus icon
A folder icon overlaid with a minus sign, representing the action of removing, archiving, or reducing access to a directory. Use it on a 'Remove folder' button, a permission panel where a folder is being revoked for a user, or an archive action that collapses older directories. The minus implies a reversible reduction rather than permanent destruction. For permanent deletion, folder-x with an X mark signals a stronger action; for adding a new folder, folder-plus is the symmetrical counterpart.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/folder-minus.svg" width="24" height="24" alt="Folder Minus" />
<!-- React -->
import { FolderMinus } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="folder-minus.svg" width="48" height="48" style="image-rendering: pixelated" />