feather icon

feather-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
feather-bold
Set
Phosphor
Style
Bold
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="M224.11 31.92a68 68 0 0 0-96.11-.05l-70.12 69.3A19.9 19.9 0 0 0 52 115.31V187l-28.48 28.51a12 12 0 0 0 17 17L69 204h71.7a19.87 19.87 0 0 0 14.15-5.86h.05l69.21-70a68.06 68.06 0 0 0 0-96.22m-79.21 17A44 44 0 0 1 210 108h-45l27.52-27.51a12 12 0 0 0-17-17L124 115V69.54ZM76 117l24-23.72V139l-24 24Zm63 63H93l48-48h45.5Z"/></svg>

React

import type { SVGProps } from "react";

export function PhFeatherBold(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="M224.11 31.92a68 68 0 0 0-96.11-.05l-70.12 69.3A19.9 19.9 0 0 0 52 115.31V187l-28.48 28.51a12 12 0 0 0 17 17L69 204h71.7a19.87 19.87 0 0 0 14.15-5.86h.05l69.21-70a68.06 68.06 0 0 0 0-96.22m-79.21 17A44 44 0 0 1 210 108h-45l27.52-27.51a12 12 0 0 0-17-17L124 115V69.54ZM76 117l24-23.72V139l-24 24Zm63 63H93l48-48h45.5Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M224.11 31.92a68 68 0 0 0-96.11-.05l-70.12 69.3A19.9 19.9 0 0 0 52 115.31V187l-28.48 28.51a12 12 0 0 0 17 17L69 204h71.7a19.87 19.87 0 0 0 14.15-5.86h.05l69.21-70a68.06 68.06 0 0 0 0-96.22m-79.21 17A44 44 0 0 1 210 108h-45l27.52-27.51a12 12 0 0 0-17-17L124 115V69.54ZM76 117l24-23.72V139l-24 24Zm63 63H93l48-48h45.5Z"/></svg>
</template>

CSS

.icon-feather-bold {
  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%22M224.11%2031.92a68%2068%200%200%200-96.11-.05l-70.12%2069.3A19.9%2019.9%200%200%200%2052%20115.31V187l-28.48%2028.51a12%2012%200%200%200%2017%2017L69%20204h71.7a19.87%2019.87%200%200%200%2014.15-5.86h.05l69.21-70a68.06%2068.06%200%200%200%200-96.22m-79.21%2017A44%2044%200%200%201%20210%20108h-45l27.52-27.51a12%2012%200%200%200-17-17L124%20115V69.54ZM76%20117l24-23.72V139l-24%2024Zm63%2063H93l48-48h45.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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224.11%2031.92a68%2068%200%200%200-96.11-.05l-70.12%2069.3A19.9%2019.9%200%200%200%2052%20115.31V187l-28.48%2028.51a12%2012%200%200%200%2017%2017L69%20204h71.7a19.87%2019.87%200%200%200%2014.15-5.86h.05l69.21-70a68.06%2068.06%200%200%200%200-96.22m-79.21%2017A44%2044%200%200%201%20210%20108h-45l27.52-27.51a12%2012%200%200%200-17-17L124%20115V69.54ZM76%20117l24-23.72V139l-24%2024Zm63%2063H93l48-48h45.5Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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