-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Naming Conventions
Thomas Bui edited this page Dec 29, 2021
·
7 revisions
For the technology name, make the file and folder name lowercase and concatenate them. For example:
- AngularJS becomes
angularjs
- Amazon Web Services becomes
amazonwebservices
- Microsoft SQL Server becomes
microsoftsqlserver
For SVG file names, ensure your file names match this format and accurately reflect its content:
- For programmers:
(Technology name)-(original|plain|line)(-wordmark?)
- For non-programmers:
{Technology name}-{one of the version names: original, plain, wordmark}{if it's a wordmark version, add a '-wordmark' at the end}
.
Example:
react-original
npm-plain
javascript-line-wordmark
For info on what each version means, see SVG Versions.
- What Icons Do We Accept?
- Requesting an Icon
- Overview on Submitting Icons
- Full Example of Submitting Icons
- Recommended Resources and Tools
- About the Maintainers, Supporters, and Contributors
- Code of Conduct
- Naming Conventions
- Organizing SVGs
- SVG Standards
- SVG Versions
- Updating
devicon.json
- Common Bugs and Solutions