hand scissors icon
hand-scissors from Font Awesome 6 Regular by Dave Gandy · Regular · Hands · CC-BY-4.0 Attribution required.
- Name
- hand-scissors
- Set
- Font Awesome 6 Regular
- 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 Regular
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="M.2 276.3c-1.2-35.3 26.4-65 61.7-66.2l3.3-.1l-8.2-1.9C22.5 200.5.7 166.3 8.3 131.8s41.9-56.3 76.4-48.6l173 38.3c2.3-2.9 4.7-5.7 7.1-8.5l18.4-20.3C299.9 74.5 323.5 64 348.3 64h10.2c54.1 0 104.1 28.7 131.3 75.4l1.5 2.6c13.6 23.2 20.7 49.7 20.7 76.6V344c0 66.3-53.7 120-120 120H288c-35.3 0-64-28.7-64-64c0-2.8.2-5.6.5-8.3c-19.4-11-32.5-31.8-32.5-55.7v-2.4L66.4 338c-35.3 1.2-65-26.4-66.2-61.7m63.4-18.2c-8.8.3-15.7 7.7-15.4 16.5s7.7 15.7 16.5 15.4l161.5-5.6c9.8-.3 18.7 5.3 22.7 14.2s2.2 19.3-4.5 26.4c-2.8 2.9-4.4 6.7-4.4 11c0 8.8 7.2 16 16 16c9.1 0 17.4 5.1 21.5 13.3s3.2 17.9-2.3 25.1c-2 2.7-3.2 6-3.2 9.6c0 8.8 7.2 16 16 16h104c39.8 0 72-32.2 72-72V218.6c0-18.4-4.9-36.5-14.2-52.4l-1.5-2.6c-18.6-32-52.8-51.6-89.8-51.6h-10.2c-11.3 0-22 4.8-29.6 13.1l-17.5-15.9l17.5 15.9l-18.4 20.3c-.6.6-1.1 1.3-1.7 1.9l57 13.2c8.6 2 14 10.6 12 19.2s-10.6 14-19.2 12L262.8 172L74.3 130c-8.6-1.9-17.2 3.5-19.1 12.2s3.5 17.2 12.2 19.1l187.5 41.6c10.2 2.3 17.8 10.9 18.7 21.4l.1 1c.6 6.6-1.5 13.1-5.8 18.1s-10.6 7.9-17.2 8.2z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6RegularHandScissors(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="M.2 276.3c-1.2-35.3 26.4-65 61.7-66.2l3.3-.1l-8.2-1.9C22.5 200.5.7 166.3 8.3 131.8s41.9-56.3 76.4-48.6l173 38.3c2.3-2.9 4.7-5.7 7.1-8.5l18.4-20.3C299.9 74.5 323.5 64 348.3 64h10.2c54.1 0 104.1 28.7 131.3 75.4l1.5 2.6c13.6 23.2 20.7 49.7 20.7 76.6V344c0 66.3-53.7 120-120 120H288c-35.3 0-64-28.7-64-64c0-2.8.2-5.6.5-8.3c-19.4-11-32.5-31.8-32.5-55.7v-2.4L66.4 338c-35.3 1.2-65-26.4-66.2-61.7m63.4-18.2c-8.8.3-15.7 7.7-15.4 16.5s7.7 15.7 16.5 15.4l161.5-5.6c9.8-.3 18.7 5.3 22.7 14.2s2.2 19.3-4.5 26.4c-2.8 2.9-4.4 6.7-4.4 11c0 8.8 7.2 16 16 16c9.1 0 17.4 5.1 21.5 13.3s3.2 17.9-2.3 25.1c-2 2.7-3.2 6-3.2 9.6c0 8.8 7.2 16 16 16h104c39.8 0 72-32.2 72-72V218.6c0-18.4-4.9-36.5-14.2-52.4l-1.5-2.6c-18.6-32-52.8-51.6-89.8-51.6h-10.2c-11.3 0-22 4.8-29.6 13.1l-17.5-15.9l17.5 15.9l-18.4 20.3c-.6.6-1.1 1.3-1.7 1.9l57 13.2c8.6 2 14 10.6 12 19.2s-10.6 14-19.2 12L262.8 172L74.3 130c-8.6-1.9-17.2 3.5-19.1 12.2s3.5 17.2 12.2 19.1l187.5 41.6c10.2 2.3 17.8 10.9 18.7 21.4l.1 1c.6 6.6-1.5 13.1-5.8 18.1s-10.6 7.9-17.2 8.2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M.2 276.3c-1.2-35.3 26.4-65 61.7-66.2l3.3-.1l-8.2-1.9C22.5 200.5.7 166.3 8.3 131.8s41.9-56.3 76.4-48.6l173 38.3c2.3-2.9 4.7-5.7 7.1-8.5l18.4-20.3C299.9 74.5 323.5 64 348.3 64h10.2c54.1 0 104.1 28.7 131.3 75.4l1.5 2.6c13.6 23.2 20.7 49.7 20.7 76.6V344c0 66.3-53.7 120-120 120H288c-35.3 0-64-28.7-64-64c0-2.8.2-5.6.5-8.3c-19.4-11-32.5-31.8-32.5-55.7v-2.4L66.4 338c-35.3 1.2-65-26.4-66.2-61.7m63.4-18.2c-8.8.3-15.7 7.7-15.4 16.5s7.7 15.7 16.5 15.4l161.5-5.6c9.8-.3 18.7 5.3 22.7 14.2s2.2 19.3-4.5 26.4c-2.8 2.9-4.4 6.7-4.4 11c0 8.8 7.2 16 16 16c9.1 0 17.4 5.1 21.5 13.3s3.2 17.9-2.3 25.1c-2 2.7-3.2 6-3.2 9.6c0 8.8 7.2 16 16 16h104c39.8 0 72-32.2 72-72V218.6c0-18.4-4.9-36.5-14.2-52.4l-1.5-2.6c-18.6-32-52.8-51.6-89.8-51.6h-10.2c-11.3 0-22 4.8-29.6 13.1l-17.5-15.9l17.5 15.9l-18.4 20.3c-.6.6-1.1 1.3-1.7 1.9l57 13.2c8.6 2 14 10.6 12 19.2s-10.6 14-19.2 12L262.8 172L74.3 130c-8.6-1.9-17.2 3.5-19.1 12.2s3.5 17.2 12.2 19.1l187.5 41.6c10.2 2.3 17.8 10.9 18.7 21.4l.1 1c.6 6.6-1.5 13.1-5.8 18.1s-10.6 7.9-17.2 8.2z"/></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%22M.2%20276.3c-1.2-35.3%2026.4-65%2061.7-66.2l3.3-.1l-8.2-1.9C22.5%20200.5.7%20166.3%208.3%20131.8s41.9-56.3%2076.4-48.6l173%2038.3c2.3-2.9%204.7-5.7%207.1-8.5l18.4-20.3C299.9%2074.5%20323.5%2064%20348.3%2064h10.2c54.1%200%20104.1%2028.7%20131.3%2075.4l1.5%202.6c13.6%2023.2%2020.7%2049.7%2020.7%2076.6V344c0%2066.3-53.7%20120-120%20120H288c-35.3%200-64-28.7-64-64c0-2.8.2-5.6.5-8.3c-19.4-11-32.5-31.8-32.5-55.7v-2.4L66.4%20338c-35.3%201.2-65-26.4-66.2-61.7m63.4-18.2c-8.8.3-15.7%207.7-15.4%2016.5s7.7%2015.7%2016.5%2015.4l161.5-5.6c9.8-.3%2018.7%205.3%2022.7%2014.2s2.2%2019.3-4.5%2026.4c-2.8%202.9-4.4%206.7-4.4%2011c0%208.8%207.2%2016%2016%2016c9.1%200%2017.4%205.1%2021.5%2013.3s3.2%2017.9-2.3%2025.1c-2%202.7-3.2%206-3.2%209.6c0%208.8%207.2%2016%2016%2016h104c39.8%200%2072-32.2%2072-72V218.6c0-18.4-4.9-36.5-14.2-52.4l-1.5-2.6c-18.6-32-52.8-51.6-89.8-51.6h-10.2c-11.3%200-22%204.8-29.6%2013.1l-17.5-15.9l17.5%2015.9l-18.4%2020.3c-.6.6-1.1%201.3-1.7%201.9l57%2013.2c8.6%202%2014%2010.6%2012%2019.2s-10.6%2014-19.2%2012L262.8%20172L74.3%20130c-8.6-1.9-17.2%203.5-19.1%2012.2s3.5%2017.2%2012.2%2019.1l187.5%2041.6c10.2%202.3%2017.8%2010.9%2018.7%2021.4l.1%201c.6%206.6-1.5%2013.1-5.8%2018.1s-10.6%207.9-17.2%208.2z%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%22M.2%20276.3c-1.2-35.3%2026.4-65%2061.7-66.2l3.3-.1l-8.2-1.9C22.5%20200.5.7%20166.3%208.3%20131.8s41.9-56.3%2076.4-48.6l173%2038.3c2.3-2.9%204.7-5.7%207.1-8.5l18.4-20.3C299.9%2074.5%20323.5%2064%20348.3%2064h10.2c54.1%200%20104.1%2028.7%20131.3%2075.4l1.5%202.6c13.6%2023.2%2020.7%2049.7%2020.7%2076.6V344c0%2066.3-53.7%20120-120%20120H288c-35.3%200-64-28.7-64-64c0-2.8.2-5.6.5-8.3c-19.4-11-32.5-31.8-32.5-55.7v-2.4L66.4%20338c-35.3%201.2-65-26.4-66.2-61.7m63.4-18.2c-8.8.3-15.7%207.7-15.4%2016.5s7.7%2015.7%2016.5%2015.4l161.5-5.6c9.8-.3%2018.7%205.3%2022.7%2014.2s2.2%2019.3-4.5%2026.4c-2.8%202.9-4.4%206.7-4.4%2011c0%208.8%207.2%2016%2016%2016c9.1%200%2017.4%205.1%2021.5%2013.3s3.2%2017.9-2.3%2025.1c-2%202.7-3.2%206-3.2%209.6c0%208.8%207.2%2016%2016%2016h104c39.8%200%2072-32.2%2072-72V218.6c0-18.4-4.9-36.5-14.2-52.4l-1.5-2.6c-18.6-32-52.8-51.6-89.8-51.6h-10.2c-11.3%200-22%204.8-29.6%2013.1l-17.5-15.9l17.5%2015.9l-18.4%2020.3c-.6.6-1.1%201.3-1.7%201.9l57%2013.2c8.6%202%2014%2010.6%2012%2019.2s-10.6%2014-19.2%2012L262.8%20172L74.3%20130c-8.6-1.9-17.2%203.5-19.1%2012.2s3.5%2017.2%2012.2%2019.1l187.5%2041.6c10.2%202.3%2017.8%2010.9%2018.7%2021.4l.1%201c.6%206.6-1.5%2013.1-5.8%2018.1s-10.6%207.9-17.2%208.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-regular/hand-scissors.svg?color=%231a73e8&size=48