Skip to content

Instantly share code, notes, and snippets.

@diachedelic
Created November 9, 2017 01:13
Show Gist options
  • Save diachedelic/cbb7fdd2271afa52435b7d4185e6a4ad to your computer and use it in GitHub Desktop.
Save diachedelic/cbb7fdd2271afa52435b7d4185e6a4ad to your computer and use it in GitHub Desktop.
Netscape navigator broken image icon as SVG
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0" encoding="UTF-8"?>
<!-- old school pixellated netscape broken image icon -->
<svg viewBox="0 0 14 16" version="1.1" xmlns="http://www.w3.org/2000/svg">
<g id="borders-and-backgrounds">
<path d="M0,0 L10,0 L10,1 L1,1 L1,15 L2,15 L2,16 L0,16 Z" fill="black"></path>
<path d="M10,4 l4,0 l0,3 l-1,0 l0,-2 l-3,0 Z" fill="black"></path>
<path d="M14,16 l0,-6 l-1,0 l0,5 l-5,0 l0,1 Z" fill="black"></path>
<path d="M12,14 l0,-3 l-1,0 l0,2 l-2,0 l0,1 Z" fill="#bcbcc3"></path>
<path d="M10,0 l1,0 l0,1 l1,0 l0,1 l1,0 l0,1 l1,0 l0,1 l-1,0 l0,-1 l-1,0 l0,-1 l-1,0 l0,2 l-1,0 Z" fill="#878787"></path>
<path d="M2,2 l8,0 l0,3 l2,0 l0,2 l-4,0 l0,5 l-2,0 l0,1 l-2,0 l0,1 l-2,0 Z" fill="#bcbcc3"></path>
</g>
<g id="lefteye">
<path d="M5,3 l2,0 l0,3 l-3,0 l0,-2 l1,0 l0,1 l1,0 l0,-1 l-1,0 Z" fill="#00891e"></path>
<path d="M5,4 l1,0 l0,1 l-1,0 Z" fill="#00f248" ></path>
<path d="M7,4 l1,0 l0,2 l-1,0 l0,1 l-2,0 l0,-1 l2,0 Z" fill="black" ></path>
</g>
<g id="righteye">
<path d="M8,7 l3,0 l0,2 l-1,0 l0,-1 l-1,0 l0,1 l1,0 l0,1 l-2,0 Z" fill="#0064fb"></path>
<path d="M9,8 l1,0 l0,1 l-1,0 Z" fill="#00fbfe"></path>
<path d="M10,9 l1,0 l0,1 l-1,0 Z" fill="#003293"></path>
<path d="M11,7 l1,0 l0,2 l-1,0 Z" fill="black"></path>
<path d="M8,10 l2,0 l0,1 l-2,0 Z" fill="black"></path>
</g>
<g id="mouth">
<path d="M3,8 l1,0 l0,1 l1,0 l0,1 l1,0 l0,1 l1,0 l0,1 l-1,0 l0,-1 l-1,0 l0,-1 l-1,0 l0,-1 l-1,0 Z" fill="#ff3900"></path>
<path d="M3,9 l1,0 l0,1 l1,0 l0,1 l1,0 l0,1 l-3,0 Z" fill="#f73ae1"></path>
<path d="M3,12 l3,0 l0,1 l-3,0 Z" fill="black"></path>
</g>
</svg>
@diachedelic
Copy link
Author

14 x 16 "pixels"...hand coded

@voltuer
Copy link

voltuer commented Dec 5, 2017

lovely, nostalgic

Copy link

ghost commented Jul 11, 2020

Cool

Copy link

ghost commented Mar 1, 2024

thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment