feather icon
feather-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- feather-duotone
- Set
- Phosphor
- Style
- Duotone
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
featherBootstrap IconsfeatherFont Awesome 6 SolidfeatherFont Awesome SolidfeatherFeather IconsfeatherFluent EmojifeatherFluent Emoji FlatfeatherFluent Emoji High ContrastfeatherHuge IconsfeatherJam IconsfeatherLine AwesomefeatherLucidefeatherMaterial Design IconsfeatherNoto EmojifeatherOpenMojifeatherPixelarticonsfeatherTabler IconsfeatherTwitter Emoji
Use the feather icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m215.8 119.6l-69.26 70.06a8 8 0 0 1-5.65 2.34H64.2v-76.69a8 8 0 0 1 2.34-5.65l45.66-45.14V144l24-24Z" opacity=".2"/><path d="M221.28 34.75a64 64 0 0 0-90.49 0L60.69 104A15.9 15.9 0 0 0 56 115.31v73.38l-29.66 29.65a8 8 0 0 0 11.32 11.32L67.32 200h73.38a15.92 15.92 0 0 0 11.3-4.68l69.23-70a64 64 0 0 0 .05-90.57m-79.21 11.31A48 48 0 0 1 211.79 112h-56.46l34.35-34.34a8 8 0 0 0-11.32-11.32L120 124.69V67.87ZM72 115.35l32-31.67v57l-32 32ZM140.7 184H83.32l56-56h56.74Z"/></g></svg>
React
import type { SVGProps } from "react";
export function PhFeatherDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m215.8 119.6l-69.26 70.06a8 8 0 0 1-5.65 2.34H64.2v-76.69a8 8 0 0 1 2.34-5.65l45.66-45.14V144l24-24Z" opacity=".2"/><path d="M221.28 34.75a64 64 0 0 0-90.49 0L60.69 104A15.9 15.9 0 0 0 56 115.31v73.38l-29.66 29.65a8 8 0 0 0 11.32 11.32L67.32 200h73.38a15.92 15.92 0 0 0 11.3-4.68l69.23-70a64 64 0 0 0 .05-90.57m-79.21 11.31A48 48 0 0 1 211.79 112h-56.46l34.35-34.34a8 8 0 0 0-11.32-11.32L120 124.69V67.87ZM72 115.35l32-31.67v57l-32 32ZM140.7 184H83.32l56-56h56.74Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m215.8 119.6l-69.26 70.06a8 8 0 0 1-5.65 2.34H64.2v-76.69a8 8 0 0 1 2.34-5.65l45.66-45.14V144l24-24Z" opacity=".2"/><path d="M221.28 34.75a64 64 0 0 0-90.49 0L60.69 104A15.9 15.9 0 0 0 56 115.31v73.38l-29.66 29.65a8 8 0 0 0 11.32 11.32L67.32 200h73.38a15.92 15.92 0 0 0 11.3-4.68l69.23-70a64 64 0 0 0 .05-90.57m-79.21 11.31A48 48 0 0 1 211.79 112h-56.46l34.35-34.34a8 8 0 0 0-11.32-11.32L120 124.69V67.87ZM72 115.35l32-31.67v57l-32 32ZM140.7 184H83.32l56-56h56.74Z"/></g></svg> </template>
CSS
.icon-feather-duotone {
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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m215.8%20119.6l-69.26%2070.06a8%208%200%200%201-5.65%202.34H64.2v-76.69a8%208%200%200%201%202.34-5.65l45.66-45.14V144l24-24Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M221.28%2034.75a64%2064%200%200%200-90.49%200L60.69%20104A15.9%2015.9%200%200%200%2056%20115.31v73.38l-29.66%2029.65a8%208%200%200%200%2011.32%2011.32L67.32%20200h73.38a15.92%2015.92%200%200%200%2011.3-4.68l69.23-70a64%2064%200%200%200%20.05-90.57m-79.21%2011.31A48%2048%200%200%201%20211.79%20112h-56.46l34.35-34.34a8%208%200%200%200-11.32-11.32L120%20124.69V67.87ZM72%20115.35l32-31.67v57l-32%2032ZM140.7%20184H83.32l56-56h56.74Z%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m215.8%20119.6l-69.26%2070.06a8%208%200%200%201-5.65%202.34H64.2v-76.69a8%208%200%200%201%202.34-5.65l45.66-45.14V144l24-24Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M221.28%2034.75a64%2064%200%200%200-90.49%200L60.69%20104A15.9%2015.9%200%200%200%2056%20115.31v73.38l-29.66%2029.65a8%208%200%200%200%2011.32%2011.32L67.32%20200h73.38a15.92%2015.92%200%200%200%2011.3-4.68l69.23-70a64%2064%200%200%200%20.05-90.57m-79.21%2011.31A48%2048%200%200%201%20211.79%20112h-56.46l34.35-34.34a8%208%200%200%200-11.32-11.32L120%20124.69V67.87ZM72%20115.35l32-31.67v57l-32%2032ZM140.7%20184H83.32l56-56h56.74Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/feather-duotone.svg?color=%231a73e8&size=48