Skip to content

vstelmakh/movi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Mobile Operators Vector Icons

MOVI - it`s an easy way to integrate mobile operators icons in your website.
All you need is just one CSS file.

Curently includes only 3 Ukrainian mobile operators

Setup

  1. Download icons css file (it includes base64 decoded icons)
  2. Include icons css file to your project <link rel="stylesheet" type="text/css" href="movi.css">
  3. Use icons in your project <i class="moi-iconname"></i>

Icons

  • kyivstar <i class="movi-kyivstar"></i>
  • lifecell <i class="movi-lifecell"></i>
  • vodafone <i class="movi-vodafone"></i>

Styling

You could style icons as you want by:

  • extending movi css clases
    Example: vodafone-custom
[class*=movi-] {
   width: 15px;
   height: 15px;
}

.movi-vodafone {
   background-color: #bbb;
   border-radius: 10px;
}
  • or using your own clases
  .header-phone {
     margin-right: 10px;
  }
   <i class="movi-kyivstar header-phone"></i>

Author

Volodymyr Stelmakh (vov1)
knopix.net

license

MIT

About

Mobile Operators Vector Icons

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published