feather pointed icon
feather-pointed from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- feather-pointed
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome Solid
Use the feather pointed icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M539.3 64.1c9.9-.8 19.6 3 26.6 10s10.8 16.7 10 26.6c-4 49.3-17.4 126.2-46.3 199.7c-1.8 4.5-5.5 7.9-10.2 9.3L438.5 334c-3.9 1.2-6.5 4.7-6.5 8.8c0 5.1 4.1 9.2 9.2 9.2h38.6c12 0 19.7 12.8 13.5 23.1c-4 6.7-8.3 13.2-12.7 19.6c-2 2.9-5 5-8.4 6.1L374.5 430c-3.9 1.2-6.5 4.7-6.5 8.8c0 5.1 4.1 9.2 9.2 9.2h16c14.6 0 21 17.4 8.8 25.4c-68 45-137.7 43.3-182.4 31.3c-12.7-3.4-24-9.9-34.4-17.9L112 560c-8.8 8.8-23.2 8.8-32 0s-8.8-23.2 0-32l80-80l.5.5q1.05-1.95 2.7-3.6L320 288c8.8-8.8 8.8-23.2 0-32s-23.2-8.8-32 0L153.7 390.2c-8.9 8.9-24 4.4-25-8.2c-4.3-53.2 9.3-123.1 72.6-186.4c91.1-91.1 254.2-124.7 337.9-131.5z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidFeatherPointed(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M539.3 64.1c9.9-.8 19.6 3 26.6 10s10.8 16.7 10 26.6c-4 49.3-17.4 126.2-46.3 199.7c-1.8 4.5-5.5 7.9-10.2 9.3L438.5 334c-3.9 1.2-6.5 4.7-6.5 8.8c0 5.1 4.1 9.2 9.2 9.2h38.6c12 0 19.7 12.8 13.5 23.1c-4 6.7-8.3 13.2-12.7 19.6c-2 2.9-5 5-8.4 6.1L374.5 430c-3.9 1.2-6.5 4.7-6.5 8.8c0 5.1 4.1 9.2 9.2 9.2h16c14.6 0 21 17.4 8.8 25.4c-68 45-137.7 43.3-182.4 31.3c-12.7-3.4-24-9.9-34.4-17.9L112 560c-8.8 8.8-23.2 8.8-32 0s-8.8-23.2 0-32l80-80l.5.5q1.05-1.95 2.7-3.6L320 288c8.8-8.8 8.8-23.2 0-32s-23.2-8.8-32 0L153.7 390.2c-8.9 8.9-24 4.4-25-8.2c-4.3-53.2 9.3-123.1 72.6-186.4c91.1-91.1 254.2-124.7 337.9-131.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M539.3 64.1c9.9-.8 19.6 3 26.6 10s10.8 16.7 10 26.6c-4 49.3-17.4 126.2-46.3 199.7c-1.8 4.5-5.5 7.9-10.2 9.3L438.5 334c-3.9 1.2-6.5 4.7-6.5 8.8c0 5.1 4.1 9.2 9.2 9.2h38.6c12 0 19.7 12.8 13.5 23.1c-4 6.7-8.3 13.2-12.7 19.6c-2 2.9-5 5-8.4 6.1L374.5 430c-3.9 1.2-6.5 4.7-6.5 8.8c0 5.1 4.1 9.2 9.2 9.2h16c14.6 0 21 17.4 8.8 25.4c-68 45-137.7 43.3-182.4 31.3c-12.7-3.4-24-9.9-34.4-17.9L112 560c-8.8 8.8-23.2 8.8-32 0s-8.8-23.2 0-32l80-80l.5.5q1.05-1.95 2.7-3.6L320 288c8.8-8.8 8.8-23.2 0-32s-23.2-8.8-32 0L153.7 390.2c-8.9 8.9-24 4.4-25-8.2c-4.3-53.2 9.3-123.1 72.6-186.4c91.1-91.1 254.2-124.7 337.9-131.5z"/></svg> </template>
CSS
.icon-feather-pointed {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M539.3%2064.1c9.9-.8%2019.6%203%2026.6%2010s10.8%2016.7%2010%2026.6c-4%2049.3-17.4%20126.2-46.3%20199.7c-1.8%204.5-5.5%207.9-10.2%209.3L438.5%20334c-3.9%201.2-6.5%204.7-6.5%208.8c0%205.1%204.1%209.2%209.2%209.2h38.6c12%200%2019.7%2012.8%2013.5%2023.1c-4%206.7-8.3%2013.2-12.7%2019.6c-2%202.9-5%205-8.4%206.1L374.5%20430c-3.9%201.2-6.5%204.7-6.5%208.8c0%205.1%204.1%209.2%209.2%209.2h16c14.6%200%2021%2017.4%208.8%2025.4c-68%2045-137.7%2043.3-182.4%2031.3c-12.7-3.4-24-9.9-34.4-17.9L112%20560c-8.8%208.8-23.2%208.8-32%200s-8.8-23.2%200-32l80-80l.5.5q1.05-1.95%202.7-3.6L320%20288c8.8-8.8%208.8-23.2%200-32s-23.2-8.8-32%200L153.7%20390.2c-8.9%208.9-24%204.4-25-8.2c-4.3-53.2%209.3-123.1%2072.6-186.4c91.1-91.1%20254.2-124.7%20337.9-131.5z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M539.3%2064.1c9.9-.8%2019.6%203%2026.6%2010s10.8%2016.7%2010%2026.6c-4%2049.3-17.4%20126.2-46.3%20199.7c-1.8%204.5-5.5%207.9-10.2%209.3L438.5%20334c-3.9%201.2-6.5%204.7-6.5%208.8c0%205.1%204.1%209.2%209.2%209.2h38.6c12%200%2019.7%2012.8%2013.5%2023.1c-4%206.7-8.3%2013.2-12.7%2019.6c-2%202.9-5%205-8.4%206.1L374.5%20430c-3.9%201.2-6.5%204.7-6.5%208.8c0%205.1%204.1%209.2%209.2%209.2h16c14.6%200%2021%2017.4%208.8%2025.4c-68%2045-137.7%2043.3-182.4%2031.3c-12.7-3.4-24-9.9-34.4-17.9L112%20560c-8.8%208.8-23.2%208.8-32%200s-8.8-23.2%200-32l80-80l.5.5q1.05-1.95%202.7-3.6L320%20288c8.8-8.8%208.8-23.2%200-32s-23.2-8.8-32%200L153.7%20390.2c-8.9%208.9-24%204.4-25-8.2c-4.3-53.2%209.3-123.1%2072.6-186.4c91.1-91.1%20254.2-124.7%20337.9-131.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/feather-pointed.svg?color=%231a73e8&size=48