hand scissors icon
hand-scissors from Font Awesome Solid by Dave Gandy · Solid · Hands · CC-BY-4.0 Attribution required.
- Name
- hand-scissors
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Hands
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More hands icons from Font Awesome Solid
allergiesfist-raisedhand-holdinghand-holding-medicalhand-lizardhand-middle-fingerhand-paperhand-peacehand-rockhand-sparkleshand-spockhandshands-washhandshake-alt-slashhandshake-slashpraying-handsthumbs-downthumbs-uphand-holding-hearthand-holding-usdhand-holding-waterhand-point-downhand-point-lefthand-point-right
Use the hand scissors icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M104 272c-22.1 0-40 17.9-40 40s17.9 40 40 40h180.2c-7.6 8.5-12.2 19.7-12.2 32c0 25.3 19.5 46 44.3 47.9c-7.7 8.5-12.3 19.8-12.3 32.1c0 26.5 21.5 48 48 48h96c70.7 0 128-57.3 128-128V270.9c0-40.2-16-78.8-44.4-107.3c-22.8-22.8-53.6-35.6-85.8-35.6H400c-21.3 0-39.3 13.9-45.6 33.1l74.5 23.7c8.4 2.7 13.1 11.7 10.4 20.1s-11.7 13.1-20.1 10.4l-67.1-21.4v.1l-204-64.1c-21.2-6.7-43.6 5-50.2 26.1s5.1 43.5 26.2 50.2L333.5 272z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidHandScissors(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M104 272c-22.1 0-40 17.9-40 40s17.9 40 40 40h180.2c-7.6 8.5-12.2 19.7-12.2 32c0 25.3 19.5 46 44.3 47.9c-7.7 8.5-12.3 19.8-12.3 32.1c0 26.5 21.5 48 48 48h96c70.7 0 128-57.3 128-128V270.9c0-40.2-16-78.8-44.4-107.3c-22.8-22.8-53.6-35.6-85.8-35.6H400c-21.3 0-39.3 13.9-45.6 33.1l74.5 23.7c8.4 2.7 13.1 11.7 10.4 20.1s-11.7 13.1-20.1 10.4l-67.1-21.4v.1l-204-64.1c-21.2-6.7-43.6 5-50.2 26.1s5.1 43.5 26.2 50.2L333.5 272z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M104 272c-22.1 0-40 17.9-40 40s17.9 40 40 40h180.2c-7.6 8.5-12.2 19.7-12.2 32c0 25.3 19.5 46 44.3 47.9c-7.7 8.5-12.3 19.8-12.3 32.1c0 26.5 21.5 48 48 48h96c70.7 0 128-57.3 128-128V270.9c0-40.2-16-78.8-44.4-107.3c-22.8-22.8-53.6-35.6-85.8-35.6H400c-21.3 0-39.3 13.9-45.6 33.1l74.5 23.7c8.4 2.7 13.1 11.7 10.4 20.1s-11.7 13.1-20.1 10.4l-67.1-21.4v.1l-204-64.1c-21.2-6.7-43.6 5-50.2 26.1s5.1 43.5 26.2 50.2L333.5 272z"/></svg> </template>
CSS
.icon-hand-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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M104%20272c-22.1%200-40%2017.9-40%2040s17.9%2040%2040%2040h180.2c-7.6%208.5-12.2%2019.7-12.2%2032c0%2025.3%2019.5%2046%2044.3%2047.9c-7.7%208.5-12.3%2019.8-12.3%2032.1c0%2026.5%2021.5%2048%2048%2048h96c70.7%200%20128-57.3%20128-128V270.9c0-40.2-16-78.8-44.4-107.3c-22.8-22.8-53.6-35.6-85.8-35.6H400c-21.3%200-39.3%2013.9-45.6%2033.1l74.5%2023.7c8.4%202.7%2013.1%2011.7%2010.4%2020.1s-11.7%2013.1-20.1%2010.4l-67.1-21.4v.1l-204-64.1c-21.2-6.7-43.6%205-50.2%2026.1s5.1%2043.5%2026.2%2050.2L333.5%20272z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M104%20272c-22.1%200-40%2017.9-40%2040s17.9%2040%2040%2040h180.2c-7.6%208.5-12.2%2019.7-12.2%2032c0%2025.3%2019.5%2046%2044.3%2047.9c-7.7%208.5-12.3%2019.8-12.3%2032.1c0%2026.5%2021.5%2048%2048%2048h96c70.7%200%20128-57.3%20128-128V270.9c0-40.2-16-78.8-44.4-107.3c-22.8-22.8-53.6-35.6-85.8-35.6H400c-21.3%200-39.3%2013.9-45.6%2033.1l74.5%2023.7c8.4%202.7%2013.1%2011.7%2010.4%2020.1s-11.7%2013.1-20.1%2010.4l-67.1-21.4v.1l-204-64.1c-21.2-6.7-43.6%205-50.2%2026.1s5.1%2043.5%2026.2%2050.2L333.5%20272z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/hand-scissors.svg?color=%231a73e8&size=48