├── Icons ├── Perl6_Camelia.svg ├── Perl_CPAN.svg ├── Perl_Camel.svg ├── Perl_MetaCPAN.svg ├── Perl_Onion.svg ├── Perl_Onion_Color.svg ├── Perl_Raptor.svg └── metacpan.svg ├── LICENSE ├── README.pod └── emojis ├── Perl6_Camelia.png ├── Perl_Camel.png ├── Perl_Onion.png ├── Perl_Onion_Color.png └── Perl_Raptor.png /Icons/Perl6_Camelia.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 18 | 20 | 21 | 23 | image/svg+xml 24 | 26 | 27 | 28 | 29 | 30 | 32 | 52 | 57 | 58 | -------------------------------------------------------------------------------- /Icons/Perl_CPAN.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | image/svg+xml 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /Icons/Perl_Camel.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 18 | 20 | 21 | 23 | image/svg+xml 24 | 26 | 27 | 28 | 29 | 30 | 32 | 52 | 57 | 62 | 63 | -------------------------------------------------------------------------------- /Icons/Perl_MetaCPAN.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | image/svg+xml 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Icons/Perl_Onion.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 18 | 20 | 21 | 23 | image/svg+xml 24 | 26 | 27 | 28 | 29 | 30 | 32 | 52 | 57 | 58 | -------------------------------------------------------------------------------- /Icons/Perl_Onion_Color.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 18 | 20 | 21 | 23 | image/svg+xml 24 | 26 | 27 | 28 | 29 | 30 | 32 | 52 | 59 | 64 | 65 | -------------------------------------------------------------------------------- /Icons/Perl_Raptor.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 18 | 20 | 21 | 23 | image/svg+xml 24 | 26 | 27 | 28 | 29 | 30 | 32 | 52 | 57 | 58 | -------------------------------------------------------------------------------- /Icons/metacpan.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | This software is Copyright (c) 2015 by David Farrell. 2 | 3 | This is free software, licensed under: 4 | 5 | The (two-clause) FreeBSD License 6 | 7 | The FreeBSD License 8 | 9 | Redistribution and use in source and binary forms, with or without 10 | modification, are permitted provided that the following conditions are 11 | met: 12 | 13 | 1. Redistributions of source code must retain the above copyright 14 | notice, this list of conditions and the following disclaimer. 15 | 16 | 2. Redistributions in binary form must reproduce the above copyright 17 | notice, this list of conditions and the following disclaimer in the 18 | documentation and/or other materials provided with the 19 | distribution. 20 | 21 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 22 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 23 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 24 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 25 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 26 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 27 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 28 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 29 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 30 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 31 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 32 | -------------------------------------------------------------------------------- /README.pod: -------------------------------------------------------------------------------- 1 | =head1 Perl Icons 2 | 3 | This repo contains SVG images of icons associated with the Perl programming language. Because they are SVG, the icons can be easily embedded in a font icon file and used as Glyphs on a web page. 4 | 5 | I'm licensing the icons under the FreeBSD license but be aware that the icons themselves may be subject to additional restrictions on use: 6 | 7 | =over 4 8 | 9 | =item * Camelia Perl 6 logo 10 | 11 | This logo is copyright Larry Wall 2009. See L 12 | 13 | =item * Perl and Camels 14 | 15 | O'Reilly has a registered trademark on the camel and its association with Perl. They used to have a page about it (archive.org L). 16 | 17 | =item * The Perl Onion 18 | 19 | The Perl Foundation owns the Perl Onion logo and places certain restrictions on its use. See L 20 | For the record, initial author is Devin Shane Muldoon. 21 | 22 | =item * The Perl 5 Raptor 23 | 24 | Sebastian Riedel created the Perl 5 L and licenses it under Creative Commons L 25 | 26 | =item * The CPAN logo 27 | 28 | J.C. Thorpe created the CPAN logo and distributed it under Artistic License or GPLv1+. The SVG version was created by Thibault Duponchelle and is licensed under the same terms. 29 | 30 | =item * The MetaCPAN logo 31 | 32 | Raul Matei created the MetaCPAN logo (for the MetaCPAN logo contest) and gave the full rights on the image to MetaCPAN admins ("A license will be granted to the MetaCPAN team to use it in any way they see fit.") so they can license as they want if needed. The full SVG version was created by Thibault Duponchelle and the dots-only version was created by Ben Bullock, both licensed under the same terms. 33 | 34 | 35 | =back 36 | 37 | 38 | =head2 Author 39 | 40 | David Farrell 41 | 42 | 43 | =head2 License 44 | 45 | FreeBSD - see LICENSE 46 | 47 | =cut 48 | -------------------------------------------------------------------------------- /emojis/Perl6_Camelia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnmfarrell/Perl-Icons/403ba8eaf03cdda0519d1d320768aaee8599de49/emojis/Perl6_Camelia.png -------------------------------------------------------------------------------- /emojis/Perl_Camel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnmfarrell/Perl-Icons/403ba8eaf03cdda0519d1d320768aaee8599de49/emojis/Perl_Camel.png -------------------------------------------------------------------------------- /emojis/Perl_Onion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnmfarrell/Perl-Icons/403ba8eaf03cdda0519d1d320768aaee8599de49/emojis/Perl_Onion.png -------------------------------------------------------------------------------- /emojis/Perl_Onion_Color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnmfarrell/Perl-Icons/403ba8eaf03cdda0519d1d320768aaee8599de49/emojis/Perl_Onion_Color.png -------------------------------------------------------------------------------- /emojis/Perl_Raptor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dnmfarrell/Perl-Icons/403ba8eaf03cdda0519d1d320768aaee8599de49/emojis/Perl_Raptor.png --------------------------------------------------------------------------------