scissors icon

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

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

5 other variants in Phosphor

The same icon in other sets

Use the scissors icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M159.38 112a6 6 0 0 1 1.57-8.34l67.66-46.31a6 6 0 0 1 6.78 9.91l-67.67 46.3a6 6 0 0 1-8.34-1.56M237 197.09a6 6 0 0 1-8.34 1.56L136 135.27l-45 30.79A34 34 0 1 1 84 156a2 2 0 0 0 .19.2l41.18-28.2l-41.14-28.16l-.23.16a34 34 0 1 1 7-10.1l144.38 98.8a6 6 0 0 1 1.62 8.39M75.56 91.55a22 22 0 1 0-31.12 0a21.88 21.88 0 0 0 31.12 0M82 180a22 22 0 1 0-6.44 15.56A21.88 21.88 0 0 0 82 180"/></svg>

React

import type { SVGProps } from "react";

export function PhScissorsLight(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="M159.38 112a6 6 0 0 1 1.57-8.34l67.66-46.31a6 6 0 0 1 6.78 9.91l-67.67 46.3a6 6 0 0 1-8.34-1.56M237 197.09a6 6 0 0 1-8.34 1.56L136 135.27l-45 30.79A34 34 0 1 1 84 156a2 2 0 0 0 .19.2l41.18-28.2l-41.14-28.16l-.23.16a34 34 0 1 1 7-10.1l144.38 98.8a6 6 0 0 1 1.62 8.39M75.56 91.55a22 22 0 1 0-31.12 0a21.88 21.88 0 0 0 31.12 0M82 180a22 22 0 1 0-6.44 15.56A21.88 21.88 0 0 0 82 180"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M159.38 112a6 6 0 0 1 1.57-8.34l67.66-46.31a6 6 0 0 1 6.78 9.91l-67.67 46.3a6 6 0 0 1-8.34-1.56M237 197.09a6 6 0 0 1-8.34 1.56L136 135.27l-45 30.79A34 34 0 1 1 84 156a2 2 0 0 0 .19.2l41.18-28.2l-41.14-28.16l-.23.16a34 34 0 1 1 7-10.1l144.38 98.8a6 6 0 0 1 1.62 8.39M75.56 91.55a22 22 0 1 0-31.12 0a21.88 21.88 0 0 0 31.12 0M82 180a22 22 0 1 0-6.44 15.56A21.88 21.88 0 0 0 82 180"/></svg>
</template>

CSS

.icon-scissors-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%22M159.38%20112a6%206%200%200%201%201.57-8.34l67.66-46.31a6%206%200%200%201%206.78%209.91l-67.67%2046.3a6%206%200%200%201-8.34-1.56M237%20197.09a6%206%200%200%201-8.34%201.56L136%20135.27l-45%2030.79A34%2034%200%201%201%2084%20156a2%202%200%200%200%20.19.2l41.18-28.2l-41.14-28.16l-.23.16a34%2034%200%201%201%207-10.1l144.38%2098.8a6%206%200%200%201%201.62%208.39M75.56%2091.55a22%2022%200%201%200-31.12%200a21.88%2021.88%200%200%200%2031.12%200M82%20180a22%2022%200%201%200-6.44%2015.56A21.88%2021.88%200%200%200%2082%20180%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%22M159.38%20112a6%206%200%200%201%201.57-8.34l67.66-46.31a6%206%200%200%201%206.78%209.91l-67.67%2046.3a6%206%200%200%201-8.34-1.56M237%20197.09a6%206%200%200%201-8.34%201.56L136%20135.27l-45%2030.79A34%2034%200%201%201%2084%20156a2%202%200%200%200%20.19.2l41.18-28.2l-41.14-28.16l-.23.16a34%2034%200%201%201%207-10.1l144.38%2098.8a6%206%200%200%201%201.62%208.39M75.56%2091.55a22%2022%200%201%200-31.12%200a21.88%2021.88%200%200%200%2031.12%200M82%20180a22%2022%200%201%200-6.44%2015.56A21.88%2021.88%200%200%200%2082%20180%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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