You can make your own styled logo! Click the "How to use" button for a tutorial on how to use it. The "Preview icon" button will replay the animation.
Edit 2013 05/14: Performance update. Unfortunately so much data is being stamped that I dont think it can get faster. TIP: You can use spaces to center text. "ABC" is off center, but if you write "_ABC" it becomes centered. Make sure to give credit! Logos work best in the Flash Player (actually REALLY well). For you mathy people out there, this uses a "binary" system. All the letters are made up of an array of 1s or 0s. So the letter A is 01110 10001 11111 10001 10001 (if you look where all the one's are, you should see the letter A). All these chunks of 1s or 0s are assigned their own letter, A-P, and are put into a list. The program reads the data from the list, and can map out any combination of letters.