feather icon

feather-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
feather-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

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 256 256"><path fill="currentColor" d="M238 80a62 62 0 0 0-105.82-43.86L62.1 105.41a13.94 13.94 0 0 0-4.1 9.9v74.21l-30.24 30.24a6 6 0 1 0 8.48 8.48L66.48 198h74.21a13.94 13.94 0 0 0 9.9-4.1l68.83-69.63l.39-.4A61.6 61.6 0 0 0 238 80m-97.36-35.36a50 50 0 0 1 72 69.36h-62.16l37.76-37.76a6 6 0 0 0-8.48-8.48l-48 48L118 129.52V67ZM70 115.31a2 2 0 0 1 .56-1.39l35.44-35v62.63l-36 36Zm72.09 70.11a2 2 0 0 1-1.4.58H78.48l37.76-37.75L138.48 126h62.35Z"/></svg>

React

import type { SVGProps } from "react";

export function PhFeatherLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M238 80a62 62 0 0 0-105.82-43.86L62.1 105.41a13.94 13.94 0 0 0-4.1 9.9v74.21l-30.24 30.24a6 6 0 1 0 8.48 8.48L66.48 198h74.21a13.94 13.94 0 0 0 9.9-4.1l68.83-69.63l.39-.4A61.6 61.6 0 0 0 238 80m-97.36-35.36a50 50 0 0 1 72 69.36h-62.16l37.76-37.76a6 6 0 0 0-8.48-8.48l-48 48L118 129.52V67ZM70 115.31a2 2 0 0 1 .56-1.39l35.44-35v62.63l-36 36Zm72.09 70.11a2 2 0 0 1-1.4.58H78.48l37.76-37.75L138.48 126h62.35Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M238 80a62 62 0 0 0-105.82-43.86L62.1 105.41a13.94 13.94 0 0 0-4.1 9.9v74.21l-30.24 30.24a6 6 0 1 0 8.48 8.48L66.48 198h74.21a13.94 13.94 0 0 0 9.9-4.1l68.83-69.63l.39-.4A61.6 61.6 0 0 0 238 80m-97.36-35.36a50 50 0 0 1 72 69.36h-62.16l37.76-37.76a6 6 0 0 0-8.48-8.48l-48 48L118 129.52V67ZM70 115.31a2 2 0 0 1 .56-1.39l35.44-35v62.63l-36 36Zm72.09 70.11a2 2 0 0 1-1.4.58H78.48l37.76-37.75L138.48 126h62.35Z"/></svg>
</template>

CSS

.icon-feather-light {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M238%2080a62%2062%200%200%200-105.82-43.86L62.1%20105.41a13.94%2013.94%200%200%200-4.1%209.9v74.21l-30.24%2030.24a6%206%200%201%200%208.48%208.48L66.48%20198h74.21a13.94%2013.94%200%200%200%209.9-4.1l68.83-69.63l.39-.4A61.6%2061.6%200%200%200%20238%2080m-97.36-35.36a50%2050%200%200%201%2072%2069.36h-62.16l37.76-37.76a6%206%200%200%200-8.48-8.48l-48%2048L118%20129.52V67ZM70%20115.31a2%202%200%200%201%20.56-1.39l35.44-35v62.63l-36%2036Zm72.09%2070.11a2%202%200%200%201-1.4.58H78.48l37.76-37.75L138.48%20126h62.35Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M238%2080a62%2062%200%200%200-105.82-43.86L62.1%20105.41a13.94%2013.94%200%200%200-4.1%209.9v74.21l-30.24%2030.24a6%206%200%201%200%208.48%208.48L66.48%20198h74.21a13.94%2013.94%200%200%200%209.9-4.1l68.83-69.63l.39-.4A61.6%2061.6%200%200%200%20238%2080m-97.36-35.36a50%2050%200%200%201%2072%2069.36h-62.16l37.76-37.76a6%206%200%200%200-8.48-8.48l-48%2048L118%20129.52V67ZM70%20115.31a2%202%200%200%201%20.56-1.39l35.44-35v62.63l-36%2036Zm72.09%2070.11a2%202%200%200%201-1.4.58H78.48l37.76-37.75L138.48%20126h62.35Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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