Skip to content

interaapps/flag-icons

Repository files navigation

InteraApps Flag Icons

In this Repository you can find minimalistic flatdesign icons for your awesome projects. These are always in an 1x1 format and 150x150 SVG.

States

The states folder contains sovereign & non-sovereign states (Currently not everyone) by their ISO-3166-2 Code (/states/DE.svg)

Former

The former-states folder contains some flags of former states like the USSR or Yugoslavia.

Use specific flags like the NS State flag only for educational purposes.

Sovietunions SSR Flags

The former-states/SSR folder contains the flags of the soviet republics in the format su-Todays ISO3166-2 code. For example former-states/SU-UA.svg (For the Ukranian SSR)

Regions

The regions folder contains some flags of provinces and cities.

NPM

npm i ia-flag-icons

Vite

Dynamic

import flagIcons from 'ia-flag-icons/vite'

const SVGURL = await flagIcons('de') // ..../states/DE.svg

Import

import deSVG from 'ia-flag-icons/states/DE.svg'

html`
    <img src=${deSVG} />
`

CSS

import 'ia-flag-icons/css/lib.css'

html`
    <div class="iafi iafi-de" style="width: 40px; height: 40px; border-radius: 20px;"></div>
`

Hosted CDN

InteraApps: Example: https://flags.intera.dev/states/DE.svg

Credits

For some symboles we used Wikipedia Commons and changed them a bit

LICENSE

CC0 1.0 Universal

Legal advice

Some symboles are prohibited by different local law in different countries. Use controversial symboles only for educational purposes or check your local law.

About

Modern flat flag icons for some states, former states, regions and other

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published