flamingo emoji

flamingo from OpenMoji by OpenMoji · Default · Animals Nature · CC-BY-SA-4.0 Attribution required.

Name
flamingo
Set
OpenMoji
Style
Default
Category
Animals Nature
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More animals nature icons from OpenMoji

Use the flamingo emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ffa7c0" d="M59.65 41.31c-5.498-1.291-8.709-8.777-12.95-11.61c-4.4-2.9-11.6-3.8-16.1-.3c-2.1 1.6-3 3.8-3.5 5.2c-.5.2-1.2.3-1.8-.1c-.5-.3-1.1-1.2-.8-4.2c.5-5.1 2.3-5.9 2-9.2c-.3-2.4-1.4-4-2-4.8c-1-1.3-2.5-3.5-4.7-3.3c-1.7.1-2.8 1.5-3.1 2c-1.8 0-3.2 1.1-3.7 2.5c-.7 2.1 1.2 4.3 1.7 4.2c.3-.1.1-1 .6-2.3c.4-.9 1.1-.8 1.6-1.2c1 0 1.8.8 2.8.8c.6 0 1.9-.7 1.9-.7c.597 1.671 1.542 2.286-.866 5.933c-.5 1.2-1.434 6.867-.234 10.17c.3 1 1.016 3.861 5.216 5.061c.5.7 1.884.94 3.484 1.739c2.4 1.3 4.6 1.1 5.5 1c6.543 4.17 18.53 1.505 24.95-.891z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="m36.34 54.67l2.1-2.1l14.41-4.391l-10.89-3.743m-2.445.181c1.2 3.2 2.894 10.59 2.894 10.59s-.4 4.1-.8 7.2"/><path d="M21.63 24.69c-.5 1.2-2.366 6.681-1.166 9.981c.3 1 1.219 4.228 5.419 5.428c2.472 2.046 5.248 2.796 8.65 2.4c1.15 1.2 6.75 2.1 9.25 2c4.5-.2 7.296-2.768 15.6-2.104c-6.324-6.558-8.521-8.792-12.62-11.53c-4.4-2.9-11.87-5.068-16.37-1.568c-2.1 1.6-1.818 4.41-3.5 5.2c-.5.2-1.2.3-1.8-.1c-.5-.3-1.1-1.2-.8-4.2c.5-5.1 2.3-5.9 2-9.2c-.3-2.4-1.4-4-2-4.8c-1-1.3-2.5-3.5-4.7-3.3c-1.7.1-2.8 1.5-3.1 2c-1.8 0-3.2 1.1-3.7 2.5c-.7 2.1 1.2 4.3 1.7 4.2c.3 0 1.7-3.2 2.5-3.1c1 0 1.5 1.3 2.5 1.4c1.3.1 1.9-.7 1.9-.7"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiFlamingo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ffa7c0" d="M59.65 41.31c-5.498-1.291-8.709-8.777-12.95-11.61c-4.4-2.9-11.6-3.8-16.1-.3c-2.1 1.6-3 3.8-3.5 5.2c-.5.2-1.2.3-1.8-.1c-.5-.3-1.1-1.2-.8-4.2c.5-5.1 2.3-5.9 2-9.2c-.3-2.4-1.4-4-2-4.8c-1-1.3-2.5-3.5-4.7-3.3c-1.7.1-2.8 1.5-3.1 2c-1.8 0-3.2 1.1-3.7 2.5c-.7 2.1 1.2 4.3 1.7 4.2c.3-.1.1-1 .6-2.3c.4-.9 1.1-.8 1.6-1.2c1 0 1.8.8 2.8.8c.6 0 1.9-.7 1.9-.7c.597 1.671 1.542 2.286-.866 5.933c-.5 1.2-1.434 6.867-.234 10.17c.3 1 1.016 3.861 5.216 5.061c.5.7 1.884.94 3.484 1.739c2.4 1.3 4.6 1.1 5.5 1c6.543 4.17 18.53 1.505 24.95-.891z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path d="m36.34 54.67l2.1-2.1l14.41-4.391l-10.89-3.743m-2.445.181c1.2 3.2 2.894 10.59 2.894 10.59s-.4 4.1-.8 7.2"/><path d="M21.63 24.69c-.5 1.2-2.366 6.681-1.166 9.981c.3 1 1.219 4.228 5.419 5.428c2.472 2.046 5.248 2.796 8.65 2.4c1.15 1.2 6.75 2.1 9.25 2c4.5-.2 7.296-2.768 15.6-2.104c-6.324-6.558-8.521-8.792-12.62-11.53c-4.4-2.9-11.87-5.068-16.37-1.568c-2.1 1.6-1.818 4.41-3.5 5.2c-.5.2-1.2.3-1.8-.1c-.5-.3-1.1-1.2-.8-4.2c.5-5.1 2.3-5.9 2-9.2c-.3-2.4-1.4-4-2-4.8c-1-1.3-2.5-3.5-4.7-3.3c-1.7.1-2.8 1.5-3.1 2c-1.8 0-3.2 1.1-3.7 2.5c-.7 2.1 1.2 4.3 1.7 4.2c.3 0 1.7-3.2 2.5-3.1c1 0 1.5 1.3 2.5 1.4c1.3.1 1.9-.7 1.9-.7"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ffa7c0" d="M59.65 41.31c-5.498-1.291-8.709-8.777-12.95-11.61c-4.4-2.9-11.6-3.8-16.1-.3c-2.1 1.6-3 3.8-3.5 5.2c-.5.2-1.2.3-1.8-.1c-.5-.3-1.1-1.2-.8-4.2c.5-5.1 2.3-5.9 2-9.2c-.3-2.4-1.4-4-2-4.8c-1-1.3-2.5-3.5-4.7-3.3c-1.7.1-2.8 1.5-3.1 2c-1.8 0-3.2 1.1-3.7 2.5c-.7 2.1 1.2 4.3 1.7 4.2c.3-.1.1-1 .6-2.3c.4-.9 1.1-.8 1.6-1.2c1 0 1.8.8 2.8.8c.6 0 1.9-.7 1.9-.7c.597 1.671 1.542 2.286-.866 5.933c-.5 1.2-1.434 6.867-.234 10.17c.3 1 1.016 3.861 5.216 5.061c.5.7 1.884.94 3.484 1.739c2.4 1.3 4.6 1.1 5.5 1c6.543 4.17 18.53 1.505 24.95-.891z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="m36.34 54.67l2.1-2.1l14.41-4.391l-10.89-3.743m-2.445.181c1.2 3.2 2.894 10.59 2.894 10.59s-.4 4.1-.8 7.2"/><path d="M21.63 24.69c-.5 1.2-2.366 6.681-1.166 9.981c.3 1 1.219 4.228 5.419 5.428c2.472 2.046 5.248 2.796 8.65 2.4c1.15 1.2 6.75 2.1 9.25 2c4.5-.2 7.296-2.768 15.6-2.104c-6.324-6.558-8.521-8.792-12.62-11.53c-4.4-2.9-11.87-5.068-16.37-1.568c-2.1 1.6-1.818 4.41-3.5 5.2c-.5.2-1.2.3-1.8-.1c-.5-.3-1.1-1.2-.8-4.2c.5-5.1 2.3-5.9 2-9.2c-.3-2.4-1.4-4-2-4.8c-1-1.3-2.5-3.5-4.7-3.3c-1.7.1-2.8 1.5-3.1 2c-1.8 0-3.2 1.1-3.7 2.5c-.7 2.1 1.2 4.3 1.7 4.2c.3 0 1.7-3.2 2.5-3.1c1 0 1.5 1.3 2.5 1.4c1.3.1 1.9-.7 1.9-.7"/></g></svg>
</template>

CSS

.icon-flamingo {
  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%2072%2072%22%3E%3Cpath%20fill%3D%22%23ffa7c0%22%20d%3D%22M59.65%2041.31c-5.498-1.291-8.709-8.777-12.95-11.61c-4.4-2.9-11.6-3.8-16.1-.3c-2.1%201.6-3%203.8-3.5%205.2c-.5.2-1.2.3-1.8-.1c-.5-.3-1.1-1.2-.8-4.2c.5-5.1%202.3-5.9%202-9.2c-.3-2.4-1.4-4-2-4.8c-1-1.3-2.5-3.5-4.7-3.3c-1.7.1-2.8%201.5-3.1%202c-1.8%200-3.2%201.1-3.7%202.5c-.7%202.1%201.2%204.3%201.7%204.2c.3-.1.1-1%20.6-2.3c.4-.9%201.1-.8%201.6-1.2c1%200%201.8.8%202.8.8c.6%200%201.9-.7%201.9-.7c.597%201.671%201.542%202.286-.866%205.933c-.5%201.2-1.434%206.867-.234%2010.17c.3%201%201.016%203.861%205.216%205.061c.5.7%201.884.94%203.484%201.739c2.4%201.3%204.6%201.1%205.5%201c6.543%204.17%2018.53%201.505%2024.95-.891z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m36.34%2054.67l2.1-2.1l14.41-4.391l-10.89-3.743m-2.445.181c1.2%203.2%202.894%2010.59%202.894%2010.59s-.4%204.1-.8%207.2%22%2F%3E%3Cpath%20d%3D%22M21.63%2024.69c-.5%201.2-2.366%206.681-1.166%209.981c.3%201%201.219%204.228%205.419%205.428c2.472%202.046%205.248%202.796%208.65%202.4c1.15%201.2%206.75%202.1%209.25%202c4.5-.2%207.296-2.768%2015.6-2.104c-6.324-6.558-8.521-8.792-12.62-11.53c-4.4-2.9-11.87-5.068-16.37-1.568c-2.1%201.6-1.818%204.41-3.5%205.2c-.5.2-1.2.3-1.8-.1c-.5-.3-1.1-1.2-.8-4.2c.5-5.1%202.3-5.9%202-9.2c-.3-2.4-1.4-4-2-4.8c-1-1.3-2.5-3.5-4.7-3.3c-1.7.1-2.8%201.5-3.1%202c-1.8%200-3.2%201.1-3.7%202.5c-.7%202.1%201.2%204.3%201.7%204.2c.3%200%201.7-3.2%202.5-3.1c1%200%201.5%201.3%202.5%201.4c1.3.1%201.9-.7%201.9-.7%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23ffa7c0%22%20d%3D%22M59.65%2041.31c-5.498-1.291-8.709-8.777-12.95-11.61c-4.4-2.9-11.6-3.8-16.1-.3c-2.1%201.6-3%203.8-3.5%205.2c-.5.2-1.2.3-1.8-.1c-.5-.3-1.1-1.2-.8-4.2c.5-5.1%202.3-5.9%202-9.2c-.3-2.4-1.4-4-2-4.8c-1-1.3-2.5-3.5-4.7-3.3c-1.7.1-2.8%201.5-3.1%202c-1.8%200-3.2%201.1-3.7%202.5c-.7%202.1%201.2%204.3%201.7%204.2c.3-.1.1-1%20.6-2.3c.4-.9%201.1-.8%201.6-1.2c1%200%201.8.8%202.8.8c.6%200%201.9-.7%201.9-.7c.597%201.671%201.542%202.286-.866%205.933c-.5%201.2-1.434%206.867-.234%2010.17c.3%201%201.016%203.861%205.216%205.061c.5.7%201.884.94%203.484%201.739c2.4%201.3%204.6%201.1%205.5%201c6.543%204.17%2018.53%201.505%2024.95-.891z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m36.34%2054.67l2.1-2.1l14.41-4.391l-10.89-3.743m-2.445.181c1.2%203.2%202.894%2010.59%202.894%2010.59s-.4%204.1-.8%207.2%22%2F%3E%3Cpath%20d%3D%22M21.63%2024.69c-.5%201.2-2.366%206.681-1.166%209.981c.3%201%201.219%204.228%205.419%205.428c2.472%202.046%205.248%202.796%208.65%202.4c1.15%201.2%206.75%202.1%209.25%202c4.5-.2%207.296-2.768%2015.6-2.104c-6.324-6.558-8.521-8.792-12.62-11.53c-4.4-2.9-11.87-5.068-16.37-1.568c-2.1%201.6-1.818%204.41-3.5%205.2c-.5.2-1.2.3-1.8-.1c-.5-.3-1.1-1.2-.8-4.2c.5-5.1%202.3-5.9%202-9.2c-.3-2.4-1.4-4-2-4.8c-1-1.3-2.5-3.5-4.7-3.3c-1.7.1-2.8%201.5-3.1%202c-1.8%200-3.2%201.1-3.7%202.5c-.7%202.1%201.2%204.3%201.7%204.2c.3%200%201.7-3.2%202.5-3.1c1%200%201.5%201.3%202.5%201.4c1.3.1%201.9-.7%201.9-.7%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/flamingo.svg?color=%231a73e8&size=48