This commit is contained in:
2026-05-17 21:09:32 +08:00
commit 1870400c47
1564 changed files with 544713 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
MIT License
Copyright (c) 2017-Present Michael Amprimo
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

@@ -0,0 +1,45 @@
<p align="center">
<img src="https://jam-icons.com/logo.svg">
</p>
Jam icons is a set of SVG icons designed for web projects, illustrations, print projects, etc. Licensed under MIT.
Icons: [https://jam-icons.com](https://jam-icons.com)
## What's new?
Support for font and JS has been dropped to focus on SVG only (v3). The idea is to simplify the current package, believing that SVG / inline SVG is the principal way to go when it comes to web icons.
## Usage
#### Full list
The complete icons list is available on [https://jam-icons.com](https://jam-icons.com).
You'll be able to either download the SVG file or copy the markup when hovering an icon.
#### Download Set
Hit the **download** button to download the full set.
## Support
If you have some icons ideas, please open a new **issue**. Thanks for your support!
## Compatibility
#### Version 2.0.0
The V2 is still available at [https://v2.jam-icons.com/](https://v2.jam-icons.com/)
## Changelog
Jam icons is following the [Semantic Versioning](http://semver.org/) with the MAJOR.MINOR.PATCH format.
- V3.1.0 - 44 new icons
- V3.0.0 - Set update
- V2.0.0 - New release with 896 icons
- V1.0.72 - Optimizing SVGs
- V1.0.0 - First release with 422 icons
## License
This project is licensed under [MIT](https://opensource.org/licenses/MIT)

File diff suppressed because one or more lines are too long