feather from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
feather
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the feather icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9.686 17c1.635 0 2.453 0 3.188-.305c.735-.304 1.313-.882 2.47-2.038l4.414-4.414a4.243 4.243 0 1 0-6-6L9.343 8.657c-1.156 1.156-1.734 1.734-2.038 2.47C7 11.86 7 12.678 7 14.313V17zM3 21L15 9m-3 3h2.5"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFeather(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M9.686 17c1.635 0 2.453 0 3.188-.305c.735-.304 1.313-.882 2.47-2.038l4.414-4.414a4.243 4.243 0 1 0-6-6L9.343 8.657c-1.156 1.156-1.734 1.734-2.038 2.47C7 11.86 7 12.678 7 14.313V17zM3 21L15 9m-3 3h2.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9.686 17c1.635 0 2.453 0 3.188-.305c.735-.304 1.313-.882 2.47-2.038l4.414-4.414a4.243 4.243 0 1 0-6-6L9.343 8.657c-1.156 1.156-1.734 1.734-2.038 2.47C7 11.86 7 12.678 7 14.313V17zM3 21L15 9m-3 3h2.5"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9.686%2017c1.635%200%202.453%200%203.188-.305c.735-.304%201.313-.882%202.47-2.038l4.414-4.414a4.243%204.243%200%201%200-6-6L9.343%208.657c-1.156%201.156-1.734%201.734-2.038%202.47C7%2011.86%207%2012.678%207%2014.313V17zM3%2021L15%209m-3%203h2.5%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9.686%2017c1.635%200%202.453%200%203.188-.305c.735-.304%201.313-.882%202.47-2.038l4.414-4.414a4.243%204.243%200%201%200-6-6L9.343%208.657c-1.156%201.156-1.734%201.734-2.038%202.47C7%2011.86%207%2012.678%207%2014.313V17zM3%2021L15%209m-3%203h2.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/feather.svg?color=%231a73e8&size=48