# SSABox Icons SSABox Icons is an open-source, neutral-style collection of system icons for designers and developers. Unlike our fragmented icon library, all 2500+ icons have been carefully crafted to ensure readability, compatibility, and pixel-perfect genes. Each icon is designed in "Outline" and "Fill" styles based on a 24x24 grid. Of course, all icons are free for personal and commercial use. ### Basic Usage You can find all icons in Library, Just click the icons you want from [SSABox Icon Library ](https://ssabox.blogspot.com/2023/10/ssabox-icon-library.html), and then you can download the icons in SVG format. #### CDN Copy the following code and add it to the <head> tag of your html document. ```html ``` #### Download Manually Download [`ssaicon.css`](https://cdn.jsdelivr.net/gh/ssa-box/SSAIcon/fonts/ssaicon.css) file, add it to the <head> tag of your html document. > **Note:** `ssa-admin-fill` after the `#` in the above example can be replaced with any valid icon name of SSABox Icon. You can go to [SSABox Icon Documentation](https://ssabox.blogspot.com/2023/10/ssabox-icon-documentation.html) to check the name of the icons. `-line` means the outlined style icon, and `-fill` means the filled style icon.