Humbleicons
Humbleicons offers 247 icons in . Created by Jiří Zralý. They are available under the MIT license.
Humbleicons: A Comprehensive Overview
Introduction
Humbleicons offers a set of hand-crafted, neutral SVG icons, ideal for web projects. These icons are simple and clean, focusing on functionality and ease of use.
Key Features
- Hand-Crafted Design: Each icon is manually created to ensure quality and neutrality.
- SVG Format: The icons are available in SVG format, providing scalability without loss of quality.
- MIT License: Humbleicons are free to use under the MIT license.
- Easy Integration: Icons can be integrated via direct SVG embedding or by using a CSS class for inclusion.
Usage
SVG Embedding
To include an icon, simply copy and paste the SVG code into your HTML:
html <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24"> <g stroke="currentColor" stroke-linecap="round" stroke-width="2"> <path d="M12 17l-1.5 1.5a3.536 3.536 0 01-5 0v0a3.536 3.536 0 010-5l3-3a3.536 3.536 0 015 0v0"/> <path d="M12 7l1.5-1.5a3.536 3.536 0 015 0v0a3.536 3.536 0 010 5l-3 3a3.536 3.536 0 01-5 0v0"/> </g> </svg>
CSS Class Integration
Alternatively, use the following CSS class:
html <svg class="humbleicons"> <use xlink:href="humbleicons.svg#desktop"/> </svg>
Apply the global styling:
css .humbleicons { width: 1.15em; height: 1.15em; display: inline-block; align-self: center; }
Conclusion
Humbleicons is a practical choice for developers seeking straightforward, high-quality SVG icons for their projects.