penguin icon
penguin from Lucide Lab by Lucide Contributors · Outline · ISC Free for personal and commercial use.
- Name
- penguin
- Set
- Lucide Lab
- Style
- Outline
- Viewbox
- 24×24
- License
- ISC
The same icon in other sets
Use the penguin icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M17.9 15a5.87 5.87 0 0 0-1.7-3.3l-.2-.2c-.6-.6-1-1.5-1-2.5V5a3 3 0 1 0-6 0v4a3.74 3.74 0 0 1-1.2 2.8a6.2 6.2 0 0 0-1.7 3.3"/><path d="M9 10c-2 4-4-1-7 2m7-3.1c3-1.9 6 0 6 0s-2 3.1-3 4c-1-.9-3-4-3-4m6 1.1c2 4 4-1 7 2M2 19c0-1 1-1 1-2c0-.6.4-1 1-1c1 0 1-1 2-1c.4 0 .7.2.9.5L8.8 19a2 2 0 0 1-2.7 2.7l-3.5-1.9c-.4-.1-.6-.4-.6-.8"/><path d="M8.7 21a6.07 6.07 0 0 0 6.6 0"/><path d="M22 19c0-1-1-1-1-2c0-.6-.4-1-1-1c-1 0-1-1-2-1c-.4 0-.7.2-.9.5L15.2 19a2 2 0 0 0 2.7 2.7l3.5-1.9c.4-.1.6-.4.6-.8"/></g></svg>
React
import type { SVGProps } from "react";
export function LucideLabPenguin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M17.9 15a5.87 5.87 0 0 0-1.7-3.3l-.2-.2c-.6-.6-1-1.5-1-2.5V5a3 3 0 1 0-6 0v4a3.74 3.74 0 0 1-1.2 2.8a6.2 6.2 0 0 0-1.7 3.3"/><path d="M9 10c-2 4-4-1-7 2m7-3.1c3-1.9 6 0 6 0s-2 3.1-3 4c-1-.9-3-4-3-4m6 1.1c2 4 4-1 7 2M2 19c0-1 1-1 1-2c0-.6.4-1 1-1c1 0 1-1 2-1c.4 0 .7.2.9.5L8.8 19a2 2 0 0 1-2.7 2.7l-3.5-1.9c-.4-.1-.6-.4-.6-.8"/><path d="M8.7 21a6.07 6.07 0 0 0 6.6 0"/><path d="M22 19c0-1-1-1-1-2c0-.6-.4-1-1-1c-1 0-1-1-2-1c-.4 0-.7.2-.9.5L15.2 19a2 2 0 0 0 2.7 2.7l3.5-1.9c.4-.1.6-.4.6-.8"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M17.9 15a5.87 5.87 0 0 0-1.7-3.3l-.2-.2c-.6-.6-1-1.5-1-2.5V5a3 3 0 1 0-6 0v4a3.74 3.74 0 0 1-1.2 2.8a6.2 6.2 0 0 0-1.7 3.3"/><path d="M9 10c-2 4-4-1-7 2m7-3.1c3-1.9 6 0 6 0s-2 3.1-3 4c-1-.9-3-4-3-4m6 1.1c2 4 4-1 7 2M2 19c0-1 1-1 1-2c0-.6.4-1 1-1c1 0 1-1 2-1c.4 0 .7.2.9.5L8.8 19a2 2 0 0 1-2.7 2.7l-3.5-1.9c-.4-.1-.6-.4-.6-.8"/><path d="M8.7 21a6.07 6.07 0 0 0 6.6 0"/><path d="M22 19c0-1-1-1-1-2c0-.6-.4-1-1-1c-1 0-1-1-2-1c-.4 0-.7.2-.9.5L15.2 19a2 2 0 0 0 2.7 2.7l3.5-1.9c.4-.1.6-.4.6-.8"/></g></svg> </template>
CSS
.icon-penguin {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M17.9%2015a5.87%205.87%200%200%200-1.7-3.3l-.2-.2c-.6-.6-1-1.5-1-2.5V5a3%203%200%201%200-6%200v4a3.74%203.74%200%200%201-1.2%202.8a6.2%206.2%200%200%200-1.7%203.3%22%2F%3E%3Cpath%20d%3D%22M9%2010c-2%204-4-1-7%202m7-3.1c3-1.9%206%200%206%200s-2%203.1-3%204c-1-.9-3-4-3-4m6%201.1c2%204%204-1%207%202M2%2019c0-1%201-1%201-2c0-.6.4-1%201-1c1%200%201-1%202-1c.4%200%20.7.2.9.5L8.8%2019a2%202%200%200%201-2.7%202.7l-3.5-1.9c-.4-.1-.6-.4-.6-.8%22%2F%3E%3Cpath%20d%3D%22M8.7%2021a6.07%206.07%200%200%200%206.6%200%22%2F%3E%3Cpath%20d%3D%22M22%2019c0-1-1-1-1-2c0-.6-.4-1-1-1c-1%200-1-1-2-1c-.4%200-.7.2-.9.5L15.2%2019a2%202%200%200%200%202.7%202.7l3.5-1.9c.4-.1.6-.4.6-.8%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M17.9%2015a5.87%205.87%200%200%200-1.7-3.3l-.2-.2c-.6-.6-1-1.5-1-2.5V5a3%203%200%201%200-6%200v4a3.74%203.74%200%200%201-1.2%202.8a6.2%206.2%200%200%200-1.7%203.3%22%2F%3E%3Cpath%20d%3D%22M9%2010c-2%204-4-1-7%202m7-3.1c3-1.9%206%200%206%200s-2%203.1-3%204c-1-.9-3-4-3-4m6%201.1c2%204%204-1%207%202M2%2019c0-1%201-1%201-2c0-.6.4-1%201-1c1%200%201-1%202-1c.4%200%20.7.2.9.5L8.8%2019a2%202%200%200%201-2.7%202.7l-3.5-1.9c-.4-.1-.6-.4-.6-.8%22%2F%3E%3Cpath%20d%3D%22M8.7%2021a6.07%206.07%200%200%200%206.6%200%22%2F%3E%3Cpath%20d%3D%22M22%2019c0-1-1-1-1-2c0-.6-.4-1-1-1c-1%200-1-1-2-1c-.4%200-.7.2-.9.5L15.2%2019a2%202%200%200%200%202.7%202.7l3.5-1.9c.4-.1.6-.4.6-.8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/lucide-lab/penguin.svg?color=%231a73e8&size=48