scissors from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.

Name
scissors
Set
Radix Icons
Style
Outline
Viewbox
15×15
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="0 0 15 15"><path fill="currentColor" d="M4.776 9.595a2.45 2.45 0 1 1-.552-.836l2.203-1.472l.253-.907a1 1 0 0 1 .476-.604l3.074-1.711a10 10 0 0 1 3.819-1.207l.951-.1zM15 12.241l-.951-.101a10 10 0 0 1-3.817-1.207L7.156 9.222l-.011-.008L8.81 8.1zM2.5 8.95a1.55 1.55 0 1 0 0 3.099a1.55 1.55 0 0 0 0-3.1m0-6.916a2.45 2.45 0 0 1 2.272 3.364l.965.646l-.021.068l-.153.55l-.353.235l-.996-.665A2.45 2.45 0 1 1 2.5 2.035m0 .9a1.55 1.55 0 1 0 0 3.1a1.55 1.55 0 0 0 0-3.1"/></svg>

React

import type { SVGProps } from "react";

export function RadixIconsScissors(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M4.776 9.595a2.45 2.45 0 1 1-.552-.836l2.203-1.472l.253-.907a1 1 0 0 1 .476-.604l3.074-1.711a10 10 0 0 1 3.819-1.207l.951-.1zM15 12.241l-.951-.101a10 10 0 0 1-3.817-1.207L7.156 9.222l-.011-.008L8.81 8.1zM2.5 8.95a1.55 1.55 0 1 0 0 3.099a1.55 1.55 0 0 0 0-3.1m0-6.916a2.45 2.45 0 0 1 2.272 3.364l.965.646l-.021.068l-.153.55l-.353.235l-.996-.665A2.45 2.45 0 1 1 2.5 2.035m0 .9a1.55 1.55 0 1 0 0 3.1a1.55 1.55 0 0 0 0-3.1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M4.776 9.595a2.45 2.45 0 1 1-.552-.836l2.203-1.472l.253-.907a1 1 0 0 1 .476-.604l3.074-1.711a10 10 0 0 1 3.819-1.207l.951-.1zM15 12.241l-.951-.101a10 10 0 0 1-3.817-1.207L7.156 9.222l-.011-.008L8.81 8.1zM2.5 8.95a1.55 1.55 0 1 0 0 3.099a1.55 1.55 0 0 0 0-3.1m0-6.916a2.45 2.45 0 0 1 2.272 3.364l.965.646l-.021.068l-.153.55l-.353.235l-.996-.665A2.45 2.45 0 1 1 2.5 2.035m0 .9a1.55 1.55 0 1 0 0 3.1a1.55 1.55 0 0 0 0-3.1"/></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%220%200%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.776%209.595a2.45%202.45%200%201%201-.552-.836l2.203-1.472l.253-.907a1%201%200%200%201%20.476-.604l3.074-1.711a10%2010%200%200%201%203.819-1.207l.951-.1zM15%2012.241l-.951-.101a10%2010%200%200%201-3.817-1.207L7.156%209.222l-.011-.008L8.81%208.1zM2.5%208.95a1.55%201.55%200%201%200%200%203.099a1.55%201.55%200%200%200%200-3.1m0-6.916a2.45%202.45%200%200%201%202.272%203.364l.965.646l-.021.068l-.153.55l-.353.235l-.996-.665A2.45%202.45%200%201%201%202.5%202.035m0%20.9a1.55%201.55%200%201%200%200%203.1a1.55%201.55%200%200%200%200-3.1%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.776%209.595a2.45%202.45%200%201%201-.552-.836l2.203-1.472l.253-.907a1%201%200%200%201%20.476-.604l3.074-1.711a10%2010%200%200%201%203.819-1.207l.951-.1zM15%2012.241l-.951-.101a10%2010%200%200%201-3.817-1.207L7.156%209.222l-.011-.008L8.81%208.1zM2.5%208.95a1.55%201.55%200%201%200%200%203.099a1.55%201.55%200%200%200%200-3.1m0-6.916a2.45%202.45%200%200%201%202.272%203.364l.965.646l-.021.068l-.153.55l-.353.235l-.996-.665A2.45%202.45%200%201%201%202.5%202.035m0%20.9a1.55%201.55%200%201%200%200%203.1a1.55%201.55%200%200%200%200-3.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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