eagle from Fluent Emoji High Contrast by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.

Name
eagle
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 eagle emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M5.805 13.516a.648.648 0 1 0 0-1.297a.648.648 0 0 0 0 1.297"/><path d="m11.294 22l.04.09l.004.009q.112.277.156.567l.001.012a.73.73 0 0 1-.403.727a.7.7 0 0 1-.475.054a.76.76 0 0 1-.417-.276c-.283-.362-.85-.442-1.306-.174c-.433.254-.587.741-.524 1.01c.091.391-.175.664-.363.768c-.19.104-.573.183-.852-.12l-.002-.003c-.395-.435-.653-.975-.653-1.644a2.51 2.51 0 0 1 2.55-2.52c.26.004.512.05.748.131l.985-1.624A7.9 7.9 0 0 1 9.253 16H4.168l-.004.003c-.084.058-.201.14-.335.23a14 14 0 0 1-.87.553a2 2 0 0 1-.449.198a.72.72 0 0 1-.68-.157c-.184-.169-.25-.407-.28-.586A3 3 0 0 1 1.517 16H1.5v-.5c0-.498.065-.982.186-1.44C2.302 11.723 4.379 10 6.86 10h3.235a8.14 8.14 0 0 1 7.025-3.98h13.12v.037a4 4 0 0 1-.106.917l-.011.046a4.16 4.16 0 0 1-2.147 2.712a3.53 3.53 0 0 1-2.916 3.316a3 3 0 0 1-.382 1.05c-.641 1.103-1.948 1.907-3.428 1.907h-1.995l4.118 5.203h.01l2.36 3.007l.006.007c.384.53.268 1.145-.047 1.568a1.8 1.8 0 0 1-1.436.71H21.53c-1.602 0-2.78-.657-3.49-1.625A4.16 4.16 0 0 1 17.278 22zM9 14.01A7.9 7.9 0 0 1 9.596 11H6.86a4.27 4.27 0 0 0-2.851 1.095V15h5.053A8 8 0 0 1 9 14.01m9.264 8.198a3.15 3.15 0 0 0 .582 2.075c.511.695 1.381 1.217 2.685 1.217h2.735a.8.8 0 0 0 .633-.306c.118-.159.109-.285.044-.379l-2.192-2.81h-4.465z"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastEagle(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="M5.805 13.516a.648.648 0 1 0 0-1.297a.648.648 0 0 0 0 1.297"/><path d="m11.294 22l.04.09l.004.009q.112.277.156.567l.001.012a.73.73 0 0 1-.403.727a.7.7 0 0 1-.475.054a.76.76 0 0 1-.417-.276c-.283-.362-.85-.442-1.306-.174c-.433.254-.587.741-.524 1.01c.091.391-.175.664-.363.768c-.19.104-.573.183-.852-.12l-.002-.003c-.395-.435-.653-.975-.653-1.644a2.51 2.51 0 0 1 2.55-2.52c.26.004.512.05.748.131l.985-1.624A7.9 7.9 0 0 1 9.253 16H4.168l-.004.003c-.084.058-.201.14-.335.23a14 14 0 0 1-.87.553a2 2 0 0 1-.449.198a.72.72 0 0 1-.68-.157c-.184-.169-.25-.407-.28-.586A3 3 0 0 1 1.517 16H1.5v-.5c0-.498.065-.982.186-1.44C2.302 11.723 4.379 10 6.86 10h3.235a8.14 8.14 0 0 1 7.025-3.98h13.12v.037a4 4 0 0 1-.106.917l-.011.046a4.16 4.16 0 0 1-2.147 2.712a3.53 3.53 0 0 1-2.916 3.316a3 3 0 0 1-.382 1.05c-.641 1.103-1.948 1.907-3.428 1.907h-1.995l4.118 5.203h.01l2.36 3.007l.006.007c.384.53.268 1.145-.047 1.568a1.8 1.8 0 0 1-1.436.71H21.53c-1.602 0-2.78-.657-3.49-1.625A4.16 4.16 0 0 1 17.278 22zM9 14.01A7.9 7.9 0 0 1 9.596 11H6.86a4.27 4.27 0 0 0-2.851 1.095V15h5.053A8 8 0 0 1 9 14.01m9.264 8.198a3.15 3.15 0 0 0 .582 2.075c.511.695 1.381 1.217 2.685 1.217h2.735a.8.8 0 0 0 .633-.306c.118-.159.109-.285.044-.379l-2.192-2.81h-4.465z"/></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="M5.805 13.516a.648.648 0 1 0 0-1.297a.648.648 0 0 0 0 1.297"/><path d="m11.294 22l.04.09l.004.009q.112.277.156.567l.001.012a.73.73 0 0 1-.403.727a.7.7 0 0 1-.475.054a.76.76 0 0 1-.417-.276c-.283-.362-.85-.442-1.306-.174c-.433.254-.587.741-.524 1.01c.091.391-.175.664-.363.768c-.19.104-.573.183-.852-.12l-.002-.003c-.395-.435-.653-.975-.653-1.644a2.51 2.51 0 0 1 2.55-2.52c.26.004.512.05.748.131l.985-1.624A7.9 7.9 0 0 1 9.253 16H4.168l-.004.003c-.084.058-.201.14-.335.23a14 14 0 0 1-.87.553a2 2 0 0 1-.449.198a.72.72 0 0 1-.68-.157c-.184-.169-.25-.407-.28-.586A3 3 0 0 1 1.517 16H1.5v-.5c0-.498.065-.982.186-1.44C2.302 11.723 4.379 10 6.86 10h3.235a8.14 8.14 0 0 1 7.025-3.98h13.12v.037a4 4 0 0 1-.106.917l-.011.046a4.16 4.16 0 0 1-2.147 2.712a3.53 3.53 0 0 1-2.916 3.316a3 3 0 0 1-.382 1.05c-.641 1.103-1.948 1.907-3.428 1.907h-1.995l4.118 5.203h.01l2.36 3.007l.006.007c.384.53.268 1.145-.047 1.568a1.8 1.8 0 0 1-1.436.71H21.53c-1.602 0-2.78-.657-3.49-1.625A4.16 4.16 0 0 1 17.278 22zM9 14.01A7.9 7.9 0 0 1 9.596 11H6.86a4.27 4.27 0 0 0-2.851 1.095V15h5.053A8 8 0 0 1 9 14.01m9.264 8.198a3.15 3.15 0 0 0 .582 2.075c.511.695 1.381 1.217 2.685 1.217h2.735a.8.8 0 0 0 .633-.306c.118-.159.109-.285.044-.379l-2.192-2.81h-4.465z"/></g></svg>
</template>

CSS

.icon-eagle {
  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%22M5.805%2013.516a.648.648%200%201%200%200-1.297a.648.648%200%200%200%200%201.297%22%2F%3E%3Cpath%20d%3D%22m11.294%2022l.04.09l.004.009q.112.277.156.567l.001.012a.73.73%200%200%201-.403.727a.7.7%200%200%201-.475.054a.76.76%200%200%201-.417-.276c-.283-.362-.85-.442-1.306-.174c-.433.254-.587.741-.524%201.01c.091.391-.175.664-.363.768c-.19.104-.573.183-.852-.12l-.002-.003c-.395-.435-.653-.975-.653-1.644a2.51%202.51%200%200%201%202.55-2.52c.26.004.512.05.748.131l.985-1.624A7.9%207.9%200%200%201%209.253%2016H4.168l-.004.003c-.084.058-.201.14-.335.23a14%2014%200%200%201-.87.553a2%202%200%200%201-.449.198a.72.72%200%200%201-.68-.157c-.184-.169-.25-.407-.28-.586A3%203%200%200%201%201.517%2016H1.5v-.5c0-.498.065-.982.186-1.44C2.302%2011.723%204.379%2010%206.86%2010h3.235a8.14%208.14%200%200%201%207.025-3.98h13.12v.037a4%204%200%200%201-.106.917l-.011.046a4.16%204.16%200%200%201-2.147%202.712a3.53%203.53%200%200%201-2.916%203.316a3%203%200%200%201-.382%201.05c-.641%201.103-1.948%201.907-3.428%201.907h-1.995l4.118%205.203h.01l2.36%203.007l.006.007c.384.53.268%201.145-.047%201.568a1.8%201.8%200%200%201-1.436.71H21.53c-1.602%200-2.78-.657-3.49-1.625A4.16%204.16%200%200%201%2017.278%2022zM9%2014.01A7.9%207.9%200%200%201%209.596%2011H6.86a4.27%204.27%200%200%200-2.851%201.095V15h5.053A8%208%200%200%201%209%2014.01m9.264%208.198a3.15%203.15%200%200%200%20.582%202.075c.511.695%201.381%201.217%202.685%201.217h2.735a.8.8%200%200%200%20.633-.306c.118-.159.109-.285.044-.379l-2.192-2.81h-4.465z%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%22M5.805%2013.516a.648.648%200%201%200%200-1.297a.648.648%200%200%200%200%201.297%22%2F%3E%3Cpath%20d%3D%22m11.294%2022l.04.09l.004.009q.112.277.156.567l.001.012a.73.73%200%200%201-.403.727a.7.7%200%200%201-.475.054a.76.76%200%200%201-.417-.276c-.283-.362-.85-.442-1.306-.174c-.433.254-.587.741-.524%201.01c.091.391-.175.664-.363.768c-.19.104-.573.183-.852-.12l-.002-.003c-.395-.435-.653-.975-.653-1.644a2.51%202.51%200%200%201%202.55-2.52c.26.004.512.05.748.131l.985-1.624A7.9%207.9%200%200%201%209.253%2016H4.168l-.004.003c-.084.058-.201.14-.335.23a14%2014%200%200%201-.87.553a2%202%200%200%201-.449.198a.72.72%200%200%201-.68-.157c-.184-.169-.25-.407-.28-.586A3%203%200%200%201%201.517%2016H1.5v-.5c0-.498.065-.982.186-1.44C2.302%2011.723%204.379%2010%206.86%2010h3.235a8.14%208.14%200%200%201%207.025-3.98h13.12v.037a4%204%200%200%201-.106.917l-.011.046a4.16%204.16%200%200%201-2.147%202.712a3.53%203.53%200%200%201-2.916%203.316a3%203%200%200%201-.382%201.05c-.641%201.103-1.948%201.907-3.428%201.907h-1.995l4.118%205.203h.01l2.36%203.007l.006.007c.384.53.268%201.145-.047%201.568a1.8%201.8%200%200%201-1.436.71H21.53c-1.602%200-2.78-.657-3.49-1.625A4.16%204.16%200%200%201%2017.278%2022zM9%2014.01A7.9%207.9%200%200%201%209.596%2011H6.86a4.27%204.27%200%200%200-2.851%201.095V15h5.053A8%208%200%200%201%209%2014.01m9.264%208.198a3.15%203.15%200%200%200%20.582%202.075c.511.695%201.381%201.217%202.685%201.217h2.735a.8.8%200%200%200%20.633-.306c.118-.159.109-.285.044-.379l-2.192-2.81h-4.465z%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/eagle.svg?color=%231a73e8&size=48