scissors icon

scissors-bold from Solar by 480 Design · Bold · UI · CC-BY-4.0 Attribution required.

Name
scissors-bold
Set
Solar
Style
Bold
Category
UI
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More ui icons from Solar

Use the scissors icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.65376 1.63257C6.45076 1.27151 5.99349 1.14338 5.63244 1.34638C5.27138 1.54938 5.14324 2.00664 5.34624 2.3677L11.1396 12.6718L8.43226 17.4871C7.85064 16.1697 6.5327 15.2501 5 15.2501C2.92893 15.2501 1.25 16.9291 1.25 19.0001C1.25 21.0712 2.92893 22.7501 5 22.7501C6.42286 22.7501 7.66063 21.9577 8.29606 20.7901L12 14.2022L15.7039 20.79C16.3393 21.9577 17.5771 22.7501 19 22.7501C21.0711 22.7501 22.75 21.0712 22.75 19.0001C22.75 16.9291 21.0711 15.2501 19 15.2501C17.4673 15.2501 16.1494 16.1696 15.5677 17.4871L12.8604 12.6718L18.6538 2.3677C18.8568 2.00664 18.7286 1.54938 18.3676 1.34638C18.0065 1.14338 17.5492 1.27151 17.3462 1.63257L12 11.1415L6.65376 1.63257Z"/></svg>

React

import type { SVGProps } from "react";

export function SolarScissorsBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.65376 1.63257C6.45076 1.27151 5.99349 1.14338 5.63244 1.34638C5.27138 1.54938 5.14324 2.00664 5.34624 2.3677L11.1396 12.6718L8.43226 17.4871C7.85064 16.1697 6.5327 15.2501 5 15.2501C2.92893 15.2501 1.25 16.9291 1.25 19.0001C1.25 21.0712 2.92893 22.7501 5 22.7501C6.42286 22.7501 7.66063 21.9577 8.29606 20.7901L12 14.2022L15.7039 20.79C16.3393 21.9577 17.5771 22.7501 19 22.7501C21.0711 22.7501 22.75 21.0712 22.75 19.0001C22.75 16.9291 21.0711 15.2501 19 15.2501C17.4673 15.2501 16.1494 16.1696 15.5677 17.4871L12.8604 12.6718L18.6538 2.3677C18.8568 2.00664 18.7286 1.54938 18.3676 1.34638C18.0065 1.14338 17.5492 1.27151 17.3462 1.63257L12 11.1415L6.65376 1.63257Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.65376 1.63257C6.45076 1.27151 5.99349 1.14338 5.63244 1.34638C5.27138 1.54938 5.14324 2.00664 5.34624 2.3677L11.1396 12.6718L8.43226 17.4871C7.85064 16.1697 6.5327 15.2501 5 15.2501C2.92893 15.2501 1.25 16.9291 1.25 19.0001C1.25 21.0712 2.92893 22.7501 5 22.7501C6.42286 22.7501 7.66063 21.9577 8.29606 20.7901L12 14.2022L15.7039 20.79C16.3393 21.9577 17.5771 22.7501 19 22.7501C21.0711 22.7501 22.75 21.0712 22.75 19.0001C22.75 16.9291 21.0711 15.2501 19 15.2501C17.4673 15.2501 16.1494 16.1696 15.5677 17.4871L12.8604 12.6718L18.6538 2.3677C18.8568 2.00664 18.7286 1.54938 18.3676 1.34638C18.0065 1.14338 17.5492 1.27151 17.3462 1.63257L12 11.1415L6.65376 1.63257Z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.65376%201.63257C6.45076%201.27151%205.99349%201.14338%205.63244%201.34638C5.27138%201.54938%205.14324%202.00664%205.34624%202.3677L11.1396%2012.6718L8.43226%2017.4871C7.85064%2016.1697%206.5327%2015.2501%205%2015.2501C2.92893%2015.2501%201.25%2016.9291%201.25%2019.0001C1.25%2021.0712%202.92893%2022.7501%205%2022.7501C6.42286%2022.7501%207.66063%2021.9577%208.29606%2020.7901L12%2014.2022L15.7039%2020.79C16.3393%2021.9577%2017.5771%2022.7501%2019%2022.7501C21.0711%2022.7501%2022.75%2021.0712%2022.75%2019.0001C22.75%2016.9291%2021.0711%2015.2501%2019%2015.2501C17.4673%2015.2501%2016.1494%2016.1696%2015.5677%2017.4871L12.8604%2012.6718L18.6538%202.3677C18.8568%202.00664%2018.7286%201.54938%2018.3676%201.34638C18.0065%201.14338%2017.5492%201.27151%2017.3462%201.63257L12%2011.1415L6.65376%201.63257Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.65376%201.63257C6.45076%201.27151%205.99349%201.14338%205.63244%201.34638C5.27138%201.54938%205.14324%202.00664%205.34624%202.3677L11.1396%2012.6718L8.43226%2017.4871C7.85064%2016.1697%206.5327%2015.2501%205%2015.2501C2.92893%2015.2501%201.25%2016.9291%201.25%2019.0001C1.25%2021.0712%202.92893%2022.7501%205%2022.7501C6.42286%2022.7501%207.66063%2021.9577%208.29606%2020.7901L12%2014.2022L15.7039%2020.79C16.3393%2021.9577%2017.5771%2022.7501%2019%2022.7501C21.0711%2022.7501%2022.75%2021.0712%2022.75%2019.0001C22.75%2016.9291%2021.0711%2015.2501%2019%2015.2501C17.4673%2015.2501%2016.1494%2016.1696%2015.5677%2017.4871L12.8604%2012.6718L18.6538%202.3677C18.8568%202.00664%2018.7286%201.54938%2018.3676%201.34638C18.0065%201.14338%2017.5492%201.27151%2017.3462%201.63257L12%2011.1415L6.65376%201.63257Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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