Answer the question
In order to leave comments, you need to log in
Who met unicode picture for VK?
There is a site WP template purchased on templatemonster, it has a style sheet for inserting social network icons
.social-list .social-list__items li > a[href*="codepen.io"]::before {
content: '\f1cb';
}
.social-list .social-list__items li > a[href*="dropbox.com"]::before {
content: '\f16b';
}
.social-list .social-list__items li > a[href*="facebook.com"]::before {
content: '\f09a';
}
.social-list .social-list__items li > a[href*="youtube.com"]::before {
content: '\f167';
}
.social-list .social-list__items li > a[href*="vk.com"]::before {
content: 'VK';
}
Answer the question
In order to leave comments, you need to log in
fontawesome.io/icon/vk
Your site head
unicode icons vk: f189
total we get
.social-list .social-list__items li > a[href*="vk.com"]::before {
content: '\f189';
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question