feather alt icon
feather-alt from Line Awesome by Icons8 · Line · Objects · Apache-2.0 Free for personal and commercial use.
- Name
- feather-alt
- Set
- Line Awesome
- Style
- Line
- Category
- Objects
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- feather-alt-solid
The same icon in other sets
More objects icons from Line Awesome
Use the feather alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 4c-8.803 0-13.201 4.795-15.314 7.1l-3.05 3.076A8.93 8.93 0 0 0 6 20.539V22l2.027-2.027a6.94 6.94 0 0 1 2.02-4.381l3.113-3.14c1.836-2.003 5.569-6.074 12.815-6.429c-.222 4.522-1.89 7.674-3.598 9.852L19 17h2.418a30 30 0 0 1-1.87 1.84l-.98.97L15 21h2.367l-.957.947a6.95 6.95 0 0 1-4.95 2.051H9.417l9.291-9.291l-1.414-1.414L4 26.586L5.414 28l2.002-2.002h4.045a8.94 8.94 0 0 0 6.367-2.64l3.07-3.046C23.203 18.203 28 13.805 28 5V4z"/></svg>
React
import type { SVGProps } from "react";
export function LaFeatherAlt(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="M27 4c-8.803 0-13.201 4.795-15.314 7.1l-3.05 3.076A8.93 8.93 0 0 0 6 20.539V22l2.027-2.027a6.94 6.94 0 0 1 2.02-4.381l3.113-3.14c1.836-2.003 5.569-6.074 12.815-6.429c-.222 4.522-1.89 7.674-3.598 9.852L19 17h2.418a30 30 0 0 1-1.87 1.84l-.98.97L15 21h2.367l-.957.947a6.95 6.95 0 0 1-4.95 2.051H9.417l9.291-9.291l-1.414-1.414L4 26.586L5.414 28l2.002-2.002h4.045a8.94 8.94 0 0 0 6.367-2.64l3.07-3.046C23.203 18.203 28 13.805 28 5V4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 4c-8.803 0-13.201 4.795-15.314 7.1l-3.05 3.076A8.93 8.93 0 0 0 6 20.539V22l2.027-2.027a6.94 6.94 0 0 1 2.02-4.381l3.113-3.14c1.836-2.003 5.569-6.074 12.815-6.429c-.222 4.522-1.89 7.674-3.598 9.852L19 17h2.418a30 30 0 0 1-1.87 1.84l-.98.97L15 21h2.367l-.957.947a6.95 6.95 0 0 1-4.95 2.051H9.417l9.291-9.291l-1.414-1.414L4 26.586L5.414 28l2.002-2.002h4.045a8.94 8.94 0 0 0 6.367-2.64l3.07-3.046C23.203 18.203 28 13.805 28 5V4z"/></svg> </template>
CSS
.icon-feather-alt {
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%22M27%204c-8.803%200-13.201%204.795-15.314%207.1l-3.05%203.076A8.93%208.93%200%200%200%206%2020.539V22l2.027-2.027a6.94%206.94%200%200%201%202.02-4.381l3.113-3.14c1.836-2.003%205.569-6.074%2012.815-6.429c-.222%204.522-1.89%207.674-3.598%209.852L19%2017h2.418a30%2030%200%200%201-1.87%201.84l-.98.97L15%2021h2.367l-.957.947a6.95%206.95%200%200%201-4.95%202.051H9.417l9.291-9.291l-1.414-1.414L4%2026.586L5.414%2028l2.002-2.002h4.045a8.94%208.94%200%200%200%206.367-2.64l3.07-3.046C23.203%2018.203%2028%2013.805%2028%205V4z%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%22M27%204c-8.803%200-13.201%204.795-15.314%207.1l-3.05%203.076A8.93%208.93%200%200%200%206%2020.539V22l2.027-2.027a6.94%206.94%200%200%201%202.02-4.381l3.113-3.14c1.836-2.003%205.569-6.074%2012.815-6.429c-.222%204.522-1.89%207.674-3.598%209.852L19%2017h2.418a30%2030%200%200%201-1.87%201.84l-.98.97L15%2021h2.367l-.957.947a6.95%206.95%200%200%201-4.95%202.051H9.417l9.291-9.291l-1.414-1.414L4%2026.586L5.414%2028l2.002-2.002h4.045a8.94%208.94%200%200%200%206.367-2.64l3.07-3.046C23.203%2018.203%2028%2013.805%2028%205V4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/feather-alt.svg?color=%231a73e8&size=48