scissors icon

scissors-outline from Solar by 480 Design · Outline · UI · CC-BY-4.0 Attribution required.

Name
scissors-outline
Set
Solar
Style
Outline
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" fill-rule="evenodd" 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.3677L12.8604 12.6718L15.5677 17.4871C16.1494 16.1697 17.4673 15.2501 19 15.2501C21.0711 15.2501 22.75 16.9291 22.75 19.0001C22.75 21.0712 21.0711 22.7501 19 22.7501C17.5771 22.7501 16.3394 21.9577 15.7039 20.7901L12 14.2022L8.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.4871L11.1396 12.6718L5.34624 2.3677C5.14324 2.00664 5.27138 1.54938 5.63244 1.34638C5.99349 1.14338 6.45076 1.27151 6.65376 1.63257L12 11.1415L17.3462 1.63257ZM5 21.2501C5.83538 21.2501 6.56442 20.7949 6.95257 20.1189L6.97252 20.0834C7.14938 19.7621 7.25 19.3929 7.25 19.0001C7.25 17.7575 6.24264 16.7501 5 16.7501C3.75736 16.7501 2.75 17.7575 2.75 19.0001C2.75 20.2428 3.75736 21.2501 5 21.2501ZM19 21.2501C18.1646 21.2501 17.4356 20.7949 17.0474 20.1189L17.0275 20.0834C16.8506 19.7621 16.75 19.3929 16.75 19.0001C16.75 17.7575 17.7574 16.7501 19 16.7501C20.2426 16.7501 21.25 17.7575 21.25 19.0001C21.25 20.2428 20.2426 21.2501 19 21.2501Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarScissorsOutline(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" fillRule="evenodd" 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.3677L12.8604 12.6718L15.5677 17.4871C16.1494 16.1697 17.4673 15.2501 19 15.2501C21.0711 15.2501 22.75 16.9291 22.75 19.0001C22.75 21.0712 21.0711 22.7501 19 22.7501C17.5771 22.7501 16.3394 21.9577 15.7039 20.7901L12 14.2022L8.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.4871L11.1396 12.6718L5.34624 2.3677C5.14324 2.00664 5.27138 1.54938 5.63244 1.34638C5.99349 1.14338 6.45076 1.27151 6.65376 1.63257L12 11.1415L17.3462 1.63257ZM5 21.2501C5.83538 21.2501 6.56442 20.7949 6.95257 20.1189L6.97252 20.0834C7.14938 19.7621 7.25 19.3929 7.25 19.0001C7.25 17.7575 6.24264 16.7501 5 16.7501C3.75736 16.7501 2.75 17.7575 2.75 19.0001C2.75 20.2428 3.75736 21.2501 5 21.2501ZM19 21.2501C18.1646 21.2501 17.4356 20.7949 17.0474 20.1189L17.0275 20.0834C16.8506 19.7621 16.75 19.3929 16.75 19.0001C16.75 17.7575 17.7574 16.7501 19 16.7501C20.2426 16.7501 21.25 17.7575 21.25 19.0001C21.25 20.2428 20.2426 21.2501 19 21.2501Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" 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.3677L12.8604 12.6718L15.5677 17.4871C16.1494 16.1697 17.4673 15.2501 19 15.2501C21.0711 15.2501 22.75 16.9291 22.75 19.0001C22.75 21.0712 21.0711 22.7501 19 22.7501C17.5771 22.7501 16.3394 21.9577 15.7039 20.7901L12 14.2022L8.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.4871L11.1396 12.6718L5.34624 2.3677C5.14324 2.00664 5.27138 1.54938 5.63244 1.34638C5.99349 1.14338 6.45076 1.27151 6.65376 1.63257L12 11.1415L17.3462 1.63257ZM5 21.2501C5.83538 21.2501 6.56442 20.7949 6.95257 20.1189L6.97252 20.0834C7.14938 19.7621 7.25 19.3929 7.25 19.0001C7.25 17.7575 6.24264 16.7501 5 16.7501C3.75736 16.7501 2.75 17.7575 2.75 19.0001C2.75 20.2428 3.75736 21.2501 5 21.2501ZM19 21.2501C18.1646 21.2501 17.4356 20.7949 17.0474 20.1189L17.0275 20.0834C16.8506 19.7621 16.75 19.3929 16.75 19.0001C16.75 17.7575 17.7574 16.7501 19 16.7501C20.2426 16.7501 21.25 17.7575 21.25 19.0001C21.25 20.2428 20.2426 21.2501 19 21.2501Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-scissors-outline {
  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%20fill-rule%3D%22evenodd%22%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.3677L12.8604%2012.6718L15.5677%2017.4871C16.1494%2016.1697%2017.4673%2015.2501%2019%2015.2501C21.0711%2015.2501%2022.75%2016.9291%2022.75%2019.0001C22.75%2021.0712%2021.0711%2022.7501%2019%2022.7501C17.5771%2022.7501%2016.3394%2021.9577%2015.7039%2020.7901L12%2014.2022L8.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.4871L11.1396%2012.6718L5.34624%202.3677C5.14324%202.00664%205.27138%201.54938%205.63244%201.34638C5.99349%201.14338%206.45076%201.27151%206.65376%201.63257L12%2011.1415L17.3462%201.63257ZM5%2021.2501C5.83538%2021.2501%206.56442%2020.7949%206.95257%2020.1189L6.97252%2020.0834C7.14938%2019.7621%207.25%2019.3929%207.25%2019.0001C7.25%2017.7575%206.24264%2016.7501%205%2016.7501C3.75736%2016.7501%202.75%2017.7575%202.75%2019.0001C2.75%2020.2428%203.75736%2021.2501%205%2021.2501ZM19%2021.2501C18.1646%2021.2501%2017.4356%2020.7949%2017.0474%2020.1189L17.0275%2020.0834C16.8506%2019.7621%2016.75%2019.3929%2016.75%2019.0001C16.75%2017.7575%2017.7574%2016.7501%2019%2016.7501C20.2426%2016.7501%2021.25%2017.7575%2021.25%2019.0001C21.25%2020.2428%2020.2426%2021.2501%2019%2021.2501Z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%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.3677L12.8604%2012.6718L15.5677%2017.4871C16.1494%2016.1697%2017.4673%2015.2501%2019%2015.2501C21.0711%2015.2501%2022.75%2016.9291%2022.75%2019.0001C22.75%2021.0712%2021.0711%2022.7501%2019%2022.7501C17.5771%2022.7501%2016.3394%2021.9577%2015.7039%2020.7901L12%2014.2022L8.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.4871L11.1396%2012.6718L5.34624%202.3677C5.14324%202.00664%205.27138%201.54938%205.63244%201.34638C5.99349%201.14338%206.45076%201.27151%206.65376%201.63257L12%2011.1415L17.3462%201.63257ZM5%2021.2501C5.83538%2021.2501%206.56442%2020.7949%206.95257%2020.1189L6.97252%2020.0834C7.14938%2019.7621%207.25%2019.3929%207.25%2019.0001C7.25%2017.7575%206.24264%2016.7501%205%2016.7501C3.75736%2016.7501%202.75%2017.7575%202.75%2019.0001C2.75%2020.2428%203.75736%2021.2501%205%2021.2501ZM19%2021.2501C18.1646%2021.2501%2017.4356%2020.7949%2017.0474%2020.1189L17.0275%2020.0834C16.8506%2019.7621%2016.75%2019.3929%2016.75%2019.0001C16.75%2017.7575%2017.7574%2016.7501%2019%2016.7501C20.2426%2016.7501%2021.25%2017.7575%2021.25%2019.0001C21.25%2020.2428%2020.2426%2021.2501%2019%2021.2501Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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