scissors 3 icon
scissors-3-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- scissors-3-fill
- Set
- MingCute Icon
- Style
- Fill
- 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" fill-rule="evenodd" d="m22.414 16.862l-.287.409a2.5 2.5 0 0 1-3.482.614l-5.79-4.054l-1.784 1.25a4.5 4.5 0 1 1-2.155-2.153L10.24 12l-1.324-.927a4.5 4.5 0 1 1 2.155-2.153l1.784 1.249l5.79-4.054a2.5 2.5 0 0 1 3.482.614l.287.41L15.47 12zM8.5 7a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0m0 10a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0" clip-rule="evenodd"/><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 MingcuteScissors3Fill(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" fillRule="evenodd" d="m22.414 16.862l-.287.409a2.5 2.5 0 0 1-3.482.614l-5.79-4.054l-1.784 1.25a4.5 4.5 0 1 1-2.155-2.153L10.24 12l-1.324-.927a4.5 4.5 0 1 1 2.155-2.153l1.784 1.249l5.79-4.054a2.5 2.5 0 0 1 3.482.614l.287.41L15.47 12zM8.5 7a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0m0 10a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0" clipRule="evenodd"/><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" fill-rule="evenodd" d="m22.414 16.862l-.287.409a2.5 2.5 0 0 1-3.482.614l-5.79-4.054l-1.784 1.25a4.5 4.5 0 1 1-2.155-2.153L10.24 12l-1.324-.927a4.5 4.5 0 1 1 2.155-2.153l1.784 1.249l5.79-4.054a2.5 2.5 0 0 1 3.482.614l.287.41L15.47 12zM8.5 7a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0m0 10a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0" clip-rule="evenodd"/><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-fill {
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%20fill-rule%3D%22evenodd%22%20d%3D%22m22.414%2016.862l-.287.409a2.5%202.5%200%200%201-3.482.614l-5.79-4.054l-1.784%201.25a4.5%204.5%200%201%201-2.155-2.153L10.24%2012l-1.324-.927a4.5%204.5%200%201%201%202.155-2.153l1.784%201.249l5.79-4.054a2.5%202.5%200%200%201%203.482.614l.287.41L15.47%2012zM8.5%207a1.5%201.5%200%201%200-3%200a1.5%201.5%200%200%200%203%200m0%2010a1.5%201.5%200%201%200-3%200a1.5%201.5%200%200%200%203%200%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22m22.414%2016.862l-.287.409a2.5%202.5%200%200%201-3.482.614l-5.79-4.054l-1.784%201.25a4.5%204.5%200%201%201-2.155-2.153L10.24%2012l-1.324-.927a4.5%204.5%200%201%201%202.155-2.153l1.784%201.249l5.79-4.054a2.5%202.5%200%200%201%203.482.614l.287.41L15.47%2012zM8.5%207a1.5%201.5%200%201%200-3%200a1.5%201.5%200%200%200%203%200m0%2010a1.5%201.5%200%201%200-3%200a1.5%201.5%200%200%200%203%200%22%20clip-rule%3D%22evenodd%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-fill.svg?color=%231a73e8&size=48