<?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>Icons &#8211; Say Yeah!</title>
	<atom:link href="https://sayyeah.com/digital-insights/tag/icons/feed/" rel="self" type="application/rss+xml" />
	<link>https://sayyeah.com</link>
	<description>Digital management consulting that shapes more effective organizations.</description>
	<lastBuildDate>Tue, 28 Apr 2020 14:50:51 +0000</lastBuildDate>
	<language>en-CA</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.4</generator>

<image>
	<url>https://insights.sayyeah.com/wp-content/uploads/2021/10/cropped-apple-touch-icon-32x32.png</url>
	<title>Icons &#8211; Say Yeah!</title>
	<link>https://sayyeah.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>SVG: The most exciting format since the Animated GIF</title>
		<link>https://sayyeah.com/digital-insights/svg-the-most-exciting-format-since-the-animated/</link>
		
		<dc:creator><![CDATA[Lee Dale]]></dc:creator>
		<pubDate>Thu, 31 Jul 2014 21:19:00 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Icons]]></category>
		<category><![CDATA[Illustrator]]></category>
		<category><![CDATA[SVG]]></category>
		<category><![CDATA[website design]]></category>
		<guid isPermaLink="false">http://sayyeah.com/sayYeah/sayYeahNewSite/wordpress/svg-the-most-exciting-format-since-the-animated/</guid>

					<description><![CDATA[<p>As an avid Adobe Illustrator user for the past 15 years, I think it’s safe to say that I love the vector format. That’s why I’m excited SVG is gaining traction. The good The many benefits of SVG: Scale without quality loss Smaller file sizes Is simply an XML file; you can open an SVG [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://sayyeah.com/digital-insights/svg-the-most-exciting-format-since-the-animated/">SVG: The most exciting format since the Animated GIF</a> appeared first on <a rel="nofollow" href="https://sayyeah.com">Say Yeah!</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-10383" src="https://insights.sayyeah.com/wp-content/uploads/2014/07/tumblr_inline_n9l6rpNuGI1qa4s95.jpg" alt="Kipu character overtop of SVG code" srcset="https://insights.sayyeah.com/wp-content/uploads/2014/07/tumblr_inline_n9l6rpNuGI1qa4s95.jpg 500w, https://insights.sayyeah.com/wp-content/uploads/2014/07/tumblr_inline_n9l6rpNuGI1qa4s95-300x162.jpg 300w" sizes="(max-width: 500px) 100vw, 500px" /></p>
<p>As an avid Adobe Illustrator user for the past 15 years, I think it’s safe to say that I love the vector format. That’s why I’m excited SVG is gaining traction.</p>
<p><span id="more-277"></span></p>
<p><strong>The good</strong></p>
<p>The many benefits of SVG:</p>
<ul>
<li>Scale without quality loss</li>
<li>Smaller file sizes</li>
<li>Is simply an XML file; you can open an SVG in a text editor and edit the code.</li>
<li>Can be styled with CSS; colours can be changed, elements hidden, allowing a single image to be used for multiple purposes.</li>
<li>Animation</li>
</ul>
<p><strong>The bad</strong></p>
<p>Nothing’s perfect, and browser support for SVG is no exception;</p>
<ul>
<li>Quirky behaviour in some modern browsers</li>
<li>Old browsers lack support (IE prior to version 9, Android prior to version 4)</li>
<li>The way you load an image affects whether or not it can be styled with external stylesheets</li>
<li>It can be tricky to wrap your head around the way <a href="https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/viewBox">viewBox</a> works</li>
</ul>
<p><strong>The resources</strong></p>
<p>If you’re interested in the SVG format, below are some great resources to help you get started.</p>
<p><a href="http://css-tricks.com/using-svg/">CSS-Tricks &#8211; Using SVG</a></p>
<p>A great place to start, with overviews of browser support, CSS integration, and the various methods of loading SVG on your site.</p>
<p><a href="http://caniuse.com/svg">Can I Use &#8211; SVG Browser Support</a></p>
<p>Helpful table indicating browser support for SVG</p>
<p><a href="http://stackoverflow.com/a/13238555/3761171">StackOverflow &#8211; Optimal Settings for Illustrator Export</a></p>
<p>The title says it all, a short guide to exporting SVG from Illustrator.</p>
<p><a href="http://stackoverflow.com/a/13238555/3761171">Making Sense of SVG viewBox’s Madness</a></p>
<p>Helpful examples that explain how and why viewBox works the way it does.</p>
<p><a href="http://snapsvg.io">Snap SVG</a></p>
<p>An Adobe backed SVG Javascript framework for loading and animating SVG in modern browsers. Be sure to check out their <a href="http://snapsvg.io/demos/">demos</a>.<a href="http://snapsvg.io/demos/"><br />
</a></p>
<p><a href="http://raphaeljs.com">Raphael</a></p>
<p>SnapSVG’s older brother. Written by the same developer, Dmitry Baranovskiy, Raphael is a little heftier in the codebase than Snap, but includes support for older browsers.</p>
<p><a href="https://useiconic.com/tour/">Iconic</a></p>
<p>An extensive collection of standard interface icons in browser ready SVG format.</p>
<p>The post <a rel="nofollow" href="https://sayyeah.com/digital-insights/svg-the-most-exciting-format-since-the-animated/">SVG: The most exciting format since the Animated GIF</a> appeared first on <a rel="nofollow" href="https://sayyeah.com">Say Yeah!</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Refining iOS 7&#8217;s Icons. And What To Do About A Very Confusing Lock Screen.</title>
		<link>https://sayyeah.com/digital-insights/refining-ios-7s-icons-and-what-to-do-about-a/</link>
		
		<dc:creator><![CDATA[Lee Dale]]></dc:creator>
		<pubDate>Thu, 13 Jun 2013 16:24:00 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Icons]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[iteration]]></category>
		<category><![CDATA[product design]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[user interface]]></category>
		<guid isPermaLink="false">http://sayyeah.com/sayYeah/sayYeahNewSite/wordpress/refining-ios-7s-icons-and-what-to-do-about-a/</guid>

					<description><![CDATA[<p>Following Apple’s iOS 7 announcement earlier this week, there’s been a lot of discussion around the default icon set (pictured above, right). Detractors have focused on inconsistencies, concerns around a lack of cohesion between icons, and a general disdain for the colour palette and icon styles. Designer Leo Drapeau’s taken a stab at addressing some [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://sayyeah.com/digital-insights/refining-ios-7s-icons-and-what-to-do-about-a/">Refining iOS 7&#8217;s Icons. And What To Do About A Very Confusing Lock Screen.</a> appeared first on <a rel="nofollow" href="https://sayyeah.com">Say Yeah!</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-7981" src="https://insights.sayyeah.com/wp-content/uploads/2013/06/iOS7-icons.png" alt="Analyzing iOS7 icons " srcset="https://insights.sayyeah.com/wp-content/uploads/2013/06/iOS7-icons.png 500w, https://insights.sayyeah.com/wp-content/uploads/2013/06/iOS7-icons-300x277.png 300w" sizes="(max-width: 500px) 100vw, 500px" /></p>
<p>Following Apple’s iOS 7 announcement earlier this week, there’s been a lot of discussion around the default icon set (pictured above, right). Detractors have focused on inconsistencies, concerns around a lack of cohesion between icons, and a general disdain for the colour palette and icon styles. Designer Leo Drapeau’s taken a stab at addressing some of the more moderate considerations with his <a href="http://dribbble.com/shots/1109343-iOS-7-Redesign">iOS 7 icon refinements</a> (pictured above, left).</p>
<p><span id="more-5847"></span></p>
<p>He offers some nice takes on both simplifying some of the icons (Camera, Game Center, Stocks) and differentiating others (Reminders vs Notes), but I don’t agree with his decision to go back to the iOS 6 corner radius (where icons appear smaller inside their rounded corner squares).</p>
<p>The new, larger iOS 7 icons have a beautiful playfulness and resonance with the smaller padding. Resetting them makes them appear less touch-friendly.</p>
<p>Update: Neven Mrgan wonderfully illustrates an issue with the larger icons based on their varying weights:</p>
<p><img class="alignnone size-full wp-image-7977" src="https://insights.sayyeah.com/wp-content/uploads/2013/06/iOS7-icons-2.png" alt="Analyzing iOS7 icons " /></p>
<p>And yes, you need to scale to ensure lighter weight icons are not overwhelmed by their fuller cousins.</p>
<p>Now back to Leo: I fear he’s lost the plot in the dock, with a more complex Phone icon, under-styled Mail and Safari icons, and a thin, more conservative musical note which almost disappears when compared to the other icons.</p>
<p>For me, there are five concerns that stand out with the iOS 7 icons.</p>
<p>1. Game Center’s reflective bubbles, which are incongruous with every other icon.</p>
<p>2. Music’s vibrant red/orange, which is outside the colour palette of the other icons (or at least appears to be because of the dark to dark gradient, rather than light to dark gradients of the other icons).</p>
<p>3. The Reminders icon, which has no charm, particularly in light of Leo’s wonderful reworking.</p>
<p>4. The overly complex Settings and Compass icons.</p>
<p>5. A Camera icon that shows something that isn’t anything like my iPhone. I’m sure they still aren’t using a floppy disk as a save icon, right? The previous camera icon was a lens. Perfect.</p>
<p>Some minor efforts in finding consistency will resolve most of these issues, but there’s no doubt these new icons better suit the expression and the experience of iOS 7’s overall redesign.</p>
<p>Icons aside, the most important concern stemming from this redesign is found on the lock screen, where ‘slide to unlock’ has lost its arrow, trough, and the block that slides through it from left to right (pictured below).</p>
<p><img class="alignnone size-full wp-image-7978" src="https://insights.sayyeah.com/wp-content/uploads/2013/06/iOS7-icons-3.png" alt="Analyzing iOS7 icons " srcset="https://insights.sayyeah.com/wp-content/uploads/2013/06/iOS7-icons-3.png 500w, https://insights.sayyeah.com/wp-content/uploads/2013/06/iOS7-icons-3-300x89.png 300w" sizes="(max-width: 500px) 100vw, 500px" /></p>
<p>Certainly some visual cues need to be added so you know how the heck to unlock your phone. I bet 50% of people try to slide up, rather than from left to right:</p>
<p><img class="alignnone size-full wp-image-7979" src="https://insights.sayyeah.com/wp-content/uploads/2013/06/iOS7-icons-4.png" alt="Analyzing iOS7 icons " srcset="https://insights.sayyeah.com/wp-content/uploads/2013/06/iOS7-icons-4.png 498w, https://insights.sayyeah.com/wp-content/uploads/2013/06/iOS7-icons-4-300x80.png 300w" sizes="(max-width: 498px) 100vw, 498px" /></p>
<p>The post <a rel="nofollow" href="https://sayyeah.com/digital-insights/refining-ios-7s-icons-and-what-to-do-about-a/">Refining iOS 7&#8217;s Icons. And What To Do About A Very Confusing Lock Screen.</a> appeared first on <a rel="nofollow" href="https://sayyeah.com">Say Yeah!</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Tumblr&#8217;s new icons. A great improvement.</title>
		<link>https://sayyeah.com/digital-insights/tumblrs-new-icons-a-great-improvement/</link>
		
		<dc:creator><![CDATA[Lee Dale]]></dc:creator>
		<pubDate>Wed, 29 Feb 2012 18:35:00 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[graphic design]]></category>
		<category><![CDATA[Icons]]></category>
		<guid isPermaLink="false">http://sayyeah.com/sayYeah/sayYeahNewSite/wordpress/tumblrs-new-icons-a-great-improvement/</guid>

					<description><![CDATA[<p>Tumblr’s just updated their Dashboard blog post icons. Here’s what they looked like on Monday: And here’s what our Tumblr Dashboard looks like today: Wow. What an improvement! So, what makes these new icons so great? Well, at a glance recognition, that’s what. Previously, there was a relatively clear distinction in the colour differences for each [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://sayyeah.com/digital-insights/tumblrs-new-icons-a-great-improvement/">Tumblr&#8217;s new icons. A great improvement.</a> appeared first on <a rel="nofollow" href="https://sayyeah.com">Say Yeah!</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="http://tumblr.com">Tumblr’s</a> just updated their Dashboard blog post icons.</p>
<p>Here’s what they looked like on Monday:</p>
<p><img class="alignnone size-full wp-image-8059" src="https://insights.sayyeah.com/wp-content/uploads/2012/02/tumblr-old.png" alt="tumblr old interface " srcset="https://insights.sayyeah.com/wp-content/uploads/2012/02/tumblr-old.png 500w, https://insights.sayyeah.com/wp-content/uploads/2012/02/tumblr-old-300x61.png 300w" sizes="(max-width: 500px) 100vw, 500px" /></p>
<p>And here’s what our <a href="http://www.tumblr.com/dashboard">Tumblr Dashboard</a> looks like today:</p>
<p><img class="alignnone size-full wp-image-8058" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;" src="https://insights.sayyeah.com/wp-content/uploads/2012/02/tumblr-new-.png" alt="tumblr new interface" srcset="https://insights.sayyeah.com/wp-content/uploads/2012/02/tumblr-new-.png 500w, https://insights.sayyeah.com/wp-content/uploads/2012/02/tumblr-new--300x58.png 300w" sizes="(max-width: 500px) 100vw, 500px" /></p>
<p>Wow. What an improvement!</p>
<p>So, what makes these new icons so great? Well, at a glance recognition, that’s what.</p>
<p><span id="more-5796"></span></p>
<p>Previously, there was a relatively clear distinction in the colour differences for each post type. Tumblr’s done well to keep this colour palette so, not only do the icons continue to be visually distinct from one another, but they retain the same colour for user’s who identified post types this way. In other words, the new icons are still familiar to long time Tumblr users.</p>
<p>However, the previously-used fancy torn paper motif was a needless distraction with its high realism, off balance angle, and consistent shape, ultimately creating a pattern that made it difficult to recognize the icons themselves.</p>
<p>In this case, the apparent decision to simplify meant removing the paper, gradients and drop shadows, so now each of the icons has a distinct shape from one another, at a glance.</p>
<p>Though I could quibble about the inconsistent weights (some icons appear needlessly heavier than others), complain about the vertical alignment (they do look like they’re all centred vertically, but why make some taller than others so there’s no rhythm or consistency to the icons), and wonder about the decision to illustrate the too similar Photo and Chat shapes (that’s a funky chat bubble which is very similar to the camera, making it harder to differentiate between the two), overall this is a great improvement.</p>
<p>The post <a rel="nofollow" href="https://sayyeah.com/digital-insights/tumblrs-new-icons-a-great-improvement/">Tumblr&#8217;s new icons. A great improvement.</a> appeared first on <a rel="nofollow" href="https://sayyeah.com">Say Yeah!</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
