feather icon
feather from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- feather
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Jam Icons
The same icon in other sets
featherBootstrap IconsfeatherFont Awesome 6 SolidfeatherFeather IconsfeatherFluent EmojifeatherFluent Emoji FlatfeatherFluent Emoji High ContrastfeatherHuge IconsfeatherLine AwesomefeatherLucidefeatherMaterial Design IconsfeatherNoto EmojifeatherOpenMojifeatherPhosphorfeatherPixelarticonsfeatherTabler IconsfeatherTwitter Emoji
Use the feather icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1.5 -1.5 24 24"><path fill="currentColor" d="m13.89 10.808l3.616-3.616a3 3 0 0 0-4.243-4.242L11.77 4.444l.598 2.23l.896-.896a1 1 0 1 1 1.415 1.414L11.66 10.21zm-1.633 1.633l-2.23-.598l-2.74 2.74l2.66.169zm-2.12-6.364L5.71 10.502l.163 2.665l4.86-4.86l-.598-2.23zM5.403 16.466L1.95 19.92a1 1 0 0 1-1.414-1.414l3.45-3.45l-.326-5.331l8.19-8.19a5 5 0 1 1 7.07 7.072l-8.198 8.198l-5.318-.34z"/></svg>
React
import type { SVGProps } from "react";
export function JamFeather(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1.5 -1.5 24 24"><path fill="currentColor" d="m13.89 10.808l3.616-3.616a3 3 0 0 0-4.243-4.242L11.77 4.444l.598 2.23l.896-.896a1 1 0 1 1 1.415 1.414L11.66 10.21zm-1.633 1.633l-2.23-.598l-2.74 2.74l2.66.169zm-2.12-6.364L5.71 10.502l.163 2.665l4.86-4.86l-.598-2.23zM5.403 16.466L1.95 19.92a1 1 0 0 1-1.414-1.414l3.45-3.45l-.326-5.331l8.19-8.19a5 5 0 1 1 7.07 7.072l-8.198 8.198l-5.318-.34z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1.5 -1.5 24 24"><path fill="currentColor" d="m13.89 10.808l3.616-3.616a3 3 0 0 0-4.243-4.242L11.77 4.444l.598 2.23l.896-.896a1 1 0 1 1 1.415 1.414L11.66 10.21zm-1.633 1.633l-2.23-.598l-2.74 2.74l2.66.169zm-2.12-6.364L5.71 10.502l.163 2.665l4.86-4.86l-.598-2.23zM5.403 16.466L1.95 19.92a1 1 0 0 1-1.414-1.414l3.45-3.45l-.326-5.331l8.19-8.19a5 5 0 1 1 7.07 7.072l-8.198 8.198l-5.318-.34z"/></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%22-1.5%20-1.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.89%2010.808l3.616-3.616a3%203%200%200%200-4.243-4.242L11.77%204.444l.598%202.23l.896-.896a1%201%200%201%201%201.415%201.414L11.66%2010.21zm-1.633%201.633l-2.23-.598l-2.74%202.74l2.66.169zm-2.12-6.364L5.71%2010.502l.163%202.665l4.86-4.86l-.598-2.23zM5.403%2016.466L1.95%2019.92a1%201%200%200%201-1.414-1.414l3.45-3.45l-.326-5.331l8.19-8.19a5%205%200%201%201%207.07%207.072l-8.198%208.198l-5.318-.34z%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%22-1.5%20-1.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.89%2010.808l3.616-3.616a3%203%200%200%200-4.243-4.242L11.77%204.444l.598%202.23l.896-.896a1%201%200%201%201%201.415%201.414L11.66%2010.21zm-1.633%201.633l-2.23-.598l-2.74%202.74l2.66.169zm-2.12-6.364L5.71%2010.502l.163%202.665l4.86-4.86l-.598-2.23zM5.403%2016.466L1.95%2019.92a1%201%200%200%201-1.414-1.414l3.45-3.45l-.326-5.331l8.19-8.19a5%205%200%201%201%207.07%207.072l-8.198%208.198l-5.318-.34z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/feather.svg?color=%231a73e8&size=48