All Projects → manifestinteractive → Weather Underground Icons

manifestinteractive / Weather Underground Icons

Licence: other
Weather Underground Icons ( PNG & SVG )

Projects that are alternatives of or similar to Weather Underground Icons

Materialdesign Svg
@mdi/svg Dist for Material Design Icons.
Stars: ✭ 166 (-10.75%)
Mutual labels:  svg, svg-icons
Akar Icons
A perfectly rounded icon library made for designers, developers, and pretty much everyone.
Stars: ✭ 184 (-1.08%)
Mutual labels:  svg, svg-icons
Circle Flags
A collection of 300+ minimal circular SVG country flags
Stars: ✭ 139 (-25.27%)
Mutual labels:  svg, svg-icons
Svgiconimagelist
Three engines to render SVG (GDI+, Direct2D or Cairo) and four components to simplify use of SVG images (resize, fixedcolor, grayscale...): TSVGIconImage, TSVGIconImageCollection, TSVGIconVirtualImageList and TSVGIconImageList (for VCL and FMX).
Stars: ✭ 127 (-31.72%)
Mutual labels:  svg, svg-icons
Aegis Icons
Unofficial 2FA entry icons for open source Android authenticator Aegis
Stars: ✭ 153 (-17.74%)
Mutual labels:  svg, png
Svg To Ts
Build performant SVG icon libraries by converting raw SVG files to TypeScript that is optimized for modern tree shaking mechanisms.
Stars: ✭ 131 (-29.57%)
Mutual labels:  svg, svg-icons
Coreui Icons
CoreUI Free Icons - Premium designed free icon set with marks in SVG, Webfont and raster formats
Stars: ✭ 1,813 (+874.73%)
Mutual labels:  svg, svg-icons
Svg Icon
👻 A lightweight library that makes it easier to use SVG icons in your Angular Application
Stars: ✭ 112 (-39.78%)
Mutual labels:  svg, svg-icons
Webfonts Loader
Make an icon font from SVGs!
Stars: ✭ 153 (-17.74%)
Mutual labels:  svg, svg-icons
Angular Svg Icon
Angular component for inlining SVGs allowing them to be easily styled with CSS.
Stars: ✭ 151 (-18.82%)
Mutual labels:  svg, svg-icons
Simple Icons
SVG icons for popular brands
Stars: ✭ 12,090 (+6400%)
Mutual labels:  svg, svg-icons
Feathericon
simply generic vector icon collection - including sketch file, svg files, and font files.
Stars: ✭ 178 (-4.3%)
Mutual labels:  svg, svg-icons
Svgurt
Image -> SVG Vectorizing Tool - Live at:
Stars: ✭ 124 (-33.33%)
Mutual labels:  svg, png
Convert Svg
Node.js packages for converting SVG into other formats using headless Chromium
Stars: ✭ 133 (-28.49%)
Mutual labels:  svg, png
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 (+5737.63%)
Mutual labels:  svg, svg-icons
Pyecharts Snapshot
renders the output of pyecharts as png, jpeg, gif, svg, eps, pdf and raw base64
Stars: ✭ 142 (-23.66%)
Mutual labels:  svg, png
Icons
The premium icon font for @uiwjs Component Library. https://uiwjs.github.io/icons
Stars: ✭ 99 (-46.77%)
Mutual labels:  svg, svg-icons
Protodot
transforming your .proto files into .dot files (and .svg, .png if you happen to have graphviz installed)
Stars: ✭ 107 (-42.47%)
Mutual labels:  svg, png
Vivid
a JavaScript library which is built to easily customize and use the SVG Icons with a blaze.
Stars: ✭ 1,797 (+866.13%)
Mutual labels:  svg, svg-icons
React Native Svg Icon
A simple, but flexible SVG icon component for React Native
Stars: ✭ 164 (-11.83%)
Mutual labels:  svg, svg-icons

Buy Me Coffee

Weather Underground Icons

These icons were created by the Graphic Designer Ashley Jager. She released these icons in a beautiful Adobe Illustrator file. This project simply breaks that AI file up into web friendly icons that can be used in your projects.

tstorms

Demo Website

http://peter.build/weather-underground-icons/

Example Application

Here is an Example Application that uses these icons. You can access the Github Repo for source code.

Usage Instructions

Weather Underground has an API where you can fetch data remotely. The API returns an icon parameter as part of their JSON response that you can use to load custom icons.

Image Usage Instructions

If you just want to use the image files directly, and not use the CSS file you can just copy over the images directly from the dist/icons folder. See the Icon Key below to see which icons will be used.

CSS Usage Instructions

If you wish to use the use the CSS version of this project, you just need to copy this dist folder into your project.

Then you can use the icon keys with a wu- prefix to load whichever icon you want:

<i class="wu wu-white wu-64 wu-chanceflurries"></i>

All CSS Icons will default to using SVG files. However, you can use PNG sprites by adding a no-svg class to the parent element that contains the weather icons. no-svg classnames will be added to your HTML tag automatically if you are using Modernizr and the browser does not support SVG.

Icon Class Colors:

  • wu-black icons with black lines
<i class="wu wu-black wu-32 wu-chanceflurries"></i>

tstorms

  • wu-white icons with white lines
<i class="wu wu-white wu-32 wu-chancerain"></i>

tstorms

Icon Class Day & Night:

  • Default is to use Day Icons
<i class="wu wu-black wu-32 wu-clear"></i>

clear

  • wu-night to use Night Icons
<i class="wu wu-white wu-32 wu-clear wu-night"></i>

clear

Icon Class Sizes:

  • wu-16 16x16px icons
<i class="wu wu-black wu-16 wu-chancesnow"></i>

chancesnow

  • wu-32 32x32px icons
<i class="wu wu-black wu-32 wu-chancetstorms"></i>

chancetstorms

  • wu-64 64x64px icons
<i class="wu wu-black wu-64 wu-clear"></i>

clear

  • wu-128 128x128px icons
<i class="wu wu-black wu-128 wu-cloudy"></i>

cloudy

  • wu-256 256x256px icons
<i class="wu wu-black wu-256 wu-flurries"></i>

flurries

Day Icon Key

Here are the icon options for each weather option:

ICON KEY DESCRIPTION
chanceflurries chanceflurries Chance of Flurries
chancerain chancerain Chance of Rain
chancesleet chancesleet Chance Freezing Rain
chancesnow chancesnow Chance of Snow
chancetstorms chancetstorms Chance of Thunderstorms
clear clear Clear
cloudy cloudy Cloudy
flurries flurries Flurries
fog fog Fog
hazy hazy Haze
mostlycloudy mostlycloudy Mostly Cloudy
mostlysunny mostlysunny Mostly Sunny
partlycloudy partlycloudy Partly Cloudy
partlysunny partlysunny Partly Sunny
rain rain Rain
sleet sleet Freezing Rain
snow snow Snow
sunny sunny Sunny
tstorms tstorms Thunderstorms
unknown unknown Unknown

Night Icon Key

Here are the icon options for each weather option:

ICON KEY DESCRIPTION
chanceflurries chanceflurries Chance of Flurries
chancerain chancerain Chance of Rain
chancesleet chancesleet Chance Freezing Rain
chancesnow chancesnow Chance of Snow
chancetstorms chancetstorms Chance of Thunderstorms
clear clear Clear
cloudy cloudy Cloudy
flurries flurries Flurries
fog fog Fog
hazy hazy Haze
mostlycloudy mostlycloudy Mostly Cloudy
mostlysunny mostlysunny Mostly Sunny
partlycloudy partlycloudy Partly Cloudy
partlysunny partlysunny Partly Sunny
rain rain Rain
sleet sleet Freezing Rain
snow snow Snow
sunny sunny Sunny
tstorms tstorms Thunderstorms
unknown unknown Unknown

Day Icon Preview

White Day Icons

Black Day Icons

White Day Icons

Black Day Icons

Night Icon Preview

White Night Icons

Black Night Icons

White Day Icons

Black Day Icons

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].