All Projects → halfmage → pixelarticons

halfmage / pixelarticons

Licence: MIT License
Beautiful pixel icons. For the pixel vibes.

Projects that are alternatives of or similar to pixelarticons

Icongenie
CLI tool to generate all the icons and splashscreens for your Quasar Apps
Stars: ✭ 174 (+52.63%)
Mutual labels:  icons, iconset
mojoicons
Handcrafted 100 Outline and Flat Icons for Free -
Stars: ✭ 23 (-79.82%)
Mutual labels:  icons, iconset
Awesome Iconjar
44 Collect free icon sets for iconjar. 收集免费的图标包,iconjar 格式(44套)。
Stars: ✭ 188 (+64.91%)
Mutual labels:  icons, iconset
hass-hue-icons
Additional vector icons for home assistant to model Philips Hue bulbs and fixtures.
Stars: ✭ 161 (+41.23%)
Mutual labels:  icons, iconset
vector-icons
Free Vector icons for Website and Mobile App
Stars: ✭ 28 (-75.44%)
Mutual labels:  icons, iconset
Simple Icons
SVG icons for popular brands
Stars: ✭ 12,090 (+10505.26%)
Mutual labels:  icons, iconset
majesticons
A versatile, beautiful, and scalable iconset. 760 icons each in line and solid style.
Stars: ✭ 98 (-14.04%)
Mutual labels:  icons, iconset
Evolvere Icons
Stars: ✭ 52 (-54.39%)
Mutual labels:  icons, iconset
ngx-bootstrap-icons
This Angular module allows you to use the Bootstrap Icons in your angular application without additional dependencies.
Stars: ✭ 26 (-77.19%)
Mutual labels:  icons, iconset
semicon
A collection of icons for the Semantic Web and Linked Open Data world.
Stars: ✭ 20 (-82.46%)
Mutual labels:  icons, iconset
Tabler Icons
A set of over 1400 free MIT-licensed high-quality SVG icons for you to use in your web projects.
Stars: ✭ 10,858 (+9424.56%)
Mutual labels:  icons, iconset
simple-icons-pdf
PDF icons for popular brands
Stars: ✭ 16 (-85.96%)
Mutual labels:  icons, iconset
Coolicons
Carefully designed icons for your next project. Perfect for use in web and mobile. Support for SVG, your favourite design tool and webfont. Completely free and open source.
Stars: ✭ 81 (-28.95%)
Mutual labels:  icons, iconset
Coreui Icons
CoreUI Free Icons - Premium designed free icon set with marks in SVG, Webfont and raster formats
Stars: ✭ 1,813 (+1490.35%)
Mutual labels:  icons, iconset
Hass Bha Icons
Additional icons for Home Assistant to accompany the MDI icons
Stars: ✭ 75 (-34.21%)
Mutual labels:  icons, iconset
Ionicons
Premium hand-crafted icons built by Ionic, for Ionic apps and web apps everywhere 🌎
Stars: ✭ 15,802 (+13761.4%)
Mutual labels:  icons, iconset
Vue Unicons
1000+ Pixel-perfect svg icons for your next project as Vue components
Stars: ✭ 828 (+626.32%)
Mutual labels:  icons, iconset
Fork Awesome
A fork of the iconic font and CSS toolkit
Stars: ✭ 878 (+670.18%)
Mutual labels:  icons, iconset
minimal-icons
Minimal Icons
Stars: ✭ 21 (-81.58%)
Mutual labels:  icons, iconset
icons-flat-osx
Free Flat icons For OSX
Stars: ✭ 371 (+225.44%)
Mutual labels:  icons, iconset

alt text

Pixelarticons

npm npm

359 careful handmade pixel art icons based on a 24x24 grid and currentColor fills. All icons were made individually using rectangles to recreate a non-anti-aliased look. It makes use of subtle padding for each icon. It is recommended to use the icons with a width and height of 24px, 48px, 72px, 96px because on all scales outside of 24px the icons will appear blurry.

How to get the icons

Gettings Started

Use any icons staticly from CDN

<!-- get the file icon from unpkg -->
<img src="https://unpkg.com/pixelarticons@latest/svg/file.svg" />

<!-- get the file icon from jsdelivr -->
<img src="https://cdn.jsdelivr.net/npm/pixelarticons@latest/svg/file.svg>

Install via package manager

npm i pixelarticons # or yarn add pixelarticons
// import the file.svg icon directly
import File from "pixelarticons/svg/file.svg";

Insert plain svg code

<!-- the file.svg directly in html -->
<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3 22h18V8h-2V6h-2v2h-2V6h2V4h-2V2H3v20zm2-2V4h8v6h6v10H5z" fill="currentColor" />
</svg>

Current tasks

  • Figma file with components
  • Updating SVG source code for all icons
  • Convert all rectangles into SVG-paths
  • Make public Figma-file with icon library
  • Add a new filled set
  • Add a new 32x32 set
  • Add brands and social media icons

Where else to find?

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].