wing from Fluent Emoji Flat by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.

Name
wing
Set
Fluent Emoji Flat
Style
Default
Category
Animals & Nature
Viewbox
32×32
License
MIT

The same emoji in other sets

More animals & nature icons from Fluent Emoji Flat

Use the wing emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path stroke="#636363" stroke-linecap="round" stroke-width="3" d="M6.938 21.595c-.624.5-1.75 4.282-.812 6.94"/><path stroke="#9b9b9b" stroke-linecap="round" stroke-width="3" d="M6.938 21.595c-.625.5.282 5.284 2.376 6.94"/><path stroke="#636363" stroke-linecap="round" stroke-width="4" d="M7.733 16.282c.47 1.939-.613 6.835 5.67 11.712"/><path stroke="#9b9b9b" stroke-linecap="round" stroke-width="4" d="M7.733 16.282c.468 1.939 2.75 7.379 10.503 9.911"/><path stroke="#636363" stroke-linecap="round" stroke-width="4" d="M7.983 13.313c.118.427 4.345 10.067 13.755 9.535"/><path stroke="#9b9b9b" stroke-linecap="round" stroke-width="5" d="M10.766 14.062c.406-.844 4.501 5.315 13.317 4.658"/><path stroke="#636363" stroke-linecap="round" stroke-width="5" d="M11.016 10.967c.157.327 6.868 5.14 15.413 2.924"/><path stroke="#9b9b9b" stroke-linecap="round" stroke-width="6" d="M10.046 9.22c.391.167 9.4 3.132 16.997-1.062"/><path fill="#bebebe" fill-rule="evenodd" d="M29.328 4.754a1.5 1.5 0 1 0-1.65-2.506c-6.412 4.223-15.215 3.826-16.8 3.754q-.17-.008-.226-.008l-.074.002l-.075-.001a4.5 4.5 0 0 0-4.497 4.301l-2.99 18.545a1 1 0 1 0 1.975.318L6.85 17.635c.15.531.383 1.075.725 1.61a.658.658 0 1 0 1.109-.71a4.8 4.8 0 0 1-.645-1.563c.38.442.85.86 1.429 1.211a.657.657 0 1 0 .682-1.126a4.7 4.7 0 0 1-1.313-1.192c.59.41 1.302.756 2.147.94a.657.657 0 1 0 .28-1.285a4.7 4.7 0 0 1-1.42-.57q.324.048.66.049a4.502 4.502 0 0 0 4.244-6.005c.73-.038 1.531-.1 2.382-.195c3.614-.408 8.254-1.447 12.2-4.045" clip-rule="evenodd"/><path fill="#dadada" d="M9.503 13.965A4.502 4.502 0 0 0 13.85 8.29c-.074-.274.251-.513.408-.277a4.502 4.502 0 0 1-6.361 6.154c-.232-.164.018-.48.29-.398c.416.127.858.196 1.316.196"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatWing(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path stroke="#636363" strokeLinecap="round" strokeWidth="3" d="M6.938 21.595c-.624.5-1.75 4.282-.812 6.94"/><path stroke="#9b9b9b" strokeLinecap="round" strokeWidth="3" d="M6.938 21.595c-.625.5.282 5.284 2.376 6.94"/><path stroke="#636363" strokeLinecap="round" strokeWidth="4" d="M7.733 16.282c.47 1.939-.613 6.835 5.67 11.712"/><path stroke="#9b9b9b" strokeLinecap="round" strokeWidth="4" d="M7.733 16.282c.468 1.939 2.75 7.379 10.503 9.911"/><path stroke="#636363" strokeLinecap="round" strokeWidth="4" d="M7.983 13.313c.118.427 4.345 10.067 13.755 9.535"/><path stroke="#9b9b9b" strokeLinecap="round" strokeWidth="5" d="M10.766 14.062c.406-.844 4.501 5.315 13.317 4.658"/><path stroke="#636363" strokeLinecap="round" strokeWidth="5" d="M11.016 10.967c.157.327 6.868 5.14 15.413 2.924"/><path stroke="#9b9b9b" strokeLinecap="round" strokeWidth="6" d="M10.046 9.22c.391.167 9.4 3.132 16.997-1.062"/><path fill="#bebebe" fillRule="evenodd" d="M29.328 4.754a1.5 1.5 0 1 0-1.65-2.506c-6.412 4.223-15.215 3.826-16.8 3.754q-.17-.008-.226-.008l-.074.002l-.075-.001a4.5 4.5 0 0 0-4.497 4.301l-2.99 18.545a1 1 0 1 0 1.975.318L6.85 17.635c.15.531.383 1.075.725 1.61a.658.658 0 1 0 1.109-.71a4.8 4.8 0 0 1-.645-1.563c.38.442.85.86 1.429 1.211a.657.657 0 1 0 .682-1.126a4.7 4.7 0 0 1-1.313-1.192c.59.41 1.302.756 2.147.94a.657.657 0 1 0 .28-1.285a4.7 4.7 0 0 1-1.42-.57q.324.048.66.049a4.502 4.502 0 0 0 4.244-6.005c.73-.038 1.531-.1 2.382-.195c3.614-.408 8.254-1.447 12.2-4.045" clipRule="evenodd"/><path fill="#dadada" d="M9.503 13.965A4.502 4.502 0 0 0 13.85 8.29c-.074-.274.251-.513.408-.277a4.502 4.502 0 0 1-6.361 6.154c-.232-.164.018-.48.29-.398c.416.127.858.196 1.316.196"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path stroke="#636363" stroke-linecap="round" stroke-width="3" d="M6.938 21.595c-.624.5-1.75 4.282-.812 6.94"/><path stroke="#9b9b9b" stroke-linecap="round" stroke-width="3" d="M6.938 21.595c-.625.5.282 5.284 2.376 6.94"/><path stroke="#636363" stroke-linecap="round" stroke-width="4" d="M7.733 16.282c.47 1.939-.613 6.835 5.67 11.712"/><path stroke="#9b9b9b" stroke-linecap="round" stroke-width="4" d="M7.733 16.282c.468 1.939 2.75 7.379 10.503 9.911"/><path stroke="#636363" stroke-linecap="round" stroke-width="4" d="M7.983 13.313c.118.427 4.345 10.067 13.755 9.535"/><path stroke="#9b9b9b" stroke-linecap="round" stroke-width="5" d="M10.766 14.062c.406-.844 4.501 5.315 13.317 4.658"/><path stroke="#636363" stroke-linecap="round" stroke-width="5" d="M11.016 10.967c.157.327 6.868 5.14 15.413 2.924"/><path stroke="#9b9b9b" stroke-linecap="round" stroke-width="6" d="M10.046 9.22c.391.167 9.4 3.132 16.997-1.062"/><path fill="#bebebe" fill-rule="evenodd" d="M29.328 4.754a1.5 1.5 0 1 0-1.65-2.506c-6.412 4.223-15.215 3.826-16.8 3.754q-.17-.008-.226-.008l-.074.002l-.075-.001a4.5 4.5 0 0 0-4.497 4.301l-2.99 18.545a1 1 0 1 0 1.975.318L6.85 17.635c.15.531.383 1.075.725 1.61a.658.658 0 1 0 1.109-.71a4.8 4.8 0 0 1-.645-1.563c.38.442.85.86 1.429 1.211a.657.657 0 1 0 .682-1.126a4.7 4.7 0 0 1-1.313-1.192c.59.41 1.302.756 2.147.94a.657.657 0 1 0 .28-1.285a4.7 4.7 0 0 1-1.42-.57q.324.048.66.049a4.502 4.502 0 0 0 4.244-6.005c.73-.038 1.531-.1 2.382-.195c3.614-.408 8.254-1.447 12.2-4.045" clip-rule="evenodd"/><path fill="#dadada" d="M9.503 13.965A4.502 4.502 0 0 0 13.85 8.29c-.074-.274.251-.513.408-.277a4.502 4.502 0 0 1-6.361 6.154c-.232-.164.018-.48.29-.398c.416.127.858.196 1.316.196"/></g></svg>
</template>

CSS

.icon-wing {
  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%22none%22%3E%3Cpath%20stroke%3D%22%23636363%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%223%22%20d%3D%22M6.938%2021.595c-.624.5-1.75%204.282-.812%206.94%22%2F%3E%3Cpath%20stroke%3D%22%239b9b9b%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%223%22%20d%3D%22M6.938%2021.595c-.625.5.282%205.284%202.376%206.94%22%2F%3E%3Cpath%20stroke%3D%22%23636363%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M7.733%2016.282c.47%201.939-.613%206.835%205.67%2011.712%22%2F%3E%3Cpath%20stroke%3D%22%239b9b9b%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M7.733%2016.282c.468%201.939%202.75%207.379%2010.503%209.911%22%2F%3E%3Cpath%20stroke%3D%22%23636363%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M7.983%2013.313c.118.427%204.345%2010.067%2013.755%209.535%22%2F%3E%3Cpath%20stroke%3D%22%239b9b9b%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%225%22%20d%3D%22M10.766%2014.062c.406-.844%204.501%205.315%2013.317%204.658%22%2F%3E%3Cpath%20stroke%3D%22%23636363%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%225%22%20d%3D%22M11.016%2010.967c.157.327%206.868%205.14%2015.413%202.924%22%2F%3E%3Cpath%20stroke%3D%22%239b9b9b%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%226%22%20d%3D%22M10.046%209.22c.391.167%209.4%203.132%2016.997-1.062%22%2F%3E%3Cpath%20fill%3D%22%23bebebe%22%20fill-rule%3D%22evenodd%22%20d%3D%22M29.328%204.754a1.5%201.5%200%201%200-1.65-2.506c-6.412%204.223-15.215%203.826-16.8%203.754q-.17-.008-.226-.008l-.074.002l-.075-.001a4.5%204.5%200%200%200-4.497%204.301l-2.99%2018.545a1%201%200%201%200%201.975.318L6.85%2017.635c.15.531.383%201.075.725%201.61a.658.658%200%201%200%201.109-.71a4.8%204.8%200%200%201-.645-1.563c.38.442.85.86%201.429%201.211a.657.657%200%201%200%20.682-1.126a4.7%204.7%200%200%201-1.313-1.192c.59.41%201.302.756%202.147.94a.657.657%200%201%200%20.28-1.285a4.7%204.7%200%200%201-1.42-.57q.324.048.66.049a4.502%204.502%200%200%200%204.244-6.005c.73-.038%201.531-.1%202.382-.195c3.614-.408%208.254-1.447%2012.2-4.045%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23dadada%22%20d%3D%22M9.503%2013.965A4.502%204.502%200%200%200%2013.85%208.29c-.074-.274.251-.513.408-.277a4.502%204.502%200%200%201-6.361%206.154c-.232-.164.018-.48.29-.398c.416.127.858.196%201.316.196%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%22none%22%3E%3Cpath%20stroke%3D%22%23636363%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%223%22%20d%3D%22M6.938%2021.595c-.624.5-1.75%204.282-.812%206.94%22%2F%3E%3Cpath%20stroke%3D%22%239b9b9b%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%223%22%20d%3D%22M6.938%2021.595c-.625.5.282%205.284%202.376%206.94%22%2F%3E%3Cpath%20stroke%3D%22%23636363%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M7.733%2016.282c.47%201.939-.613%206.835%205.67%2011.712%22%2F%3E%3Cpath%20stroke%3D%22%239b9b9b%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M7.733%2016.282c.468%201.939%202.75%207.379%2010.503%209.911%22%2F%3E%3Cpath%20stroke%3D%22%23636363%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M7.983%2013.313c.118.427%204.345%2010.067%2013.755%209.535%22%2F%3E%3Cpath%20stroke%3D%22%239b9b9b%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%225%22%20d%3D%22M10.766%2014.062c.406-.844%204.501%205.315%2013.317%204.658%22%2F%3E%3Cpath%20stroke%3D%22%23636363%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%225%22%20d%3D%22M11.016%2010.967c.157.327%206.868%205.14%2015.413%202.924%22%2F%3E%3Cpath%20stroke%3D%22%239b9b9b%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%226%22%20d%3D%22M10.046%209.22c.391.167%209.4%203.132%2016.997-1.062%22%2F%3E%3Cpath%20fill%3D%22%23bebebe%22%20fill-rule%3D%22evenodd%22%20d%3D%22M29.328%204.754a1.5%201.5%200%201%200-1.65-2.506c-6.412%204.223-15.215%203.826-16.8%203.754q-.17-.008-.226-.008l-.074.002l-.075-.001a4.5%204.5%200%200%200-4.497%204.301l-2.99%2018.545a1%201%200%201%200%201.975.318L6.85%2017.635c.15.531.383%201.075.725%201.61a.658.658%200%201%200%201.109-.71a4.8%204.8%200%200%201-.645-1.563c.38.442.85.86%201.429%201.211a.657.657%200%201%200%20.682-1.126a4.7%204.7%200%200%201-1.313-1.192c.59.41%201.302.756%202.147.94a.657.657%200%201%200%20.28-1.285a4.7%204.7%200%200%201-1.42-.57q.324.048.66.049a4.502%204.502%200%200%200%204.244-6.005c.73-.038%201.531-.1%202.382-.195c3.614-.408%208.254-1.447%2012.2-4.045%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23dadada%22%20d%3D%22M9.503%2013.965A4.502%204.502%200%200%200%2013.85%208.29c-.074-.274.251-.513.408-.277a4.502%204.502%200%200%201-6.361%206.154c-.232-.164.018-.48.29-.398c.416.127.858.196%201.316.196%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-flat/wing.svg?color=%231a73e8&size=48