css.gg VS flag-icons

Compare css.gg vs flag-icons and see what are their differences.

css.gg

700+ Pure CSS, SVG, PNG & Figma UI Icons Available in SVG Sprite, styled-components, NPM & API and 6000 glyphs (by astrit)

flag-icons

:flags: A curated collection of all country flags in SVG — plus the CSS for easier integration (by lipis)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
css.gg flag-icons
20 11
9,577 10,270
- -
4.0 8.6
about 1 month ago 6 days ago
SCSS CSS
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

css.gg

Posts with mentions or reviews of css.gg. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-28.
  • Free Icons for your reactjs and web applications
    4 projects | dev.to | 28 Dec 2023
    6. css.gg
  • 29 Websites For Free Icon Sets
    6 projects | dev.to | 22 Sep 2023
    css.gg - A library of more than 500 minimalistic CSS icons, which are customizable and retina-ready.
  • 10 FREE SVG Icon Libraries For Front-End Developers
    5 projects | dev.to | 20 Nov 2022
    700+ CSS Icons: Pure CSS icons library, Customizable & Retina-Ready built 100% in pure CSS, SVG, SVG Sprite, styled components, Figma, and Adobe XD. Easy integration: Embed, NPM & API.
  • 70 Free Resources For Web Designers and Developers
    15 projects | dev.to | 9 Oct 2022
    23. css icons
  • Good News!!! Catagories...
    2 projects | /r/PeerTube | 1 Oct 2022
    // Define and ADD custom CSS const customCSS = ` hr { background-color: #ccc !important; } a.menu-link i { margin-right: 16px; } `; const style = document.createElement("style"); style.type = "text/css"; style.appendChild(document.createTextNode(customCSS)); head.appendChild(style); // Define separator const separator = document.createElement("hr"); separator.setAttribute("width", "80%"); separator.setAttribute("color", "white"); separator.setAttribute("background-color", "white"); separator.setAttribute("height", "1px"); separator.setAttribute("visible", "true"); //Adding links MENU_LINKS.forEach((link) => { if (link.name === "separator") { // Adding separator menuContainer.appendChild(separator.cloneNode()); } else { // Adding link // Manage icon (automatically import if start with gg-*** from https://css.gg) let icon = ""; if (link.icon.startsWith("gg-")) { icon = ``; const ggName = link.icon.replace("gg-", ""); // Inject css in the head const cssLink = document.createElement("link"); cssLink.type = "text/css"; cssLink.rel = "stylesheet"; cssLink.href = `https://css.gg/${ggName}.css`; head.appendChild(cssLink); } else { icon = ``; } // Create link const linkNode = linkTemplate.cloneNode(); linkNode.setAttribute("href", link.url); linkNode.setAttribute("routerLink", link.url); linkNode.setAttribute("target", (link.target || "_self")); linkNode.innerHTML = icon + " " + link.name; // Add link to the menu menuContainer.appendChild(linkNode); } });
  • 25 CSS Tools/Resources That You Should Bookmark
    4 projects | dev.to | 15 Jan 2022
  • Web Development Resources series! Part -2
    3 projects | dev.to | 5 Oct 2021
    👉 css.gg
  • How can I make icons like these using HTML, CSS?
    5 projects | /r/web_design | 5 Aug 2021
  • Fontawesome alternatives
    2 projects | dev.to | 4 Jul 2021
  • CSS.GG - 2.0 - 700 UI Icons in CSS, SVG & Figma
    2 projects | /r/FigmaDesign | 24 Apr 2021

flag-icons

Posts with mentions or reviews of flag-icons. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-06.

What are some alternatives?

When comparing css.gg and flag-icons you can also consider the following projects:

tailwind-figma - FlowBite is a free and open-source set of UI components and pages in Figma built for Tailwind CSS

lang - List of 126 languages for Laravel Framework, Laravel Jetstream, Laravel Fortify, Laravel Breeze, Laravel Cashier, Laravel Nova, Laravel Spark and Laravel UI.

feather - Simply beautiful open-source icons

openmoji - Open source emojis for designers, developers and everyone else!

Google Fonts - Font files available from Google Fonts, and a public issue tracker for all things Google Fonts

icons - Official open source SVG icon library for Bootstrap.

heroicons-ui

noto-emoji - Noto Emoji fonts

genshin-api-tutorial - Repo to accompany the tutorial series for Web Dev Newbies

CountryCodePicker - Country Code Picker (CCP) is an android library which provides an easy way to search and select country phone code ( national code ) for the telephone number.

msn-weather-app-clone - Clone of the MSN weather app.

flag-icons-rails - flag-icon-css sass gem for use in Ruby/Rails projects.