FortAwesome / Font-Awesome

The iconic SVG, font, and CSS toolkit
https://fontawesome.com
Other
73.52k stars 12.2k forks source link

Icon request: icon-viadeo #886

Closed mitch621 closed 8 years ago

mitch621 commented 11 years ago

Hello,

I would like to know if there is possible to get the Vidéo icon sign. Viadéo is a french social networking specialised in business to business.

Logo : https://www.google.fr/search?q=viad%C3%A9o+logo&oe=utf-8&aq=t&rls=org.mozilla:fr:official&client=firefox-a&um=1&ie=UTF-8&hl=fr&tbm=isch&source=og&sa=N&tab=wi&ei=uxdTUdaEC4PLPbeOgeAO&biw=1280&bih=840&sei=xhdTUY8ew9w90uSB6As

Thanks!

Mitch

francoisdumont88 commented 9 years ago

+1

Thank you

thiebauld commented 9 years ago

+25

potelmax commented 9 years ago

+1

Tangoso commented 9 years ago

+1

Cailrorn commented 9 years ago

+1

aurmil commented 9 years ago

+1

dianebourque commented 9 years ago

+1

SebT commented 9 years ago

+1

How come we've been waiting for 2 years?

typo360 commented 9 years ago

+1

dsergueiev commented 9 years ago

+1

slashfan commented 9 years ago

+1

fcerbell commented 9 years ago

+1 I wonder how many +1 are needed. With so few hope, I will begin to search for another icon font in the meantime.

jry25 commented 9 years ago

+1

Neoziox commented 9 years ago

+1

bl-13 commented 9 years ago

+1

Thanks in advance.

AlexandreOtodoo commented 8 years ago

+1

mezvin commented 8 years ago

+1 Hello,

I work on an important web site for me and i have a problem.

Awesome haven't got "Viadeo" font. It's a Franch social newtork who is very important. Many people ask it : https://github.com/FortAwesome/Font-Awesome/issues/886 Can you help me as soon as possible please ?

Thank you very much

pierredemontreuil commented 8 years ago

-1 ;-) Since the time we asked they clearly do not want to add a viadeo icon, but there is an easy solution to do without fontawesome, use http://www.socicon.com/

mezvin commented 8 years ago

Thank you for your answer. Can you explain me how replace my actual social icons by them ? I use Zerif Pro template http://themeisle.com/themes/zerif-pro-one-page-wordpress-theme/

Merci pour votre réponse. Pourriez-vous m'indiquer comment remplacer mes icons de réseaux sociaux actuels ? J'utilise le template Zerif Pro http://themeisle.com/themes/zerif-pro-one-page-wordpress-theme/

​Vincent

2015-09-25 9:50 GMT+02:00 pierrewebmaster notifications@github.com:

-1 ;-) Since the time we asked they clearly do not want to add a viadeo icon, but there is an easy solution to do without fontawesome, use http://www.socicon.com/

— Reply to this email directly or view it on GitHub https://github.com/FortAwesome/Font-Awesome/issues/886#issuecomment-143151665 .

pierredemontreuil commented 8 years ago

Salut Vincent,

Il faut télécharger le pack de font, uploader l'archive décompressée sur le serveur dans un dossier socicon par exemple, et ajouter dans les CSS (adapter les chemins si nécessaire) :

@font-face {
    font-family: 'socicon';
    src: url('socicon/font/socicon.eot');
    src: url('socicon/font/socicon.eot?#iefix') format('embedded-opentype'),
        url('socicon/font/socicon.woff') format('woff'),
        url('socicon/font/socicon.woff2') format('woff2'),
        url('socicon/font/socicon.ttf') format('truetype'),
        url('socicon/font/socicon.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
    text-transform: initial;}
.socicon {
    font-family: 'socicon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;}
.socicon:empty{
    width: 1em;}

et ajouter dans le html : span class="socicon" k /span avec les < et > "k" pour l'icone de viadeo. Moi j'utilise Socicon (des français) en plus de fontawesome sans problème


You have to download the pack do, upload the archive unpacked on the server in a folder socicon for example, and add CSS (adjust the paths if necessary) as above

And add in the html span class="socicon" k /span with < and > "k" for viadeo icon. I used Socicon (french people) in addition to fontawesome

mezvin commented 8 years ago

Merci beaucoup de ton aide

Vincent Le 25 sept. 2015 12:42 PM, "pierrewebmaster" notifications@github.com a écrit :

Salut Vincent,

Il faut télécharger le pack de font, uploader l'archive décompressée sur le serveur dans un dossier socicon par exemple, et ajouter dans les CSS (adapter les chemins si nécessaire) :

@font-face { font-family: 'socicon'; src: url('socicon/font/socicon.eot'); src: url('socicon/font/socicon.eot?#iefix') format('embedded-opentype'), url('socicon/font/socicon.woff') format('woff'), url('socicon/font/socicon.woff2') format('woff2'), url('socicon/font/socicon.ttf') format('truetype'), url('socicon/font/socicon.svg#sociconregular') format('svg'); font-weight: normal; font-style: normal; text-transform: initial;} .socicon { font-family: 'socicon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;} .socicon:empty{ width: 1em;}

et ajouter dans le html k "k" pour l'icone de viadeo Moi j'utilise Socicon (des français) en plus de fontawesome sans problème

You have to download the pack do, upload the archive unpacked on the server in a folder socicon for example, and add CSS (adjust the paths if necessary):

@font-face https://github.com/font-face { font-family: 'socicon'; src: url('socicon/font/socicon.eot'); src: url('socicon/font/socicon.eot?#iefix') format('embedded-opentype'), url('socicon/font/socicon.woff') format('woff'), url('socicon/font/socicon.woff2') format('woff2'), url('socicon/font/socicon.ttf') format('truetype'), url('socicon/font/socicon.svg#sociconregular') format('svg'); font-weight: normal; font-style: normal; text-transform: initial;} .socicon { font-family: 'socicon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;} .socicon:empty{ width: 1em;}

And add in the html k "k" for viadeo icon. I used Socicon (french people) in addition to fontawesome

— Reply to this email directly or view it on GitHub https://github.com/FortAwesome/Font-Awesome/issues/886#issuecomment-143184703 .

mezvin commented 8 years ago

A tout hasard, tu ne sais pas s'il est possible et comment éditer un fichier ttf contenant les polices de caractères et lui ajouter le symbole souhaité depuis un fichier png par exemple ?

Je ne trouve pas grand chose sur le net.

A part une application du type "Font creator", mais pas simple à utiliser...

​Vincent

2015-09-25 12:41 GMT+02:00 pierrewebmaster notifications@github.com:

Salut Vincent,

Il faut télécharger le pack de font, uploader l'archive décompressée sur le serveur dans un dossier socicon par exemple, et ajouter dans les CSS (adapter les chemins si nécessaire) :

@font-face { font-family: 'socicon'; src: url('socicon/font/socicon.eot'); src: url('socicon/font/socicon.eot?#iefix') format('embedded-opentype'), url('socicon/font/socicon.woff') format('woff'), url('socicon/font/socicon.woff2') format('woff2'), url('socicon/font/socicon.ttf') format('truetype'), url('socicon/font/socicon.svg#sociconregular') format('svg'); font-weight: normal; font-style: normal; text-transform: initial;} .socicon { font-family: 'socicon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;} .socicon:empty{ width: 1em;}

et ajouter dans le html k "k" pour l'icone de viadeo Moi j'utilise Socicon (des français) en plus de fontawesome sans problème

You have to download the pack do, upload the archive unpacked on the server in a folder socicon for example, and add CSS (adjust the paths if necessary):

@font-face https://github.com/font-face { font-family: 'socicon'; src: url('socicon/font/socicon.eot'); src: url('socicon/font/socicon.eot?#iefix') format('embedded-opentype'), url('socicon/font/socicon.woff') format('woff'), url('socicon/font/socicon.woff2') format('woff2'), url('socicon/font/socicon.ttf') format('truetype'), url('socicon/font/socicon.svg#sociconregular') format('svg'); font-weight: normal; font-style: normal; text-transform: initial;} .socicon { font-family: 'socicon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;} .socicon:empty{ width: 1em;}

And add in the html k "k" for viadeo icon. I used Socicon (french people) in addition to fontawesome

— Reply to this email directly or view it on GitHub https://github.com/FortAwesome/Font-Awesome/issues/886#issuecomment-143184703 .

mezvin commented 8 years ago

Bonjour,

Comme tu me l'as indiqué, j'ai modifié le css. J'ai décompressé l'archive dans un sous répertoire de font. Par contre, il faut que j'adapte le fichier php qui fait appel à la police des réseaux sociaux, mais seulement pour un icone. Saurais-tu me dire comment faire ? Je galère pas mal sur ce point.

Merci beaucoup

Vincent

Ci-joint le fichier PHP.

​Vincent

2015-09-25 12:41 GMT+02:00 pierrewebmaster notifications@github.com:

Salut Vincent,

Il faut télécharger le pack de font, uploader l'archive décompressée sur le serveur dans un dossier socicon par exemple, et ajouter dans les CSS (adapter les chemins si nécessaire) :

@font-face { font-family: 'socicon'; src: url('socicon/font/socicon.eot'); src: url('socicon/font/socicon.eot?#iefix') format('embedded-opentype'), url('socicon/font/socicon.woff') format('woff'), url('socicon/font/socicon.woff2') format('woff2'), url('socicon/font/socicon.ttf') format('truetype'), url('socicon/font/socicon.svg#sociconregular') format('svg'); font-weight: normal; font-style: normal; text-transform: initial;} .socicon { font-family: 'socicon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;} .socicon:empty{ width: 1em;}

et ajouter dans le html k "k" pour l'icone de viadeo Moi j'utilise Socicon (des français) en plus de fontawesome sans problème

You have to download the pack do, upload the archive unpacked on the server in a folder socicon for example, and add CSS (adjust the paths if necessary):

@font-face https://github.com/font-face { font-family: 'socicon'; src: url('socicon/font/socicon.eot'); src: url('socicon/font/socicon.eot?#iefix') format('embedded-opentype'), url('socicon/font/socicon.woff') format('woff'), url('socicon/font/socicon.woff2') format('woff2'), url('socicon/font/socicon.ttf') format('truetype'), url('socicon/font/socicon.svg#sociconregular') format('svg'); font-weight: normal; font-style: normal; text-transform: initial;} .socicon { font-family: 'socicon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;} .socicon:empty{ width: 1em;}

And add in the html k "k" for viadeo icon. I used Socicon (french people) in addition to fontawesome

— Reply to this email directly or view it on GitHub https://github.com/FortAwesome/Font-Awesome/issues/886#issuecomment-143184703 .

<?php

/**

?>

<?php zerif_before_footer_trigger(); ?>

``` contact@site.com'); $zerif_email_icon = get_theme_mod('zerif_email_icon',get_template_directory_uri().'/images/envelope4-green.png'); $zerif_phone = get_theme_mod('zerif_phone','0 332 548 954'); $zerif_phone_icon = get_theme_mod('zerif_phone_icon',get_template_directory_uri().'/images/telephone65-blue.png'); $zerif_socials_facebook = get_theme_mod('zerif_socials_facebook','#'); $zerif_socials_twitter = get_theme_mod('zerif_socials_twitter','#'); $zerif_socials_linkedin = get_theme_mod('zerif_socials_linkedin','#'); $zerif_socials_behance = get_theme_mod('zerif_socials_behance','#'); $zerif_socials_dribbble = get_theme_mod('zerif_socials_dribbble','#'); $zerif_socials_reddit = get_theme_mod('zerif_socials_reddit'); $zerif_socials_tumblr = get_theme_mod('zerif_socials_tumblr'); $zerif_socials_pinterest = get_theme_mod('zerif_socials_pinterest'); $zerif_socials_googleplus = get_theme_mod('zerif_socials_googleplus'); $zerif_socials_youtube = get_theme_mod('zerif_socials_youtube'); $zerif_copyright = get_theme_mod('zerif_copyright'); if(!empty($zerif_address) || !empty($zerif_address_icon)): $footer_sections++; endif; if(!empty($zerif_email) || !empty($zerif_email_icon)): $footer_sections++; endif; if(!empty($zerif_phone) || !empty($zerif_phone_icon)): $footer_sections++; endif; if(!empty($zerif_socials_facebook) || !empty($zerif_socials_twitter) || !empty($zerif_socials_linkedin) || !empty($zerif_socials_behance) || !empty($zerif_socials_youtube) || !empty($zerif_socials_dribbble) || !empty($zerif_socials_reddit) || !empty($zerif_socials_tumblr) || !empty($zerif_socials_pinterest) || !empty($zerif_socials_googleplus) || !empty($zerif_copyright)): $footer_sections++; endif; if( $footer_sections == 1 ): $footer_class = 'col-md-3 footer-box one-cell'; elseif( $footer_sections == 2 ): $footer_class = 'col-md-3 footer-box two-cell'; elseif( $footer_sections == 3 ): $footer_class = 'col-md-3 footer-box three-cell'; elseif( $footer_sections == 4 ): $footer_class = 'col-md-3 footer-box four-cell'; else: $footer_class = 'col-md-3 footer-box four-cell'; endif; /* COMPANY ADDRESS */ echo ''; ?> ```
``` ``` '; echo '
'; endif; wp_footer(); ?> ```
thomas-doussin commented 8 years ago

Vincent Pour modifier fontawesome et ajouter tes propres icônes (dont viadeo) le plus simple est d'utiliser un site comme fontastic, iconmoon ou fontello. Cela permet aussi de ne prendre que les icônes qui t'intéressent et pas les autres dans fontawesome. Thomas

Computences commented 8 years ago

Bonjour,

Vous serait-il possible de passer en discussion privée ? Vous arrosez tous les feature requesters.

Merci

Jean-Christophe BURNEAU Computences - Conception logicielle http://www.computences.com jc.burneau@computences.com 06.08.90.44.71

Le 26/09/2015 13:22, thomas-doussin a écrit :

Vincent

Pour modifier fontawesome et ajouter tes propres icônes (dont viadeo) le plus simple est d'utiliser un site comme fontastic, iconmoon ou fontello. Cela permet aussi de ne prendre que les icônes qui t'intéresse et pas les autres dans fontawesome.

Thomas

De:"mezvin" notifications@github.com Date:sam. j sept. AM à 11:40 Objet:Re: [Font-Awesome] Icon request: icon-viadeo (#886)

Bonjour,

Comme tu me l'as indiqué, j'ai modifié le css. J'ai décompressé l'archive dans un sous répertoire de font. Par contre, il faut que j'adapte le fichier php qui fait appel à la police des réseaux sociaux, mais seulement pour un icone. Saurais-tu me dire comment faire ? Je galère pas mal sur ce point.

Merci beaucoup

Vincent

Ci-joint le fichier PHP.

​Vincent

2015-09-25 12:41 GMT+02:00 pierrewebmaster notifications@github.com:

Salut Vincent,

Il faut télécharger le pack de font, uploader l'archive décompressée sur le serveur dans un dossier socicon par exemple, et ajouter dans les CSS (adapter les chemins si nécessaire) :

@font-face { font-family: 'socicon'; src: url('socicon/font/socicon.eot'); src: url('socicon/font/socicon.eot?#iefix') format('embedded-opentype'), url('socicon/font/socicon.woff') format('woff'), url('socicon/font/socicon.woff2') format('woff2'), url('socicon/font/socicon.ttf') format('truetype'), url('socicon/font/socicon.svg#sociconregular') format('svg'); font-weight: normal; font-style: normal; text-transform: initial;} .socicon { font-family: 'socicon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;} .socicon:empty{ width: 1em;}

et ajouter dans le html k "k" pour l'icone de viadeo Moi j'utilise Socicon (des français) en plus de fontawesome sans problème

You have to download the pack do, upload the archive unpacked on the server in a folder socicon for example, and add CSS (adjust the paths if necessary):

@font-face https://github.com/font-face { font-family: 'socicon'; src: url('socicon/font/socicon.eot'); src: url('socicon/font/socicon.eot?#iefix') format('embedded-opentype'), url('socicon/font/socicon.woff') format('woff'), url('socicon/font/socicon.woff2') format('woff2'), url('socicon/font/socicon.ttf') format('truetype'), url('socicon/font/socicon.svg#sociconregular') format('svg'); font-weight: normal; font-style: normal; text-transform: initial;} .socicon { font-family: 'socicon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;} .socicon:empty{ width: 1em;}

And add in the html k "k" for viadeo icon. I used Socicon (french people) in addition to fontawesome

— Reply to this email directly or view it on GitHub

https://github.com/FortAwesome/Font-Awesome/issues/886#issuecomment-143184703 .

<?php

/**

  • The template for displaying the footer.

  • Contains the closing of the #content div and all content after

  • @package zerif

*/

?>

<?php zerif_before_footer_trigger(); ?>

<footer id="footer" role="contentinfo" itemscope="itemscope" itemtype="http://schema.org/WPFooter">

contact@site.com'); $zerif_email_icon = get_theme_mod('zerif_email_icon',get_template_directory_uri().'/images/envelope4-green.png'); $zerif_phone = get_theme_mod('zerif_phone','0 332 548 954'); $zerif_phone_icon = get_theme_mod('zerif_phone_icon',get_template_directory_uri().'/images/telephone65-blue.png'); $zerif_socials_facebook = get_theme_mod('zerif_socials_facebook','#'); $zerif_socials_twitter = get_theme_mod('zerif_socials_twitter','#'); $zerif_socials_linkedin = get_theme_mod('zerif_socials_linkedin','#'); $zerif_socials_behance = get_theme_mod('zerif_socials_behance','#'); $zerif_socials_dribbble = get_theme_mod('zerif_socials_dribbble','#'); $zerif_socials_reddit = get_theme_mod('zerif_socials_reddit'); $zerif_socials_tumblr = get_theme_mod('zerif_socials_tumblr'); $zerif_socials_pinterest = get_theme_mod('zerif_socials_pinterest'); $zerif_socials_googleplus = get_theme_mod('zerif_socials_googleplus'); $zerif_socials_youtube = get_theme_mod('zerif_socials_youtube'); $zerif_copyright = get_theme_mod('zerif_copyright'); if(!empty($zerif_address) || !empty($zerif_address_icon)): $footer_sections++; endif; if(!empty($zerif_email) || !empty($zerif_email_icon)): $footer_sections++; endif; if(!empty($zerif_phone) || !empty($zerif_phone_icon)): $footer_sections++; endif; if(!empty($zerif_socials_facebook) || !empty($zerif_socials_twitter) || !empty($zerif_socials_linkedin) || !empty($zerif_socials_behance) || !empty($zerif_socials_youtube) || !empty($zerif_socials_dribbble) || !empty($zerif_socials_reddit) || !empty($zerif_socials_tumblr) || !empty($zerif_socials_pinterest) || !empty($zerif_socials_googleplus) || !empty($zerif_copyright)): $footer_sections++; endif; if( $footer_sections == 1 ): $footer_class = 'col-md-3 footer-box one-cell'; elseif( $footer_sections == 2 ): $footer_class = 'col-md-3 footer-box two-cell'; elseif( $footer_sections == 3 ): $footer_class = 'col-md-3 footer-box three-cell'; elseif( $footer_sections == 4 ): $footer_class = 'col-md-3 footer-box four-cell'; else: $footer_class = 'col-md-3 footer-box four-cell'; endif; /\* COMPANY ADDRESS */ echo ''; ?>
'; echo '
'; endif; wp_footer(); ?> — Reply to this email directly or view it on GitHub. — Reply to this email directly or view it on GitHub https://github.com/FortAwesome/Font-Awesome/issues/886#issuecomment-143422224.
abdelbk commented 8 years ago

+1

Nevralgeek commented 8 years ago

Computences Bah les rigolos de FontAwesome arrêteraient de snober les requêtes de cette manière, ça irait mieux. Si les features requests sont pourries tant pis.

Des dizaines et des dizaines de personnes réclament une icône de réseau social pro depuis deux ans (quoi de plus normal pour l'une des font-icon les plus utilisées), et ils considèrent que le salut de Spock, le sigle transgenre et des entreprise factices de séries TV sont prioritaires...

marionchupin commented 8 years ago

+1

gilles66 commented 8 years ago

+1

sieira commented 8 years ago

+1

YesPapa commented 8 years ago

+1

f-jost commented 8 years ago

+1 Please

DaBourz commented 8 years ago

+1

helori commented 8 years ago

+1

gmathiot commented 8 years ago

+1

Benystar commented 8 years ago

+1

nicodic commented 8 years ago

+1

NC123 commented 8 years ago

+1111111111111111111111111

@TheChen5 when will this be solved? or you will never solve it?

TheChen5 commented 8 years ago

@NC123 I'm sorry, I am not an official collaborator with Font Awesome. I have no official information about this icon request. There is no milestone set for this icon. This is the 6th most popular icon request on Font Awesome. I'm not really sure why there isn't a milestone set for this popular icon.

Seb33300 commented 8 years ago

Because France is not the center of the world and Viadeo is only used in France?

NC123 commented 8 years ago

@Seb33300 Europe is in the center of the world, France is in the center of Europe, Île-de-France is in the center of France, Paris is in the center of Île-de-France and Viadeo is used a lot in Paris; therefore Viadeo is the center of the world...

aurmil commented 8 years ago

this is not a question of France, center of the world, etc

this is just a question of lots of users asking for a feature for 2.5 years

K-rip commented 8 years ago

+1 000 000 000

– Viadeo accompagne 65 millions de professionnels à travers le monde – Avec 10 millions de membres, Viadeo est leader en France – Avec 25 millions de membres, Viadeo est n°1 en Chine sous la marque Tianji – Viadeo est disponible en 8 langues : français, anglais, espagnol, italien, portugais, russe, allemand et arabe – Viadeo compte 300 collaborateurs répartis entre Paris, Beijing, Moscou, Casablanca et San Francisco

Source : http://corporate.viadeo.com/qui-sommes-nous/donnees-du-groupe-viadeo/

ZuluPro commented 8 years ago

+10^2000000

Viadeo is based on Francophone community but has crossed this border. Francophonie is: Map of francophonie Ref: https://fr.wikipedia.org/wiki/Francophonie

Without count expatriated and French speakers.

SylvainCorlay commented 8 years ago

+1

Nevralgeek commented 8 years ago

And without counting Chinese people using Viadeo...

Nevralgeek commented 8 years ago

Prenons les choses en main

Nevralgeek commented 8 years ago

You can sign this petition in order to have the Viadeo icon if you really want it :

https://www.change.org/p/dave-gandy-add-the-viadeo-icon-in-font-awesome?recruiter=428604018&utm_source=share_petition&utm_medium=copylink

webelis commented 8 years ago

Kudos +++ for that Nevralgeek.

K-rip commented 8 years ago

Nevralgeek bonne initiative, je signe et partage.