scissors icon

scissors-solid from HeroIcons by Refactoring UI Inc · Solid 24x24 · MIT Free for personal and commercial use.

Name
scissors-solid
Set
HeroIcons
Style
Solid 24x24
Viewbox
24×24
License
MIT

3 other variants in HeroIcons

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 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M8.128 9.155a3.751 3.751 0 1 1 .713-1.321l1.136.656a.75.75 0 0 1 .222 1.104l-.006.007a.75.75 0 0 1-1.032.157a1 1 0 0 0-.113-.072zm-4.827-3.53a2.25 2.25 0 0 1 3.994 2.063a.8.8 0 0 0-.122.23a2.25 2.25 0 0 1-3.872-2.293m10.047 2.647a5.07 5.07 0 0 0-3.428 3.57a5 5 0 0 0-.165 1.202a1.42 1.42 0 0 1-.707 1.201l-.96.554a3.751 3.751 0 1 0 .734 1.309l13.729-7.926a.75.75 0 0 0-.181-1.374l-.803-.215a5.25 5.25 0 0 0-2.894.05zm-9.223 7.03a2.25 2.25 0 1 0 2.25 3.897a2.25 2.25 0 0 0-2.25-3.897M12 12.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5" clip-rule="evenodd"/><path d="M16.372 12.615a.75.75 0 0 1 .75 0l5.43 3.135a.75.75 0 0 1-.182 1.374l-.802.215a5.25 5.25 0 0 1-2.894-.051l-5.147-1.574a.75.75 0 0 1-.156-1.367z"/></g></svg>

React

import type { SVGProps } from "react";

export function HeroiconsScissorsSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M8.128 9.155a3.751 3.751 0 1 1 .713-1.321l1.136.656a.75.75 0 0 1 .222 1.104l-.006.007a.75.75 0 0 1-1.032.157a1 1 0 0 0-.113-.072zm-4.827-3.53a2.25 2.25 0 0 1 3.994 2.063a.8.8 0 0 0-.122.23a2.25 2.25 0 0 1-3.872-2.293m10.047 2.647a5.07 5.07 0 0 0-3.428 3.57a5 5 0 0 0-.165 1.202a1.42 1.42 0 0 1-.707 1.201l-.96.554a3.751 3.751 0 1 0 .734 1.309l13.729-7.926a.75.75 0 0 0-.181-1.374l-.803-.215a5.25 5.25 0 0 0-2.894.05zm-9.223 7.03a2.25 2.25 0 1 0 2.25 3.897a2.25 2.25 0 0 0-2.25-3.897M12 12.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5" clipRule="evenodd"/><path d="M16.372 12.615a.75.75 0 0 1 .75 0l5.43 3.135a.75.75 0 0 1-.182 1.374l-.802.215a5.25 5.25 0 0 1-2.894-.051l-5.147-1.574a.75.75 0 0 1-.156-1.367z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M8.128 9.155a3.751 3.751 0 1 1 .713-1.321l1.136.656a.75.75 0 0 1 .222 1.104l-.006.007a.75.75 0 0 1-1.032.157a1 1 0 0 0-.113-.072zm-4.827-3.53a2.25 2.25 0 0 1 3.994 2.063a.8.8 0 0 0-.122.23a2.25 2.25 0 0 1-3.872-2.293m10.047 2.647a5.07 5.07 0 0 0-3.428 3.57a5 5 0 0 0-.165 1.202a1.42 1.42 0 0 1-.707 1.201l-.96.554a3.751 3.751 0 1 0 .734 1.309l13.729-7.926a.75.75 0 0 0-.181-1.374l-.803-.215a5.25 5.25 0 0 0-2.894.05zm-9.223 7.03a2.25 2.25 0 1 0 2.25 3.897a2.25 2.25 0 0 0-2.25-3.897M12 12.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5" clip-rule="evenodd"/><path d="M16.372 12.615a.75.75 0 0 1 .75 0l5.43 3.135a.75.75 0 0 1-.182 1.374l-.802.215a5.25 5.25 0 0 1-2.894-.051l-5.147-1.574a.75.75 0 0 1-.156-1.367z"/></g></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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.128%209.155a3.751%203.751%200%201%201%20.713-1.321l1.136.656a.75.75%200%200%201%20.222%201.104l-.006.007a.75.75%200%200%201-1.032.157a1%201%200%200%200-.113-.072zm-4.827-3.53a2.25%202.25%200%200%201%203.994%202.063a.8.8%200%200%200-.122.23a2.25%202.25%200%200%201-3.872-2.293m10.047%202.647a5.07%205.07%200%200%200-3.428%203.57a5%205%200%200%200-.165%201.202a1.42%201.42%200%200%201-.707%201.201l-.96.554a3.751%203.751%200%201%200%20.734%201.309l13.729-7.926a.75.75%200%200%200-.181-1.374l-.803-.215a5.25%205.25%200%200%200-2.894.05zm-9.223%207.03a2.25%202.25%200%201%200%202.25%203.897a2.25%202.25%200%200%200-2.25-3.897M12%2012.75a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16.372%2012.615a.75.75%200%200%201%20.75%200l5.43%203.135a.75.75%200%200%201-.182%201.374l-.802.215a5.25%205.25%200%200%201-2.894-.051l-5.147-1.574a.75.75%200%200%201-.156-1.367z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.128%209.155a3.751%203.751%200%201%201%20.713-1.321l1.136.656a.75.75%200%200%201%20.222%201.104l-.006.007a.75.75%200%200%201-1.032.157a1%201%200%200%200-.113-.072zm-4.827-3.53a2.25%202.25%200%200%201%203.994%202.063a.8.8%200%200%200-.122.23a2.25%202.25%200%200%201-3.872-2.293m10.047%202.647a5.07%205.07%200%200%200-3.428%203.57a5%205%200%200%200-.165%201.202a1.42%201.42%200%200%201-.707%201.201l-.96.554a3.751%203.751%200%201%200%20.734%201.309l13.729-7.926a.75.75%200%200%200-.181-1.374l-.803-.215a5.25%205.25%200%200%200-2.894.05zm-9.223%207.03a2.25%202.25%200%201%200%202.25%203.897a2.25%202.25%200%200%200-2.25-3.897M12%2012.75a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16.372%2012.615a.75.75%200%200%201%20.75%200l5.43%203.135a.75.75%200%200%201-.182%201.374l-.802.215a5.25%205.25%200%200%201-2.894-.051l-5.147-1.574a.75.75%200%200%201-.156-1.367z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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