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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3.581 27.855q-.326.888-.607 1.785c-.07.24-.31.4-.57.35c-.3-.05-.47-.36-.38-.66q.447-1.421 1-2.814V21.81A19.98 19.98 0 0 1 10.1 6.537A23.4 23.4 0 0 1 25.2 1h4.17a1.66 1.66 0 0 1 1.539 1.052c.08.206.118.427.111.648c-.003.436-.17.854-.466 1.174a55 55 0 0 0-5.954 8.282a1.75 1.75 0 0 1-1.5.844h-1.32l.668 1.1a1.78 1.78 0 0 1 .046 1.764a112 112 0 0 0-1.165 2.221a14.5 14.5 0 0 1-3.515 4.463a1.94 1.94 0 0 1-1.22.45h-1.33c.058.15.088.311.088.473a1.26 1.26 0 0 1-.729 1.15A14.5 14.5 0 0 1 8.3 26.06H4.6zm1.617-3.795H8.3a12.5 12.5 0 0 0 3.96-.635l-.628-.293a1.1 1.1 0 0 1-.679-1.185A1.11 1.11 0 0 1 12.064 21h4.53a13.1 13.1 0 0 0 2.95-3.814c.281-.564.806-1.552 1.129-2.156L19.38 12.9a1.26 1.26 0 0 1-.155-.9H14.19q-.609.562-1.197 1.15a40.3 40.3 0 0 0-7.796 10.91M25.558 7a58 58 0 0 1 3.105-4H25.2a21.4 21.4 0 0 0-6.196.92v3.07a41 41 0 0 1 5.63-3.08c.24-.11.53-.01.65.23a.5.5 0 0 1-.25.69A41 41 0 0 0 20.872 7zm-11.634-.78a21.4 21.4 0 0 0-2.534 1.843A17.99 17.99 0 0 0 5.024 21.81v.405a41.6 41.6 0 0 1 8.9-11.318z"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastFeather(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3.581 27.855q-.326.888-.607 1.785c-.07.24-.31.4-.57.35c-.3-.05-.47-.36-.38-.66q.447-1.421 1-2.814V21.81A19.98 19.98 0 0 1 10.1 6.537A23.4 23.4 0 0 1 25.2 1h4.17a1.66 1.66 0 0 1 1.539 1.052c.08.206.118.427.111.648c-.003.436-.17.854-.466 1.174a55 55 0 0 0-5.954 8.282a1.75 1.75 0 0 1-1.5.844h-1.32l.668 1.1a1.78 1.78 0 0 1 .046 1.764a112 112 0 0 0-1.165 2.221a14.5 14.5 0 0 1-3.515 4.463a1.94 1.94 0 0 1-1.22.45h-1.33c.058.15.088.311.088.473a1.26 1.26 0 0 1-.729 1.15A14.5 14.5 0 0 1 8.3 26.06H4.6zm1.617-3.795H8.3a12.5 12.5 0 0 0 3.96-.635l-.628-.293a1.1 1.1 0 0 1-.679-1.185A1.11 1.11 0 0 1 12.064 21h4.53a13.1 13.1 0 0 0 2.95-3.814c.281-.564.806-1.552 1.129-2.156L19.38 12.9a1.26 1.26 0 0 1-.155-.9H14.19q-.609.562-1.197 1.15a40.3 40.3 0 0 0-7.796 10.91M25.558 7a58 58 0 0 1 3.105-4H25.2a21.4 21.4 0 0 0-6.196.92v3.07a41 41 0 0 1 5.63-3.08c.24-.11.53-.01.65.23a.5.5 0 0 1-.25.69A41 41 0 0 0 20.872 7zm-11.634-.78a21.4 21.4 0 0 0-2.534 1.843A17.99 17.99 0 0 0 5.024 21.81v.405a41.6 41.6 0 0 1 8.9-11.318z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3.581 27.855q-.326.888-.607 1.785c-.07.24-.31.4-.57.35c-.3-.05-.47-.36-.38-.66q.447-1.421 1-2.814V21.81A19.98 19.98 0 0 1 10.1 6.537A23.4 23.4 0 0 1 25.2 1h4.17a1.66 1.66 0 0 1 1.539 1.052c.08.206.118.427.111.648c-.003.436-.17.854-.466 1.174a55 55 0 0 0-5.954 8.282a1.75 1.75 0 0 1-1.5.844h-1.32l.668 1.1a1.78 1.78 0 0 1 .046 1.764a112 112 0 0 0-1.165 2.221a14.5 14.5 0 0 1-3.515 4.463a1.94 1.94 0 0 1-1.22.45h-1.33c.058.15.088.311.088.473a1.26 1.26 0 0 1-.729 1.15A14.5 14.5 0 0 1 8.3 26.06H4.6zm1.617-3.795H8.3a12.5 12.5 0 0 0 3.96-.635l-.628-.293a1.1 1.1 0 0 1-.679-1.185A1.11 1.11 0 0 1 12.064 21h4.53a13.1 13.1 0 0 0 2.95-3.814c.281-.564.806-1.552 1.129-2.156L19.38 12.9a1.26 1.26 0 0 1-.155-.9H14.19q-.609.562-1.197 1.15a40.3 40.3 0 0 0-7.796 10.91M25.558 7a58 58 0 0 1 3.105-4H25.2a21.4 21.4 0 0 0-6.196.92v3.07a41 41 0 0 1 5.63-3.08c.24-.11.53-.01.65.23a.5.5 0 0 1-.25.69A41 41 0 0 0 20.872 7zm-11.634-.78a21.4 21.4 0 0 0-2.534 1.843A17.99 17.99 0 0 0 5.024 21.81v.405a41.6 41.6 0 0 1 8.9-11.318z"/></svg>
</template>

CSS

.icon-feather {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.581%2027.855q-.326.888-.607%201.785c-.07.24-.31.4-.57.35c-.3-.05-.47-.36-.38-.66q.447-1.421%201-2.814V21.81A19.98%2019.98%200%200%201%2010.1%206.537A23.4%2023.4%200%200%201%2025.2%201h4.17a1.66%201.66%200%200%201%201.539%201.052c.08.206.118.427.111.648c-.003.436-.17.854-.466%201.174a55%2055%200%200%200-5.954%208.282a1.75%201.75%200%200%201-1.5.844h-1.32l.668%201.1a1.78%201.78%200%200%201%20.046%201.764a112%20112%200%200%200-1.165%202.221a14.5%2014.5%200%200%201-3.515%204.463a1.94%201.94%200%200%201-1.22.45h-1.33c.058.15.088.311.088.473a1.26%201.26%200%200%201-.729%201.15A14.5%2014.5%200%200%201%208.3%2026.06H4.6zm1.617-3.795H8.3a12.5%2012.5%200%200%200%203.96-.635l-.628-.293a1.1%201.1%200%200%201-.679-1.185A1.11%201.11%200%200%201%2012.064%2021h4.53a13.1%2013.1%200%200%200%202.95-3.814c.281-.564.806-1.552%201.129-2.156L19.38%2012.9a1.26%201.26%200%200%201-.155-.9H14.19q-.609.562-1.197%201.15a40.3%2040.3%200%200%200-7.796%2010.91M25.558%207a58%2058%200%200%201%203.105-4H25.2a21.4%2021.4%200%200%200-6.196.92v3.07a41%2041%200%200%201%205.63-3.08c.24-.11.53-.01.65.23a.5.5%200%200%201-.25.69A41%2041%200%200%200%2020.872%207zm-11.634-.78a21.4%2021.4%200%200%200-2.534%201.843A17.99%2017.99%200%200%200%205.024%2021.81v.405a41.6%2041.6%200%200%201%208.9-11.318z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.581%2027.855q-.326.888-.607%201.785c-.07.24-.31.4-.57.35c-.3-.05-.47-.36-.38-.66q.447-1.421%201-2.814V21.81A19.98%2019.98%200%200%201%2010.1%206.537A23.4%2023.4%200%200%201%2025.2%201h4.17a1.66%201.66%200%200%201%201.539%201.052c.08.206.118.427.111.648c-.003.436-.17.854-.466%201.174a55%2055%200%200%200-5.954%208.282a1.75%201.75%200%200%201-1.5.844h-1.32l.668%201.1a1.78%201.78%200%200%201%20.046%201.764a112%20112%200%200%200-1.165%202.221a14.5%2014.5%200%200%201-3.515%204.463a1.94%201.94%200%200%201-1.22.45h-1.33c.058.15.088.311.088.473a1.26%201.26%200%200%201-.729%201.15A14.5%2014.5%200%200%201%208.3%2026.06H4.6zm1.617-3.795H8.3a12.5%2012.5%200%200%200%203.96-.635l-.628-.293a1.1%201.1%200%200%201-.679-1.185A1.11%201.11%200%200%201%2012.064%2021h4.53a13.1%2013.1%200%200%200%202.95-3.814c.281-.564.806-1.552%201.129-2.156L19.38%2012.9a1.26%201.26%200%200%201-.155-.9H14.19q-.609.562-1.197%201.15a40.3%2040.3%200%200%200-7.796%2010.91M25.558%207a58%2058%200%200%201%203.105-4H25.2a21.4%2021.4%200%200%200-6.196.92v3.07a41%2041%200%200%201%205.63-3.08c.24-.11.53-.01.65.23a.5.5%200%200%201-.25.69A41%2041%200%200%200%2020.872%207zm-11.634-.78a21.4%2021.4%200%200%200-2.534%201.843A17.99%2017.99%200%200%200%205.024%2021.81v.405a41.6%2041.6%200%200%201%208.9-11.318z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/feather.svg?color=%231a73e8&size=48