Added 500px, Goodreads, Picasa
This commit is contained in:
@@ -13,6 +13,7 @@ Enjoy FC Webicons!
|
||||
Icon List So Far
|
||||
=================
|
||||
|
||||
* 500px
|
||||
* About.me
|
||||
* ADN (App.net)
|
||||
* Android
|
||||
@@ -25,11 +26,14 @@ Icon List So Far
|
||||
* Dribbble
|
||||
* Dropbox
|
||||
* Evernote
|
||||
* Fairhead Creative
|
||||
* Facebook
|
||||
* Flickr
|
||||
* Foursquare
|
||||
* Git
|
||||
* GitHub
|
||||
* Picasa
|
||||
* Goodreads
|
||||
* Google Play
|
||||
* Google+
|
||||
* HTML5
|
||||
|
||||
@@ -5,6 +5,12 @@
|
||||
.fc-webicon.small { width: 20px; height: 20px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
|
||||
.fc-webicon.large { width: 48px; height: 48px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }
|
||||
|
||||
/* 500px */
|
||||
.no-svg .fc-webicon.f500px { background: url("images/fc-webicon-500px-m.png"); }
|
||||
.no-svg .fc-webicon.f500px.large { background: url("images/fc-webicon-500px"); }
|
||||
.no-svg .fc-webicon.f500px.small { background: url("images/fc-webicon-500px-s.png"); }
|
||||
.svg .fc-webicon.f500px { background: url("images/fc-webicon-500px.svg"); }
|
||||
|
||||
/* About.me */
|
||||
.no-svg .fc-webicon.aboutme { background: url("images/fc-webicon-aboutme-m.png"); }
|
||||
.no-svg .fc-webicon.aboutme.large { background: url("images/fc-webicon-aboutme.png"); }
|
||||
@@ -77,6 +83,12 @@
|
||||
.no-svg .fc-webicon.evernote.small { background: url("images/fc-webicon-evernote-s.png"); }
|
||||
.svg .fc-webicon.evernote { background: url("images/fc-webicon-evernote.svg"); }
|
||||
|
||||
/* Fairhead Creative */
|
||||
.no-svg .fc-webicon.fairheadcreative { background: url("images/fc-webicon-fairheadcreative-m.png"); }
|
||||
.no-svg .fc-webicon.fairheadcreative.large { background: url("images/fc-webicon-fairheadcreative"); }
|
||||
.no-svg .fc-webicon.fairheadcreative.small { background: url("images/fc-webicon-fairheadcreative-s.png"); }
|
||||
.svg .fc-webicon.fairheadcreative { background: url("images/fc-webicon-fairheadcreative.svg"); }
|
||||
|
||||
/* Facebook */
|
||||
.no-svg .fc-webicon.facebook { background: url("images/fc-webicon-facebook-m.png"); }
|
||||
.no-svg .fc-webicon.facebook.large { background: url("images/fc-webicon-facebook.png"); }
|
||||
@@ -107,6 +119,12 @@
|
||||
.no-svg .fc-webicon.github.small { background: url("images/fc-webicon-github-s.png"); }
|
||||
.svg .fc-webicon.github { background: url("images/fc-webicon-github.svg"); }
|
||||
|
||||
/* Goodreads */
|
||||
.no-svg .fc-webicon.goodreads { background: url("images/fc-webicon-goodreads-m.png"); }
|
||||
.no-svg .fc-webicon.goodreads.large { background: url("images/fc-webicon-goodreads"); }
|
||||
.no-svg .fc-webicon.goodreads.small { background: url("images/fc-webicon-goodreads-s.png"); }
|
||||
.svg .fc-webicon.goodreads { background: url("images/fc-webicon-goodreads.svg"); }
|
||||
|
||||
/* Google Play */
|
||||
.no-svg .fc-webicon.googleplay { background: url("images/fc-webicon-googleplay-m.png"); }
|
||||
.no-svg .fc-webicon.googleplay.large { background: url("images/fc-webicon-googleplay.png"); }
|
||||
@@ -167,6 +185,12 @@
|
||||
.no-svg .fc-webicon.msn.small { background: url("images/fc-webicon-msn-s.png"); }
|
||||
.svg .fc-webicon.msn { background: url("images/fc-webicon-msn.svg"); }
|
||||
|
||||
/* Picasa */
|
||||
.no-svg .fc-webicon.picasa { background: url("images/fc-webicon-picasa-m.png"); }
|
||||
.no-svg .fc-webicon.picasa.large { background: url("images/fc-webicon-picasa"); }
|
||||
.no-svg .fc-webicon.picasa.small { background: url("images/fc-webicon-picasa-s.png"); }
|
||||
.svg .fc-webicon.picasa { background: url("images/fc-webicon-picasa.svg"); }
|
||||
|
||||
/* Pinterest */
|
||||
.no-svg .fc-webicon.pinterest { background: url("images/fc-webicon-pinterest-m.png"); }
|
||||
.no-svg .fc-webicon.pinterest.large { background: url("images/fc-webicon-pinterest.png"); }
|
||||
|
||||
@@ -23,6 +23,8 @@
|
||||
|
||||
<!-- START FC Webicons markup ###################################### -->
|
||||
|
||||
<a class="fc-webicon f500px small" href="#">500px</a>
|
||||
|
||||
<a class="fc-webicon aboutme small" href="#">About.me</a>
|
||||
|
||||
<a class="fc-webicon adn small" href="#">ADN (App.net)</a>
|
||||
@@ -47,6 +49,8 @@
|
||||
|
||||
<a class="fc-webicon evernote small" href="#">Evernote</a>
|
||||
|
||||
<a class="fc-webicon fairheadcreative small" href="#">Fairhead Creative</a>
|
||||
|
||||
<a class="fc-webicon facebook small" href="#">Facebook</a>
|
||||
|
||||
<a class="fc-webicon flickr small" href="#">Flickr</a>
|
||||
@@ -57,6 +61,8 @@
|
||||
|
||||
<a class="fc-webicon github small" href="#">Github</a>
|
||||
|
||||
<a class="fc-webicon goodreads small" href="#">Goodreads</a>
|
||||
|
||||
<a class="fc-webicon googleplay small" href="#">Google Play</a>
|
||||
|
||||
<a class="fc-webicon googleplus small" href="#">Google+</a>
|
||||
@@ -77,6 +83,8 @@
|
||||
|
||||
<a class="fc-webicon msn small" href="#">MSN</a>
|
||||
|
||||
<a class="fc-webicon picasa small" href="#">Picasa</a>
|
||||
|
||||
<a class="fc-webicon pinterest small" href="#">Pinterest</a>
|
||||
|
||||
<a class="fc-webicon pocket small" href="#">PocketApp</a>
|
||||
@@ -135,6 +143,8 @@
|
||||
|
||||
<hr>
|
||||
|
||||
<a class="fc-webicon f500px" href="#">500px</a>
|
||||
|
||||
<a class="fc-webicon aboutme" href="#">About.me</a>
|
||||
|
||||
<a class="fc-webicon adn" href="#">ADN (App.net)</a>
|
||||
@@ -159,6 +169,8 @@
|
||||
|
||||
<a class="fc-webicon evernote" href="#">Evernote</a>
|
||||
|
||||
<a class="fc-webicon fairheadcreative" href="#">Fairhead Creative</a>
|
||||
|
||||
<a class="fc-webicon facebook" href="#">Facebook</a>
|
||||
|
||||
<a class="fc-webicon flickr" href="#">Flickr</a>
|
||||
@@ -169,6 +181,8 @@
|
||||
|
||||
<a class="fc-webicon github" href="#">Github</a>
|
||||
|
||||
<a class="fc-webicon goodreads" href="#">Goodreads</a>
|
||||
|
||||
<a class="fc-webicon googleplay" href="#">Google Play</a>
|
||||
|
||||
<a class="fc-webicon googleplus" href="#">Google+</a>
|
||||
@@ -189,6 +203,8 @@
|
||||
|
||||
<a class="fc-webicon msn" href="#">MSN</a>
|
||||
|
||||
<a class="fc-webicon picasa" href="#">Picasa</a>
|
||||
|
||||
<a class="fc-webicon pinterest" href="#">Pinterest</a>
|
||||
|
||||
<a class="fc-webicon pocket" href="#">PocketApp</a>
|
||||
@@ -247,6 +263,8 @@
|
||||
|
||||
<hr>
|
||||
|
||||
<a class="fc-webicon f500px large" href="#">500px</a>
|
||||
|
||||
<a class="fc-webicon aboutme large" href="#">About.me</a>
|
||||
|
||||
<a class="fc-webicon adn large" href="#">ADN (App.net)</a>
|
||||
@@ -271,6 +289,8 @@
|
||||
|
||||
<a class="fc-webicon evernote large" href="#">Evernote</a>
|
||||
|
||||
<a class="fc-webicon fairheadcreative large" href="#">Fairhead Creative</a>
|
||||
|
||||
<a class="fc-webicon facebook large" href="#">Facebook</a>
|
||||
|
||||
<a class="fc-webicon flickr large" href="#">Flickr</a>
|
||||
@@ -281,6 +301,8 @@
|
||||
|
||||
<a class="fc-webicon github large" href="#">Github</a>
|
||||
|
||||
<a class="fc-webicon goodreads large" href="#">Goodreads</a>
|
||||
|
||||
<a class="fc-webicon googleplay large" href="#">Google Play</a>
|
||||
|
||||
<a class="fc-webicon googleplus large" href="#">Google+</a>
|
||||
@@ -301,6 +323,8 @@
|
||||
|
||||
<a class="fc-webicon msn large" href="#">MSN</a>
|
||||
|
||||
<a class="fc-webicon picasa large" href="#">Picasa</a>
|
||||
|
||||
<a class="fc-webicon pinterest large" href="#">Pinterest</a>
|
||||
|
||||
<a class="fc-webicon pocket large" href="#">PocketApp</a>
|
||||
|
||||
62
images/fc-webicon-500px.svg
Normal file
62
images/fc-webicon-500px.svg
Normal file
@@ -0,0 +1,62 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!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" viewBox="456 256 48 48" enable-background="new 456 256 48 48" xml:space="preserve">
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="351.3662" y1="312.875" x2="351.3662" y2="301.375" gradientTransform="matrix(4.1667 0 0 -4.1667 -983.9935 1559.6541)">
|
||||
<stop offset="0" style="stop-color:#40C5EA"/>
|
||||
<stop offset="1" style="stop-color:#2598D9"/>
|
||||
</linearGradient>
|
||||
<path fill="url(#SVGID_1_)" d="M504,297.928c0,3.307-2.683,5.989-5.989,5.989h-35.938c-3.308,0-5.99-2.683-5.99-5.989V261.99
|
||||
c0-3.307,2.682-5.99,5.99-5.99h35.938c3.307,0,5.989,2.683,5.989,5.99V297.928z"/>
|
||||
<g id="XpSHuz.tif_1_">
|
||||
<g>
|
||||
<path fill="#2598D9" d="M498.282,279.634c0,0.249,0,0.497,0,0.744c-0.012,0.07-0.027,0.139-0.032,0.209
|
||||
c-0.042,0.615-0.156,1.217-0.364,1.797c-0.653,1.82-1.852,3.088-3.76,3.573c-1.839,0.467-3.541,0.079-5.108-0.961
|
||||
c-0.963-0.635-1.757-1.452-2.522-2.303c-0.071-0.08-0.144-0.161-0.243-0.274c-0.034,0.056-0.049,0.096-0.077,0.123
|
||||
c-0.625,0.628-1.224,1.287-1.884,1.877c-1.355,1.211-2.935,1.862-4.78,1.708c-2.201-0.187-3.793-1.266-4.73-3.281
|
||||
c-0.024-0.052-0.05-0.102-0.078-0.159c-0.017,0.021-0.027,0.028-0.033,0.04c-0.026,0.053-0.051,0.106-0.077,0.159
|
||||
c-0.825,1.636-2.109,2.729-3.89,3.168c-1.709,0.422-3.392,0.245-4.979-0.52c-1.41-0.68-2.334-1.792-2.687-3.34
|
||||
c-0.085-0.369-0.109-0.752-0.162-1.142c1.156,0,2.262,0,3.372,0c0.01,0.062,0.018,0.112,0.026,0.164
|
||||
c0.009,0.051,0.017,0.103,0.028,0.153c0.136,0.679,0.455,1.249,1.025,1.654c1.358,0.968,3.254,0.518,4.058-0.973
|
||||
c0.546-1.013,0.59-2.072,0.163-3.136c-0.323-0.804-0.912-1.368-1.759-1.566c-1.379-0.32-2.44,0.01-3.225,1.057
|
||||
c-0.088,0.117-0.178,0.163-0.325,0.162c-0.861-0.008-1.722-0.004-2.583-0.004c-0.069,0-0.138,0-0.234,0
|
||||
c0.546-3.064,1.087-6.096,1.626-9.122c3.09,0,6.153,0,9.214,0c0,0.923,0,1.832,0,2.749c-0.096,0-0.174,0-0.251,0
|
||||
c-2.12,0-4.241,0.001-6.362-0.003c-0.138,0-0.2,0.026-0.227,0.182c-0.194,1.145-0.401,2.287-0.601,3.43
|
||||
c-0.01,0.052-0.007,0.107-0.014,0.227c1.245-1.258,2.729-1.495,4.327-1.207c1.645,0.298,2.778,1.289,3.506,2.806
|
||||
c0.037-0.09,0.061-0.147,0.085-0.205c0.875-2.046,2.435-3.152,4.639-3.347c1.747-0.155,3.253,0.444,4.599,1.518
|
||||
c0.816,0.652,1.49,1.441,2.17,2.224c0.046,0.052,0.091,0.103,0.146,0.162c0.097-0.113,0.175-0.208,0.256-0.302
|
||||
c0.74-0.861,1.479-1.722,2.416-2.386c1.501-1.064,3.154-1.495,4.966-1.109c2.279,0.488,3.606,1.971,4.167,4.182
|
||||
C498.188,278.776,498.217,279.21,498.282,279.634z M488.249,280.169c0.562,0.767,1.71,1.749,2.521,2.169
|
||||
c0.516,0.265,1.054,0.444,1.635,0.492c1.173,0.097,2.098-0.41,2.532-1.437c0.351-0.831,0.364-1.684,0.005-2.513
|
||||
c-0.432-0.995-1.204-1.526-2.304-1.552c-0.634-0.015-1.205,0.18-1.747,0.491C489.848,278.416,489.066,279.305,488.249,280.169z
|
||||
M484.306,280.179c-0.89-0.933-1.776-1.845-2.93-2.432c-0.261-0.131-0.536-0.246-0.816-0.322
|
||||
c-1.212-0.326-2.237,0.126-2.831,1.232c-0.412,0.768-0.479,1.579-0.247,2.409c0.283,1.01,1.054,1.638,2.098,1.748
|
||||
c0.627,0.068,1.219-0.052,1.792-0.3C482.552,282.005,483.457,281.151,484.306,280.179z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="XpSHuz.tif">
|
||||
<g>
|
||||
<path fill="#FFFFFF" d="M498.282,281.327c0,0.249,0,0.496,0,0.746c-0.012,0.067-0.027,0.137-0.032,0.208
|
||||
c-0.042,0.615-0.156,1.216-0.364,1.796c-0.653,1.821-1.852,3.09-3.76,3.573c-1.839,0.467-3.541,0.079-5.108-0.959
|
||||
c-0.963-0.637-1.757-1.454-2.522-2.305c-0.071-0.079-0.144-0.161-0.243-0.273c-0.034,0.056-0.049,0.095-0.077,0.122
|
||||
c-0.625,0.629-1.224,1.287-1.884,1.878c-1.355,1.21-2.935,1.861-4.78,1.707c-2.201-0.187-3.793-1.265-4.73-3.281
|
||||
c-0.024-0.052-0.05-0.102-0.078-0.159c-0.017,0.021-0.027,0.029-0.033,0.039c-0.026,0.054-0.051,0.106-0.077,0.16
|
||||
c-0.825,1.635-2.109,2.73-3.89,3.168c-1.709,0.421-3.392,0.247-4.979-0.52c-1.41-0.679-2.334-1.792-2.687-3.338
|
||||
c-0.085-0.37-0.109-0.754-0.162-1.143c1.156,0,2.262,0,3.372,0c0.01,0.061,0.018,0.112,0.026,0.163
|
||||
c0.009,0.052,0.017,0.103,0.028,0.153c0.136,0.679,0.455,1.248,1.025,1.655c1.358,0.967,3.254,0.517,4.058-0.974
|
||||
c0.546-1.013,0.59-2.072,0.163-3.136c-0.323-0.804-0.912-1.368-1.759-1.566c-1.379-0.32-2.44,0.011-3.225,1.057
|
||||
c-0.088,0.116-0.178,0.162-0.325,0.161c-0.861-0.008-1.722-0.005-2.583-0.005c-0.069,0-0.138,0-0.234,0
|
||||
c0.546-3.064,1.087-6.096,1.626-9.121c3.09,0,6.153,0,9.214,0c0,0.923,0,1.831,0,2.749c-0.096,0-0.174,0-0.251,0
|
||||
c-2.12,0-4.241,0.001-6.362-0.003c-0.138,0-0.2,0.026-0.227,0.182c-0.194,1.145-0.401,2.287-0.601,3.43
|
||||
c-0.01,0.052-0.007,0.106-0.014,0.228c1.245-1.259,2.729-1.495,4.327-1.208c1.645,0.297,2.778,1.289,3.506,2.807
|
||||
c0.037-0.091,0.061-0.148,0.085-0.206c0.875-2.046,2.435-3.152,4.639-3.347c1.747-0.155,3.253,0.444,4.599,1.519
|
||||
c0.816,0.652,1.49,1.44,2.17,2.224c0.046,0.052,0.091,0.102,0.146,0.162c0.097-0.114,0.175-0.209,0.256-0.302
|
||||
c0.74-0.861,1.479-1.722,2.416-2.386c1.501-1.064,3.154-1.497,4.966-1.109c2.279,0.488,3.606,1.97,4.167,4.183
|
||||
C498.188,280.471,498.217,280.903,498.282,281.327z M488.249,281.864c0.562,0.765,1.71,1.747,2.521,2.167
|
||||
c0.516,0.267,1.054,0.443,1.635,0.492c1.173,0.098,2.098-0.409,2.532-1.437c0.351-0.831,0.364-1.683,0.005-2.512
|
||||
c-0.432-0.997-1.204-1.526-2.304-1.553c-0.634-0.015-1.205,0.18-1.747,0.491C489.848,280.11,489.066,280.998,488.249,281.864z
|
||||
M484.306,281.873c-0.89-0.932-1.776-1.845-2.93-2.432c-0.261-0.132-0.536-0.247-0.816-0.322
|
||||
c-1.212-0.326-2.237,0.126-2.831,1.232c-0.412,0.767-0.479,1.578-0.247,2.409c0.283,1.009,1.054,1.638,2.098,1.749
|
||||
c0.627,0.067,1.219-0.052,1.792-0.301C482.552,283.698,483.457,282.845,484.306,281.873z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.6 KiB |
24
images/fc-webicon-fairheadcreative.svg
Normal file
24
images/fc-webicon-fairheadcreative.svg
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!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" viewBox="0 0 44 44" enable-background="new 0 0 44 44" xml:space="preserve">
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="333.7725" y1="-362.9536" x2="333.7725" y2="-410.9536" gradientTransform="matrix(0.9167 0 0 -0.9167 -283.9583 -332.7083)">
|
||||
<stop offset="0" style="stop-color:#62BC46"/>
|
||||
<stop offset="1" style="stop-color:#53A037"/>
|
||||
</linearGradient>
|
||||
<path fill="url(#SVGID_1_)" d="M44,38.5c0,3.037-2.463,5.5-5.5,5.5h-33C2.463,44,0,41.537,0,38.5v-33C0,2.463,2.463,0,5.5,0h33
|
||||
C41.537,0,44,2.463,44,5.5V38.5z"/>
|
||||
<path fill="#53A037" d="M6.511,20.373c0,0,5.69-10.541,17.705-7.306c0,0-0.243-2.737,3.491-3.652c0,0,0.788,2.795-2.401,4.048
|
||||
c0,0,4.739,1.592,6.327,7.266c1.586,5.673-3.01,9.832-5.63,10.698c-2.624,0.865-5.543,0.611-7.384-1.56
|
||||
c-1.843-2.172-0.786-4.608,0.067-5.344c0.582-0.501,1.005-0.583,1.315-0.391c0.38,0.237,0.345,0.695,0.113,1.548
|
||||
c-0.23,0.851,0.16,2.688,1.907,3.291c1.746,0.603,4.854-0.498,5.47-2.96c0.614-2.459-0.033-5.923-3.982-7.023
|
||||
c-3.949-1.101-8.292,0.547-10.199,4.368c-1.906,3.821-0.331,10.662,4.74,12.341c5.072,1.677,7.665,0.687,8.845,0.242
|
||||
c1.179-0.441,5.114-1.812,7.97-6.014c2.854-4.204,3.227-9.029,2.069-13.09c-1.156-4.062-4.619-8.669-10.332-10.493
|
||||
C20.887,4.52,15.136,6.669,12.282,9.09C9.429,11.511,6.928,14.862,6.511,20.373z"/>
|
||||
<path fill="#FFFFFF" d="M6.511,22.373c0,0,5.69-10.541,17.705-7.306c0,0-0.243-2.737,3.491-3.652c0,0,0.788,2.795-2.401,4.048
|
||||
c0,0,4.739,1.592,6.327,7.266c1.586,5.673-3.01,9.832-5.63,10.698c-2.624,0.865-5.543,0.611-7.384-1.56
|
||||
c-1.843-2.172-0.786-4.608,0.067-5.344c0.582-0.501,1.005-0.583,1.315-0.391c0.38,0.237,0.345,0.695,0.113,1.548
|
||||
c-0.23,0.851,0.16,2.688,1.907,3.291c1.746,0.603,4.854-0.498,5.47-2.96c0.614-2.459-0.033-5.923-3.982-7.023
|
||||
c-3.949-1.101-8.292,0.547-10.199,4.368c-1.906,3.821-0.331,10.662,4.74,12.341c5.072,1.677,7.665,0.687,8.845,0.242
|
||||
c1.179-0.441,5.114-1.812,7.97-6.014c2.854-4.204,3.227-9.029,2.069-13.09c-1.156-4.062-4.619-8.669-10.332-10.493
|
||||
C20.887,6.52,15.136,8.669,12.282,11.09C9.429,13.511,6.928,16.862,6.511,22.373z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.3 KiB |
38
images/fc-webicon-goodreads.svg
Normal file
38
images/fc-webicon-goodreads.svg
Normal file
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!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" viewBox="456 256 48 48" enable-background="new 456 256 48 48" xml:space="preserve">
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="351.3662" y1="312.875" x2="351.3662" y2="301.375" gradientTransform="matrix(4.1667 0 0 -4.1667 -983.9935 1559.6541)">
|
||||
<stop offset="0" style="stop-color:#EBE9D6"/>
|
||||
<stop offset="1" style="stop-color:#E1DCB7"/>
|
||||
</linearGradient>
|
||||
<path fill="url(#SVGID_1_)" d="M504,297.928c0,3.307-2.683,5.989-5.989,5.989h-35.938c-3.308,0-5.99-2.683-5.99-5.989V261.99
|
||||
c0-3.307,2.682-5.99,5.99-5.99h35.938c3.307,0,5.989,2.683,5.989,5.99V297.928z"/>
|
||||
<g id="QHexlS.tif_2_">
|
||||
<g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#D3CCA7" d="M486.288,265.06c0.055-0.938,0.097-1.652,0.142-2.417
|
||||
c1.21,0,2.333,0,3.518,0c0.033,0.206,0.087,0.378,0.087,0.55c-0.007,7.088,0.028,14.177-0.057,21.266
|
||||
c-0.027,2.266-0.233,4.568-1.615,6.527c-1.481,2.102-3.577,3.21-6.071,3.607c-2.808,0.448-5.571,0.355-8.174-0.937
|
||||
c-2.519-1.249-3.787-3.57-3.423-6.289c1.074,0.161,2.152,0.306,3.222,0.5c0.205,0.036,0.501,0.237,0.542,0.412
|
||||
c0.626,2.691,2.729,3.11,4.987,3.238c3.187,0.18,5.497-1.193,6.154-3.851c0.368-1.491,0.352-3.079,0.507-4.572
|
||||
c-1.53,0.786-2.832,1.745-4.288,2.152c-4.124,1.149-8.189-0.563-10.23-4.324c-2.661-4.905-2.534-9.917,0.292-14.684
|
||||
c2.854-4.813,9.684-5.609,13.753-1.793C485.789,264.594,485.947,264.74,486.288,265.06z M473.767,273.298
|
||||
c0.178,1.568,0.224,2.712,0.449,3.82c0.565,2.793,2.577,4.781,4.995,5.057c2.669,0.304,5.059-0.849,6.087-3.21
|
||||
c1.443-3.311,1.502-6.75,0.041-10.05c-1.028-2.318-2.944-3.623-5.612-3.489c-2.524,0.127-4.203,1.538-5.059,3.786
|
||||
C474.132,270.622,474,272.185,473.767,273.298z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="QHexlS.tif_1_">
|
||||
<g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#532D0B" d="M486.288,267.06c0.055-0.938,0.097-1.652,0.142-2.417
|
||||
c1.21,0,2.333,0,3.518,0c0.033,0.206,0.087,0.378,0.087,0.55c-0.007,7.088,0.028,14.177-0.057,21.266
|
||||
c-0.027,2.266-0.233,4.568-1.615,6.527c-1.481,2.102-3.577,3.21-6.071,3.607c-2.808,0.448-5.571,0.355-8.174-0.937
|
||||
c-2.519-1.249-3.787-3.57-3.423-6.289c1.074,0.161,2.152,0.306,3.222,0.5c0.205,0.036,0.501,0.237,0.542,0.412
|
||||
c0.626,2.691,2.729,3.11,4.987,3.238c3.187,0.18,5.497-1.193,6.154-3.851c0.368-1.491,0.352-3.079,0.507-4.572
|
||||
c-1.53,0.786-2.832,1.745-4.288,2.152c-4.124,1.149-8.189-0.563-10.23-4.324c-2.661-4.905-2.534-9.917,0.292-14.684
|
||||
c2.854-4.813,9.684-5.609,13.753-1.793C485.789,266.594,485.947,266.74,486.288,267.06z M473.767,275.298
|
||||
c0.178,1.568,0.224,2.712,0.449,3.82c0.565,2.793,2.577,4.781,4.995,5.057c2.669,0.304,5.059-0.849,6.087-3.21
|
||||
c1.443-3.311,1.502-6.75,0.041-10.05c-1.028-2.318-2.944-3.623-5.612-3.489c-2.524,0.127-4.203,1.538-5.059,3.786
|
||||
C474.132,272.622,474,274.185,473.767,275.298z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.0 KiB |
48
images/fc-webicon-picasa.svg
Normal file
48
images/fc-webicon-picasa.svg
Normal file
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!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" viewBox="456 256 48 48" enable-background="new 456 256 48 48" xml:space="preserve">
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="351.3662" y1="312.875" x2="351.3662" y2="301.375" gradientTransform="matrix(4.1667 0 0 -4.1667 -983.9935 1559.6541)">
|
||||
<stop offset="0" style="stop-color:#FFFFFF"/>
|
||||
<stop offset="1" style="stop-color:#E4E4E4"/>
|
||||
</linearGradient>
|
||||
<path fill="url(#SVGID_1_)" d="M504,297.928c0,3.307-2.683,5.989-5.989,5.989h-35.938c-3.308,0-5.99-2.683-5.99-5.989V261.99
|
||||
c0-3.307,2.682-5.99,5.99-5.99h35.938c3.307,0,5.989,2.683,5.989,5.99V297.928z"/>
|
||||
<g id="uHaK1w.tif_1_">
|
||||
<g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#E4E4E4" d="M494.83,286.151c-0.751,1.11-1.352,2.149-2.103,3.082
|
||||
c-2.626,3.257-6.063,5.306-10.38,5.919c-2.791,0.396-5.499,0.044-8.088-1.029c-0.18-0.074-0.395-0.329-0.395-0.499
|
||||
c0.006-2.425,0.047-4.851,0.082-7.274c0.001-0.052,0.028-0.104,0.055-0.198C480.864,286.151,487.729,286.151,494.83,286.151z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#E4E4E4" d="M478.682,269.505c-4.755,4.09-9.514,8.184-14.363,12.355
|
||||
c-0.088-0.521-0.187-0.929-0.222-1.341c-0.35-4.167,0.512-8.062,2.991-11.571c1.333-1.887,3.011-3.452,5.049-4.663
|
||||
c0.243-0.144,0.432-0.26,0.713-0.01c1.896,1.688,3.81,3.36,5.715,5.039C478.605,269.349,478.623,269.407,478.682,269.505z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#E4E4E4" d="M490.602,283.963c0-6.032,0-11.978,0-18.058
|
||||
c0.585,0.584,1.147,1.087,1.635,1.647c2.461,2.823,3.804,6.067,4.119,9.715c0.182,2.109-0.056,4.164-0.608,6.202
|
||||
c-0.096,0.353-0.248,0.511-0.675,0.503C493.627,283.944,492.183,283.963,490.602,283.963z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#E4E4E4" d="M475.076,262.803c1.212-0.242,2.244-0.524,3.295-0.644
|
||||
c3.26-0.368,6.347,0.195,9.218,1.719c0.181,0.097,0.383,0.342,0.389,0.525c0.104,3.106,0.18,6.213,0.259,9.32
|
||||
c0.002,0.086-0.013,0.174-0.024,0.38C483.834,270.337,479.534,266.64,475.076,262.803z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#E4E4E4" d="M470.854,292.327c-0.693-0.613-1.372-1.162-1.987-1.768
|
||||
c-1.634-1.606-2.848-3.469-3.653-5.562c-0.072-0.19-0.037-0.536,0.1-0.663c1.763-1.626,3.553-3.229,5.337-4.835
|
||||
c0.025-0.022,0.068-0.024,0.203-0.07C470.854,283.703,470.854,287.943,470.854,292.327z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="uHaK1w.tif">
|
||||
<g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#2D961E" d="M494.83,288.123c-0.751,1.11-1.352,2.149-2.103,3.082
|
||||
c-2.626,3.257-6.063,5.306-10.38,5.919c-2.791,0.396-5.499,0.045-8.088-1.029c-0.18-0.074-0.395-0.329-0.395-0.499
|
||||
c0.006-2.424,0.047-4.851,0.082-7.274c0.001-0.052,0.028-0.103,0.055-0.198C480.864,288.123,487.729,288.123,494.83,288.123z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#854C9E" d="M478.682,271.477c-4.755,4.09-9.514,8.183-14.363,12.355
|
||||
c-0.088-0.521-0.187-0.929-0.222-1.341c-0.35-4.167,0.512-8.062,2.991-11.571c1.333-1.886,3.011-3.451,5.049-4.662
|
||||
c0.243-0.144,0.432-0.26,0.713-0.01c1.896,1.688,3.81,3.359,5.715,5.039C478.605,271.321,478.623,271.379,478.682,271.477z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FB670D" d="M490.602,285.935c0-6.032,0-11.978,0-18.057
|
||||
c0.585,0.584,1.147,1.087,1.635,1.647c2.461,2.823,3.804,6.066,4.119,9.715c0.182,2.11-0.056,4.165-0.608,6.202
|
||||
c-0.096,0.353-0.248,0.512-0.675,0.504C493.627,285.916,492.183,285.935,490.602,285.935z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#F41B2B" d="M475.076,264.775c1.212-0.242,2.244-0.524,3.295-0.644
|
||||
c3.26-0.369,6.347,0.195,9.218,1.719c0.181,0.097,0.383,0.342,0.389,0.524c0.104,3.106,0.18,6.214,0.259,9.32
|
||||
c0.002,0.087-0.013,0.174-0.024,0.38C483.834,272.31,479.534,268.611,475.076,264.775z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#184395" d="M470.854,294.299c-0.693-0.613-1.372-1.162-1.987-1.768
|
||||
c-1.634-1.606-2.848-3.469-3.653-5.562c-0.072-0.189-0.037-0.535,0.1-0.663c1.763-1.626,3.553-3.229,5.337-4.835
|
||||
c0.025-0.022,0.068-0.024,0.203-0.07C470.854,285.676,470.854,289.915,470.854,294.299z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.2 KiB |
Reference in New Issue
Block a user