penguin emoji
penguin from Fluent Emoji High Contrast by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.
- Name
- penguin
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Animals & Nature
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More animals & nature icons from Fluent Emoji High Contrast
Use the penguin emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M12.959 12.258h6.017a3.027 3.027 0 0 0-3.014-3.015a3.01 3.01 0 0 0-3.003 3.015m1.258-3.701a.534.534 0 0 1-.537-.537v-.745c0-.298.239-.537.537-.537s.537.239.537.537v.745a.534.534 0 0 1-.537.537m2.958-.537c0 .298.239.537.537.537a.534.534 0 0 0 .537-.537v-.745a.534.534 0 0 0-.537-.537a.535.535 0 0 0-.537.537z"/><path d="M24.244 9.711c-.336-3.657-4.12-7.356-8.155-7.356c-4.511 0-7.79 3.615-8.434 7.356c-.041.238-.146.729-.284 1.379l-.228 1.078C5.543 14 .653 20.796 2.579 22.723c.65.65 2.052.24 3.617-.604c.231.972.61 1.905 1.111 2.769a10.06 10.06 0 0 0-1.402 4.685a.933.933 0 0 0 .938.972h18.235a.933.933 0 0 0 .938-.972a10.06 10.06 0 0 0-1.387-4.66c.52-.88.912-1.83 1.145-2.81c1.578.854 2.993 1.273 3.647.62c1.978-1.978-3.232-9.09-4.685-10.691l-.044-.048c-.234-1.074-.415-1.915-.448-2.273M7.924 25.832c1.242 1.696 2.987 3.03 5.013 3.713h-6.03a9.1 9.1 0 0 1 1.018-3.713m11.068 3.713c2.022-.684 3.767-2.02 5.013-3.696a9.1 9.1 0 0 1 1.008 3.696zM21.45 14.14a7.9 7.9 0 0 1 2.618 5.876c0 4.408-3.626 7.982-8.1 7.982c-4.472 0-8.098-3.574-8.098-7.982a7.9 7.9 0 0 1 2.615-5.873c-.58-.922-.92-2.13-.92-3.677c0-3.102 3.073-5.921 5.163-5.921c.247 0 .35.287.465.608c.145.405.31.865.811.865c.49 0 .634-.44.763-.84c.108-.33.206-.633.485-.633c2.105 0 5.12 2.893 5.12 5.921c0 1.52-.333 2.736-.922 3.674"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastPenguin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M12.959 12.258h6.017a3.027 3.027 0 0 0-3.014-3.015a3.01 3.01 0 0 0-3.003 3.015m1.258-3.701a.534.534 0 0 1-.537-.537v-.745c0-.298.239-.537.537-.537s.537.239.537.537v.745a.534.534 0 0 1-.537.537m2.958-.537c0 .298.239.537.537.537a.534.534 0 0 0 .537-.537v-.745a.534.534 0 0 0-.537-.537a.535.535 0 0 0-.537.537z"/><path d="M24.244 9.711c-.336-3.657-4.12-7.356-8.155-7.356c-4.511 0-7.79 3.615-8.434 7.356c-.041.238-.146.729-.284 1.379l-.228 1.078C5.543 14 .653 20.796 2.579 22.723c.65.65 2.052.24 3.617-.604c.231.972.61 1.905 1.111 2.769a10.06 10.06 0 0 0-1.402 4.685a.933.933 0 0 0 .938.972h18.235a.933.933 0 0 0 .938-.972a10.06 10.06 0 0 0-1.387-4.66c.52-.88.912-1.83 1.145-2.81c1.578.854 2.993 1.273 3.647.62c1.978-1.978-3.232-9.09-4.685-10.691l-.044-.048c-.234-1.074-.415-1.915-.448-2.273M7.924 25.832c1.242 1.696 2.987 3.03 5.013 3.713h-6.03a9.1 9.1 0 0 1 1.018-3.713m11.068 3.713c2.022-.684 3.767-2.02 5.013-3.696a9.1 9.1 0 0 1 1.008 3.696zM21.45 14.14a7.9 7.9 0 0 1 2.618 5.876c0 4.408-3.626 7.982-8.1 7.982c-4.472 0-8.098-3.574-8.098-7.982a7.9 7.9 0 0 1 2.615-5.873c-.58-.922-.92-2.13-.92-3.677c0-3.102 3.073-5.921 5.163-5.921c.247 0 .35.287.465.608c.145.405.31.865.811.865c.49 0 .634-.44.763-.84c.108-.33.206-.633.485-.633c2.105 0 5.12 2.893 5.12 5.921c0 1.52-.333 2.736-.922 3.674"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M12.959 12.258h6.017a3.027 3.027 0 0 0-3.014-3.015a3.01 3.01 0 0 0-3.003 3.015m1.258-3.701a.534.534 0 0 1-.537-.537v-.745c0-.298.239-.537.537-.537s.537.239.537.537v.745a.534.534 0 0 1-.537.537m2.958-.537c0 .298.239.537.537.537a.534.534 0 0 0 .537-.537v-.745a.534.534 0 0 0-.537-.537a.535.535 0 0 0-.537.537z"/><path d="M24.244 9.711c-.336-3.657-4.12-7.356-8.155-7.356c-4.511 0-7.79 3.615-8.434 7.356c-.041.238-.146.729-.284 1.379l-.228 1.078C5.543 14 .653 20.796 2.579 22.723c.65.65 2.052.24 3.617-.604c.231.972.61 1.905 1.111 2.769a10.06 10.06 0 0 0-1.402 4.685a.933.933 0 0 0 .938.972h18.235a.933.933 0 0 0 .938-.972a10.06 10.06 0 0 0-1.387-4.66c.52-.88.912-1.83 1.145-2.81c1.578.854 2.993 1.273 3.647.62c1.978-1.978-3.232-9.09-4.685-10.691l-.044-.048c-.234-1.074-.415-1.915-.448-2.273M7.924 25.832c1.242 1.696 2.987 3.03 5.013 3.713h-6.03a9.1 9.1 0 0 1 1.018-3.713m11.068 3.713c2.022-.684 3.767-2.02 5.013-3.696a9.1 9.1 0 0 1 1.008 3.696zM21.45 14.14a7.9 7.9 0 0 1 2.618 5.876c0 4.408-3.626 7.982-8.1 7.982c-4.472 0-8.098-3.574-8.098-7.982a7.9 7.9 0 0 1 2.615-5.873c-.58-.922-.92-2.13-.92-3.677c0-3.102 3.073-5.921 5.163-5.921c.247 0 .35.287.465.608c.145.405.31.865.811.865c.49 0 .634-.44.763-.84c.108-.33.206-.633.485-.633c2.105 0 5.12 2.893 5.12 5.921c0 1.52-.333 2.736-.922 3.674"/></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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12.959%2012.258h6.017a3.027%203.027%200%200%200-3.014-3.015a3.01%203.01%200%200%200-3.003%203.015m1.258-3.701a.534.534%200%200%201-.537-.537v-.745c0-.298.239-.537.537-.537s.537.239.537.537v.745a.534.534%200%200%201-.537.537m2.958-.537c0%20.298.239.537.537.537a.534.534%200%200%200%20.537-.537v-.745a.534.534%200%200%200-.537-.537a.535.535%200%200%200-.537.537z%22%2F%3E%3Cpath%20d%3D%22M24.244%209.711c-.336-3.657-4.12-7.356-8.155-7.356c-4.511%200-7.79%203.615-8.434%207.356c-.041.238-.146.729-.284%201.379l-.228%201.078C5.543%2014%20.653%2020.796%202.579%2022.723c.65.65%202.052.24%203.617-.604c.231.972.61%201.905%201.111%202.769a10.06%2010.06%200%200%200-1.402%204.685a.933.933%200%200%200%20.938.972h18.235a.933.933%200%200%200%20.938-.972a10.06%2010.06%200%200%200-1.387-4.66c.52-.88.912-1.83%201.145-2.81c1.578.854%202.993%201.273%203.647.62c1.978-1.978-3.232-9.09-4.685-10.691l-.044-.048c-.234-1.074-.415-1.915-.448-2.273M7.924%2025.832c1.242%201.696%202.987%203.03%205.013%203.713h-6.03a9.1%209.1%200%200%201%201.018-3.713m11.068%203.713c2.022-.684%203.767-2.02%205.013-3.696a9.1%209.1%200%200%201%201.008%203.696zM21.45%2014.14a7.9%207.9%200%200%201%202.618%205.876c0%204.408-3.626%207.982-8.1%207.982c-4.472%200-8.098-3.574-8.098-7.982a7.9%207.9%200%200%201%202.615-5.873c-.58-.922-.92-2.13-.92-3.677c0-3.102%203.073-5.921%205.163-5.921c.247%200%20.35.287.465.608c.145.405.31.865.811.865c.49%200%20.634-.44.763-.84c.108-.33.206-.633.485-.633c2.105%200%205.12%202.893%205.12%205.921c0%201.52-.333%202.736-.922%203.674%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12.959%2012.258h6.017a3.027%203.027%200%200%200-3.014-3.015a3.01%203.01%200%200%200-3.003%203.015m1.258-3.701a.534.534%200%200%201-.537-.537v-.745c0-.298.239-.537.537-.537s.537.239.537.537v.745a.534.534%200%200%201-.537.537m2.958-.537c0%20.298.239.537.537.537a.534.534%200%200%200%20.537-.537v-.745a.534.534%200%200%200-.537-.537a.535.535%200%200%200-.537.537z%22%2F%3E%3Cpath%20d%3D%22M24.244%209.711c-.336-3.657-4.12-7.356-8.155-7.356c-4.511%200-7.79%203.615-8.434%207.356c-.041.238-.146.729-.284%201.379l-.228%201.078C5.543%2014%20.653%2020.796%202.579%2022.723c.65.65%202.052.24%203.617-.604c.231.972.61%201.905%201.111%202.769a10.06%2010.06%200%200%200-1.402%204.685a.933.933%200%200%200%20.938.972h18.235a.933.933%200%200%200%20.938-.972a10.06%2010.06%200%200%200-1.387-4.66c.52-.88.912-1.83%201.145-2.81c1.578.854%202.993%201.273%203.647.62c1.978-1.978-3.232-9.09-4.685-10.691l-.044-.048c-.234-1.074-.415-1.915-.448-2.273M7.924%2025.832c1.242%201.696%202.987%203.03%205.013%203.713h-6.03a9.1%209.1%200%200%201%201.018-3.713m11.068%203.713c2.022-.684%203.767-2.02%205.013-3.696a9.1%209.1%200%200%201%201.008%203.696zM21.45%2014.14a7.9%207.9%200%200%201%202.618%205.876c0%204.408-3.626%207.982-8.1%207.982c-4.472%200-8.098-3.574-8.098-7.982a7.9%207.9%200%200%201%202.615-5.873c-.58-.922-.92-2.13-.92-3.677c0-3.102%203.073-5.921%205.163-5.921c.247%200%20.35.287.465.608c.145.405.31.865.811.865c.49%200%20.634-.44.763-.84c.108-.33.206-.633.485-.633c2.105%200%205.12%202.893%205.12%205.921c0%201.52-.333%202.736-.922%203.674%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/penguin.svg?color=%231a73e8&size=48