perfettiful / favicon

Fav Farm

Home Page:https://fav.farm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fav.Farm

A little website that serves up Favicon emojis.

It works by wrapping an emoji in SVG text like so:

<svg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 16 16'><text x='0' y='14'>😽</text></svg>

Handy!

Works like this:

<link rel="icon" href="https://fav.farm/πŸ’©" />
<link rel="icon" href="https://fav.farm/🌢" />
<link rel="icon" href="https://fav.farm/πŸ”₯" />
<link rel="icon" href="https://fav.farm/πŸ₯°" />
<link rel="icon" href="https://fav.farm/πŸ–₯" />
<link rel="icon" href="https://fav.farm/πŸ‘“" />

Also works with CSS:

a {
  cursor: url('https://fav.farm/πŸ–•') 15 0, auto;
}

About

Fav Farm

https://fav.farm


Languages

Language:TypeScript 100.0%