Primoz

Get insights on tech, startups, automation, AI, and digital strategy. I explore creative problem-solving, web development, ads, business models, content creation, investing, and productivity. Expect deep dives, experiments, and unconventional ideas from tech to everyday life. πŸš€

Feb 20Β β€’Β 1 min read

Use Emoticon For Your Favicon


Create new svg file favicon.svg file

<svg xmlns="http://w3.org/2000/svg" viewBox="0 0 100 100"> Β 
<text y=".9em" font-size="90">πŸ•ΊπŸ»</text></svg> Β 
​

Place the file somewhere where you can reference it from your html file.

<link rel="shortcut icon" type="image/svg" href="https://primoz.xyz/assets/favicon.svg"/> Β 
​

In the header of your index.html you reference the favicon.svg file and you are good to go.


Get insights on tech, startups, automation, AI, and digital strategy. I explore creative problem-solving, web development, ads, business models, content creation, investing, and productivity. Expect deep dives, experiments, and unconventional ideas from tech to everyday life. πŸš€


Read next ...