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

Name
knife-light
Set
Phosphor
Style
Light
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="M230.46 33.55a25.81 25.81 0 0 0-36.49 0L19.76 207.82a6 6 0 0 0 2.89 10.09A159 159 0 0 0 58.39 222c32.57 0 65.17-10.1 95.87-29.91c31.49-20.32 49.72-43.39 50.48-44.36a6 6 0 0 0-.49-7.94L182.49 118l48-48a25.86 25.86 0 0 0-.03-36.45m-38.6 110.82A221 221 0 0 1 147.75 182C111.5 205.4 74 214.23 36.23 208.32L146 98.5ZM222 61.56l-48 48L154.49 90l48-48A13.81 13.81 0 0 1 222 61.56"/></svg>

React

import type { SVGProps } from "react";

export function PhKnifeLight(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="M230.46 33.55a25.81 25.81 0 0 0-36.49 0L19.76 207.82a6 6 0 0 0 2.89 10.09A159 159 0 0 0 58.39 222c32.57 0 65.17-10.1 95.87-29.91c31.49-20.32 49.72-43.39 50.48-44.36a6 6 0 0 0-.49-7.94L182.49 118l48-48a25.86 25.86 0 0 0-.03-36.45m-38.6 110.82A221 221 0 0 1 147.75 182C111.5 205.4 74 214.23 36.23 208.32L146 98.5ZM222 61.56l-48 48L154.49 90l48-48A13.81 13.81 0 0 1 222 61.56"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M230.46 33.55a25.81 25.81 0 0 0-36.49 0L19.76 207.82a6 6 0 0 0 2.89 10.09A159 159 0 0 0 58.39 222c32.57 0 65.17-10.1 95.87-29.91c31.49-20.32 49.72-43.39 50.48-44.36a6 6 0 0 0-.49-7.94L182.49 118l48-48a25.86 25.86 0 0 0-.03-36.45m-38.6 110.82A221 221 0 0 1 147.75 182C111.5 205.4 74 214.23 36.23 208.32L146 98.5ZM222 61.56l-48 48L154.49 90l48-48A13.81 13.81 0 0 1 222 61.56"/></svg>
</template>

CSS

.icon-knife-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%22M230.46%2033.55a25.81%2025.81%200%200%200-36.49%200L19.76%20207.82a6%206%200%200%200%202.89%2010.09A159%20159%200%200%200%2058.39%20222c32.57%200%2065.17-10.1%2095.87-29.91c31.49-20.32%2049.72-43.39%2050.48-44.36a6%206%200%200%200-.49-7.94L182.49%20118l48-48a25.86%2025.86%200%200%200-.03-36.45m-38.6%20110.82A221%20221%200%200%201%20147.75%20182C111.5%20205.4%2074%20214.23%2036.23%20208.32L146%2098.5ZM222%2061.56l-48%2048L154.49%2090l48-48A13.81%2013.81%200%200%201%20222%2061.56%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%22M230.46%2033.55a25.81%2025.81%200%200%200-36.49%200L19.76%20207.82a6%206%200%200%200%202.89%2010.09A159%20159%200%200%200%2058.39%20222c32.57%200%2065.17-10.1%2095.87-29.91c31.49-20.32%2049.72-43.39%2050.48-44.36a6%206%200%200%200-.49-7.94L182.49%20118l48-48a25.86%2025.86%200%200%200-.03-36.45m-38.6%20110.82A221%20221%200%200%201%20147.75%20182C111.5%20205.4%2074%20214.23%2036.23%20208.32L146%2098.5ZM222%2061.56l-48%2048L154.49%2090l48-48A13.81%2013.81%200%200%201%20222%2061.56%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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