├── .gitignore ├── Grands.ai ├── Grands-icon-font ├── fonts │ ├── Grands.eot │ ├── Grands.ttf │ ├── Grands.woff │ └── Grands.svg ├── lte-ie7.js ├── style.css └── index.html ├── Grands-icons ├── Read it Later.svg ├── HabraHabr.svg ├── facebook.svg ├── OpenID.svg ├── RSS.svg ├── Share.svg ├── flickr.svg ├── Vkontakte.svg ├── tumblr.svg ├── Email.svg ├── Flattr.svg ├── YouTube play.svg ├── Picasa.svg ├── Linked in.svg ├── Blogspot.svg ├── twitter.svg ├── Yandex.svg ├── vimeo.svg ├── Pocket.svg ├── Instapaper.svg ├── last.fm.svg ├── FourSquare.svg ├── StackOverflow.svg ├── MySpace.svg ├── Pinterest.svg ├── SoundCloud.svg ├── DropBox.svg ├── BitBucket.svg ├── MoiKrug.svg ├── GitHub circle.svg ├── VK.svg ├── google+.svg ├── GitHub octoface.svg ├── Readability.svg ├── Evernote.svg ├── LiveJournal.svg ├── Steam.svg ├── Skype.svg ├── YouTube.svg └── Jabber.svg ├── readme.md └── IcoMoon Session.json /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | .DS_Store 3 | -------------------------------------------------------------------------------- /Grands.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grawl/Grands/HEAD/Grands.ai -------------------------------------------------------------------------------- /Grands-icon-font/fonts/Grands.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grawl/Grands/HEAD/Grands-icon-font/fonts/Grands.eot -------------------------------------------------------------------------------- /Grands-icon-font/fonts/Grands.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grawl/Grands/HEAD/Grands-icon-font/fonts/Grands.ttf -------------------------------------------------------------------------------- /Grands-icon-font/fonts/Grands.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Grawl/Grands/HEAD/Grands-icon-font/fonts/Grands.woff -------------------------------------------------------------------------------- /Grands-icons/Read it Later.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | # Grands 2 | ## Social icon font 3 | 4 | [](http://unmaintained.tech/) 5 | 6 | ### Набор значков для серьёзных проектов 7 | В основу лёг [набор значков от Hands-Creative](http://hands-creative.com/icon/), затем были выброшены ненужные значки и значки сервисов mail.ru. 8 | Набор предоставляется в исключительно векторных форматах: в шрифте и россыпью файлов SVG. 9 | 10 | ###[Быстрый старт](http://grawl.github.com/Grands/) 11 | 12 | Нравится формат, но нет нужного значка? [Создай Issue](https://github.com/Grawl/Grands/issues/new). 13 | 14 | *Шрифт создан при помощи [IcoMoon](http://icomoon.io/).* 15 | 16 | Лицензия — [WTFPL](http://ru.wikipedia.org/wiki/WTFPL) 17 | -------------------------------------------------------------------------------- /Grands-icons/HabraHabr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 11 | -------------------------------------------------------------------------------- /Grands-icons/facebook.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 10 | -------------------------------------------------------------------------------- /Grands-icons/OpenID.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 11 | -------------------------------------------------------------------------------- /Grands-icons/RSS.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 12 | -------------------------------------------------------------------------------- /Grands-icons/Share.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 12 | -------------------------------------------------------------------------------- /Grands-icons/flickr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 14 | -------------------------------------------------------------------------------- /Grands-icons/Vkontakte.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 13 | -------------------------------------------------------------------------------- /Grands-icons/tumblr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 13 | -------------------------------------------------------------------------------- /Grands-icons/Email.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 13 | -------------------------------------------------------------------------------- /Grands-icons/Flattr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 13 | -------------------------------------------------------------------------------- /Grands-icons/YouTube play.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 13 | -------------------------------------------------------------------------------- /Grands-icons/Picasa.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 17 | -------------------------------------------------------------------------------- /Grands-icons/Linked in.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 16 | -------------------------------------------------------------------------------- /Grands-icons/Blogspot.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 14 | -------------------------------------------------------------------------------- /Grands-icons/twitter.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 15 | -------------------------------------------------------------------------------- /Grands-icons/Yandex.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 17 | -------------------------------------------------------------------------------- /Grands-icons/vimeo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 15 | -------------------------------------------------------------------------------- /Grands-icons/Pocket.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 15 | -------------------------------------------------------------------------------- /Grands-icons/Instapaper.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 15 | -------------------------------------------------------------------------------- /Grands-icons/last.fm.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 16 | -------------------------------------------------------------------------------- /Grands-icons/FourSquare.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | -------------------------------------------------------------------------------- /Grands-icons/StackOverflow.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 18 | -------------------------------------------------------------------------------- /Grands-icons/MySpace.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 16 | -------------------------------------------------------------------------------- /Grands-icons/Pinterest.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 17 | -------------------------------------------------------------------------------- /Grands-icons/SoundCloud.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 21 | -------------------------------------------------------------------------------- /Grands-icons/DropBox.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 20 | -------------------------------------------------------------------------------- /Grands-icons/BitBucket.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 18 | -------------------------------------------------------------------------------- /Grands-icons/MoiKrug.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 18 | -------------------------------------------------------------------------------- /Grands-icons/GitHub circle.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 18 | -------------------------------------------------------------------------------- /Grands-icons/VK.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | -------------------------------------------------------------------------------- /Grands-icons/google+.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 22 | -------------------------------------------------------------------------------- /Grands-icon-font/lte-ie7.js: -------------------------------------------------------------------------------- 1 | /* Use this script if you need to support IE 7 and IE 6. */ 2 | 3 | window.onload = function() { 4 | function addIcon(el, entity) { 5 | var html = el.innerHTML; 6 | el.innerHTML = '' + entity + '' + html; 7 | } 8 | var icons = { 9 | 'icon-YouTube' : '', 10 | 'icon-Yandex' : '', 11 | 'icon-Vkontakte' : '', 12 | 'icon-VK' : '', 13 | 'icon-vimeo' : '', 14 | 'icon-twitter' : '', 15 | 'icon-tumblr' : '', 16 | 'icon-Steam' : '', 17 | 'icon-StackOverflow' : '', 18 | 'icon-SoundCloud' : '', 19 | 'icon-Skype' : '', 20 | 'icon-Share' : '', 21 | 'icon-RSS' : '', 22 | 'icon-Readability' : '', 23 | 'icon-Read-it-Later' : '', 24 | 'icon-Pocket' : '', 25 | 'icon-Pinterest' : '', 26 | 'icon-Picasa' : '', 27 | 'icon-OpenID' : '', 28 | 'icon-MySpace' : '', 29 | 'icon-MoiKrug' : '', 30 | 'icon-Linked-in' : '', 31 | 'icon-LiveJournal' : '', 32 | 'icon-lastfm' : '', 33 | 'icon-Jabber' : '', 34 | 'icon-Instapaper' : '', 35 | 'icon-HabraHabr' : '', 36 | 'icon-google' : '', 37 | 'icon-GitHub-octoface' : '', 38 | 'icon-GitHub-circle' : '', 39 | 'icon-FourSquare' : '', 40 | 'icon-flickr' : '', 41 | 'icon-Flattr' : '', 42 | 'icon-facebook' : '', 43 | 'icon-Evernote' : '', 44 | 'icon-Email' : '', 45 | 'icon-DropBox' : '', 46 | 'icon-Blogspot' : '', 47 | 'icon-BitBucket' : '', 48 | 'icon-YouTube-play' : '' 49 | }, 50 | els = document.getElementsByTagName('*'), 51 | i, attr, html, c, el; 52 | for (i = 0; i < els.length; i += 1) { 53 | el = els[i]; 54 | attr = el.getAttribute('data-icon'); 55 | if (attr) { 56 | addIcon(el, attr); 57 | } 58 | c = el.className; 59 | c = c.match(/icon-[^\s'"]+/); 60 | if (c) { 61 | addIcon(el, icons[c[0]]); 62 | } 63 | } 64 | }; 65 | -------------------------------------------------------------------------------- /Grands-icons/GitHub octoface.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 26 | -------------------------------------------------------------------------------- /Grands-icons/Readability.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 27 | -------------------------------------------------------------------------------- /Grands-icons/Evernote.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 24 | -------------------------------------------------------------------------------- /Grands-icons/LiveJournal.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 26 | -------------------------------------------------------------------------------- /Grands-icons/Steam.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 26 | -------------------------------------------------------------------------------- /Grands-icons/Skype.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 27 | -------------------------------------------------------------------------------- /Grands-icon-font/style.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: 'Grands'; 3 | src:url('fonts/Grands.eot'); 4 | src:url('fonts/Grands.eot?#iefix') format('embedded-opentype'), 5 | url('fonts/Grands.svg#Grands') format('svg'), 6 | url('fonts/Grands.woff') format('woff'), 7 | url('fonts/Grands.ttf') format('truetype'); 8 | font-weight: normal; 9 | font-style: normal; 10 | } 11 | 12 | /* Use the following CSS code if you want to use data attributes for inserting your icons */ 13 | [data-icon]:before { 14 | font-family: 'Grands'; 15 | content: attr(data-icon); 16 | speak: none; 17 | font-weight: normal; 18 | -webkit-font-smoothing: antialiased; 19 | } 20 | 21 | /* Use the following CSS code if you want to have a class per icon */ 22 | [class^="icon-"]:before, [class*=" icon-"]:before { 23 | font-family: 'Grands'; 24 | font-style: normal; 25 | speak: none; 26 | font-weight: normal; 27 | -webkit-font-smoothing: antialiased; 28 | } 29 | .icon-YouTube:before { 30 | content: "\e000"; 31 | } 32 | .icon-Yandex:before { 33 | content: "\e001"; 34 | } 35 | .icon-Vkontakte:before { 36 | content: "\e002"; 37 | } 38 | .icon-VK:before { 39 | content: "\e003"; 40 | } 41 | .icon-vimeo:before { 42 | content: "\e004"; 43 | } 44 | .icon-twitter:before { 45 | content: "\e005"; 46 | } 47 | .icon-tumblr:before { 48 | content: "\e006"; 49 | } 50 | .icon-Steam:before { 51 | content: "\e007"; 52 | } 53 | .icon-StackOverflow:before { 54 | content: "\e008"; 55 | } 56 | .icon-SoundCloud:before { 57 | content: "\e009"; 58 | } 59 | .icon-Skype:before { 60 | content: "\e00a"; 61 | } 62 | .icon-Share:before { 63 | content: "\e00b"; 64 | } 65 | .icon-RSS:before { 66 | content: "\e00c"; 67 | } 68 | .icon-Readability:before { 69 | content: "\e00d"; 70 | } 71 | .icon-Read-it-Later:before { 72 | content: "\e00e"; 73 | } 74 | .icon-Pocket:before { 75 | content: "\e00f"; 76 | } 77 | .icon-Pinterest:before { 78 | content: "\e010"; 79 | } 80 | .icon-Picasa:before { 81 | content: "\e011"; 82 | } 83 | .icon-OpenID:before { 84 | content: "\e012"; 85 | } 86 | .icon-MySpace:before { 87 | content: "\e013"; 88 | } 89 | .icon-MoiKrug:before { 90 | content: "\e014"; 91 | } 92 | .icon-Linked-in:before { 93 | content: "\e015"; 94 | } 95 | .icon-LiveJournal:before { 96 | content: "\e016"; 97 | } 98 | .icon-lastfm:before { 99 | content: "\e017"; 100 | } 101 | .icon-Jabber:before { 102 | content: "\e018"; 103 | } 104 | .icon-Instapaper:before { 105 | content: "\e019"; 106 | } 107 | .icon-HabraHabr:before { 108 | content: "\e01a"; 109 | } 110 | .icon-google:before { 111 | content: "\e01b"; 112 | } 113 | .icon-GitHub-octoface:before { 114 | content: "\e01c"; 115 | } 116 | .icon-GitHub-circle:before { 117 | content: "\e01d"; 118 | } 119 | .icon-FourSquare:before { 120 | content: "\e01e"; 121 | } 122 | .icon-flickr:before { 123 | content: "\e01f"; 124 | } 125 | .icon-Flattr:before { 126 | content: "\e020"; 127 | } 128 | .icon-facebook:before { 129 | content: "\e021"; 130 | } 131 | .icon-Evernote:before { 132 | content: "\e022"; 133 | } 134 | .icon-Email:before { 135 | content: "\e023"; 136 | } 137 | .icon-DropBox:before { 138 | content: "\e024"; 139 | } 140 | .icon-Blogspot:before { 141 | content: "\e025"; 142 | } 143 | .icon-BitBucket:before { 144 | content: "\e026"; 145 | } 146 | .icon-YouTube-play:before { 147 | content: "\e027"; 148 | } 149 | -------------------------------------------------------------------------------- /Grands-icons/YouTube.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 39 | -------------------------------------------------------------------------------- /Grands-icons/Jabber.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 48 | -------------------------------------------------------------------------------- /Grands-icon-font/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |The generated SVG font can be imported back to IcoMoon for modification.
87 |