knife-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
knife-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the knife icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M236 49a25 25 0 0 0-42.63-17.66l-50.21 50.2L18.34 206.4a8 8 0 0 0 3.86 13.45A160.7 160.7 0 0 0 58.4 224c32.95 0 65.91-10.2 96.94-30.23c31.76-20.5 50.19-43.82 51-44.8a8 8 0 0 0-.64-10.59L181.31 114l47.38-47.39A24.84 24.84 0 0 0 236 49m-89.77 131.6c-34.43 22.1-69.94 30.92-105.76 26.3L146 101.34l43.09 43.1a220 220 0 0 1-42.86 36.16"/></svg>

React

import type { SVGProps } from "react";

export function PhKnifeFill(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="M236 49a25 25 0 0 0-42.63-17.66l-50.21 50.2L18.34 206.4a8 8 0 0 0 3.86 13.45A160.7 160.7 0 0 0 58.4 224c32.95 0 65.91-10.2 96.94-30.23c31.76-20.5 50.19-43.82 51-44.8a8 8 0 0 0-.64-10.59L181.31 114l47.38-47.39A24.84 24.84 0 0 0 236 49m-89.77 131.6c-34.43 22.1-69.94 30.92-105.76 26.3L146 101.34l43.09 43.1a220 220 0 0 1-42.86 36.16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M236 49a25 25 0 0 0-42.63-17.66l-50.21 50.2L18.34 206.4a8 8 0 0 0 3.86 13.45A160.7 160.7 0 0 0 58.4 224c32.95 0 65.91-10.2 96.94-30.23c31.76-20.5 50.19-43.82 51-44.8a8 8 0 0 0-.64-10.59L181.31 114l47.38-47.39A24.84 24.84 0 0 0 236 49m-89.77 131.6c-34.43 22.1-69.94 30.92-105.76 26.3L146 101.34l43.09 43.1a220 220 0 0 1-42.86 36.16"/></svg>
</template>

CSS

.icon-knife-fill {
  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%22M236%2049a25%2025%200%200%200-42.63-17.66l-50.21%2050.2L18.34%20206.4a8%208%200%200%200%203.86%2013.45A160.7%20160.7%200%200%200%2058.4%20224c32.95%200%2065.91-10.2%2096.94-30.23c31.76-20.5%2050.19-43.82%2051-44.8a8%208%200%200%200-.64-10.59L181.31%20114l47.38-47.39A24.84%2024.84%200%200%200%20236%2049m-89.77%20131.6c-34.43%2022.1-69.94%2030.92-105.76%2026.3L146%20101.34l43.09%2043.1a220%20220%200%200%201-42.86%2036.16%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%22M236%2049a25%2025%200%200%200-42.63-17.66l-50.21%2050.2L18.34%20206.4a8%208%200%200%200%203.86%2013.45A160.7%20160.7%200%200%200%2058.4%20224c32.95%200%2065.91-10.2%2096.94-30.23c31.76-20.5%2050.19-43.82%2051-44.8a8%208%200%200%200-.64-10.59L181.31%20114l47.38-47.39A24.84%2024.84%200%200%200%20236%2049m-89.77%20131.6c-34.43%2022.1-69.94%2030.92-105.76%2026.3L146%20101.34l43.09%2043.1a220%20220%200%200%201-42.86%2036.16%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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