scissors icon

scissors-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
scissors-duotone
Set
Phosphor
Style
Duotone
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"><g fill="currentColor"><path d="M40.2 95.8a28 28 0 1 1 39.6 0a28 28 0 0 1-39.6 0m0 64.4a28 28 0 1 0 39.6 0a28 28 0 0 0-39.6 0" opacity=".2"/><path d="M157.73 113.13a8 8 0 0 1 2.09-11.13l67.66-46.3a8 8 0 0 1 9 13.21l-67.67 46.3a7.9 7.9 0 0 1-4.51 1.4a8 8 0 0 1-6.57-3.48m80.87 85.09a8 8 0 0 1-11.12 2.08L136 137.7l-42.51 29.08a36 36 0 1 1-9-13.19L121.83 128l-37.39-25.59a35.86 35.86 0 1 1 9-13.19l143 97.87a8 8 0 0 1 2.16 11.13M80 180a20 20 0 1 0-5.86 14.14A19.85 19.85 0 0 0 80 180m-5.86-89.87a20 20 0 1 0-28.28 0a19.85 19.85 0 0 0 28.28 0"/></g></svg>

React

import type { SVGProps } from "react";

export function PhScissorsDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M40.2 95.8a28 28 0 1 1 39.6 0a28 28 0 0 1-39.6 0m0 64.4a28 28 0 1 0 39.6 0a28 28 0 0 0-39.6 0" opacity=".2"/><path d="M157.73 113.13a8 8 0 0 1 2.09-11.13l67.66-46.3a8 8 0 0 1 9 13.21l-67.67 46.3a7.9 7.9 0 0 1-4.51 1.4a8 8 0 0 1-6.57-3.48m80.87 85.09a8 8 0 0 1-11.12 2.08L136 137.7l-42.51 29.08a36 36 0 1 1-9-13.19L121.83 128l-37.39-25.59a35.86 35.86 0 1 1 9-13.19l143 97.87a8 8 0 0 1 2.16 11.13M80 180a20 20 0 1 0-5.86 14.14A19.85 19.85 0 0 0 80 180m-5.86-89.87a20 20 0 1 0-28.28 0a19.85 19.85 0 0 0 28.28 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M40.2 95.8a28 28 0 1 1 39.6 0a28 28 0 0 1-39.6 0m0 64.4a28 28 0 1 0 39.6 0a28 28 0 0 0-39.6 0" opacity=".2"/><path d="M157.73 113.13a8 8 0 0 1 2.09-11.13l67.66-46.3a8 8 0 0 1 9 13.21l-67.67 46.3a7.9 7.9 0 0 1-4.51 1.4a8 8 0 0 1-6.57-3.48m80.87 85.09a8 8 0 0 1-11.12 2.08L136 137.7l-42.51 29.08a36 36 0 1 1-9-13.19L121.83 128l-37.39-25.59a35.86 35.86 0 1 1 9-13.19l143 97.87a8 8 0 0 1 2.16 11.13M80 180a20 20 0 1 0-5.86 14.14A19.85 19.85 0 0 0 80 180m-5.86-89.87a20 20 0 1 0-28.28 0a19.85 19.85 0 0 0 28.28 0"/></g></svg>
</template>

CSS

.icon-scissors-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M40.2%2095.8a28%2028%200%201%201%2039.6%200a28%2028%200%200%201-39.6%200m0%2064.4a28%2028%200%201%200%2039.6%200a28%2028%200%200%200-39.6%200%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M157.73%20113.13a8%208%200%200%201%202.09-11.13l67.66-46.3a8%208%200%200%201%209%2013.21l-67.67%2046.3a7.9%207.9%200%200%201-4.51%201.4a8%208%200%200%201-6.57-3.48m80.87%2085.09a8%208%200%200%201-11.12%202.08L136%20137.7l-42.51%2029.08a36%2036%200%201%201-9-13.19L121.83%20128l-37.39-25.59a35.86%2035.86%200%201%201%209-13.19l143%2097.87a8%208%200%200%201%202.16%2011.13M80%20180a20%2020%200%201%200-5.86%2014.14A19.85%2019.85%200%200%200%2080%20180m-5.86-89.87a20%2020%200%201%200-28.28%200a19.85%2019.85%200%200%200%2028.28%200%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M40.2%2095.8a28%2028%200%201%201%2039.6%200a28%2028%200%200%201-39.6%200m0%2064.4a28%2028%200%201%200%2039.6%200a28%2028%200%200%200-39.6%200%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M157.73%20113.13a8%208%200%200%201%202.09-11.13l67.66-46.3a8%208%200%200%201%209%2013.21l-67.67%2046.3a7.9%207.9%200%200%201-4.51%201.4a8%208%200%200%201-6.57-3.48m80.87%2085.09a8%208%200%200%201-11.12%202.08L136%20137.7l-42.51%2029.08a36%2036%200%201%201-9-13.19L121.83%20128l-37.39-25.59a35.86%2035.86%200%201%201%209-13.19l143%2097.87a8%208%200%200%201%202.16%2011.13M80%20180a20%2020%200%201%200-5.86%2014.14A19.85%2019.85%200%200%200%2080%20180m-5.86-89.87a20%2020%200%201%200-28.28%200a19.85%2019.85%200%200%200%2028.28%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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