<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WP Garage &#187; icons</title>
	<atom:link href="http://wpgarage.com/tag/icons/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpgarage.com</link>
	<description>wordpress tricks, hacks, and tips</description>
	<lastBuildDate>Tue, 15 May 2012 11:49:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to add images and styles to the WordPress custom menu</title>
		<link>http://wpgarage.com/css/how-to-add-images-and-styles-to-the-wordpress-custom-menu/</link>
		<comments>http://wpgarage.com/css/how-to-add-images-and-styles-to-the-wordpress-custom-menu/#comments</comments>
		<pubDate>Tue, 24 May 2011 09:59:06 +0000</pubDate>
		<dc:creator>Rebecca Markowitz</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[css styles]]></category>
		<category><![CDATA[custom menu]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[screen options]]></category>

		<guid isPermaLink="false">http://?p=978</guid>
		<description><![CDATA[<p>There are lots of good plugins out there for displaying social media profiles on your site, but what if you want to use your own icons? And you want your client to be able to easily manage the links to these social profiles? The solution is to create a custom menu in WordPress with unique [...]</p><p>This post was originally published at <a href="http://wpgarage.com/css/how-to-add-images-and-styles-to-the-wordpress-custom-menu/">How to add images and styles to the WordPress custom menu</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/css/how-to-add-images-and-styles-to-the-wordpress-custom-menu/" data-url="http://illum.in/qpZgYo" data-text="How to add images and styles to the WordPress custom menu" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/css/how-to-add-images-and-styles-to-the-wordpress-custom-menu/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/css/how-to-add-images-and-styles-to-the-wordpress-custom-menu/"></g:plusone></div></div><p>There are lots of good plugins out there for displaying social media profiles on your site, but what if you want to use your own icons? And you want your client to be able to easily manage the links to these social profiles? The solution is to create a custom menu in WordPress with unique CSS styles assigned to each of those menu items. But how?</p>
<p>Here&#8217;s what we worked on: A custom menu with unique icons for Twitter, YouTube and Facebook:</p>
<p><a href="http://wpgarage.com/wp-content/uploads/2011/05/connecticons.png"><img class="alignnone size-full wp-image-984" title="connecticons" src="http://wpgarage.com/wp-content/uploads/2011/05/connecticons.png" alt="" width="263" height="237" /></a></p>
<p>&nbsp;</p>
<p>After searching the web for how to add images to the WordPress custom menu, we tried the <a href="http://wordpress.org/extend/plugins/custom-menu-images/">Custom Menu Images</a> plugin with no success. We even tried some crazy <a href="http://wpveda.com/how-to-add-images-inside-wordpress-3-0-custom-menu">workarounds</a> like trying to put the image path inside the navigation label! WTW?!  Crazy, but true. And it didn&#8217;t even work in the end. It printed out the  character tag &amp;lt;  reading the HTML instead of rendering it.</p>
<p>And then, we saw the light! In the form of the Screen Options pull down tab right there in the Custom Menu screen in front of our faces! Well, actually the light came from this <a href="http://www.ivorpadilla.net/cuztomizing-wordpress-custom-menu-icons/">post</a> that told us where to look. How did we ever miss it? It was so obvious! Once you know where to look, that is. So here&#8217;s what to do:</p>
<ol>
<li>Go into your Custom Menu (functionality added in WordPress 3.0) under Appearance &gt; Menus</li>
<li>Click on Screen Options in the top right corner of your screen</li>
<li>Check the checkbox next to CSS Styles in the Show Advanced Menu Properties</li>
<li>Create your menu</li>
<li>In your menu item, in the CSS Classes field, enter the name of the CSS style you want to associate with that menu item. Just the name of the class without the period. Ex. &#8220;twitterstyle&#8221;</li>
<li>Go into your CSS file and add the style and add images and/or styles as you see fit.</li>
</ol>
<p>&nbsp;</p>
<p><img class="alignnone size-full wp-image-981" title="wpcssstyles" src="http://wpgarage.com/wp-content/uploads/2011/05/wpcssstyles1-e1305816663856.png" alt="" /></p>
<p>That&#8217;s it. More coolness that Screen Options can do, <a href="news-views/quicktip-show-more-pages-in-your-wordpress-screen/">Show more pages in your WordPress Dashboard</a>.</p>
<p>This post was originally published at <a href="http://wpgarage.com/css/how-to-add-images-and-styles-to-the-wordpress-custom-menu/">How to add images and styles to the WordPress custom menu</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/css/how-to-add-images-and-styles-to-the-wordpress-custom-menu/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>User Interface Icons in three different sizes</title>
		<link>http://wpgarage.com/design/user-interface-icons-in-three-different-sizes/</link>
		<comments>http://wpgarage.com/design/user-interface-icons-in-three-different-sizes/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 13:17:13 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[icons]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/design/user-interface-icons-in-three-different-sizes/</guid>
		<description><![CDATA[<p>User Interface Icons.com has released 140 very pretty icons in .png format, and in 3 different sizes: 48&#215;48 pixels, 32&#215;32 pixels, and 24&#215;24 pixels. Definitely worth adding to your icon arsenal.</p><p>This post was originally published at <a href="http://wpgarage.com/design/user-interface-icons-in-three-different-sizes/">User Interface Icons in three different sizes</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/design/user-interface-icons-in-three-different-sizes/" data-url="http://illum.in/owbdeY" data-text="User Interface Icons in three different sizes" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/design/user-interface-icons-in-three-different-sizes/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/design/user-interface-icons-in-three-different-sizes/"></g:plusone></div></div><p><a href="http://www.userinterfaceicons.com/" title="User Interface Icons.com">User Interface Icons.com</a> has released 140 very pretty icons in .png format, and in 3 different sizes: 48&#215;48 pixels, 32&#215;32 pixels, and 24&#215;24 pixels. Definitely worth adding to your<a href="tag/icons/" title="Icons on WordPressGarage"> icon arsenal</a>.</p>
<p><a href="http://www.userinterfaceicons.com/" title="User Interface Icons.com"><img src="http://wpgarage.com/wp-content/uploads/2007/11/croppercapture65.Jpg" alt="User Interface Icons.com" /></a></p>
<p>This post was originally published at <a href="http://wpgarage.com/design/user-interface-icons-in-three-different-sizes/">User Interface Icons in three different sizes</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/design/user-interface-icons-in-three-different-sizes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>More feed icons</title>
		<link>http://wpgarage.com/design/more-feed-icons/</link>
		<comments>http://wpgarage.com/design/more-feed-icons/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 22:24:07 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[icons]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/design/more-feed-icons/</guid>
		<description><![CDATA[<p>iLemoned points us to Zeusbox Studio&#8217;s update to their Feedicons icon pack.</p><p>This post was originally published at <a href="http://wpgarage.com/design/more-feed-icons/">More feed icons</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/design/more-feed-icons/" data-url="http://illum.in/rcX1X3" data-text="More feed icons" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/design/more-feed-icons/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/design/more-feed-icons/"></g:plusone></div></div><p><a href="http://www.ilemoned.com/archives/feedicons2" title="Feedicons 2">iLemoned</a> points us to Zeusbox Studio&#8217;s update to their <a href="http://www.zeusboxstudio.com/blog/feedicons-2" title="Feedicons 2">Feedicons icon pack</a>.</p>
<p><a href="http://www.ilemoned.com/archives/feedicons2" title="Feedicons 2"><img src="http://wpgarage.com/wp-content/uploads/2007/10/feedicons2.jpg" alt="feedicons2.jpg" /></a></p>
<p>This post was originally published at <a href="http://wpgarage.com/design/more-feed-icons/">More feed icons</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/design/more-feed-icons/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Crystal icon set &#8211; free beautiful icons</title>
		<link>http://wpgarage.com/design/crystal-icon-set-free-beautiful-icons/</link>
		<comments>http://wpgarage.com/design/crystal-icon-set-free-beautiful-icons/#comments</comments>
		<pubDate>Mon, 16 Jul 2007 10:42:19 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[icons]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/design/crystal-icon-set-free-beautiful-icons/</guid>
		<description><![CDATA[<p>Everaldo has a few icon sets available for download. They are really beautiful: Download the Crystal Icon Set&#62;&#62;</p><p>This post was originally published at <a href="http://wpgarage.com/design/crystal-icon-set-free-beautiful-icons/">Crystal icon set &#8211; free beautiful icons</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/design/crystal-icon-set-free-beautiful-icons/" data-url="http://illum.in/nMuxs2" data-text="Crystal icon set &#8211; free beautiful icons" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/design/crystal-icon-set-free-beautiful-icons/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/design/crystal-icon-set-free-beautiful-icons/"></g:plusone></div></div><p><a href="http://everaldo.com/" title="Everaldo">Everaldo</a> has a few icon sets available for download. They are really beautiful:</p>
<p><img src="http://wpgarage.com/wp-content/uploads/2007/07/crystal1.jpg" alt="Crystal icon set - free beautiful icons" /></p>
<p><a href="http://everaldo.com/crystal/?action=downloads" title="Download Crystal Icons">Download the Crystal Icon Set&gt;&gt;</a></p>
<p>This post was originally published at <a href="http://wpgarage.com/design/crystal-icon-set-free-beautiful-icons/">Crystal icon set &#8211; free beautiful icons</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/design/crystal-icon-set-free-beautiful-icons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Iconlet &#8211; the icon search engine</title>
		<link>http://wpgarage.com/design/iconlet-the-icon-search-engine/</link>
		<comments>http://wpgarage.com/design/iconlet-the-icon-search-engine/#comments</comments>
		<pubDate>Sun, 10 Jun 2007 11:43:45 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[icons]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/design/iconlet-the-icon-search-engine/</guid>
		<description><![CDATA[<p>I love icons. They&#8217;re just so&#8230;cute. I also find that, when used in the right places, they really add a nice touch to blogs. Iconlet is an icon search engine. It&#8217;s minimalist home page has a search field, and you enter the type of icon you are looking for. I did some test searches for [...]</p><p>This post was originally published at <a href="http://wpgarage.com/design/iconlet-the-icon-search-engine/">Iconlet &#8211; the icon search engine</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/design/iconlet-the-icon-search-engine/" data-url="http://illum.in/p8DkAk" data-text="Iconlet &#8211; the icon search engine" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/design/iconlet-the-icon-search-engine/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/design/iconlet-the-icon-search-engine/"></g:plusone></div></div><p>I love icons. They&#8217;re just so&#8230;cute. I also find that, when used in the right places, they really add a nice touch to blogs.</p>
<p><a href="http://www.iconlet.com/home" title="Iconlet - icon search engine">Iconlet</a> is an icon search engine. It&#8217;s minimalist home page has a search field, and you enter the type of icon you are looking for. I did some test searches for &#8220;save,&#8221; &#8220;search,&#8221; &#8220;rss,&#8221; and &#8220;emoticons, with great results.</p>
<p><a href="http://www.iconlet.com/home" title="Iconlet - icon search engine">Iconlet&gt;&gt;</a></p>
<p>This post was originally published at <a href="http://wpgarage.com/design/iconlet-the-icon-search-engine/">Iconlet &#8211; the icon search engine</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/design/iconlet-the-icon-search-engine/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Web 2.0 icons from UtomBox</title>
		<link>http://wpgarage.com/design/web-20-icons-from-utombox/</link>
		<comments>http://wpgarage.com/design/web-20-icons-from-utombox/#comments</comments>
		<pubDate>Fri, 02 Mar 2007 08:38:50 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[icons]]></category>

		<guid isPermaLink="false">http://www.wordpressgarage.com/design/web-20-icons-from-utombox/</guid>
		<description><![CDATA[<p>Need I say more? Web 2.0 icons from UtomBox&#62;&#62; </p><p>This post was originally published at <a href="http://wpgarage.com/design/web-20-icons-from-utombox/">Web 2.0 icons from UtomBox</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/design/web-20-icons-from-utombox/" data-url="http://illum.in/r1gkgg" data-text="Web 2.0 icons from UtomBox" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/design/web-20-icons-from-utombox/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/design/web-20-icons-from-utombox/"></g:plusone></div></div><p><img src="http://wpgarage.com/wp-content/uploads/2007/03/web2.jpg" alt="web 2.0 icons" /></p>
<p>Need I say more?</p>
<p><a href="http://utombox.com/2006/09/23/my-works/" title="Web 2.0 icons from UtomBox">Web 2.0 icons from UtomBox&gt;&gt; </a></p>
<p>This post was originally published at <a href="http://wpgarage.com/design/web-20-icons-from-utombox/">Web 2.0 icons from UtomBox</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/design/web-20-icons-from-utombox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sweetie icons</title>
		<link>http://wpgarage.com/design/sweetie-icons/</link>
		<comments>http://wpgarage.com/design/sweetie-icons/#comments</comments>
		<pubDate>Fri, 02 Mar 2007 08:36:48 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[icons]]></category>

		<guid isPermaLink="false">http://www.wordpressgarage.com/design/sweetie-icons/</guid>
		<description><![CDATA[<p>150+ clean and clear icons to use in your nifty web application. They are licenced under a Creative Commons licence, so commercial use is fine. Also feel free to make derivatives with the included Photoshop documents. sweetie icons&#62;&#62;</p><p>This post was originally published at <a href="http://wpgarage.com/design/sweetie-icons/">Sweetie icons</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/design/sweetie-icons/" data-url="http://illum.in/pXC1kI" data-text="Sweetie icons" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/design/sweetie-icons/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/design/sweetie-icons/"></g:plusone></div></div><blockquote><p>150+ clean and clear icons to use in your nifty web application. They are licenced under a Creative Commons licence, so commercial use is fine. Also feel free to make derivatives with the included Photoshop documents.</p></blockquote>
<p><a href="http://sweetie.sublink.ca/" title="sweetie icons">sweetie icons&gt;&gt;</a></p>
<p>This post was originally published at <a href="http://wpgarage.com/design/sweetie-icons/">Sweetie icons</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/design/sweetie-icons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

