scissors icon

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

Name
scissors-bold-duotone
Set
Solar
Style
Bold Duotone
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"><g fill="currentColor"><path d="M6.65389 1.63257C6.45089 1.27151 5.99363 1.14338 5.63257 1.34638C5.27151 1.54938 5.14338 2.00664 5.34638 2.3677L15.7041 20.7901C16.3395 21.9577 17.5773 22.7501 19.0001 22.7501C21.0712 22.7501 22.7501 21.0712 22.7501 19.0001C22.7501 16.9291 21.0712 15.2501 19.0001 15.2501C17.4674 15.2501 16.1495 16.1697 15.5679 17.4871L6.65389 1.63257Z" opacity=".5"/><path d="M17.3462 1.63257C17.5492 1.27151 18.0065 1.14338 18.3676 1.34638C18.7286 1.54938 18.8568 2.00664 18.6538 2.3677L8.29606 20.7901C7.66064 21.9577 6.42286 22.7501 5 22.7501C2.92893 22.7501 1.25 21.0712 1.25 19.0001C1.25 16.9291 2.92893 15.2501 5 15.2501C6.5327 15.2501 7.85064 16.1697 8.43226 17.4871L17.3462 1.63257Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarScissorsBoldDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.65389 1.63257C6.45089 1.27151 5.99363 1.14338 5.63257 1.34638C5.27151 1.54938 5.14338 2.00664 5.34638 2.3677L15.7041 20.7901C16.3395 21.9577 17.5773 22.7501 19.0001 22.7501C21.0712 22.7501 22.7501 21.0712 22.7501 19.0001C22.7501 16.9291 21.0712 15.2501 19.0001 15.2501C17.4674 15.2501 16.1495 16.1697 15.5679 17.4871L6.65389 1.63257Z" opacity=".5"/><path d="M17.3462 1.63257C17.5492 1.27151 18.0065 1.14338 18.3676 1.34638C18.7286 1.54938 18.8568 2.00664 18.6538 2.3677L8.29606 20.7901C7.66064 21.9577 6.42286 22.7501 5 22.7501C2.92893 22.7501 1.25 21.0712 1.25 19.0001C1.25 16.9291 2.92893 15.2501 5 15.2501C6.5327 15.2501 7.85064 16.1697 8.43226 17.4871L17.3462 1.63257Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.65389 1.63257C6.45089 1.27151 5.99363 1.14338 5.63257 1.34638C5.27151 1.54938 5.14338 2.00664 5.34638 2.3677L15.7041 20.7901C16.3395 21.9577 17.5773 22.7501 19.0001 22.7501C21.0712 22.7501 22.7501 21.0712 22.7501 19.0001C22.7501 16.9291 21.0712 15.2501 19.0001 15.2501C17.4674 15.2501 16.1495 16.1697 15.5679 17.4871L6.65389 1.63257Z" opacity=".5"/><path d="M17.3462 1.63257C17.5492 1.27151 18.0065 1.14338 18.3676 1.34638C18.7286 1.54938 18.8568 2.00664 18.6538 2.3677L8.29606 20.7901C7.66064 21.9577 6.42286 22.7501 5 22.7501C2.92893 22.7501 1.25 21.0712 1.25 19.0001C1.25 16.9291 2.92893 15.2501 5 15.2501C6.5327 15.2501 7.85064 16.1697 8.43226 17.4871L17.3462 1.63257Z"/></g></svg>
</template>

CSS

.icon-scissors-bold-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6.65389%201.63257C6.45089%201.27151%205.99363%201.14338%205.63257%201.34638C5.27151%201.54938%205.14338%202.00664%205.34638%202.3677L15.7041%2020.7901C16.3395%2021.9577%2017.5773%2022.7501%2019.0001%2022.7501C21.0712%2022.7501%2022.7501%2021.0712%2022.7501%2019.0001C22.7501%2016.9291%2021.0712%2015.2501%2019.0001%2015.2501C17.4674%2015.2501%2016.1495%2016.1697%2015.5679%2017.4871L6.65389%201.63257Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M17.3462%201.63257C17.5492%201.27151%2018.0065%201.14338%2018.3676%201.34638C18.7286%201.54938%2018.8568%202.00664%2018.6538%202.3677L8.29606%2020.7901C7.66064%2021.9577%206.42286%2022.7501%205%2022.7501C2.92893%2022.7501%201.25%2021.0712%201.25%2019.0001C1.25%2016.9291%202.92893%2015.2501%205%2015.2501C6.5327%2015.2501%207.85064%2016.1697%208.43226%2017.4871L17.3462%201.63257Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6.65389%201.63257C6.45089%201.27151%205.99363%201.14338%205.63257%201.34638C5.27151%201.54938%205.14338%202.00664%205.34638%202.3677L15.7041%2020.7901C16.3395%2021.9577%2017.5773%2022.7501%2019.0001%2022.7501C21.0712%2022.7501%2022.7501%2021.0712%2022.7501%2019.0001C22.7501%2016.9291%2021.0712%2015.2501%2019.0001%2015.2501C17.4674%2015.2501%2016.1495%2016.1697%2015.5679%2017.4871L6.65389%201.63257Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M17.3462%201.63257C17.5492%201.27151%2018.0065%201.14338%2018.3676%201.34638C18.7286%201.54938%2018.8568%202.00664%2018.6538%202.3677L8.29606%2020.7901C7.66064%2021.9577%206.42286%2022.7501%205%2022.7501C2.92893%2022.7501%201.25%2021.0712%201.25%2019.0001C1.25%2016.9291%202.92893%2015.2501%205%2015.2501C6.5327%2015.2501%207.85064%2016.1697%208.43226%2017.4871L17.3462%201.63257Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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