knife from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
knife
Set
Phosphor
Style
Regular
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="M231.87 32.13a27.84 27.84 0 0 0-39.32 0L18.34 206.4a8 8 0 0 0 3.86 13.45A160.7 160.7 0 0 0 58.4 224c32.95 0 65.92-10.2 96.95-30.23c31.76-20.5 50.19-43.82 51-44.81a8 8 0 0 0-.64-10.59L185.32 118l46.55-46.56a27.85 27.85 0 0 0 0-39.31M189.1 144.44a220.4 220.4 0 0 1-42.86 36.16c-34.43 22.1-69.94 30.92-105.77 26.3L146 101.33Zm31.46-84.3L174 106.7L157.32 90l46.55-46.56a11.8 11.8 0 0 1 16.69 16.69Z"/></svg>

React

import type { SVGProps } from "react";

export function PhKnife(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="M231.87 32.13a27.84 27.84 0 0 0-39.32 0L18.34 206.4a8 8 0 0 0 3.86 13.45A160.7 160.7 0 0 0 58.4 224c32.95 0 65.92-10.2 96.95-30.23c31.76-20.5 50.19-43.82 51-44.81a8 8 0 0 0-.64-10.59L185.32 118l46.55-46.56a27.85 27.85 0 0 0 0-39.31M189.1 144.44a220.4 220.4 0 0 1-42.86 36.16c-34.43 22.1-69.94 30.92-105.77 26.3L146 101.33Zm31.46-84.3L174 106.7L157.32 90l46.55-46.56a11.8 11.8 0 0 1 16.69 16.69Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M231.87 32.13a27.84 27.84 0 0 0-39.32 0L18.34 206.4a8 8 0 0 0 3.86 13.45A160.7 160.7 0 0 0 58.4 224c32.95 0 65.92-10.2 96.95-30.23c31.76-20.5 50.19-43.82 51-44.81a8 8 0 0 0-.64-10.59L185.32 118l46.55-46.56a27.85 27.85 0 0 0 0-39.31M189.1 144.44a220.4 220.4 0 0 1-42.86 36.16c-34.43 22.1-69.94 30.92-105.77 26.3L146 101.33Zm31.46-84.3L174 106.7L157.32 90l46.55-46.56a11.8 11.8 0 0 1 16.69 16.69Z"/></svg>
</template>

CSS

.icon-knife {
  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%22M231.87%2032.13a27.84%2027.84%200%200%200-39.32%200L18.34%20206.4a8%208%200%200%200%203.86%2013.45A160.7%20160.7%200%200%200%2058.4%20224c32.95%200%2065.92-10.2%2096.95-30.23c31.76-20.5%2050.19-43.82%2051-44.81a8%208%200%200%200-.64-10.59L185.32%20118l46.55-46.56a27.85%2027.85%200%200%200%200-39.31M189.1%20144.44a220.4%20220.4%200%200%201-42.86%2036.16c-34.43%2022.1-69.94%2030.92-105.77%2026.3L146%20101.33Zm31.46-84.3L174%20106.7L157.32%2090l46.55-46.56a11.8%2011.8%200%200%201%2016.69%2016.69Z%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%22M231.87%2032.13a27.84%2027.84%200%200%200-39.32%200L18.34%20206.4a8%208%200%200%200%203.86%2013.45A160.7%20160.7%200%200%200%2058.4%20224c32.95%200%2065.92-10.2%2096.95-30.23c31.76-20.5%2050.19-43.82%2051-44.81a8%208%200%200%200-.64-10.59L185.32%20118l46.55-46.56a27.85%2027.85%200%200%200%200-39.31M189.1%20144.44a220.4%20220.4%200%200%201-42.86%2036.16c-34.43%2022.1-69.94%2030.92-105.77%2026.3L146%20101.33Zm31.46-84.3L174%20106.7L157.32%2090l46.55-46.56a11.8%2011.8%200%200%201%2016.69%2016.69Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Knife icon — Phosphor · IconsDB