diff --git a/webicons.css b/webicons.css
index 3508764..5ab82c7 100644
--- a/webicons.css
+++ b/webicons.css
@@ -198,6 +198,18 @@
.svg .webicon.dribbble {
background: url("webicons/webicon-dribbble.svg"); }
+.no-svg .webicon.deviantart {
+ background: url("webicons/webicon-deviantart-m.png"); }
+
+.no-svg .webicon.deviantart.large {
+ background: url("webicons/webicon-deviantart.png"); }
+
+.no-svg .webicon.deviantart.small {
+ background: url("webicons/webicon-deviantart-s.png"); }
+
+.svg .webicon.deviantart {
+ background: url("webicons/webicon-deviantart.svg"); }
+
.no-svg .webicon.dropbox {
background: url("webicons/webicon-dropbox-m.png"); }
diff --git a/webicons.html b/webicons.html
index b51e479..9e4b871 100644
--- a/webicons.html
+++ b/webicons.html
@@ -45,6 +45,8 @@
Creative Cloud
+ DeviantArt
+
Dribbble
Dropbox
@@ -191,6 +193,8 @@
Creative Cloud
+ DeviantArt
+
Dribbble
Dropbox
@@ -337,6 +341,8 @@
Creative Cloud
+ DeviantArt
+
Dribbble
Dropbox
diff --git a/webicons.less b/webicons.less
index 3c577c5..9003803 100644
--- a/webicons.less
+++ b/webicons.less
@@ -6,7 +6,7 @@
.webicon.large { width: 48px; height: 48px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }
// Include or remove the icons you want to use on your site from this list.
-@webicons-icons: ~"f500px", ~"aboutme", ~"adn", ~"android", ~"apple", ~"behance", ~"bitbucket", ~"blogger", ~"branch", ~"coderwall", ~"creativecloud", ~"dribbble", ~"dropbox", ~"evernote", ~"fairheadcreative", ~"facebook", ~"flickr", ~"foursquare", ~"git", ~"github", ~"goodreads", ~"google", ~"googleplay", ~"googleplus", ~"hangouts", ~"html5", ~"icloud", ~"indiegogo", ~"instagram", ~"instapaper", ~"kickstarter", ~"klout", ~"lastfm", ~"linkedin", ~"mail", ~"medium", ~"mixi", ~"msn", ~"openid", ~"picasa", ~"pinterest", ~"pocketapp", ~"potluck", ~"quora", ~"orkut", ~"mercurial", ~"rdio", ~"reddit", ~"renren", ~"rss", ~"skitch", ~"skype", ~"soundcloud", ~"spotify", ~"stackoverflow", ~"stumbleupon", ~"svn", ~"tent", ~"tripadvisor", ~"tumblr", ~"twitter", ~"viadeo", ~"vimeo", ~"weibo", ~"windows", ~"wordpress", ~"xing", ~"yahoo", ~"yelp", ~"youtube", ~"youversion", ~"zerply";
+@webicons-icons: ~"f500px", ~"aboutme", ~"adn", ~"android", ~"apple", ~"behance", ~"bitbucket", ~"blogger", ~"branch", ~"coderwall", ~"creativecloud", ~"deviantart", ~"dribbble", ~"dropbox", ~"evernote", ~"fairheadcreative", ~"facebook", ~"flickr", ~"foursquare", ~"git", ~"github", ~"goodreads", ~"google", ~"googleplay", ~"googleplus", ~"hangouts", ~"html5", ~"icloud", ~"indiegogo", ~"instagram", ~"instapaper", ~"kickstarter", ~"klout", ~"lastfm", ~"linkedin", ~"mail", ~"medium", ~"mixi", ~"msn", ~"openid", ~"picasa", ~"pinterest", ~"pocketapp", ~"potluck", ~"quora", ~"orkut", ~"mercurial", ~"rdio", ~"reddit", ~"renren", ~"rss", ~"skitch", ~"skype", ~"soundcloud", ~"spotify", ~"stackoverflow", ~"stumbleupon", ~"svn", ~"tent", ~"tripadvisor", ~"tumblr", ~"twitter", ~"viadeo", ~"vimeo", ~"weibo", ~"windows", ~"wordpress", ~"xing", ~"yahoo", ~"yelp", ~"youtube", ~"youversion", ~"zerply";
// Specify the path to the webicons directory here. Include trailing slash.
@webicons-url: "webicons/";
diff --git a/webicons.scss b/webicons.scss
index 24db3c8..683d17f 100644
--- a/webicons.scss
+++ b/webicons.scss
@@ -12,7 +12,7 @@
}
// Include or remove the icons you want to use on your site from this list.
-$webicons-icons: f500px aboutme adn android apple behance bitbucket blogger branch coderwall creativecloud dribbble dropbox evernote fairheadcreative facebook flickr foursquare git github goodreads google googleplay googleplus hangouts html5 icloud indiegogo instagram instapaper kickstarter klout lastfm linkedin mail medium mixi msn openid picasa pinterest pocketapp potluck quora orkut mercurial rdio reddit renren rss skitch skype soundcloud spotify stackoverflow stumbleupon svn tent tripadvisor tumblr twitter viadeo vimeo weibo windows wordpress xing yahoo yelp youtube youversion zerply;
+$webicons-icons: f500px aboutme adn android apple behance bitbucket blogger branch coderwall creativecloud deviantart dribbble dropbox evernote fairheadcreative facebook flickr foursquare git github goodreads google googleplay googleplus hangouts html5 icloud indiegogo instagram instapaper kickstarter klout lastfm linkedin mail medium mixi msn openid picasa pinterest pocketapp potluck quora orkut mercurial rdio reddit renren rss skitch skype soundcloud spotify stackoverflow stumbleupon svn tent tripadvisor tumblr twitter viadeo vimeo weibo windows wordpress xing yahoo yelp youtube youversion zerply;
// Specify the path to the webicons directory here. Include trailing slash.
$webicons-url: "webicons/" !default;
diff --git a/webicons/webicon-deviantart-m.png b/webicons/webicon-deviantart-m.png
new file mode 100644
index 0000000..f805b08
Binary files /dev/null and b/webicons/webicon-deviantart-m.png differ
diff --git a/webicons/webicon-deviantart-s.png b/webicons/webicon-deviantart-s.png
new file mode 100644
index 0000000..7876d42
Binary files /dev/null and b/webicons/webicon-deviantart-s.png differ
diff --git a/webicons/webicon-deviantart.png b/webicons/webicon-deviantart.png
new file mode 100644
index 0000000..baee265
Binary files /dev/null and b/webicons/webicon-deviantart.png differ
diff --git a/webicons/webicon-deviantart.svg b/webicons/webicon-deviantart.svg
new file mode 100644
index 0000000..8adc0ed
--- /dev/null
+++ b/webicons/webicon-deviantart.svg
@@ -0,0 +1,19 @@
+
+
+
+