Added StumbleUpon! icon

This commit is contained in:
Adam Fairhead
2012-06-16 11:02:47 -04:00
parent 4f5ed3c3f6
commit 3a615ac72c
4 changed files with 34 additions and 0 deletions

View File

@@ -61,6 +61,10 @@
.no-svg .fc-webicon.skype { background: url("images/fc-webicon-skype.png"); }
.svg .fc-webicon.skype { background: url("images/fc-webicon-skype.svg"); }
/* StumbleUpon! */
.no-svg .fc-webicon.stumbleupon { background: url("images/fc-webicon-stumbleupon.png"); }
.svg .fc-webicon.stumbleupon { background: url("images/fc-webicon-stumbleupon.svg"); }
/* Twitter */
.no-svg .fc-webicon.twitter { background: url("images/fc-webicon-twitter.png"); }
.svg .fc-webicon.twitter { background: url("images/fc-webicon-twitter.svg"); }

View File

@@ -52,6 +52,8 @@
<a class="fc-webicon skype small" href="#">Skype</a>
<a class="fc-webicon stumbleupon small" href="#">StumbleUpon!</a>
<a class="fc-webicon twitter small" href="#">Twitter</a>
<a class="fc-webicon vimeo small" href="#">Vimeo</a>
@@ -92,6 +94,8 @@
<a class="fc-webicon skype" href="#">Skype</a>
<a class="fc-webicon stumbleupon" href="#">StumbleUpon!</a>
<a class="fc-webicon twitter" href="#">Twitter</a>
<a class="fc-webicon vimeo" href="#">Vimeo</a>
@@ -132,6 +136,8 @@
<a class="fc-webicon skype large" href="#">Skype</a>
<a class="fc-webicon stumbleupon large" href="#">StumbleUpon!</a>
<a class="fc-webicon twitter large" href="#">Twitter</a>
<a class="fc-webicon vimeo large" href="#">Vimeo</a>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="48px" height="48px" viewBox="176 76 48 48" enable-background="new 176 76 48 48" xml:space="preserve">
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="71.4302" y1="132.9395" x2="71.4302" y2="121.4395" gradientTransform="matrix(4.1667 0 0 -4.1667 -97.5833 629.9166)">
<stop offset="0" style="stop-color:#F93C2D"/>
<stop offset="1" style="stop-color:#D32D20"/>
</linearGradient>
<path fill="url(#SVGID_1_)" d="M224,117.928c0,3.307-2.683,5.989-5.989,5.989h-35.938c-3.308,0-5.99-2.683-5.99-5.989V81.99
c0-3.307,2.682-5.99,5.99-5.99h35.938c3.307,0,5.989,2.683,5.989,5.99V117.928z"/>
<path fill="#CD2D20" d="M182.8,98.617h5.712v4.886c0,0-0.067,1.785,1.888,1.785c2.157,0,1.888-1.719,1.888-1.719V92.38
c0,0,0.032-7.65,7.751-7.65c7.718,0,7.617,7.145,7.617,7.145v2.73l-3.506,1.146l-2.394-1.112V92.28c0,0,0.069-1.619-1.718-1.619
s-1.854,1.314-1.854,1.619c0,0.304,0,11.661,0,11.661s-0.27,7.246-7.583,7.246c-7.314,0-7.802-6.807-7.802-7.649
C182.8,102.693,182.8,98.617,182.8,98.617z"/>
<path fill="#CD2D20" d="M201.757,98.684l2.394,1.112l3.506-1.147v5.057c0,0-0.034,1.651,1.819,1.651s1.92-1.651,1.92-1.651v-5.057
h5.832v5.731c0,0,0.304,6.807-7.583,6.807c-8.19,0-7.888-7.145-7.888-7.145V98.684z"/>
<path fill="#FFFFFF" d="M182.8,100.617h5.712v4.886c0,0-0.067,1.785,1.888,1.785c2.157,0,1.888-1.719,1.888-1.719V94.38
c0,0,0.032-7.65,7.751-7.65c7.718,0,7.617,7.145,7.617,7.145v2.73l-3.506,1.146l-2.394-1.112V94.28c0,0,0.069-1.619-1.718-1.619
s-1.854,1.314-1.854,1.619c0,0.304,0,11.661,0,11.661s-0.27,7.246-7.583,7.246c-7.314,0-7.802-6.807-7.802-7.649
C182.8,104.693,182.8,100.617,182.8,100.617z"/>
<path fill="#FFFFFF" d="M201.757,100.684l2.394,1.112l3.506-1.147v5.057c0,0-0.034,1.651,1.819,1.651s1.92-1.651,1.92-1.651v-5.057
h5.832v5.731c0,0,0.304,6.807-7.583,6.807c-8.19,0-7.888-7.145-7.888-7.145V100.684z"/>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB