This is a icon font of Australian states and territories.
It is crafted to be compatible with Fontawesome, so stacking etc... is possible with FontAwesome icons:
License: CC-BY - This means you are free to use this, including for commercial purposes, as long as attribution is given where published.
Understand you obligations before using it: https://creativecommons.org/licenses/by/4.0/
Cut and paste one of the following:
<a href="Free Icon Font of Australian State and Territories">Australian States and Territories Icon Font</a> by <a href="https://postcodesandplaces.com">Postcodes and Places</a> is licensed under <a href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>
Australian States and Territories Icon Font by Postcodes and Places is licensed under CC BY 4.0
Included font file types: EOT, SVG, TTF, WOFF
aus-australia
<i class="aus-australia" style="color:#0F742F; font-size:64px;" aria-hidden="true"></i>
aus-australian-capital-territory
<i class="aus-australian-capital-territory" style="color:blue; font-size:64px;" aria-hidden="true"></i>
aus-new-south-wales
<i class="aus-new-south-wales" style="color:skyblue; font-size:64px;" aria-hidden="true"></i>
aus-northern-territory
<i class="aus-northern-territory" style="color:#C25E03; font-size:64px;" aria-hidden="true"></i>
aus-south-australia
<i class="aus-south-australia" style="color:red; font-size:64px;" aria-hidden="true"></i>
aus-tasmania
<i class="aus-tasmania" style="color:darkgreen; font-size:64px" aria-hidden="true"></i>
aus-victoria
<i class="aus-victoria" style="color:darkblue; font-size:64px" aria-hidden="true"></i>
aus-queensland
<i class="aus-queensland" style="color:maroon; font-size:64px" aria-hidden="true"></i>
aus-western-australia
<i class="aus-western-australia" style="color:gold; font-size:64px" aria-hidden="true"></i>
File Type | Description |
---|---|
CSV | Comma-Separated Values |
XML | Extensible Markup Language (nested) |
XLSX | Microsoft Excel Format |
JSON | List of JSON elements (nested) |
geoJSON | geoJSON file format - basically the same as the JSON version but made for mapping software. All localities are represented as POINTS. |
SQL | Text file containing INSERT statements for TABLE, COLUMNS and DATA. Types used - VARCHAR, TEXT, NUMERIC, BIGINT, JSONB. All columns are unconstrained. Compatible with Postgres, SQL Server 2022, Azure... Alternative column INSERT commands are also included for databases that aren't happy with the above types or lack of constraints: Types used - VARCHAR, NUMERIC, BIGINT. All columns constrained to maximum size\/length occuring in the table. If neither work for your specific database software then the CSV might be your best option. |