Folder Games Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Folder Games 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/326086.svg" alt="Folder Games icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326086.svg" alt="Folder Games icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326086.svg" alt="Folder Games icon" :width="24" :height="24" />
CSS background
.icon-folder-games {
background-image: url('https://proicons.com/icon/326086.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 xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#000;stroke-width:0px;}</style></defs><path class="d" d="m4.5,11.5c0-1.6569,1.3431-3,3-3h8.7181c.8337,0,1.6465.2605,2.325.7451l4.9138,3.5099c.6784.4846,1.4913.7451,2.325.7451h14.7181c1.6569,0,3,1.3431,3,3v20c0,1.6569-1.3431,3-3,3H7.5c-1.6569,0-3-1.3431-3-3V11.5Z"/><path class="d" d="m30.1553,21.4639h-12.1353c-2.7814.0089-5.0289,2.2709-5.02,5.0522.0089,2.7814,2.2709,5.0289,5.0522,5.02,1.2245-.0039,2.4055-.4538,3.3223-1.2655h5.4695c.9188.8114,2.1028,1.2584,3.3285,1.2569h0c2.779-.1154,4.9383-2.4617,4.8229-5.2407-.1087-2.6173-2.2056-4.7143-4.8229-4.8229h-.0173Z"/><line class="d" x1="15.7837" y1="26.3787" x2="20.2651" y2="26.3787"/><line class="d" x1="18.0287" y1="24.2116" x2="18.0287" y2="28.615"/><path class="c" d="m28.0143,27.0114c-.359,0-.6501-.2911-.6501-.6501s.2911-.6501.6501-.6501.6501.2911.6501.6501-.2911.6501-.6501.6501Z"/><path class="c" d="m30.164,29.1698c-.359,0-.6501-.2911-.6501-.6501s.2911-.6501.6501-.6501.6501.2911.6501.6501-.2911.6501-.6501.6501Z"/><path class="c" d="m32.3223,27.0114c-.359,0-.6501-.2911-.6501-.6501s.2911-.6501.6501-.6501.6501.2911.6501.6501-.2911.6501-.6501.6501Z"/><path class="c" d="m30.164,24.8617c-.359,0-.6501-.2911-.6501-.6501s.2911-.6501.6501-.6501.6501.2911.6501.6501-.2911.6501-.6501.6501Z"/></svg>
Copied!