scissors icon
scissors-outline from Eva Icons by Akveo · Outline · MIT Free for personal and commercial use.
- Name
- scissors-outline
- Set
- Eva Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Eva Icons
The same icon in other sets
scissorsBootstrap IconsscissorsEmoji One (Colored)scissorsFramework7 IconsscissorsFont Awesome 6 SolidscissorsFont Awesome SolidscissorsFeather IconsscissorsFluent EmojiscissorsFluent Emoji FlatscissorsFluent Emoji High ContrastscissorsHeroIconsscissorsHuge IconsscissorsHumbleiconsscissorsIconParkscissorsIconPark OutlinescissorsIconPark SolidscissorsIconPark TwoTonescissorsIonIconsscissorsJam IconsscissorsLucidescissorsMajesticonsscissors-fillMingCute IconscissorsMyna UI IconsscissorsNoto 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="M20.21 5.71a1 1 0 1 0-1.42-1.42l-6.28 6.31l-3.3-3.31A3 3 0 0 0 9.5 6a3 3 0 1 0-3 3a3 3 0 0 0 1.29-.3L11.1 12l-3.29 3.3A3 3 0 0 0 6.5 15a3 3 0 1 0 3 3a3 3 0 0 0-.29-1.26ZM6.5 7a1 1 0 1 1 1-1a1 1 0 0 1-1 1m0 12a1 1 0 1 1 1-1a1 1 0 0 1-1 1"/><path fill="currentColor" d="M15.21 13.29a1 1 0 0 0-1.42 1.42l5 5a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42Z"/></svg>
React
import type { SVGProps } from "react";
export function EvaScissorsOutline(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="M20.21 5.71a1 1 0 1 0-1.42-1.42l-6.28 6.31l-3.3-3.31A3 3 0 0 0 9.5 6a3 3 0 1 0-3 3a3 3 0 0 0 1.29-.3L11.1 12l-3.29 3.3A3 3 0 0 0 6.5 15a3 3 0 1 0 3 3a3 3 0 0 0-.29-1.26ZM6.5 7a1 1 0 1 1 1-1a1 1 0 0 1-1 1m0 12a1 1 0 1 1 1-1a1 1 0 0 1-1 1"/><path fill="currentColor" d="M15.21 13.29a1 1 0 0 0-1.42 1.42l5 5a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.21 5.71a1 1 0 1 0-1.42-1.42l-6.28 6.31l-3.3-3.31A3 3 0 0 0 9.5 6a3 3 0 1 0-3 3a3 3 0 0 0 1.29-.3L11.1 12l-3.29 3.3A3 3 0 0 0 6.5 15a3 3 0 1 0 3 3a3 3 0 0 0-.29-1.26ZM6.5 7a1 1 0 1 1 1-1a1 1 0 0 1-1 1m0 12a1 1 0 1 1 1-1a1 1 0 0 1-1 1"/><path fill="currentColor" d="M15.21 13.29a1 1 0 0 0-1.42 1.42l5 5a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42Z"/></svg> </template>
CSS
.icon-scissors-outline {
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%22M20.21%205.71a1%201%200%201%200-1.42-1.42l-6.28%206.31l-3.3-3.31A3%203%200%200%200%209.5%206a3%203%200%201%200-3%203a3%203%200%200%200%201.29-.3L11.1%2012l-3.29%203.3A3%203%200%200%200%206.5%2015a3%203%200%201%200%203%203a3%203%200%200%200-.29-1.26ZM6.5%207a1%201%200%201%201%201-1a1%201%200%200%201-1%201m0%2012a1%201%200%201%201%201-1a1%201%200%200%201-1%201%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.21%2013.29a1%201%200%200%200-1.42%201.42l5%205a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42Z%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%22M20.21%205.71a1%201%200%201%200-1.42-1.42l-6.28%206.31l-3.3-3.31A3%203%200%200%200%209.5%206a3%203%200%201%200-3%203a3%203%200%200%200%201.29-.3L11.1%2012l-3.29%203.3A3%203%200%200%200%206.5%2015a3%203%200%201%200%203%203a3%203%200%200%200-.29-1.26ZM6.5%207a1%201%200%201%201%201-1a1%201%200%200%201-1%201m0%2012a1%201%200%201%201%201-1a1%201%200%200%201-1%201%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.21%2013.29a1%201%200%200%200-1.42%201.42l5%205a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/eva/scissors-outline.svg?color=%231a73e8&size=48