wing emoji
wing from OpenMoji by OpenMoji · Default · Animals Nature · CC-BY-SA-4.0 Attribution required.
- Name
- wing
- 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 wing emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" stroke="#d0cfce" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M51.21 22.55C53 25 53 31 49 33c.57 1.33.81 2.51.81 3.56c0 4.49-4.34 6.59-5.81 7.44c1.39 3.14.04 7.24-3 9l-13 7l-10-18c-2.09-3.63-1.16-8.37 2.47-10.46L54 12c1.05 1.81 3 7-2.79 10.55"/><path fill="#fff" d="m18 42l6.664 11.983C28 54 32.283 52.038 34 49c10 1 12-8 10-13c4-2 4-10 3-11c4-3 2.42-8.895 2-10L20 32c-3.63 2.1-4.09 6.37-2 10"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M51.21 22.553C53 25 53 31 49 33l-9 5"/><path d="M41 53c3.043-1.757 4.386-5.856 3-9h0c1.814-1.047 8-4 5-11M32 51c6-3 1.153-9.785-3.942-6.317C32 42 33 38 30.835 34.316L51.21 22.553C57 19 55.048 13.813 54 12L20.468 31.539C16.841 33.633 15.905 38.372 18 42l10 18"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiWing(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" stroke="#d0cfce" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M51.21 22.55C53 25 53 31 49 33c.57 1.33.81 2.51.81 3.56c0 4.49-4.34 6.59-5.81 7.44c1.39 3.14.04 7.24-3 9l-13 7l-10-18c-2.09-3.63-1.16-8.37 2.47-10.46L54 12c1.05 1.81 3 7-2.79 10.55"/><path fill="#fff" d="m18 42l6.664 11.983C28 54 32.283 52.038 34 49c10 1 12-8 10-13c4-2 4-10 3-11c4-3 2.42-8.895 2-10L20 32c-3.63 2.1-4.09 6.37-2 10"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M51.21 22.553C53 25 53 31 49 33l-9 5"/><path d="M41 53c3.043-1.757 4.386-5.856 3-9h0c1.814-1.047 8-4 5-11M32 51c6-3 1.153-9.785-3.942-6.317C32 42 33 38 30.835 34.316L51.21 22.553C57 19 55.048 13.813 54 12L20.468 31.539C16.841 33.633 15.905 38.372 18 42l10 18"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" stroke="#d0cfce" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M51.21 22.55C53 25 53 31 49 33c.57 1.33.81 2.51.81 3.56c0 4.49-4.34 6.59-5.81 7.44c1.39 3.14.04 7.24-3 9l-13 7l-10-18c-2.09-3.63-1.16-8.37 2.47-10.46L54 12c1.05 1.81 3 7-2.79 10.55"/><path fill="#fff" d="m18 42l6.664 11.983C28 54 32.283 52.038 34 49c10 1 12-8 10-13c4-2 4-10 3-11c4-3 2.42-8.895 2-10L20 32c-3.63 2.1-4.09 6.37-2 10"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M51.21 22.553C53 25 53 31 49 33l-9 5"/><path d="M41 53c3.043-1.757 4.386-5.856 3-9h0c1.814-1.047 8-4 5-11M32 51c6-3 1.153-9.785-3.942-6.317C32 42 33 38 30.835 34.316L51.21 22.553C57 19 55.048 13.813 54 12L20.468 31.539C16.841 33.633 15.905 38.372 18 42l10 18"/></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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20stroke%3D%22%23d0cfce%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M51.21%2022.55C53%2025%2053%2031%2049%2033c.57%201.33.81%202.51.81%203.56c0%204.49-4.34%206.59-5.81%207.44c1.39%203.14.04%207.24-3%209l-13%207l-10-18c-2.09-3.63-1.16-8.37%202.47-10.46L54%2012c1.05%201.81%203%207-2.79%2010.55%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m18%2042l6.664%2011.983C28%2054%2032.283%2052.038%2034%2049c10%201%2012-8%2010-13c4-2%204-10%203-11c4-3%202.42-8.895%202-10L20%2032c-3.63%202.1-4.09%206.37-2%2010%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M51.21%2022.553C53%2025%2053%2031%2049%2033l-9%205%22%2F%3E%3Cpath%20d%3D%22M41%2053c3.043-1.757%204.386-5.856%203-9h0c1.814-1.047%208-4%205-11M32%2051c6-3%201.153-9.785-3.942-6.317C32%2042%2033%2038%2030.835%2034.316L51.21%2022.553C57%2019%2055.048%2013.813%2054%2012L20.468%2031.539C16.841%2033.633%2015.905%2038.372%2018%2042l10%2018%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%23d0cfce%22%20stroke%3D%22%23d0cfce%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M51.21%2022.55C53%2025%2053%2031%2049%2033c.57%201.33.81%202.51.81%203.56c0%204.49-4.34%206.59-5.81%207.44c1.39%203.14.04%207.24-3%209l-13%207l-10-18c-2.09-3.63-1.16-8.37%202.47-10.46L54%2012c1.05%201.81%203%207-2.79%2010.55%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m18%2042l6.664%2011.983C28%2054%2032.283%2052.038%2034%2049c10%201%2012-8%2010-13c4-2%204-10%203-11c4-3%202.42-8.895%202-10L20%2032c-3.63%202.1-4.09%206.37-2%2010%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M51.21%2022.553C53%2025%2053%2031%2049%2033l-9%205%22%2F%3E%3Cpath%20d%3D%22M41%2053c3.043-1.757%204.386-5.856%203-9h0c1.814-1.047%208-4%205-11M32%2051c6-3%201.153-9.785-3.942-6.317C32%2042%2033%2038%2030.835%2034.316L51.21%2022.553C57%2019%2055.048%2013.813%2054%2012L20.468%2031.539C16.841%2033.633%2015.905%2038.372%2018%2042l10%2018%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/wing.svg?color=%231a73e8&size=48