Haskell Logo

Here are some Haskell logo i made. I hope webmasters will use it to spread Haskell. I hereby release it into public domain.

Haskell logo, Haskell logo

Any suggestions for a better web logo are welcome.

The official logo, of course, can be found at http://haskell.org/

For the horizontal version, it is also possible to display it without using image, by using HTML, unicode, fonts, stylesheet. Here's the code and how it displays in your browser:

<div style="text-align:center">
<span style="font-size:large; font-family:sans-serif; word-spacing:2ex">λ → ∀ ≫ :: ⇒</span><br>
<span style="font-size:xx-large; font-family:serif">Haskell</span>
</div>
λ → ∀ ≫ :: ⇒
Haskell

you should also add the unicode declaration right after the <head> tag in your HTML:

<META HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=utf-8">

See also:

Page created: 2005-10.
© 2005 by Xah Lee.
Xah Signet