scissor from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.

Name
scissor
Set
Element Plus
Style
Outline
Viewbox
1024×1024
License
MIT

The same icon in other sets

Use the scissor icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 578.4L405.3 731a160 160 0 1 1-23.4-78.2L473 522.6L196.9 128.3a32 32 0 1 1 52.4-36.8l393 561.4A160 160 0 1 1 619 731L512.1 578.4zM566.6 389L774.8 91.5a32 32 0 0 1 52.5 36.8L605.6 444.9zM190 815a96 96 0 1 0 110.2-157.3a96 96 0 0 0-110 157.3zm643.9 0a96 96 0 1 0-110.1-157.3a96 96 0 0 0 110 157.3"/></svg>

React

import type { SVGProps } from "react";

export function EpScissor(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 578.4L405.3 731a160 160 0 1 1-23.4-78.2L473 522.6L196.9 128.3a32 32 0 1 1 52.4-36.8l393 561.4A160 160 0 1 1 619 731L512.1 578.4zM566.6 389L774.8 91.5a32 32 0 0 1 52.5 36.8L605.6 444.9zM190 815a96 96 0 1 0 110.2-157.3a96 96 0 0 0-110 157.3zm643.9 0a96 96 0 1 0-110.1-157.3a96 96 0 0 0 110 157.3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 578.4L405.3 731a160 160 0 1 1-23.4-78.2L473 522.6L196.9 128.3a32 32 0 1 1 52.4-36.8l393 561.4A160 160 0 1 1 619 731L512.1 578.4zM566.6 389L774.8 91.5a32 32 0 0 1 52.5 36.8L605.6 444.9zM190 815a96 96 0 1 0 110.2-157.3a96 96 0 0 0-110 157.3zm643.9 0a96 96 0 1 0-110.1-157.3a96 96 0 0 0 110 157.3"/></svg>
</template>

CSS

.icon-scissor {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%20578.4L405.3%20731a160%20160%200%201%201-23.4-78.2L473%20522.6L196.9%20128.3a32%2032%200%201%201%2052.4-36.8l393%20561.4A160%20160%200%201%201%20619%20731L512.1%20578.4zM566.6%20389L774.8%2091.5a32%2032%200%200%201%2052.5%2036.8L605.6%20444.9zM190%20815a96%2096%200%201%200%20110.2-157.3a96%2096%200%200%200-110%20157.3zm643.9%200a96%2096%200%201%200-110.1-157.3a96%2096%200%200%200%20110%20157.3%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%20578.4L405.3%20731a160%20160%200%201%201-23.4-78.2L473%20522.6L196.9%20128.3a32%2032%200%201%201%2052.4-36.8l393%20561.4A160%20160%200%201%201%20619%20731L512.1%20578.4zM566.6%20389L774.8%2091.5a32%2032%200%200%201%2052.5%2036.8L605.6%20444.9zM190%20815a96%2096%200%201%200%20110.2-157.3a96%2096%200%200%200-110%20157.3zm643.9%200a96%2096%200%201%200-110.1-157.3a96%2096%200%200%200%20110%20157.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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