hand scissors icon
hand-scissors from Font Awesome 6 Solid by Dave Gandy · Regular · Hands · CC-BY-4.0 Attribution required.
- Name
- hand-scissors
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Hands
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
More hands icons from Font Awesome 6 Solid
hand-holdinghand-holding-medicalhand-lizardhand-middle-fingerhand-peacehand-sparkleshand-spockhandshandshake-slashthumbs-downthumbs-uphand-holding-hearthand-point-downhand-point-lefthand-point-righthand-point-uphand-pointerhand-back-fisthand-dotshand-fisthand-holding-dollarhand-holding-droplethand-holding-hand
Use the hand scissors icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M40 208c-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-128V206.9c0-40.2-16-78.8-44.4-107.3C444.8 76.8 413.9 64 381.7 64H336c-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.4L288 129.9v.1L84 65.8C62.9 59.2 40.5 70.9 33.8 92s5.1 43.5 26.2 50.2L269.5 208z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidHandScissors(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M40 208c-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-128V206.9c0-40.2-16-78.8-44.4-107.3C444.8 76.8 413.9 64 381.7 64H336c-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.4L288 129.9v.1L84 65.8C62.9 59.2 40.5 70.9 33.8 92s5.1 43.5 26.2 50.2L269.5 208z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M40 208c-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-128V206.9c0-40.2-16-78.8-44.4-107.3C444.8 76.8 413.9 64 381.7 64H336c-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.4L288 129.9v.1L84 65.8C62.9 59.2 40.5 70.9 33.8 92s5.1 43.5 26.2 50.2L269.5 208z"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M40%20208c-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-128V206.9c0-40.2-16-78.8-44.4-107.3C444.8%2076.8%20413.9%2064%20381.7%2064H336c-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.4L288%20129.9v.1L84%2065.8C62.9%2059.2%2040.5%2070.9%2033.8%2092s5.1%2043.5%2026.2%2050.2L269.5%20208z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M40%20208c-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-128V206.9c0-40.2-16-78.8-44.4-107.3C444.8%2076.8%20413.9%2064%20381.7%2064H336c-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.4L288%20129.9v.1L84%2065.8C62.9%2059.2%2040.5%2070.9%2033.8%2092s5.1%2043.5%2026.2%2050.2L269.5%20208z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/hand-scissors.svg?color=%231a73e8&size=48