Cute Cat Avatars
An illustrated cat collection for cat lovers.
What is this?
Cute Cat Avatars are colorful cats illustrated by Drew Rattana that can be used as profile picture placeholders for live websites or design mock ups. Made in SVG format for a crisp image with super fast load times on every device.
How to use
You can easily use these cats in img tags or http requests, the response will be a cat in Content-Type: image/svg+xml. The url to request is https://cute-cat-avatars.fly.dev/api/v1/:seed for example:
HTML
<img src="https://cute-cat-avatars.fly.dev/api/v1/announcer" alt="Cute announcer cat">
Javascript
fetch('https://cute-cat-avatars.fly.dev/api/v1/random')
.then(function(response) {
document.getElementById('cat').src = response.url;
})
Extremely cute
Each cat is unique and easily distinguishable.
Tons of variety
There are 14 cats in total, you'll be sure to find one that suits you.
Free to use
These cats are free to use in both personal and commercial projects.
Pick your cat
There are multiple ways you can query for a cute cat. The same :seed will always return the same cat.
Get a cat by :seed
api/v1/4
Get a cat by name
api/v1/announcer
Use any characters
api/v1/!@#$%
Test it out!
https://cute-cat-avatars.fly.dev/api/v1/
Try them all
announcer
art
award
book
bug
cat
comic
gaming
general
groups
idea
news
support
tv