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

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

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the scissors 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.27 12.343a5 5 0 0 1 6.826 1.834l.214.37a4.57 4.57 0 0 1-1.673 6.246a2.43 2.43 0 0 1-3.317-.89L12 14.153l-3.319 5.75a2.43 2.43 0 0 1-3.318.89a4.57 4.57 0 0 1-1.673-6.245l.214-.371a5 5 0 0 1 6.822-1.834l.118-.203l-4.227-7.32a2 2 0 0 1 .733-2.733zm-3.543 1.732a3 3 0 0 0-4.091 1.102l-.215.37a2.57 2.57 0 0 0 .942 3.514a.43.43 0 0 0 .586-.158l2.707-4.69l-.006-.002zm8.637 1.102a3 3 0 0 0-4.092-1.102l.078.136l-.007.003l2.708 4.69a.43.43 0 0 0 .586.157a2.57 2.57 0 0 0 .941-3.513zM16.65 2.087a2 2 0 0 1 .732 2.732l-3.289 5.697l-1.155-2.001z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteScissors2Line(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="M13.27 12.343a5 5 0 0 1 6.826 1.834l.214.37a4.57 4.57 0 0 1-1.673 6.246a2.43 2.43 0 0 1-3.317-.89L12 14.153l-3.319 5.75a2.43 2.43 0 0 1-3.318.89a4.57 4.57 0 0 1-1.673-6.245l.214-.371a5 5 0 0 1 6.822-1.834l.118-.203l-4.227-7.32a2 2 0 0 1 .733-2.733zm-3.543 1.732a3 3 0 0 0-4.091 1.102l-.215.37a2.57 2.57 0 0 0 .942 3.514a.43.43 0 0 0 .586-.158l2.707-4.69l-.006-.002zm8.637 1.102a3 3 0 0 0-4.092-1.102l.078.136l-.007.003l2.708 4.69a.43.43 0 0 0 .586.157a2.57 2.57 0 0 0 .941-3.513zM16.65 2.087a2 2 0 0 1 .732 2.732l-3.289 5.697l-1.155-2.001z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.27 12.343a5 5 0 0 1 6.826 1.834l.214.37a4.57 4.57 0 0 1-1.673 6.246a2.43 2.43 0 0 1-3.317-.89L12 14.153l-3.319 5.75a2.43 2.43 0 0 1-3.318.89a4.57 4.57 0 0 1-1.673-6.245l.214-.371a5 5 0 0 1 6.822-1.834l.118-.203l-4.227-7.32a2 2 0 0 1 .733-2.733zm-3.543 1.732a3 3 0 0 0-4.091 1.102l-.215.37a2.57 2.57 0 0 0 .942 3.514a.43.43 0 0 0 .586-.158l2.707-4.69l-.006-.002zm8.637 1.102a3 3 0 0 0-4.092-1.102l.078.136l-.007.003l2.708 4.69a.43.43 0 0 0 .586.157a2.57 2.57 0 0 0 .941-3.513zM16.65 2.087a2 2 0 0 1 .732 2.732l-3.289 5.697l-1.155-2.001z"/></svg>
</template>

CSS

.icon-scissors-2-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%22M13.27%2012.343a5%205%200%200%201%206.826%201.834l.214.37a4.57%204.57%200%200%201-1.673%206.246a2.43%202.43%200%200%201-3.317-.89L12%2014.153l-3.319%205.75a2.43%202.43%200%200%201-3.318.89a4.57%204.57%200%200%201-1.673-6.245l.214-.371a5%205%200%200%201%206.822-1.834l.118-.203l-4.227-7.32a2%202%200%200%201%20.733-2.733zm-3.543%201.732a3%203%200%200%200-4.091%201.102l-.215.37a2.57%202.57%200%200%200%20.942%203.514a.43.43%200%200%200%20.586-.158l2.707-4.69l-.006-.002zm8.637%201.102a3%203%200%200%200-4.092-1.102l.078.136l-.007.003l2.708%204.69a.43.43%200%200%200%20.586.157a2.57%202.57%200%200%200%20.941-3.513zM16.65%202.087a2%202%200%200%201%20.732%202.732l-3.289%205.697l-1.155-2.001z%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%22M13.27%2012.343a5%205%200%200%201%206.826%201.834l.214.37a4.57%204.57%200%200%201-1.673%206.246a2.43%202.43%200%200%201-3.317-.89L12%2014.153l-3.319%205.75a2.43%202.43%200%200%201-3.318.89a4.57%204.57%200%200%201-1.673-6.245l.214-.371a5%205%200%200%201%206.822-1.834l.118-.203l-4.227-7.32a2%202%200%200%201%20.733-2.733zm-3.543%201.732a3%203%200%200%200-4.091%201.102l-.215.37a2.57%202.57%200%200%200%20.942%203.514a.43.43%200%200%200%20.586-.158l2.707-4.69l-.006-.002zm8.637%201.102a3%203%200%200%200-4.092-1.102l.078.136l-.007.003l2.708%204.69a.43.43%200%200%200%20.586.157a2.57%202.57%200%200%200%20.941-3.513zM16.65%202.087a2%202%200%200%201%20.732%202.732l-3.289%205.697l-1.155-2.001z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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