penguin 2 emoji
penguin-2 from Streamline Emojis by Streamline · Default · Animals Nature · CC-BY-4.0 Attribution required.
- Name
- penguin-2
- Set
- Streamline Emojis
- Style
- Default
- Category
- Animals Nature
- Viewbox
- 48×48
- License
- CC BY 4.0
More animals nature icons from Streamline Emojis
Use the penguin 2 emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#656769" d="M5.51 22.01a18.49 18.49 0 1 0 36.98 0a18.49 18.49 0 1 0-36.98 0"/><path fill="#87898c" d="M24 7.22a18.5 18.5 0 0 1 18.4 16.64c.06-.61.09-1.23.09-1.85a18.49 18.49 0 0 0-37 0c0 .62 0 1.24.09 1.85A18.5 18.5 0 0 1 24 7.22"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M5.51 22.01a18.49 18.49 0 1 0 36.98 0a18.49 18.49 0 1 0-36.98 0"/><path fill="#fff" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M39 32.78a18.49 18.49 0 0 1-30 0a22 22 0 0 1-.83-6c0-7.59 3.66-13.21 8.19-13.21c3.52 0 6.47 1.46 7.66 5.81c1.19-4.29 4.15-5.81 7.66-5.81c4.52 0 8.18 5.62 8.18 13.21a21.6 21.6 0 0 1-.86 6"/><path fill="#45413c" d="M11.85 45.42a12.15 1.58 0 1 0 24.3 0a12.15 1.58 0 1 0-24.3 0" opacity=".15"/><path fill="#45413c" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M30.87 21.48a1.58 1.58 0 1 0 3.16 0a1.58 1.58 0 1 0-3.16 0m-16.9 0a1.58 1.58 0 1 0 3.16 0a1.58 1.58 0 1 0-3.16 0"/><path fill="#ffaa54" d="M38.41 27.1c0 .55-.86 1-1.92 1s-1.92-.45-1.92-1s.86-1 1.92-1s1.92.45 1.92 1m-24.98 0c0 .55-.86 1-1.92 1s-1.92-.45-1.92-1s.86-1 1.92-1s1.92.45 1.92 1"/><path fill="#ebcb00" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M28.23 30.36a4.23 4.23 0 1 1-8.46 0a6.48 6.48 0 0 1 8.46 0"/><path fill="#ffe500" d="M28.37 30.3a1.05 1.05 0 0 0 .37-.85c-.2-3-2.25-5.33-4.74-5.33s-4.54 2.35-4.74 5.33a1.05 1.05 0 0 0 .37.85A6.86 6.86 0 0 0 24 32.05a6.86 6.86 0 0 0 4.37-1.75"/><path fill="#fff48c" d="M19.64 30.31A4.83 4.83 0 0 1 24 26.77a4.83 4.83 0 0 1 4.36 3.54a1.05 1.05 0 0 0 .37-.85c-.2-3-2.25-5.33-4.74-5.33s-4.54 2.35-4.74 5.33a1.05 1.05 0 0 0 .37.85Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M28.37 30.3a1.05 1.05 0 0 0 .37-.85c-.2-3-2.25-5.33-4.74-5.33s-4.54 2.35-4.74 5.33a1.05 1.05 0 0 0 .37.85A6.86 6.86 0 0 0 24 32.05a6.86 6.86 0 0 0 4.37-1.75"/></svg>
React
import type { SVGProps } from "react";
export function StreamlineEmojisPenguin2(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#656769" d="M5.51 22.01a18.49 18.49 0 1 0 36.98 0a18.49 18.49 0 1 0-36.98 0"/><path fill="#87898c" d="M24 7.22a18.5 18.5 0 0 1 18.4 16.64c.06-.61.09-1.23.09-1.85a18.49 18.49 0 0 0-37 0c0 .62 0 1.24.09 1.85A18.5 18.5 0 0 1 24 7.22"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M5.51 22.01a18.49 18.49 0 1 0 36.98 0a18.49 18.49 0 1 0-36.98 0"/><path fill="#fff" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M39 32.78a18.49 18.49 0 0 1-30 0a22 22 0 0 1-.83-6c0-7.59 3.66-13.21 8.19-13.21c3.52 0 6.47 1.46 7.66 5.81c1.19-4.29 4.15-5.81 7.66-5.81c4.52 0 8.18 5.62 8.18 13.21a21.6 21.6 0 0 1-.86 6"/><path fill="#45413c" d="M11.85 45.42a12.15 1.58 0 1 0 24.3 0a12.15 1.58 0 1 0-24.3 0" opacity=".15"/><path fill="#45413c" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M30.87 21.48a1.58 1.58 0 1 0 3.16 0a1.58 1.58 0 1 0-3.16 0m-16.9 0a1.58 1.58 0 1 0 3.16 0a1.58 1.58 0 1 0-3.16 0"/><path fill="#ffaa54" d="M38.41 27.1c0 .55-.86 1-1.92 1s-1.92-.45-1.92-1s.86-1 1.92-1s1.92.45 1.92 1m-24.98 0c0 .55-.86 1-1.92 1s-1.92-.45-1.92-1s.86-1 1.92-1s1.92.45 1.92 1"/><path fill="#ebcb00" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M28.23 30.36a4.23 4.23 0 1 1-8.46 0a6.48 6.48 0 0 1 8.46 0"/><path fill="#ffe500" d="M28.37 30.3a1.05 1.05 0 0 0 .37-.85c-.2-3-2.25-5.33-4.74-5.33s-4.54 2.35-4.74 5.33a1.05 1.05 0 0 0 .37.85A6.86 6.86 0 0 0 24 32.05a6.86 6.86 0 0 0 4.37-1.75"/><path fill="#fff48c" d="M19.64 30.31A4.83 4.83 0 0 1 24 26.77a4.83 4.83 0 0 1 4.36 3.54a1.05 1.05 0 0 0 .37-.85c-.2-3-2.25-5.33-4.74-5.33s-4.54 2.35-4.74 5.33a1.05 1.05 0 0 0 .37.85Z"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M28.37 30.3a1.05 1.05 0 0 0 .37-.85c-.2-3-2.25-5.33-4.74-5.33s-4.54 2.35-4.74 5.33a1.05 1.05 0 0 0 .37.85A6.86 6.86 0 0 0 24 32.05a6.86 6.86 0 0 0 4.37-1.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#656769" d="M5.51 22.01a18.49 18.49 0 1 0 36.98 0a18.49 18.49 0 1 0-36.98 0"/><path fill="#87898c" d="M24 7.22a18.5 18.5 0 0 1 18.4 16.64c.06-.61.09-1.23.09-1.85a18.49 18.49 0 0 0-37 0c0 .62 0 1.24.09 1.85A18.5 18.5 0 0 1 24 7.22"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M5.51 22.01a18.49 18.49 0 1 0 36.98 0a18.49 18.49 0 1 0-36.98 0"/><path fill="#fff" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M39 32.78a18.49 18.49 0 0 1-30 0a22 22 0 0 1-.83-6c0-7.59 3.66-13.21 8.19-13.21c3.52 0 6.47 1.46 7.66 5.81c1.19-4.29 4.15-5.81 7.66-5.81c4.52 0 8.18 5.62 8.18 13.21a21.6 21.6 0 0 1-.86 6"/><path fill="#45413c" d="M11.85 45.42a12.15 1.58 0 1 0 24.3 0a12.15 1.58 0 1 0-24.3 0" opacity=".15"/><path fill="#45413c" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M30.87 21.48a1.58 1.58 0 1 0 3.16 0a1.58 1.58 0 1 0-3.16 0m-16.9 0a1.58 1.58 0 1 0 3.16 0a1.58 1.58 0 1 0-3.16 0"/><path fill="#ffaa54" d="M38.41 27.1c0 .55-.86 1-1.92 1s-1.92-.45-1.92-1s.86-1 1.92-1s1.92.45 1.92 1m-24.98 0c0 .55-.86 1-1.92 1s-1.92-.45-1.92-1s.86-1 1.92-1s1.92.45 1.92 1"/><path fill="#ebcb00" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M28.23 30.36a4.23 4.23 0 1 1-8.46 0a6.48 6.48 0 0 1 8.46 0"/><path fill="#ffe500" d="M28.37 30.3a1.05 1.05 0 0 0 .37-.85c-.2-3-2.25-5.33-4.74-5.33s-4.54 2.35-4.74 5.33a1.05 1.05 0 0 0 .37.85A6.86 6.86 0 0 0 24 32.05a6.86 6.86 0 0 0 4.37-1.75"/><path fill="#fff48c" d="M19.64 30.31A4.83 4.83 0 0 1 24 26.77a4.83 4.83 0 0 1 4.36 3.54a1.05 1.05 0 0 0 .37-.85c-.2-3-2.25-5.33-4.74-5.33s-4.54 2.35-4.74 5.33a1.05 1.05 0 0 0 .37.85Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M28.37 30.3a1.05 1.05 0 0 0 .37-.85c-.2-3-2.25-5.33-4.74-5.33s-4.54 2.35-4.74 5.33a1.05 1.05 0 0 0 .37.85A6.86 6.86 0 0 0 24 32.05a6.86 6.86 0 0 0 4.37-1.75"/></svg> </template>
CSS
.icon-penguin-2 {
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%2048%2048%22%3E%3Cpath%20fill%3D%22%23656769%22%20d%3D%22M5.51%2022.01a18.49%2018.49%200%201%200%2036.98%200a18.49%2018.49%200%201%200-36.98%200%22%2F%3E%3Cpath%20fill%3D%22%2387898c%22%20d%3D%22M24%207.22a18.5%2018.5%200%200%201%2018.4%2016.64c.06-.61.09-1.23.09-1.85a18.49%2018.49%200%200%200-37%200c0%20.62%200%201.24.09%201.85A18.5%2018.5%200%200%201%2024%207.22%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5.51%2022.01a18.49%2018.49%200%201%200%2036.98%200a18.49%2018.49%200%201%200-36.98%200%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M39%2032.78a18.49%2018.49%200%200%201-30%200a22%2022%200%200%201-.83-6c0-7.59%203.66-13.21%208.19-13.21c3.52%200%206.47%201.46%207.66%205.81c1.19-4.29%204.15-5.81%207.66-5.81c4.52%200%208.18%205.62%208.18%2013.21a21.6%2021.6%200%200%201-.86%206%22%2F%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M11.85%2045.42a12.15%201.58%200%201%200%2024.3%200a12.15%201.58%200%201%200-24.3%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%2345413c%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M30.87%2021.48a1.58%201.58%200%201%200%203.16%200a1.58%201.58%200%201%200-3.16%200m-16.9%200a1.58%201.58%200%201%200%203.16%200a1.58%201.58%200%201%200-3.16%200%22%2F%3E%3Cpath%20fill%3D%22%23ffaa54%22%20d%3D%22M38.41%2027.1c0%20.55-.86%201-1.92%201s-1.92-.45-1.92-1s.86-1%201.92-1s1.92.45%201.92%201m-24.98%200c0%20.55-.86%201-1.92%201s-1.92-.45-1.92-1s.86-1%201.92-1s1.92.45%201.92%201%22%2F%3E%3Cpath%20fill%3D%22%23ebcb00%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28.23%2030.36a4.23%204.23%200%201%201-8.46%200a6.48%206.48%200%200%201%208.46%200%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20d%3D%22M28.37%2030.3a1.05%201.05%200%200%200%20.37-.85c-.2-3-2.25-5.33-4.74-5.33s-4.54%202.35-4.74%205.33a1.05%201.05%200%200%200%20.37.85A6.86%206.86%200%200%200%2024%2032.05a6.86%206.86%200%200%200%204.37-1.75%22%2F%3E%3Cpath%20fill%3D%22%23fff48c%22%20d%3D%22M19.64%2030.31A4.83%204.83%200%200%201%2024%2026.77a4.83%204.83%200%200%201%204.36%203.54a1.05%201.05%200%200%200%20.37-.85c-.2-3-2.25-5.33-4.74-5.33s-4.54%202.35-4.74%205.33a1.05%201.05%200%200%200%20.37.85Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28.37%2030.3a1.05%201.05%200%200%200%20.37-.85c-.2-3-2.25-5.33-4.74-5.33s-4.54%202.35-4.74%205.33a1.05%201.05%200%200%200%20.37.85A6.86%206.86%200%200%200%2024%2032.05a6.86%206.86%200%200%200%204.37-1.75%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%2048%2048%22%3E%3Cpath%20fill%3D%22%23656769%22%20d%3D%22M5.51%2022.01a18.49%2018.49%200%201%200%2036.98%200a18.49%2018.49%200%201%200-36.98%200%22%2F%3E%3Cpath%20fill%3D%22%2387898c%22%20d%3D%22M24%207.22a18.5%2018.5%200%200%201%2018.4%2016.64c.06-.61.09-1.23.09-1.85a18.49%2018.49%200%200%200-37%200c0%20.62%200%201.24.09%201.85A18.5%2018.5%200%200%201%2024%207.22%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5.51%2022.01a18.49%2018.49%200%201%200%2036.98%200a18.49%2018.49%200%201%200-36.98%200%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M39%2032.78a18.49%2018.49%200%200%201-30%200a22%2022%200%200%201-.83-6c0-7.59%203.66-13.21%208.19-13.21c3.52%200%206.47%201.46%207.66%205.81c1.19-4.29%204.15-5.81%207.66-5.81c4.52%200%208.18%205.62%208.18%2013.21a21.6%2021.6%200%200%201-.86%206%22%2F%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M11.85%2045.42a12.15%201.58%200%201%200%2024.3%200a12.15%201.58%200%201%200-24.3%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%2345413c%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M30.87%2021.48a1.58%201.58%200%201%200%203.16%200a1.58%201.58%200%201%200-3.16%200m-16.9%200a1.58%201.58%200%201%200%203.16%200a1.58%201.58%200%201%200-3.16%200%22%2F%3E%3Cpath%20fill%3D%22%23ffaa54%22%20d%3D%22M38.41%2027.1c0%20.55-.86%201-1.92%201s-1.92-.45-1.92-1s.86-1%201.92-1s1.92.45%201.92%201m-24.98%200c0%20.55-.86%201-1.92%201s-1.92-.45-1.92-1s.86-1%201.92-1s1.92.45%201.92%201%22%2F%3E%3Cpath%20fill%3D%22%23ebcb00%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28.23%2030.36a4.23%204.23%200%201%201-8.46%200a6.48%206.48%200%200%201%208.46%200%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20d%3D%22M28.37%2030.3a1.05%201.05%200%200%200%20.37-.85c-.2-3-2.25-5.33-4.74-5.33s-4.54%202.35-4.74%205.33a1.05%201.05%200%200%200%20.37.85A6.86%206.86%200%200%200%2024%2032.05a6.86%206.86%200%200%200%204.37-1.75%22%2F%3E%3Cpath%20fill%3D%22%23fff48c%22%20d%3D%22M19.64%2030.31A4.83%204.83%200%200%201%2024%2026.77a4.83%204.83%200%200%201%204.36%203.54a1.05%201.05%200%200%200%20.37-.85c-.2-3-2.25-5.33-4.74-5.33s-4.54%202.35-4.74%205.33a1.05%201.05%200%200%200%20.37.85Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28.37%2030.3a1.05%201.05%200%200%200%20.37-.85c-.2-3-2.25-5.33-4.74-5.33s-4.54%202.35-4.74%205.33a1.05%201.05%200%200%200%20.37.85A6.86%206.86%200%200%200%2024%2032.05a6.86%206.86%200%200%200%204.37-1.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/streamline-emojis/penguin-2.svg?color=%231a73e8&size=48