GreggJewell / majesticons

A versatile, beautiful, and scalable iconset. 210 icons each in line and solid style.

Home Page:https://majesticons.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Majesticons

A versatile, beautiful, and scalable iconset. 210 icons each inline and solid.

Majesticons is a high-quality SVG iconset that you can use for your web projects, your application, or print them to hang them on your wall! All icons of this set are MIT-licensed and reusable as you like

πŸ“š SVG Code: Majesticons SVG Icons Github


Preview (line and solid style)

Preview of all icons

Some facts for you

All icons are ...

  • designed to be used in a variety of topics
  • made with a basic 24x24 pixel grid
  • build with strokes (line-version)
  • optimized with SVGO

Usage

To use these icons in your project, simply copy and paste the SVG sourcecode in your HTML:

<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M7 8h10M7 12h5m4.8..." // vector path stroke="currentColor" // easy
  coloring with css color stroke-width="2" // default stroke width
  stroke-linecap="round" // default line cap stroke-linejoin="round" // default
  line join />
</svg>

Contribute

Let me know if you use majesticons, I would like to prepare a showcase section on the website! If you run in any errors or have suggestion, please let me know via email or create a github issue πŸ‘‹

Informations

This repository is hosting the website build with Eleventy, Tailwind CSS, and AlpineJS. Everything is hosted on netlify so let's smash this badge in here: Netlify Status

About

A versatile, beautiful, and scalable iconset. 210 icons each in line and solid style.

https://majesticons.com

License:MIT License


Languages

Language:Nunjucks 90.4%Language:JavaScript 8.5%Language:CSS 1.2%