scissors-3-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
scissors-3-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Related icons in MingCute Icon

Use the scissors 3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.717 16.984a2 2 0 0 1-2.785.492l-6.076-4.256l-2.436 1.705a4 4 0 1 1-1.465-1.415l2.158-1.511l-2.157-1.51a4 4 0 1 1 1.465-1.415l2.435 1.704l6.076-4.254a2 2 0 0 1 2.785.492L14.6 11.999zM9 7a2 2 0 1 0-4 0a2 2 0 0 0 4 0m0 10a2 2 0 1 0-4 0a2 2 0 0 0 4 0"/><path fill="none" stroke="currentColor" d="M3.5 12a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0Zm4 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0Zm11 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0Zm3 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0Z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteScissors3Line(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.717 16.984a2 2 0 0 1-2.785.492l-6.076-4.256l-2.436 1.705a4 4 0 1 1-1.465-1.415l2.158-1.511l-2.157-1.51a4 4 0 1 1 1.465-1.415l2.435 1.704l6.076-4.254a2 2 0 0 1 2.785.492L14.6 11.999zM9 7a2 2 0 1 0-4 0a2 2 0 0 0 4 0m0 10a2 2 0 1 0-4 0a2 2 0 0 0 4 0"/><path fill="none" stroke="currentColor" d="M3.5 12a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0Zm4 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0Zm11 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0Zm3 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.717 16.984a2 2 0 0 1-2.785.492l-6.076-4.256l-2.436 1.705a4 4 0 1 1-1.465-1.415l2.158-1.511l-2.157-1.51a4 4 0 1 1 1.465-1.415l2.435 1.704l6.076-4.254a2 2 0 0 1 2.785.492L14.6 11.999zM9 7a2 2 0 1 0-4 0a2 2 0 0 0 4 0m0 10a2 2 0 1 0-4 0a2 2 0 0 0 4 0"/><path fill="none" stroke="currentColor" d="M3.5 12a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0Zm4 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0Zm11 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0Zm3 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0Z"/></svg>
</template>

CSS

.icon-scissors-3-line {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.717%2016.984a2%202%200%200%201-2.785.492l-6.076-4.256l-2.436%201.705a4%204%200%201%201-1.465-1.415l2.158-1.511l-2.157-1.51a4%204%200%201%201%201.465-1.415l2.435%201.704l6.076-4.254a2%202%200%200%201%202.785.492L14.6%2011.999zM9%207a2%202%200%201%200-4%200a2%202%200%200%200%204%200m0%2010a2%202%200%201%200-4%200a2%202%200%200%200%204%200%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20d%3D%22M3.5%2012a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200Zm4%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200Zm11%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200Zm3%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.717%2016.984a2%202%200%200%201-2.785.492l-6.076-4.256l-2.436%201.705a4%204%200%201%201-1.465-1.415l2.158-1.511l-2.157-1.51a4%204%200%201%201%201.465-1.415l2.435%201.704l6.076-4.254a2%202%200%200%201%202.785.492L14.6%2011.999zM9%207a2%202%200%201%200-4%200a2%202%200%200%200%204%200m0%2010a2%202%200%201%200-4%200a2%202%200%200%200%204%200%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20d%3D%22M3.5%2012a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200Zm4%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200Zm11%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200Zm3%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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