feather emoji
feather from Twitter Emoji by Twitter · Default · Animals & Nature · CC-BY-4.0 Attribution required.
- Name
- feather
- Set
- Twitter Emoji
- Style
- Default
- Category
- Animals & Nature
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
featherBootstrap IconsfeatherFont Awesome 6 SolidfeatherFont Awesome SolidfeatherFeather IconsfeatherFluent EmojifeatherFluent Emoji FlatfeatherFluent Emoji High ContrastfeatherHuge IconsfeatherJam IconsfeatherLine AwesomefeatherLucidefeatherMaterial Design IconsfeatherNoto EmojifeatherOpenMojifeatherPhosphorfeatherPixelarticonsfeatherTabler Icons
More animals & nature icons from Twitter Emoji
Use the feather emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#c1694f" d="M4.048 29.644c-.811-.558-1.541-4.073-.936-4.404c.738-.402.686.835 2.255 2.362s6.47.913 7.708 1.326c1.363.455-6.385 2.533-9.027.716"/><path fill="#d99e82" d="M5.367 27.603C4 22 4.655 18.919 5.433 16.861C6.8 13.24 16.699 5.169 23.8 2.637C25.678 1.967 31.62 1 35 1c.589 2.332-1.174 6.717-1.62 7.518c-1.009 1.81-3.564 4.273-8.646 9.482c-.252.258-5.119-.46-5.376-.191c-.283.296 4.044 1.579 3.755 1.889q-1.108 1.184-2.268 2.507c-.172.196-8.311-.923-8.484-.722c-.232.27 7.501 1.862 7.266 2.14q-.968 1.148-1.959 2.397c-1.725 2.178-12.301 1.583-12.301 1.583"/><path fill="#c1694f" d="M19.15 12.787c1.588.966 5.331 1.943 8.316 2.422c1.898-1.937 3.299-3.378 4.302-4.529c-2.259-.49-5.742-1.3-7.487-2.087l-.816-.403l-4.872 4.17z"/><path fill="#662113" d="M35.088 1.514A4 4 0 0 0 35 1c-.378 0-.792.014-1.225.036c-3.438.178-8.307 1.006-9.975 1.601c-.345.123-.702.27-1.059.418q-.717.297-1.459.654c.356 1.481 1.126 3.144 1.807 4.013a72 72 0 0 0-4.836 4.115C12.598 17.085 8.232 22.709 5.248 27.079c.04.174.076.344.12.524c0 0 .219.012.589.026c1.482-2.288 5.703-8.239 13.194-14.841a92 92 0 0 1 5.13-4.195c1.745.787 5.228 1.597 7.487 2.087q.484-.554.849-1.028c.316-.412.569-.785.763-1.134c.415-.746 1.969-4.594 1.708-7.004"/><path fill="#c1694f" d="M35 1q-.555 0-1.138-.008c-3.915 1.874-7.509 4.194-10.772 6.73c-.68-.87-1.451-2.532-1.807-4.013a43 43 0 0 0-4.484 2.539c.309 1.911.852 4.377 1.455 5.589C6.827 22.441.638 34.605.553 34.776a.5.5 0 0 0 .895.448c.119-.238 12.144-23.883 33.659-33.72A8 8 0 0 0 35 1"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiFeather(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#c1694f" d="M4.048 29.644c-.811-.558-1.541-4.073-.936-4.404c.738-.402.686.835 2.255 2.362s6.47.913 7.708 1.326c1.363.455-6.385 2.533-9.027.716"/><path fill="#d99e82" d="M5.367 27.603C4 22 4.655 18.919 5.433 16.861C6.8 13.24 16.699 5.169 23.8 2.637C25.678 1.967 31.62 1 35 1c.589 2.332-1.174 6.717-1.62 7.518c-1.009 1.81-3.564 4.273-8.646 9.482c-.252.258-5.119-.46-5.376-.191c-.283.296 4.044 1.579 3.755 1.889q-1.108 1.184-2.268 2.507c-.172.196-8.311-.923-8.484-.722c-.232.27 7.501 1.862 7.266 2.14q-.968 1.148-1.959 2.397c-1.725 2.178-12.301 1.583-12.301 1.583"/><path fill="#c1694f" d="M19.15 12.787c1.588.966 5.331 1.943 8.316 2.422c1.898-1.937 3.299-3.378 4.302-4.529c-2.259-.49-5.742-1.3-7.487-2.087l-.816-.403l-4.872 4.17z"/><path fill="#662113" d="M35.088 1.514A4 4 0 0 0 35 1c-.378 0-.792.014-1.225.036c-3.438.178-8.307 1.006-9.975 1.601c-.345.123-.702.27-1.059.418q-.717.297-1.459.654c.356 1.481 1.126 3.144 1.807 4.013a72 72 0 0 0-4.836 4.115C12.598 17.085 8.232 22.709 5.248 27.079c.04.174.076.344.12.524c0 0 .219.012.589.026c1.482-2.288 5.703-8.239 13.194-14.841a92 92 0 0 1 5.13-4.195c1.745.787 5.228 1.597 7.487 2.087q.484-.554.849-1.028c.316-.412.569-.785.763-1.134c.415-.746 1.969-4.594 1.708-7.004"/><path fill="#c1694f" d="M35 1q-.555 0-1.138-.008c-3.915 1.874-7.509 4.194-10.772 6.73c-.68-.87-1.451-2.532-1.807-4.013a43 43 0 0 0-4.484 2.539c.309 1.911.852 4.377 1.455 5.589C6.827 22.441.638 34.605.553 34.776a.5.5 0 0 0 .895.448c.119-.238 12.144-23.883 33.659-33.72A8 8 0 0 0 35 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#c1694f" d="M4.048 29.644c-.811-.558-1.541-4.073-.936-4.404c.738-.402.686.835 2.255 2.362s6.47.913 7.708 1.326c1.363.455-6.385 2.533-9.027.716"/><path fill="#d99e82" d="M5.367 27.603C4 22 4.655 18.919 5.433 16.861C6.8 13.24 16.699 5.169 23.8 2.637C25.678 1.967 31.62 1 35 1c.589 2.332-1.174 6.717-1.62 7.518c-1.009 1.81-3.564 4.273-8.646 9.482c-.252.258-5.119-.46-5.376-.191c-.283.296 4.044 1.579 3.755 1.889q-1.108 1.184-2.268 2.507c-.172.196-8.311-.923-8.484-.722c-.232.27 7.501 1.862 7.266 2.14q-.968 1.148-1.959 2.397c-1.725 2.178-12.301 1.583-12.301 1.583"/><path fill="#c1694f" d="M19.15 12.787c1.588.966 5.331 1.943 8.316 2.422c1.898-1.937 3.299-3.378 4.302-4.529c-2.259-.49-5.742-1.3-7.487-2.087l-.816-.403l-4.872 4.17z"/><path fill="#662113" d="M35.088 1.514A4 4 0 0 0 35 1c-.378 0-.792.014-1.225.036c-3.438.178-8.307 1.006-9.975 1.601c-.345.123-.702.27-1.059.418q-.717.297-1.459.654c.356 1.481 1.126 3.144 1.807 4.013a72 72 0 0 0-4.836 4.115C12.598 17.085 8.232 22.709 5.248 27.079c.04.174.076.344.12.524c0 0 .219.012.589.026c1.482-2.288 5.703-8.239 13.194-14.841a92 92 0 0 1 5.13-4.195c1.745.787 5.228 1.597 7.487 2.087q.484-.554.849-1.028c.316-.412.569-.785.763-1.134c.415-.746 1.969-4.594 1.708-7.004"/><path fill="#c1694f" d="M35 1q-.555 0-1.138-.008c-3.915 1.874-7.509 4.194-10.772 6.73c-.68-.87-1.451-2.532-1.807-4.013a43 43 0 0 0-4.484 2.539c.309 1.911.852 4.377 1.455 5.589C6.827 22.441.638 34.605.553 34.776a.5.5 0 0 0 .895.448c.119-.238 12.144-23.883 33.659-33.72A8 8 0 0 0 35 1"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%23c1694f%22%20d%3D%22M4.048%2029.644c-.811-.558-1.541-4.073-.936-4.404c.738-.402.686.835%202.255%202.362s6.47.913%207.708%201.326c1.363.455-6.385%202.533-9.027.716%22%2F%3E%3Cpath%20fill%3D%22%23d99e82%22%20d%3D%22M5.367%2027.603C4%2022%204.655%2018.919%205.433%2016.861C6.8%2013.24%2016.699%205.169%2023.8%202.637C25.678%201.967%2031.62%201%2035%201c.589%202.332-1.174%206.717-1.62%207.518c-1.009%201.81-3.564%204.273-8.646%209.482c-.252.258-5.119-.46-5.376-.191c-.283.296%204.044%201.579%203.755%201.889q-1.108%201.184-2.268%202.507c-.172.196-8.311-.923-8.484-.722c-.232.27%207.501%201.862%207.266%202.14q-.968%201.148-1.959%202.397c-1.725%202.178-12.301%201.583-12.301%201.583%22%2F%3E%3Cpath%20fill%3D%22%23c1694f%22%20d%3D%22M19.15%2012.787c1.588.966%205.331%201.943%208.316%202.422c1.898-1.937%203.299-3.378%204.302-4.529c-2.259-.49-5.742-1.3-7.487-2.087l-.816-.403l-4.872%204.17z%22%2F%3E%3Cpath%20fill%3D%22%23662113%22%20d%3D%22M35.088%201.514A4%204%200%200%200%2035%201c-.378%200-.792.014-1.225.036c-3.438.178-8.307%201.006-9.975%201.601c-.345.123-.702.27-1.059.418q-.717.297-1.459.654c.356%201.481%201.126%203.144%201.807%204.013a72%2072%200%200%200-4.836%204.115C12.598%2017.085%208.232%2022.709%205.248%2027.079c.04.174.076.344.12.524c0%200%20.219.012.589.026c1.482-2.288%205.703-8.239%2013.194-14.841a92%2092%200%200%201%205.13-4.195c1.745.787%205.228%201.597%207.487%202.087q.484-.554.849-1.028c.316-.412.569-.785.763-1.134c.415-.746%201.969-4.594%201.708-7.004%22%2F%3E%3Cpath%20fill%3D%22%23c1694f%22%20d%3D%22M35%201q-.555%200-1.138-.008c-3.915%201.874-7.509%204.194-10.772%206.73c-.68-.87-1.451-2.532-1.807-4.013a43%2043%200%200%200-4.484%202.539c.309%201.911.852%204.377%201.455%205.589C6.827%2022.441.638%2034.605.553%2034.776a.5.5%200%200%200%20.895.448c.119-.238%2012.144-23.883%2033.659-33.72A8%208%200%200%200%2035%201%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%23c1694f%22%20d%3D%22M4.048%2029.644c-.811-.558-1.541-4.073-.936-4.404c.738-.402.686.835%202.255%202.362s6.47.913%207.708%201.326c1.363.455-6.385%202.533-9.027.716%22%2F%3E%3Cpath%20fill%3D%22%23d99e82%22%20d%3D%22M5.367%2027.603C4%2022%204.655%2018.919%205.433%2016.861C6.8%2013.24%2016.699%205.169%2023.8%202.637C25.678%201.967%2031.62%201%2035%201c.589%202.332-1.174%206.717-1.62%207.518c-1.009%201.81-3.564%204.273-8.646%209.482c-.252.258-5.119-.46-5.376-.191c-.283.296%204.044%201.579%203.755%201.889q-1.108%201.184-2.268%202.507c-.172.196-8.311-.923-8.484-.722c-.232.27%207.501%201.862%207.266%202.14q-.968%201.148-1.959%202.397c-1.725%202.178-12.301%201.583-12.301%201.583%22%2F%3E%3Cpath%20fill%3D%22%23c1694f%22%20d%3D%22M19.15%2012.787c1.588.966%205.331%201.943%208.316%202.422c1.898-1.937%203.299-3.378%204.302-4.529c-2.259-.49-5.742-1.3-7.487-2.087l-.816-.403l-4.872%204.17z%22%2F%3E%3Cpath%20fill%3D%22%23662113%22%20d%3D%22M35.088%201.514A4%204%200%200%200%2035%201c-.378%200-.792.014-1.225.036c-3.438.178-8.307%201.006-9.975%201.601c-.345.123-.702.27-1.059.418q-.717.297-1.459.654c.356%201.481%201.126%203.144%201.807%204.013a72%2072%200%200%200-4.836%204.115C12.598%2017.085%208.232%2022.709%205.248%2027.079c.04.174.076.344.12.524c0%200%20.219.012.589.026c1.482-2.288%205.703-8.239%2013.194-14.841a92%2092%200%200%201%205.13-4.195c1.745.787%205.228%201.597%207.487%202.087q.484-.554.849-1.028c.316-.412.569-.785.763-1.134c.415-.746%201.969-4.594%201.708-7.004%22%2F%3E%3Cpath%20fill%3D%22%23c1694f%22%20d%3D%22M35%201q-.555%200-1.138-.008c-3.915%201.874-7.509%204.194-10.772%206.73c-.68-.87-1.451-2.532-1.807-4.013a43%2043%200%200%200-4.484%202.539c.309%201.911.852%204.377%201.455%205.589C6.827%2022.441.638%2034.605.553%2034.776a.5.5%200%200%200%20.895.448c.119-.238%2012.144-23.883%2033.659-33.72A8%208%200%200%200%2035%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/feather.svg?color=%231a73e8&size=48