215 Weather Themed Icons and CSS http://weathericons.io
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Andrea Falco bb80982bf1
Merge pull request #235 from JamieMcDonnell/patch-2
Update classes-wind-degrees.scss
2 年之前
_builder Fixed night-cloudy-high background, closes #239 3 年之前
_docs Remove second `wi-snow` (closes #242) 3 年之前
css Fixed icon mapping for OpenWeatherMap 3 年之前
font - updating index page with more instructions 9 年之前
less Fixed icon mapping for OpenWeatherMap 3 年之前
sass Update classes-wind-degrees.scss 3 年之前
svg Removed white spaces in 6 files. 3 年之前
values Add Android String Resource File 9 年之前
.gitignore sass conversion step 1 9 年之前
.npmignore add files for npm 9 年之前
README.md Fixed project website, closes #223 4 年之前
bower.json Fixed night-cloudy-high background, closes #239 3 年之前
package.json Fixed night-cloudy-high background, closes #239 3 年之前

README.md

Weather Icons

222 Weather Themed Icons and CSS

Weather Icons is the only icon font and CSS with 222 weather themed icons, ready to be dropped right into Bootstrap, or any project that needs high quality weather, maritime, and meteorological based icons!

Get started at https://erikflowers.github.io/weather-icons/!

Icon Preview

Basic Usage

Place the 5 font files and the main weather-icons.min.css file in your project, with the assumption that the fonts are located up ../ from your CSS directory.

The icons are displayed by using an i element and adding the base class wi and then the icon class you want, such as day-sunny. This then looks like <i class="wi wi-day-sunny"></i>.

To add a modifier, include the class you want after the icon name, which looks like <i class="wi wi-day-sunny wi-flip-vertical"></i>. You can flip, rotate, or add a fixed width. See it all at https://erikflowers.github.io/weather-icons/.

API Usage

This set includes companion CSS files for popular weather service API. Presently there are mappings for Forecast.io, Open Weather Map, World Meteorological Organization, Weather Underground, and Yahoo. Check the API List to see the class names.

Wind Usage

To use the wind indicators, you must also use weather-icons-wind.min.css along with the default CSS file. To display a wind indicator, you must use the base class wi and wi-wind, and then include the towards/from direction you want, like from-293-deg. This ends up looking like . You can use any degree from 0 to 359 in this manner. Note: A "from" class has the point of the arrow at the opposite end of the degree. For example, a "from 90 degrees" icon would point to the 270 degree mark, wheras a "towards 270 degrees" would point at the same 270 degree mark.

Included in the set as well are aliases to point to cardinal directions. They work the same as degrees, for example <i class="wi wi-wind towards-sse"></i> would be an arrow pointing to the South by Southeast (roughly 158 degrees).

Contributing

If you feel so inclined to add icon ideas, icon art, or other fixes/changes to how the package works, feel free to help!

Credit

The icon designs are originally by Lukas Bischoff. Icon art for v1.1 forward, HTML, Less, and CSS are by me (Erik).

Licensing