pterodactyl logo
pterodactyl from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- pterodactyl
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the pterodactyl logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.236 3.775a8 8 0 0 0-.535.004c-.576 0-1.573.103-2.201.234c-1.834.367-4.348 1.65-5.5 2.855c-1.362 1.415-1.362 1.755 0 .917c1.074-.708 4.663-2.227 5.187-2.227c.157 0 .287.106.287.264c0 .13.524-.132 1.153-.604c.628-.445 1.363-.969 1.625-1.152c.334-.197.372-.275-.016-.291m1.262 2.449c-.475.01-.894.041-1.143.094c-1.676.34-3.457 1.388-5.29 3.117c-.97.917-1.782 1.571-1.782 1.414s.104-.367.262-.445c.419-.262 2.698-3.56 2.54-3.692c-.209-.236-3.902 1.57-5.605 2.723c-1.99 1.362-4.19 3.746-4.95 5.422c-.34.707-.575 1.336-.523 1.389c.053.026.89-.525 1.86-1.258c.969-.734 1.833-1.257 1.912-1.178s-.42.732-1.127 1.44c-.707.733-1.206 1.31-1.127 1.31s1.152-.42 2.357-.943l2.174-.916l.395.601c1.283 1.991 3.325 2.882 6.547 2.803c1.729-.026 2.096.028 2.986.656c.55.367 1.153.68 1.336.68s.393.183.498.393c.079.21.418.394.733.394c.524-.026.55-.053.158-.289c-.262-.13-.473-.394-.473-.55c0-.158.21-.444.473-.628c.419-.314.419-.34 0-.367c-.236 0-.525.105-.604.262c-.288.471-1.1.261-1.545-.367c-.393-.629-.393-.655.577-.97l.968-.314l-1.832-.89c-.995-.472-2.044-.865-2.306-.865c-.42 0-.47-.13-.313-.864c.603-2.829 3.325-4.794 8.46-6.103C23.133 8.02 24 7.733 24 7.628c0-.288-4.166-1.23-6.026-1.361a15 15 0 0 0-1.476-.043m-12.354 5.36c.157 0 .159.156-.05.392c-.184.236-.394.341-.446.29c-.183-.184.182-.683.496-.683zm13.07 6.023a.54.54 0 0 0-.417.264c-.079.13-.054.261.103.261c.131 0 .342-.13.42-.261c.079-.157.052-.264-.105-.264zm-2.827.787c-.577 0-.628.052-.34.393c.183.21.628.392.968.392c.577 0 .628-.052.34-.392c-.183-.21-.628-.393-.968-.393"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsPterodactyl(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.236 3.775a8 8 0 0 0-.535.004c-.576 0-1.573.103-2.201.234c-1.834.367-4.348 1.65-5.5 2.855c-1.362 1.415-1.362 1.755 0 .917c1.074-.708 4.663-2.227 5.187-2.227c.157 0 .287.106.287.264c0 .13.524-.132 1.153-.604c.628-.445 1.363-.969 1.625-1.152c.334-.197.372-.275-.016-.291m1.262 2.449c-.475.01-.894.041-1.143.094c-1.676.34-3.457 1.388-5.29 3.117c-.97.917-1.782 1.571-1.782 1.414s.104-.367.262-.445c.419-.262 2.698-3.56 2.54-3.692c-.209-.236-3.902 1.57-5.605 2.723c-1.99 1.362-4.19 3.746-4.95 5.422c-.34.707-.575 1.336-.523 1.389c.053.026.89-.525 1.86-1.258c.969-.734 1.833-1.257 1.912-1.178s-.42.732-1.127 1.44c-.707.733-1.206 1.31-1.127 1.31s1.152-.42 2.357-.943l2.174-.916l.395.601c1.283 1.991 3.325 2.882 6.547 2.803c1.729-.026 2.096.028 2.986.656c.55.367 1.153.68 1.336.68s.393.183.498.393c.079.21.418.394.733.394c.524-.026.55-.053.158-.289c-.262-.13-.473-.394-.473-.55c0-.158.21-.444.473-.628c.419-.314.419-.34 0-.367c-.236 0-.525.105-.604.262c-.288.471-1.1.261-1.545-.367c-.393-.629-.393-.655.577-.97l.968-.314l-1.832-.89c-.995-.472-2.044-.865-2.306-.865c-.42 0-.47-.13-.313-.864c.603-2.829 3.325-4.794 8.46-6.103C23.133 8.02 24 7.733 24 7.628c0-.288-4.166-1.23-6.026-1.361a15 15 0 0 0-1.476-.043m-12.354 5.36c.157 0 .159.156-.05.392c-.184.236-.394.341-.446.29c-.183-.184.182-.683.496-.683zm13.07 6.023a.54.54 0 0 0-.417.264c-.079.13-.054.261.103.261c.131 0 .342-.13.42-.261c.079-.157.052-.264-.105-.264zm-2.827.787c-.577 0-.628.052-.34.393c.183.21.628.392.968.392c.577 0 .628-.052.34-.392c-.183-.21-.628-.393-.968-.393"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.236 3.775a8 8 0 0 0-.535.004c-.576 0-1.573.103-2.201.234c-1.834.367-4.348 1.65-5.5 2.855c-1.362 1.415-1.362 1.755 0 .917c1.074-.708 4.663-2.227 5.187-2.227c.157 0 .287.106.287.264c0 .13.524-.132 1.153-.604c.628-.445 1.363-.969 1.625-1.152c.334-.197.372-.275-.016-.291m1.262 2.449c-.475.01-.894.041-1.143.094c-1.676.34-3.457 1.388-5.29 3.117c-.97.917-1.782 1.571-1.782 1.414s.104-.367.262-.445c.419-.262 2.698-3.56 2.54-3.692c-.209-.236-3.902 1.57-5.605 2.723c-1.99 1.362-4.19 3.746-4.95 5.422c-.34.707-.575 1.336-.523 1.389c.053.026.89-.525 1.86-1.258c.969-.734 1.833-1.257 1.912-1.178s-.42.732-1.127 1.44c-.707.733-1.206 1.31-1.127 1.31s1.152-.42 2.357-.943l2.174-.916l.395.601c1.283 1.991 3.325 2.882 6.547 2.803c1.729-.026 2.096.028 2.986.656c.55.367 1.153.68 1.336.68s.393.183.498.393c.079.21.418.394.733.394c.524-.026.55-.053.158-.289c-.262-.13-.473-.394-.473-.55c0-.158.21-.444.473-.628c.419-.314.419-.34 0-.367c-.236 0-.525.105-.604.262c-.288.471-1.1.261-1.545-.367c-.393-.629-.393-.655.577-.97l.968-.314l-1.832-.89c-.995-.472-2.044-.865-2.306-.865c-.42 0-.47-.13-.313-.864c.603-2.829 3.325-4.794 8.46-6.103C23.133 8.02 24 7.733 24 7.628c0-.288-4.166-1.23-6.026-1.361a15 15 0 0 0-1.476-.043m-12.354 5.36c.157 0 .159.156-.05.392c-.184.236-.394.341-.446.29c-.183-.184.182-.683.496-.683zm13.07 6.023a.54.54 0 0 0-.417.264c-.079.13-.054.261.103.261c.131 0 .342-.13.42-.261c.079-.157.052-.264-.105-.264zm-2.827.787c-.577 0-.628.052-.34.393c.183.21.628.392.968.392c.577 0 .628-.052.34-.392c-.183-.21-.628-.393-.968-.393"/></svg> </template>
CSS
.icon-pterodactyl {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.236%203.775a8%208%200%200%200-.535.004c-.576%200-1.573.103-2.201.234c-1.834.367-4.348%201.65-5.5%202.855c-1.362%201.415-1.362%201.755%200%20.917c1.074-.708%204.663-2.227%205.187-2.227c.157%200%20.287.106.287.264c0%20.13.524-.132%201.153-.604c.628-.445%201.363-.969%201.625-1.152c.334-.197.372-.275-.016-.291m1.262%202.449c-.475.01-.894.041-1.143.094c-1.676.34-3.457%201.388-5.29%203.117c-.97.917-1.782%201.571-1.782%201.414s.104-.367.262-.445c.419-.262%202.698-3.56%202.54-3.692c-.209-.236-3.902%201.57-5.605%202.723c-1.99%201.362-4.19%203.746-4.95%205.422c-.34.707-.575%201.336-.523%201.389c.053.026.89-.525%201.86-1.258c.969-.734%201.833-1.257%201.912-1.178s-.42.732-1.127%201.44c-.707.733-1.206%201.31-1.127%201.31s1.152-.42%202.357-.943l2.174-.916l.395.601c1.283%201.991%203.325%202.882%206.547%202.803c1.729-.026%202.096.028%202.986.656c.55.367%201.153.68%201.336.68s.393.183.498.393c.079.21.418.394.733.394c.524-.026.55-.053.158-.289c-.262-.13-.473-.394-.473-.55c0-.158.21-.444.473-.628c.419-.314.419-.34%200-.367c-.236%200-.525.105-.604.262c-.288.471-1.1.261-1.545-.367c-.393-.629-.393-.655.577-.97l.968-.314l-1.832-.89c-.995-.472-2.044-.865-2.306-.865c-.42%200-.47-.13-.313-.864c.603-2.829%203.325-4.794%208.46-6.103C23.133%208.02%2024%207.733%2024%207.628c0-.288-4.166-1.23-6.026-1.361a15%2015%200%200%200-1.476-.043m-12.354%205.36c.157%200%20.159.156-.05.392c-.184.236-.394.341-.446.29c-.183-.184.182-.683.496-.683zm13.07%206.023a.54.54%200%200%200-.417.264c-.079.13-.054.261.103.261c.131%200%20.342-.13.42-.261c.079-.157.052-.264-.105-.264zm-2.827.787c-.577%200-.628.052-.34.393c.183.21.628.392.968.392c.577%200%20.628-.052.34-.392c-.183-.21-.628-.393-.968-.393%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.236%203.775a8%208%200%200%200-.535.004c-.576%200-1.573.103-2.201.234c-1.834.367-4.348%201.65-5.5%202.855c-1.362%201.415-1.362%201.755%200%20.917c1.074-.708%204.663-2.227%205.187-2.227c.157%200%20.287.106.287.264c0%20.13.524-.132%201.153-.604c.628-.445%201.363-.969%201.625-1.152c.334-.197.372-.275-.016-.291m1.262%202.449c-.475.01-.894.041-1.143.094c-1.676.34-3.457%201.388-5.29%203.117c-.97.917-1.782%201.571-1.782%201.414s.104-.367.262-.445c.419-.262%202.698-3.56%202.54-3.692c-.209-.236-3.902%201.57-5.605%202.723c-1.99%201.362-4.19%203.746-4.95%205.422c-.34.707-.575%201.336-.523%201.389c.053.026.89-.525%201.86-1.258c.969-.734%201.833-1.257%201.912-1.178s-.42.732-1.127%201.44c-.707.733-1.206%201.31-1.127%201.31s1.152-.42%202.357-.943l2.174-.916l.395.601c1.283%201.991%203.325%202.882%206.547%202.803c1.729-.026%202.096.028%202.986.656c.55.367%201.153.68%201.336.68s.393.183.498.393c.079.21.418.394.733.394c.524-.026.55-.053.158-.289c-.262-.13-.473-.394-.473-.55c0-.158.21-.444.473-.628c.419-.314.419-.34%200-.367c-.236%200-.525.105-.604.262c-.288.471-1.1.261-1.545-.367c-.393-.629-.393-.655.577-.97l.968-.314l-1.832-.89c-.995-.472-2.044-.865-2.306-.865c-.42%200-.47-.13-.313-.864c.603-2.829%203.325-4.794%208.46-6.103C23.133%208.02%2024%207.733%2024%207.628c0-.288-4.166-1.23-6.026-1.361a15%2015%200%200%200-1.476-.043m-12.354%205.36c.157%200%20.159.156-.05.392c-.184.236-.394.341-.446.29c-.183-.184.182-.683.496-.683zm13.07%206.023a.54.54%200%200%200-.417.264c-.079.13-.054.261.103.261c.131%200%20.342-.13.42-.261c.079-.157.052-.264-.105-.264zm-2.827.787c-.577%200-.628.052-.34.393c.183.21.628.392.968.392c.577%200%20.628-.052.34-.392c-.183-.21-.628-.393-.968-.393%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/pterodactyl.svg?color=%231a73e8&size=48