scissors icon

scissors-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
scissors-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

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 256 256"><path fill="currentColor" d="M238.78 183.79L98.28 87.65A40.2 40.2 0 0 0 100 76a40 40 0 1 0-15.29 31.45l30 20.56l-30 20.56a40 40 0 1 0 3.57 59.74A39.73 39.73 0 0 0 100 180a40.2 40.2 0 0 0-1.72-11.66l37.72-25.8l89.22 61.06a12 12 0 0 0 13.56-19.81m-167.47 7.54A16 16 0 1 1 76 180a16 16 0 0 1-4.69 11.33M48.69 87.3a16 16 0 1 1 22.62 0a16 16 0 0 1-22.62 0m112.82 23.24a12 12 0 0 1 3.13-16.68l60.58-41.46a12 12 0 0 1 13.56 19.81l-60.59 41.46a12 12 0 0 1-16.68-3.13"/></svg>

React

import type { SVGProps } from "react";

export function PhScissorsBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M238.78 183.79L98.28 87.65A40.2 40.2 0 0 0 100 76a40 40 0 1 0-15.29 31.45l30 20.56l-30 20.56a40 40 0 1 0 3.57 59.74A39.73 39.73 0 0 0 100 180a40.2 40.2 0 0 0-1.72-11.66l37.72-25.8l89.22 61.06a12 12 0 0 0 13.56-19.81m-167.47 7.54A16 16 0 1 1 76 180a16 16 0 0 1-4.69 11.33M48.69 87.3a16 16 0 1 1 22.62 0a16 16 0 0 1-22.62 0m112.82 23.24a12 12 0 0 1 3.13-16.68l60.58-41.46a12 12 0 0 1 13.56 19.81l-60.59 41.46a12 12 0 0 1-16.68-3.13"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M238.78 183.79L98.28 87.65A40.2 40.2 0 0 0 100 76a40 40 0 1 0-15.29 31.45l30 20.56l-30 20.56a40 40 0 1 0 3.57 59.74A39.73 39.73 0 0 0 100 180a40.2 40.2 0 0 0-1.72-11.66l37.72-25.8l89.22 61.06a12 12 0 0 0 13.56-19.81m-167.47 7.54A16 16 0 1 1 76 180a16 16 0 0 1-4.69 11.33M48.69 87.3a16 16 0 1 1 22.62 0a16 16 0 0 1-22.62 0m112.82 23.24a12 12 0 0 1 3.13-16.68l60.58-41.46a12 12 0 0 1 13.56 19.81l-60.59 41.46a12 12 0 0 1-16.68-3.13"/></svg>
</template>

CSS

.icon-scissors-bold {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M238.78%20183.79L98.28%2087.65A40.2%2040.2%200%200%200%20100%2076a40%2040%200%201%200-15.29%2031.45l30%2020.56l-30%2020.56a40%2040%200%201%200%203.57%2059.74A39.73%2039.73%200%200%200%20100%20180a40.2%2040.2%200%200%200-1.72-11.66l37.72-25.8l89.22%2061.06a12%2012%200%200%200%2013.56-19.81m-167.47%207.54A16%2016%200%201%201%2076%20180a16%2016%200%200%201-4.69%2011.33M48.69%2087.3a16%2016%200%201%201%2022.62%200a16%2016%200%200%201-22.62%200m112.82%2023.24a12%2012%200%200%201%203.13-16.68l60.58-41.46a12%2012%200%200%201%2013.56%2019.81l-60.59%2041.46a12%2012%200%200%201-16.68-3.13%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M238.78%20183.79L98.28%2087.65A40.2%2040.2%200%200%200%20100%2076a40%2040%200%201%200-15.29%2031.45l30%2020.56l-30%2020.56a40%2040%200%201%200%203.57%2059.74A39.73%2039.73%200%200%200%20100%20180a40.2%2040.2%200%200%200-1.72-11.66l37.72-25.8l89.22%2061.06a12%2012%200%200%200%2013.56-19.81m-167.47%207.54A16%2016%200%201%201%2076%20180a16%2016%200%200%201-4.69%2011.33M48.69%2087.3a16%2016%200%201%201%2022.62%200a16%2016%200%200%201-22.62%200m112.82%2023.24a12%2012%200%200%201%203.13-16.68l60.58-41.46a12%2012%200%200%201%2013.56%2019.81l-60.59%2041.46a12%2012%200%200%201-16.68-3.13%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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