![](https://raw.githubusercontent.com/samcarter/tikzlings/main/ICON.png)

# TikZlings

[![License](https://img.shields.io/github/license/samcarter/tikzlings.svg?color=blue)](https://www.latex-project.org/lppl.txt)
[![GitHub tag](https://img.shields.io/github/tag/samcarter/tikzlings.svg?label=current%20version&color=blue)](https://github.com/samcarter/tikzlings/releases/latest)
[![CTAN](https://img.shields.io/ctan/v/tikzlings.svg?color=blue)](https://ctan.org/pkg/tikzlings)

A collection of animals and other beings from the TikZ world.

This project is licensed under the LaTeX Project Public License v1.3c or later, see https://www.latex-project.org/lppl.txt .

The project repository, including a bug tracker, can be found at https://github.com/samcarter/tikzlings .

### Usage

```latex
\documentclass{standalone}
\usepackage{tikzlings}

\begin{document}

\begin{tikzpicture}
 \penguin
\end{tikzpicture}

\end{document}
```

For more details, please consult the [package documentation](https://github.com/samcarter/tikzlings/blob/main/DOCUMENTATION.pdf).