All Projects → bchanx → Logos In Pure Css

bchanx / Logos In Pure Css

Licence: mit
Company logos created in pure CSS.

Projects that are alternatives of or similar to Logos In Pure Css

Simple Icons
SVG icons for popular brands
Stars: ✭ 12,090 (+1544.9%)
Mutual labels:  icons, logo
simple-icons-pdf
PDF icons for popular brands
Stars: ✭ 16 (-97.82%)
Mutual labels:  icons, logo
Faviator
A simple easy favicon generator.
Stars: ✭ 155 (-78.91%)
Mutual labels:  icons, logo
Awesome Icons
A curated list of awesome downloadable SVG/PNG/Font icon projects
Stars: ✭ 266 (-63.81%)
Mutual labels:  icons, logo
Vectorlogozone
3,000+ gorgeous SVG logos, perfect for your README or credits page
Stars: ✭ 239 (-67.48%)
Mutual labels:  icons, logo
Browser Logos
🗂 High resolution web browser logos
Stars: ✭ 5,538 (+653.47%)
Mutual labels:  icons, logo
Academicons
An icon font for academics
Stars: ✭ 541 (-26.39%)
Mutual labels:  icons
Payment Icons
💳 Payment / Ecommerce related svg icon packs
Stars: ✭ 671 (-8.71%)
Mutual labels:  icons
Ngx Ui
🚀 Style and Component Library for Angular
Stars: ✭ 534 (-27.35%)
Mutual labels:  icons
App Icon
Icon management for Mobile Apps. Create icons, generate all required sizes, label and annotate. Supports Native, Cordova, React Native, Xamarin and more. Inspired by cordova-icon.
Stars: ✭ 504 (-31.43%)
Mutual labels:  icons
Icones
⚡️ Icon Explorer with Instant searching, powered by Iconify
Stars: ✭ 718 (-2.31%)
Mutual labels:  icons
Logoly
A Pornhub Flavour Logo Generator
Stars: ✭ 6,242 (+749.25%)
Mutual labels:  logo
Lsd
The next gen ls command
Stars: ✭ 6,655 (+805.44%)
Mutual labels:  icons
Evil Icons
Simple and clean SVG icon pack with the code to support Rails, Sprockets, Node.js, Gulp, Grunt and CDN
Stars: ✭ 4,944 (+572.65%)
Mutual labels:  icons
Flyingfox
An opinionated set of configurations for firefox.
Stars: ✭ 669 (-8.98%)
Mutual labels:  icons
Mbicons
MBIcons contains over 200 icons that can be resized to any dimensions as they are drawn using NSBezierPath.
Stars: ✭ 537 (-26.94%)
Mutual labels:  icons
Alfred Font Awesome Workflow
🎩 Font Awesome workflow for Alfred
Stars: ✭ 714 (-2.86%)
Mutual labels:  icons
Iconfontcppheaders
C, C++ headers and C# classes for icon fonts: Font Awesome, Fork Awesome, Material Design, Kenney game icons and Fontaudio
Stars: ✭ 509 (-30.75%)
Mutual labels:  icons
Vscode Icons
Icons for Visual Studio Code
Stars: ✭ 627 (-14.69%)
Mutual labels:  icons
Phosphor Home
The homepage of Phosphor Icons, a flexible icon family for everyone
Stars: ✭ 704 (-4.22%)
Mutual labels:  icons

logos-in-pure-css

Logos In Pure CSS

Company logos created in pure CSS, built in less.
See it in action here: bchanx.com/logos-in-pure-css-demo

Usage

The easiest way to use these icons is to import the corresponding .less file in your own .less styling sheet:

@import "relative/path/to/logos-in-pure-css/twitter.less";

You can also link the stylesheet via .html (but you'll need a copy of less.js, tested on > v1.3.3):

<link type="text/less" rel="stylesheet" href="/path/to/logos-in-pure-css/twitter.less">
<script type="text/javascript" src="/path/to/less.js"></script>

If you prefer not to use less, you can use the .css file provided:

<link type="text/css" rel="stylesheet" href="/path/to/logos-in-pure-css/twitter.css">

Once imported, copy the accompanying logo .html into your own .html file and the icon should display!

<div class="logo-twitter-{{ size }}">                                      
  <div class="body"></div>
  <div class="body-none"></div>
  <div class="beak-bottom"></div>
  <div class="beak-bottom-none"></div>
  <div class="wing-bottom"></div>
  <div class="wing-bottom-none"></div>
  <div class="wing-middle"></div>
  <div class="wing-middle-none"></div>
  <div class="wing-top"></div>
  <div class="wing-top-none"></div>
  <div class="beak-top"></div>
  <div class="beak-top-none"></div>
  <div class="head"></div>
</div>

To see it this in action, open demo.html in your browser.

Sizes

By default, {{ size }} supports two different keywords: large and small. This in turn produces a 300x300px or 52x52px icon.
If you're using less, you can modify the sizes by either changing the @radius param, or by defining your own class and calling the logo mixin() with your desired @radius size.

Currently, the .css file only supports large and small icon sizes.

License

This software is free to use under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].