I recently wrote about the different ‘share icons’ that are being used on various mobile platform but one that really stands out (and not in a good way) is the Windows Phone icon. The Windows Phone icon looks like this
A gift or present image. Now I guess it could mean ‘share’ or ‘give something to someone’ and in our case would mean ‘giving them a link to some content’ but using a ‘gift’ as a share icon didn’t make sense to me but because I believe in using what is provided in the platform, I went with the standard icon, until now.
With Windows 8 developer preview recently being available for download, I of course installed it and played with it. I did notice they did have the functionality to share things but they did not use the standard share icon (the gift) as in Windows Phone. Considering Windows Phone uses the Metro Design Language and Windows 8 also uses the Metro Design Language, I found it strange that a new icon was used.
This icon is the Open Share Icon by Shareaholic or at least looks very similar to it.
So what is a developer to do again? Well, since I did not like the ‘gift’ share icon I decided to start using this icon in our Windows Phone apps instead of the ‘gift’ icon. Yes, this does go against my previous advice of being consistent on the platform but rules are meant to be broken! I’m pretty confident that changing the ‘share icon’ on Windows Phone will not cause any confusion with users but I’ll have to wait and see. I’m also assuming since Windows 8 uses Metro and Windows Phone uses Metro, I think they will align everything properly in terms of the Metro Design Language (let’s hope they also bring the OSes together since Win8 will support ARM!)
Now if you want to use this icon you can download it at the Open Share Icon website. If you want to include it in your Windows Phone app, here is a share icon you can use in the Application Bar. If you read my article on ‘Theme Aware Icons’ you can also use this piece of XAML within a page which essentially renders a Path
<Path Data="M23.8306,18.3706C21.1596,18.3706,18.9946,20.5296,18.9946,23.1906C18.9946,25.8526,21.1596,28.0126,23.8306,28.0126C26.5006,28.0126, 28.6666,25.8526,28.6666,23.1906C28.6666,20.5296,26.5006,18.3706,23.8306,18.3706 M34.0216,23.5926L34.0276,23.5936C33.0816,23.5936,32.3126, 24.2496,32.0976,25.0006C32.0856,25.0556,32.0736,25.1096,32.0606,25.1626C32.0566,25.1776,32.0546,25.1916,32.0526,25.2066L32.0506, 25.1986C31.1486,28.8886,27.8106,31.6266,23.8306,31.6266C22.1136,31.6266,20.5166,31.1176,19.1826,30.2406C18.8596,30.0216,18.4696,29.8926, 18.0486,29.8926C16.9356,29.8926,16.0346,30.7916,16.0346,31.9026C16.0346,32.5976,16.3896,33.2126,16.9306,33.5726L16.9296,33.5726C18.9066, 34.8826,21.2786,35.6446,23.8306,35.6446C29.1686,35.6446,33.7236,32.3066,35.5116,27.6106L40.7556,27.6106L40.7556,23.5926z M23.8306, 14.7536C25.5816,14.7536,27.2096,15.2846,28.5596,16.1936L28.5606,16.1916C28.8806,16.4046,29.2646,16.5286,29.6786,16.5286C30.7906,16.5286, 31.6926,15.6286,31.6926,14.5196C31.6926,13.7886,31.2996,13.1486,30.7156,12.7976C28.7406,11.4956,26.3746,10.7366,23.8306,10.7366C18.4916, 10.7366,13.9376,14.0756,12.1486,18.7706L6.9056,18.7706L6.9056,22.7896L13.6686,22.7896C14.5856,22.7736,15.3316,22.1426,15.5566,21.4136C15.5736, 21.3356,15.5916,21.2576,15.6096,21.1806C15.6106,21.1796,15.6106,21.1786,15.6106,21.1776C16.5166,17.4906,19.8526,14.7536,23.8306,14.7536" Fill="{StaticResource PhoneForegroundBrush}" Height="24.908" Stretch="Fill" Width="33.85" UseLayoutRounding="False"> <Path.Clip> <RectangleGeometry RadiusY="0" RadiusX="0" Rect="0,-1,48,48"> <RectangleGeometry.Transform> <MatrixTransform Matrix="1,0,0,1,-6.90560007095337,-10.7365999221802"/> RectangleGeometry.Transform> RectangleGeometry> Path.Clip> Path>
So what do you think, is it a good idea to deviate from the standard platform share icon? Share your thoughts via comments here or via twitter @MarkArteaga!
I agree with you completely, the current "official" Windows Phone share icon does not immediately convey the desired action and I frequently check the text label on the app bar to check what it means in different apps.
I also agree that the Share icon in Windows 8 is a much better one (hadn’t realised it’s origins, though) and would much rather see the gift box replaced with that one.
Just be aware that nothing in wp7 uses that icon to share stuff. So it’s more of a one person used it, others copied thing. But not wp7 per se.
The one on win8 is great indeed.
These pieecs really set a standard in the industry.