All Projects → sixoverground → Icotar

sixoverground / Icotar

Licence: mit
A free colorful icon avatar generator.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Icotar

Tabler Icons
A set of over 1400 free MIT-licensed high-quality SVG icons for you to use in your web projects.
Stars: ✭ 10,858 (+11451.06%)
Mutual labels:  svg, icons, icon
H2d2 Shopicons
Essentials E-Commerce icon pack for free.
Stars: ✭ 67 (-28.72%)
Mutual labels:  svg, png, icons
Sb
SVG badges to display
Stars: ✭ 99 (+5.32%)
Mutual labels:  svg, icons, icon
Icons
The premium icon font for @uiwjs Component Library. https://uiwjs.github.io/icons
Stars: ✭ 99 (+5.32%)
Mutual labels:  svg, icons, icon
Mega Doodles Pack
🔥 Big vector pack with hand-drawn doodles for presentations, social media, blog posts and so on
Stars: ✭ 258 (+174.47%)
Mutual labels:  svg, png, icons
React Icomoon
It allows you to simply view the icons in the selection.json file provided by Icomoon.
Stars: ✭ 48 (-48.94%)
Mutual labels:  svg, icons, icon
Linearicons
Linearicons is the highest quality set of line icons, matching with minimalist UI designs in iOS.
Stars: ✭ 64 (-31.91%)
Mutual labels:  svg, icons, icon
Aegis Icons
Unofficial 2FA entry icons for open source Android authenticator Aegis
Stars: ✭ 153 (+62.77%)
Mutual labels:  svg, png, icons
Apple-App-Icons
This repository is for hosting Apple App Icons Sketch file, .sketch
Stars: ✭ 31 (-67.02%)
Mutual labels:  png, icons, icon
Svelte Awesome
Awesome SVG icon component for Svelte JS, built with Font Awesome icons. Based on Justineo/vue-awesome
Stars: ✭ 193 (+105.32%)
Mutual labels:  svg, icons, icon
Pixo
Convert SVG icons into React components
Stars: ✭ 371 (+294.68%)
Mutual labels:  svg, icons, icon
Iconpark
🍎Transform an SVG icon into multiple themes, and generate React icons,Vue icons,svg icons
Stars: ✭ 4,924 (+5138.3%)
Mutual labels:  svg, icons, icon
Ruby Gem Downloads Badge
Clean and simple gem downloads count badge, courtesy of http://shields.io/. You can checkout the application directly at the following URL:
Stars: ✭ 29 (-69.15%)
Mutual labels:  svg, png, icon
Eva Icons
A pack of more than 480 beautifully crafted Open Source icons. SVG, Sketch, Web Font and Animations support.
Stars: ✭ 8,114 (+8531.91%)
Mutual labels:  icons, icon
Boxicons
High Quality web friendly icons
Stars: ✭ 1,104 (+1074.47%)
Mutual labels:  svg, icons
Govicons
🇺🇸 US Government themed icons and CSS toolkit
Stars: ✭ 60 (-36.17%)
Mutual labels:  svg, icons
Yii2 Widget Rating
A Yii2 widget for the simple yet powerful bootstrap-star-rating plugin with fractional rating support (sub repo split from yii2-widgets)
Stars: ✭ 47 (-50%)
Mutual labels:  svg, icon
Fontello Svg
Generate SVG icons from a Fontello icon set.
Stars: ✭ 59 (-37.23%)
Mutual labels:  svg, icon
Iconshowcase
Full-of-features, easy-to-customize, free and open source, Material Design dashboard for icon packs.
Stars: ✭ 91 (-3.19%)
Mutual labels:  icons, icon
Blade Zondicons
A package to easily make use of Zondicons in your Laravel Blade views.
Stars: ✭ 40 (-57.45%)
Mutual labels:  svg, icons

Icotar

Colorful Icon Avatars

Icotar generates simple, playful avatars for your app or website. Based on the lovable avatars from Yik Yak, each avatar consists of a colorful background and a recognizable symbol. All colors and icons are hand-picked from Material Design.

Setting up Icotars is easy with a simple and free HTTP API that you can use without an account!

Colorful Initials Avatars (NEW!)

Read initials documentation

Generate colorful, customizable initials for any name on the fly!

How to Use Icotar

Icotar images may be requested just like a normal image. Our HTTP-API is based on the system built by the fine folks at Gravatar.

Base Request

The most basic image request URL looks like this:

https://icotar.com/avatar/:hash

Where :hash is replaced with anything you like. But don't use any sensitive or personal data here! For example, here is a base URL:

https://icotar.com/avatar/craig
craig

File Types

All avatars are served as SVG files by default. If you require a file-type extension then you can add an optional .svg extension to that URL:

https://icotar.com/avatar/craig.svg

Icotar also supports PNG files:

https://icotar.com/avatar/craig.png

Size

By default, PNG images are presented at 80px by 80px if no size parameter is supplied. You may request a specific image size, which will be dynamically delivered from Icotar by using the s= or size= parameter and passing a single pixel dimension (since Icotars are square):

https://icotar.com/avatar/craig.png?s=200

craig craig craig

You may request images anywhere from 1px up to 1024px.

Secure Requests

All URL requests should start with HTTPS.

License

MIT License

Made with ❤️ by Six Overground

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].