scissors icon
scissors-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- scissors-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
scissorsBootstrap IconsscissorsEmoji One (Colored)scissors-fillEva IconsscissorsFramework7 IconsscissorsFont Awesome 6 SolidscissorsFont Awesome SolidscissorsFeather IconsscissorsFluent EmojiscissorsFluent Emoji FlatscissorsFluent Emoji High ContrastscissorsHeroIconsscissorsHuge IconsscissorsHumbleiconsscissorsIconParkscissorsIconPark OutlinescissorsIconPark SolidscissorsIconPark TwoTonescissorsIonIconsscissorsJam IconsscissorsLucidescissorsMajesticonsscissors-fillMingCute IconscissorsNoto EmojiscissorsOpenMoji
Use the scissors icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.75 6.92c0 .675-.215 1.297-.579 1.807l3.619 2.376l8.798-5.778a.75.75 0 0 1 .824 1.254l-9.196 6.038l-.029.019l-4.016 2.637c.364.51.579 1.132.579 1.808c0 1.773-1.478 3.169-3.25 3.169s-3.25-1.396-3.25-3.17c0-1.773 1.478-3.169 3.25-3.169c.53 0 1.035.126 1.482.349L10.423 12L6.982 9.74a3.3 3.3 0 0 1-1.482.349c-1.772 0-3.25-1.396-3.25-3.17c0-1.773 1.478-3.169 3.25-3.169s3.25 1.396 3.25 3.17m6.596 6.518a.75.75 0 1 0-.824 1.254l6.066 3.983a.75.75 0 1 0 .824-1.253z"/></svg>
React
import type { SVGProps } from "react";
export function MynauiScissorsSolid(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="M8.75 6.92c0 .675-.215 1.297-.579 1.807l3.619 2.376l8.798-5.778a.75.75 0 0 1 .824 1.254l-9.196 6.038l-.029.019l-4.016 2.637c.364.51.579 1.132.579 1.808c0 1.773-1.478 3.169-3.25 3.169s-3.25-1.396-3.25-3.17c0-1.773 1.478-3.169 3.25-3.169c.53 0 1.035.126 1.482.349L10.423 12L6.982 9.74a3.3 3.3 0 0 1-1.482.349c-1.772 0-3.25-1.396-3.25-3.17c0-1.773 1.478-3.169 3.25-3.169s3.25 1.396 3.25 3.17m6.596 6.518a.75.75 0 1 0-.824 1.254l6.066 3.983a.75.75 0 1 0 .824-1.253z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.75 6.92c0 .675-.215 1.297-.579 1.807l3.619 2.376l8.798-5.778a.75.75 0 0 1 .824 1.254l-9.196 6.038l-.029.019l-4.016 2.637c.364.51.579 1.132.579 1.808c0 1.773-1.478 3.169-3.25 3.169s-3.25-1.396-3.25-3.17c0-1.773 1.478-3.169 3.25-3.169c.53 0 1.035.126 1.482.349L10.423 12L6.982 9.74a3.3 3.3 0 0 1-1.482.349c-1.772 0-3.25-1.396-3.25-3.17c0-1.773 1.478-3.169 3.25-3.169s3.25 1.396 3.25 3.17m6.596 6.518a.75.75 0 1 0-.824 1.254l6.066 3.983a.75.75 0 1 0 .824-1.253z"/></svg> </template>
CSS
.icon-scissors-solid {
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%22M8.75%206.92c0%20.675-.215%201.297-.579%201.807l3.619%202.376l8.798-5.778a.75.75%200%200%201%20.824%201.254l-9.196%206.038l-.029.019l-4.016%202.637c.364.51.579%201.132.579%201.808c0%201.773-1.478%203.169-3.25%203.169s-3.25-1.396-3.25-3.17c0-1.773%201.478-3.169%203.25-3.169c.53%200%201.035.126%201.482.349L10.423%2012L6.982%209.74a3.3%203.3%200%200%201-1.482.349c-1.772%200-3.25-1.396-3.25-3.17c0-1.773%201.478-3.169%203.25-3.169s3.25%201.396%203.25%203.17m6.596%206.518a.75.75%200%201%200-.824%201.254l6.066%203.983a.75.75%200%201%200%20.824-1.253z%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%22M8.75%206.92c0%20.675-.215%201.297-.579%201.807l3.619%202.376l8.798-5.778a.75.75%200%200%201%20.824%201.254l-9.196%206.038l-.029.019l-4.016%202.637c.364.51.579%201.132.579%201.808c0%201.773-1.478%203.169-3.25%203.169s-3.25-1.396-3.25-3.17c0-1.773%201.478-3.169%203.25-3.169c.53%200%201.035.126%201.482.349L10.423%2012L6.982%209.74a3.3%203.3%200%200%201-1.482.349c-1.772%200-3.25-1.396-3.25-3.17c0-1.773%201.478-3.169%203.25-3.169s3.25%201.396%203.25%203.17m6.596%206.518a.75.75%200%201%200-.824%201.254l6.066%203.983a.75.75%200%201%200%20.824-1.253z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/scissors-solid.svg?color=%231a73e8&size=48