scissors icon

scissors from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
scissors
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

The same icon in other sets

Use the scissors icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2.5 -2.5 24 24"><path fill="currentColor" d="M9.107 10.554L7.363 12.63a3.99 3.99 0 0 1-.192 4.89a4.004 4.004 0 0 1-5.635.492a3.99 3.99 0 0 1-.493-5.628a4.005 4.005 0 0 1 4.788-1.038L7.801 9L2.413 2.587a1 1 0 0 1 .123-1.407a1 1 0 0 1 1.409.123l5.162 6.144l5.161-6.144a1 1 0 0 1 1.41-.123a1 1 0 0 1 .123 1.407L10.412 9l1.97 2.345a4.005 4.005 0 0 1 4.788 1.038a3.99 3.99 0 0 1-.493 5.628a4.004 4.004 0 0 1-5.635-.492a3.99 3.99 0 0 1-.192-4.89zm-6.285 5.927a2 2 0 0 0 2.571-3.06a2 2 0 0 0-2.818.246c-.71.845-.6 2.105.247 2.814m12.57 0a1.996 1.996 0 0 0 .246-2.814a2 2 0 0 0-2.817-.246a1.996 1.996 0 0 0-.247 2.814c.71.845 1.972.955 2.818.246"/></svg>

React

import type { SVGProps } from "react";

export function JamScissors(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2.5 -2.5 24 24"><path fill="currentColor" d="M9.107 10.554L7.363 12.63a3.99 3.99 0 0 1-.192 4.89a4.004 4.004 0 0 1-5.635.492a3.99 3.99 0 0 1-.493-5.628a4.005 4.005 0 0 1 4.788-1.038L7.801 9L2.413 2.587a1 1 0 0 1 .123-1.407a1 1 0 0 1 1.409.123l5.162 6.144l5.161-6.144a1 1 0 0 1 1.41-.123a1 1 0 0 1 .123 1.407L10.412 9l1.97 2.345a4.005 4.005 0 0 1 4.788 1.038a3.99 3.99 0 0 1-.493 5.628a4.004 4.004 0 0 1-5.635-.492a3.99 3.99 0 0 1-.192-4.89zm-6.285 5.927a2 2 0 0 0 2.571-3.06a2 2 0 0 0-2.818.246c-.71.845-.6 2.105.247 2.814m12.57 0a1.996 1.996 0 0 0 .246-2.814a2 2 0 0 0-2.817-.246a1.996 1.996 0 0 0-.247 2.814c.71.845 1.972.955 2.818.246"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2.5 -2.5 24 24"><path fill="currentColor" d="M9.107 10.554L7.363 12.63a3.99 3.99 0 0 1-.192 4.89a4.004 4.004 0 0 1-5.635.492a3.99 3.99 0 0 1-.493-5.628a4.005 4.005 0 0 1 4.788-1.038L7.801 9L2.413 2.587a1 1 0 0 1 .123-1.407a1 1 0 0 1 1.409.123l5.162 6.144l5.161-6.144a1 1 0 0 1 1.41-.123a1 1 0 0 1 .123 1.407L10.412 9l1.97 2.345a4.005 4.005 0 0 1 4.788 1.038a3.99 3.99 0 0 1-.493 5.628a4.004 4.004 0 0 1-5.635-.492a3.99 3.99 0 0 1-.192-4.89zm-6.285 5.927a2 2 0 0 0 2.571-3.06a2 2 0 0 0-2.818.246c-.71.845-.6 2.105.247 2.814m12.57 0a1.996 1.996 0 0 0 .246-2.814a2 2 0 0 0-2.817-.246a1.996 1.996 0 0 0-.247 2.814c.71.845 1.972.955 2.818.246"/></svg>
</template>

CSS

.icon-scissors {
  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%22-2.5%20-2.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.107%2010.554L7.363%2012.63a3.99%203.99%200%200%201-.192%204.89a4.004%204.004%200%200%201-5.635.492a3.99%203.99%200%200%201-.493-5.628a4.005%204.005%200%200%201%204.788-1.038L7.801%209L2.413%202.587a1%201%200%200%201%20.123-1.407a1%201%200%200%201%201.409.123l5.162%206.144l5.161-6.144a1%201%200%200%201%201.41-.123a1%201%200%200%201%20.123%201.407L10.412%209l1.97%202.345a4.005%204.005%200%200%201%204.788%201.038a3.99%203.99%200%200%201-.493%205.628a4.004%204.004%200%200%201-5.635-.492a3.99%203.99%200%200%201-.192-4.89zm-6.285%205.927a2%202%200%200%200%202.571-3.06a2%202%200%200%200-2.818.246c-.71.845-.6%202.105.247%202.814m12.57%200a1.996%201.996%200%200%200%20.246-2.814a2%202%200%200%200-2.817-.246a1.996%201.996%200%200%200-.247%202.814c.71.845%201.972.955%202.818.246%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%22-2.5%20-2.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.107%2010.554L7.363%2012.63a3.99%203.99%200%200%201-.192%204.89a4.004%204.004%200%200%201-5.635.492a3.99%203.99%200%200%201-.493-5.628a4.005%204.005%200%200%201%204.788-1.038L7.801%209L2.413%202.587a1%201%200%200%201%20.123-1.407a1%201%200%200%201%201.409.123l5.162%206.144l5.161-6.144a1%201%200%200%201%201.41-.123a1%201%200%200%201%20.123%201.407L10.412%209l1.97%202.345a4.005%204.005%200%200%201%204.788%201.038a3.99%203.99%200%200%201-.493%205.628a4.004%204.004%200%200%201-5.635-.492a3.99%203.99%200%200%201-.192-4.89zm-6.285%205.927a2%202%200%200%200%202.571-3.06a2%202%200%200%200-2.818.246c-.71.845-.6%202.105.247%202.814m12.57%200a1.996%201.996%200%200%200%20.246-2.814a2%202%200%200%200-2.817-.246a1.996%201.996%200%200%200-.247%202.814c.71.845%201.972.955%202.818.246%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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