flamingo emoji
flamingo from Twitter Emoji by Twitter · Default · Animals & Nature · CC-BY-4.0 Attribution required.
- Name
- flamingo
- Set
- Twitter Emoji
- Style
- Default
- Category
- Animals & Nature
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More animals & nature icons from Twitter Emoji
Use the flamingo emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ea596e" d="M22.903 27.55c1.218-.812 2.232-.783 3.073-.058c-.435-1.131-2.348-3.624-2.348-3.624z"/><path fill="#f4abba" d="M22.949 27.679a.733.733 0 0 1-.728-.822l.426-3.448a.73.73 0 0 1 .264-.478l4.448-3.624l-7.108-3.833a.732.732 0 1 1 .696-1.289l8.072 4.353a.73.73 0 0 1 .114 1.211l-5.07 4.13l-.39 3.156a.73.73 0 0 1-.724.644"/><path fill="#e1e8ed" d="M5.38 3.523L1.476 7.427C.5 8.403.5 11.331.5 13.283s1.952 1.952 1.952 0s3.904-4.88 6.832-5.856S5.38 3.523 5.38 3.523"/><path fill="#292f33" d="M1.476 7.427C.5 8.403.5 11.331.5 13.283s1.952 1.952 1.952 0c0-.671.461-1.456 1.184-2.238c1.383-1.495-2.16-.69-2.16-3.618"/><path fill="#ea596e" d="M16.598 31.913c.522.87.478 2.283.283 3.087c.957-.457 2.435-2.827 2.435-2.827z"/><path fill="#ea596e" d="M17.366 35.203c.928-.616 2.595-.573 3.58-.138c.986.435-.681-2.529-.681-2.529l-2.435 1.507z"/><path fill="#f4abba" d="M25.877 27.679a.73.73 0 0 1-.61-.326l-1.952-2.928a.732.732 0 0 1 1.218-.812l1.952 2.928a.732.732 0 0 1-.608 1.138m-5.857 4.88h-2.928a.732.732 0 0 1 0-1.464h2.196V16.211a.732.732 0 0 1 1.464 0v15.616a.73.73 0 0 1-.732.732"/><path fill="#f4abba" d="M20.996 35.487a.73.73 0 0 1-.695-.5l-.601-1.804l-2.09 2.09a.732.732 0 1 1-1.035-1.035l2.928-2.928a.733.733 0 0 1 1.212.286l.976 2.928a.732.732 0 0 1-.695.963"/><circle cx="8.308" cy="4.499" r="3.904" fill="#ea596e"/><path fill="#ea596e" d="M12.579 20.716c-.573 0-1.14-.098-1.688-.3c-2.025-.748-3.217-2.756-3.036-5.115c.223-2.908 1.853-4.853 3.164-6.415c1.175-1.402 1.833-2.241 1.696-3.203c-.163-1.143-.848-1.673-1.393-1.917c-1.068-.477-2.506-.286-3.666.488L6.032 1.817C8.039.479 10.524.201 12.517 1.092c1.697.759 2.826 2.281 3.096 4.176c.329 2.303-1.034 3.928-2.351 5.499c-1.201 1.433-2.337 2.786-2.488 4.758c-.081 1.051.342 1.852 1.131 2.144c.858.315 2.341.04 3.68-1.792l2.364 1.727c-1.461 1.997-3.442 3.112-5.37 3.112"/><path fill="#ea596e" d="M15.14 17.187c-2.166-3.248 0-7.808 2.928-9.76s10.736-2.928 15.616 4.88c5.401 8.641-2.763 4.433-4.88 3.904c-7.808-1.952-11.712 3.904-13.664.976"/><circle cx="6.356" cy="4.499" r=".976" fill="#292f33"/><path fill="#ea596e" d="M9.284 6.451c1.952-.976 4.255-.997 1.327 2.907c-1.171 1.562 5.282-4.671 1.957-8.175c-.536-.565-4.407-1.087-5.943-.174c-.982.584 2.659 5.442 2.659 5.442"/><circle cx="28.804" cy="19.139" r=".976" fill="#ea596e"/><circle cx="20.02" cy="24.995" r=".976" fill="#ea596e"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiFlamingo(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ea596e" d="M22.903 27.55c1.218-.812 2.232-.783 3.073-.058c-.435-1.131-2.348-3.624-2.348-3.624z"/><path fill="#f4abba" d="M22.949 27.679a.733.733 0 0 1-.728-.822l.426-3.448a.73.73 0 0 1 .264-.478l4.448-3.624l-7.108-3.833a.732.732 0 1 1 .696-1.289l8.072 4.353a.73.73 0 0 1 .114 1.211l-5.07 4.13l-.39 3.156a.73.73 0 0 1-.724.644"/><path fill="#e1e8ed" d="M5.38 3.523L1.476 7.427C.5 8.403.5 11.331.5 13.283s1.952 1.952 1.952 0s3.904-4.88 6.832-5.856S5.38 3.523 5.38 3.523"/><path fill="#292f33" d="M1.476 7.427C.5 8.403.5 11.331.5 13.283s1.952 1.952 1.952 0c0-.671.461-1.456 1.184-2.238c1.383-1.495-2.16-.69-2.16-3.618"/><path fill="#ea596e" d="M16.598 31.913c.522.87.478 2.283.283 3.087c.957-.457 2.435-2.827 2.435-2.827z"/><path fill="#ea596e" d="M17.366 35.203c.928-.616 2.595-.573 3.58-.138c.986.435-.681-2.529-.681-2.529l-2.435 1.507z"/><path fill="#f4abba" d="M25.877 27.679a.73.73 0 0 1-.61-.326l-1.952-2.928a.732.732 0 0 1 1.218-.812l1.952 2.928a.732.732 0 0 1-.608 1.138m-5.857 4.88h-2.928a.732.732 0 0 1 0-1.464h2.196V16.211a.732.732 0 0 1 1.464 0v15.616a.73.73 0 0 1-.732.732"/><path fill="#f4abba" d="M20.996 35.487a.73.73 0 0 1-.695-.5l-.601-1.804l-2.09 2.09a.732.732 0 1 1-1.035-1.035l2.928-2.928a.733.733 0 0 1 1.212.286l.976 2.928a.732.732 0 0 1-.695.963"/><circle cx="8.308" cy="4.499" r="3.904" fill="#ea596e"/><path fill="#ea596e" d="M12.579 20.716c-.573 0-1.14-.098-1.688-.3c-2.025-.748-3.217-2.756-3.036-5.115c.223-2.908 1.853-4.853 3.164-6.415c1.175-1.402 1.833-2.241 1.696-3.203c-.163-1.143-.848-1.673-1.393-1.917c-1.068-.477-2.506-.286-3.666.488L6.032 1.817C8.039.479 10.524.201 12.517 1.092c1.697.759 2.826 2.281 3.096 4.176c.329 2.303-1.034 3.928-2.351 5.499c-1.201 1.433-2.337 2.786-2.488 4.758c-.081 1.051.342 1.852 1.131 2.144c.858.315 2.341.04 3.68-1.792l2.364 1.727c-1.461 1.997-3.442 3.112-5.37 3.112"/><path fill="#ea596e" d="M15.14 17.187c-2.166-3.248 0-7.808 2.928-9.76s10.736-2.928 15.616 4.88c5.401 8.641-2.763 4.433-4.88 3.904c-7.808-1.952-11.712 3.904-13.664.976"/><circle cx="6.356" cy="4.499" r=".976" fill="#292f33"/><path fill="#ea596e" d="M9.284 6.451c1.952-.976 4.255-.997 1.327 2.907c-1.171 1.562 5.282-4.671 1.957-8.175c-.536-.565-4.407-1.087-5.943-.174c-.982.584 2.659 5.442 2.659 5.442"/><circle cx="28.804" cy="19.139" r=".976" fill="#ea596e"/><circle cx="20.02" cy="24.995" r=".976" fill="#ea596e"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ea596e" d="M22.903 27.55c1.218-.812 2.232-.783 3.073-.058c-.435-1.131-2.348-3.624-2.348-3.624z"/><path fill="#f4abba" d="M22.949 27.679a.733.733 0 0 1-.728-.822l.426-3.448a.73.73 0 0 1 .264-.478l4.448-3.624l-7.108-3.833a.732.732 0 1 1 .696-1.289l8.072 4.353a.73.73 0 0 1 .114 1.211l-5.07 4.13l-.39 3.156a.73.73 0 0 1-.724.644"/><path fill="#e1e8ed" d="M5.38 3.523L1.476 7.427C.5 8.403.5 11.331.5 13.283s1.952 1.952 1.952 0s3.904-4.88 6.832-5.856S5.38 3.523 5.38 3.523"/><path fill="#292f33" d="M1.476 7.427C.5 8.403.5 11.331.5 13.283s1.952 1.952 1.952 0c0-.671.461-1.456 1.184-2.238c1.383-1.495-2.16-.69-2.16-3.618"/><path fill="#ea596e" d="M16.598 31.913c.522.87.478 2.283.283 3.087c.957-.457 2.435-2.827 2.435-2.827z"/><path fill="#ea596e" d="M17.366 35.203c.928-.616 2.595-.573 3.58-.138c.986.435-.681-2.529-.681-2.529l-2.435 1.507z"/><path fill="#f4abba" d="M25.877 27.679a.73.73 0 0 1-.61-.326l-1.952-2.928a.732.732 0 0 1 1.218-.812l1.952 2.928a.732.732 0 0 1-.608 1.138m-5.857 4.88h-2.928a.732.732 0 0 1 0-1.464h2.196V16.211a.732.732 0 0 1 1.464 0v15.616a.73.73 0 0 1-.732.732"/><path fill="#f4abba" d="M20.996 35.487a.73.73 0 0 1-.695-.5l-.601-1.804l-2.09 2.09a.732.732 0 1 1-1.035-1.035l2.928-2.928a.733.733 0 0 1 1.212.286l.976 2.928a.732.732 0 0 1-.695.963"/><circle cx="8.308" cy="4.499" r="3.904" fill="#ea596e"/><path fill="#ea596e" d="M12.579 20.716c-.573 0-1.14-.098-1.688-.3c-2.025-.748-3.217-2.756-3.036-5.115c.223-2.908 1.853-4.853 3.164-6.415c1.175-1.402 1.833-2.241 1.696-3.203c-.163-1.143-.848-1.673-1.393-1.917c-1.068-.477-2.506-.286-3.666.488L6.032 1.817C8.039.479 10.524.201 12.517 1.092c1.697.759 2.826 2.281 3.096 4.176c.329 2.303-1.034 3.928-2.351 5.499c-1.201 1.433-2.337 2.786-2.488 4.758c-.081 1.051.342 1.852 1.131 2.144c.858.315 2.341.04 3.68-1.792l2.364 1.727c-1.461 1.997-3.442 3.112-5.37 3.112"/><path fill="#ea596e" d="M15.14 17.187c-2.166-3.248 0-7.808 2.928-9.76s10.736-2.928 15.616 4.88c5.401 8.641-2.763 4.433-4.88 3.904c-7.808-1.952-11.712 3.904-13.664.976"/><circle cx="6.356" cy="4.499" r=".976" fill="#292f33"/><path fill="#ea596e" d="M9.284 6.451c1.952-.976 4.255-.997 1.327 2.907c-1.171 1.562 5.282-4.671 1.957-8.175c-.536-.565-4.407-1.087-5.943-.174c-.982.584 2.659 5.442 2.659 5.442"/><circle cx="28.804" cy="19.139" r=".976" fill="#ea596e"/><circle cx="20.02" cy="24.995" r=".976" fill="#ea596e"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ea596e%22%20d%3D%22M22.903%2027.55c1.218-.812%202.232-.783%203.073-.058c-.435-1.131-2.348-3.624-2.348-3.624z%22%2F%3E%3Cpath%20fill%3D%22%23f4abba%22%20d%3D%22M22.949%2027.679a.733.733%200%200%201-.728-.822l.426-3.448a.73.73%200%200%201%20.264-.478l4.448-3.624l-7.108-3.833a.732.732%200%201%201%20.696-1.289l8.072%204.353a.73.73%200%200%201%20.114%201.211l-5.07%204.13l-.39%203.156a.73.73%200%200%201-.724.644%22%2F%3E%3Cpath%20fill%3D%22%23e1e8ed%22%20d%3D%22M5.38%203.523L1.476%207.427C.5%208.403.5%2011.331.5%2013.283s1.952%201.952%201.952%200s3.904-4.88%206.832-5.856S5.38%203.523%205.38%203.523%22%2F%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M1.476%207.427C.5%208.403.5%2011.331.5%2013.283s1.952%201.952%201.952%200c0-.671.461-1.456%201.184-2.238c1.383-1.495-2.16-.69-2.16-3.618%22%2F%3E%3Cpath%20fill%3D%22%23ea596e%22%20d%3D%22M16.598%2031.913c.522.87.478%202.283.283%203.087c.957-.457%202.435-2.827%202.435-2.827z%22%2F%3E%3Cpath%20fill%3D%22%23ea596e%22%20d%3D%22M17.366%2035.203c.928-.616%202.595-.573%203.58-.138c.986.435-.681-2.529-.681-2.529l-2.435%201.507z%22%2F%3E%3Cpath%20fill%3D%22%23f4abba%22%20d%3D%22M25.877%2027.679a.73.73%200%200%201-.61-.326l-1.952-2.928a.732.732%200%200%201%201.218-.812l1.952%202.928a.732.732%200%200%201-.608%201.138m-5.857%204.88h-2.928a.732.732%200%200%201%200-1.464h2.196V16.211a.732.732%200%200%201%201.464%200v15.616a.73.73%200%200%201-.732.732%22%2F%3E%3Cpath%20fill%3D%22%23f4abba%22%20d%3D%22M20.996%2035.487a.73.73%200%200%201-.695-.5l-.601-1.804l-2.09%202.09a.732.732%200%201%201-1.035-1.035l2.928-2.928a.733.733%200%200%201%201.212.286l.976%202.928a.732.732%200%200%201-.695.963%22%2F%3E%3Ccircle%20cx%3D%228.308%22%20cy%3D%224.499%22%20r%3D%223.904%22%20fill%3D%22%23ea596e%22%2F%3E%3Cpath%20fill%3D%22%23ea596e%22%20d%3D%22M12.579%2020.716c-.573%200-1.14-.098-1.688-.3c-2.025-.748-3.217-2.756-3.036-5.115c.223-2.908%201.853-4.853%203.164-6.415c1.175-1.402%201.833-2.241%201.696-3.203c-.163-1.143-.848-1.673-1.393-1.917c-1.068-.477-2.506-.286-3.666.488L6.032%201.817C8.039.479%2010.524.201%2012.517%201.092c1.697.759%202.826%202.281%203.096%204.176c.329%202.303-1.034%203.928-2.351%205.499c-1.201%201.433-2.337%202.786-2.488%204.758c-.081%201.051.342%201.852%201.131%202.144c.858.315%202.341.04%203.68-1.792l2.364%201.727c-1.461%201.997-3.442%203.112-5.37%203.112%22%2F%3E%3Cpath%20fill%3D%22%23ea596e%22%20d%3D%22M15.14%2017.187c-2.166-3.248%200-7.808%202.928-9.76s10.736-2.928%2015.616%204.88c5.401%208.641-2.763%204.433-4.88%203.904c-7.808-1.952-11.712%203.904-13.664.976%22%2F%3E%3Ccircle%20cx%3D%226.356%22%20cy%3D%224.499%22%20r%3D%22.976%22%20fill%3D%22%23292f33%22%2F%3E%3Cpath%20fill%3D%22%23ea596e%22%20d%3D%22M9.284%206.451c1.952-.976%204.255-.997%201.327%202.907c-1.171%201.562%205.282-4.671%201.957-8.175c-.536-.565-4.407-1.087-5.943-.174c-.982.584%202.659%205.442%202.659%205.442%22%2F%3E%3Ccircle%20cx%3D%2228.804%22%20cy%3D%2219.139%22%20r%3D%22.976%22%20fill%3D%22%23ea596e%22%2F%3E%3Ccircle%20cx%3D%2220.02%22%20cy%3D%2224.995%22%20r%3D%22.976%22%20fill%3D%22%23ea596e%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ea596e%22%20d%3D%22M22.903%2027.55c1.218-.812%202.232-.783%203.073-.058c-.435-1.131-2.348-3.624-2.348-3.624z%22%2F%3E%3Cpath%20fill%3D%22%23f4abba%22%20d%3D%22M22.949%2027.679a.733.733%200%200%201-.728-.822l.426-3.448a.73.73%200%200%201%20.264-.478l4.448-3.624l-7.108-3.833a.732.732%200%201%201%20.696-1.289l8.072%204.353a.73.73%200%200%201%20.114%201.211l-5.07%204.13l-.39%203.156a.73.73%200%200%201-.724.644%22%2F%3E%3Cpath%20fill%3D%22%23e1e8ed%22%20d%3D%22M5.38%203.523L1.476%207.427C.5%208.403.5%2011.331.5%2013.283s1.952%201.952%201.952%200s3.904-4.88%206.832-5.856S5.38%203.523%205.38%203.523%22%2F%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M1.476%207.427C.5%208.403.5%2011.331.5%2013.283s1.952%201.952%201.952%200c0-.671.461-1.456%201.184-2.238c1.383-1.495-2.16-.69-2.16-3.618%22%2F%3E%3Cpath%20fill%3D%22%23ea596e%22%20d%3D%22M16.598%2031.913c.522.87.478%202.283.283%203.087c.957-.457%202.435-2.827%202.435-2.827z%22%2F%3E%3Cpath%20fill%3D%22%23ea596e%22%20d%3D%22M17.366%2035.203c.928-.616%202.595-.573%203.58-.138c.986.435-.681-2.529-.681-2.529l-2.435%201.507z%22%2F%3E%3Cpath%20fill%3D%22%23f4abba%22%20d%3D%22M25.877%2027.679a.73.73%200%200%201-.61-.326l-1.952-2.928a.732.732%200%200%201%201.218-.812l1.952%202.928a.732.732%200%200%201-.608%201.138m-5.857%204.88h-2.928a.732.732%200%200%201%200-1.464h2.196V16.211a.732.732%200%200%201%201.464%200v15.616a.73.73%200%200%201-.732.732%22%2F%3E%3Cpath%20fill%3D%22%23f4abba%22%20d%3D%22M20.996%2035.487a.73.73%200%200%201-.695-.5l-.601-1.804l-2.09%202.09a.732.732%200%201%201-1.035-1.035l2.928-2.928a.733.733%200%200%201%201.212.286l.976%202.928a.732.732%200%200%201-.695.963%22%2F%3E%3Ccircle%20cx%3D%228.308%22%20cy%3D%224.499%22%20r%3D%223.904%22%20fill%3D%22%23ea596e%22%2F%3E%3Cpath%20fill%3D%22%23ea596e%22%20d%3D%22M12.579%2020.716c-.573%200-1.14-.098-1.688-.3c-2.025-.748-3.217-2.756-3.036-5.115c.223-2.908%201.853-4.853%203.164-6.415c1.175-1.402%201.833-2.241%201.696-3.203c-.163-1.143-.848-1.673-1.393-1.917c-1.068-.477-2.506-.286-3.666.488L6.032%201.817C8.039.479%2010.524.201%2012.517%201.092c1.697.759%202.826%202.281%203.096%204.176c.329%202.303-1.034%203.928-2.351%205.499c-1.201%201.433-2.337%202.786-2.488%204.758c-.081%201.051.342%201.852%201.131%202.144c.858.315%202.341.04%203.68-1.792l2.364%201.727c-1.461%201.997-3.442%203.112-5.37%203.112%22%2F%3E%3Cpath%20fill%3D%22%23ea596e%22%20d%3D%22M15.14%2017.187c-2.166-3.248%200-7.808%202.928-9.76s10.736-2.928%2015.616%204.88c5.401%208.641-2.763%204.433-4.88%203.904c-7.808-1.952-11.712%203.904-13.664.976%22%2F%3E%3Ccircle%20cx%3D%226.356%22%20cy%3D%224.499%22%20r%3D%22.976%22%20fill%3D%22%23292f33%22%2F%3E%3Cpath%20fill%3D%22%23ea596e%22%20d%3D%22M9.284%206.451c1.952-.976%204.255-.997%201.327%202.907c-1.171%201.562%205.282-4.671%201.957-8.175c-.536-.565-4.407-1.087-5.943-.174c-.982.584%202.659%205.442%202.659%205.442%22%2F%3E%3Ccircle%20cx%3D%2228.804%22%20cy%3D%2219.139%22%20r%3D%22.976%22%20fill%3D%22%23ea596e%22%2F%3E%3Ccircle%20cx%3D%2220.02%22%20cy%3D%2224.995%22%20r%3D%22.976%22%20fill%3D%22%23ea596e%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/flamingo.svg?color=%231a73e8&size=48