scissors square icon
scissors-square from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.
- Name
- scissors-square
- Set
- Reicon
- Style
- Outline
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More ui icons from Reicon
Use the scissors square icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M16.379 5.353a.75.75 0 0 0-1.026.268L12 11.346L8.647 5.62a.75.75 0 0 0-1.294.758l3.778 6.45l-1.111 1.898a2.66 2.66 0 0 0-2.145-1.077c-1.42 0-2.625 1.113-2.625 2.55s1.204 2.55 2.625 2.55c.992 0 1.88-.543 2.324-1.36L12 14.314l1.801 3.076a2.64 2.64 0 0 0 2.324 1.36c1.42 0 2.625-1.113 2.625-2.55s-1.204-2.55-2.625-2.55a2.66 2.66 0 0 0-2.145 1.077l-1.11-1.897l3.777-6.451a.75.75 0 0 0-.268-1.026M7.875 15.15c.65 0 1.125.499 1.125 1.05s-.475 1.05-1.125 1.05s-1.125-.499-1.125-1.05s.475-1.05 1.125-1.05m8.25 0c-.65 0-1.125.499-1.125 1.05s.475 1.05 1.125 1.05s1.125-.499 1.125-1.05s-.474-1.05-1.125-1.05"/><path d="M12.057 1.25h-.114c-2.309 0-4.118 0-5.53.19c-1.444.194-2.584.6-3.479 1.494c-.895.895-1.3 2.035-1.494 3.48c-.19 1.411-.19 3.22-.19 5.529v.114c0 2.309 0 4.118.19 5.53c.194 1.444.6 2.584 1.494 3.479c.895.895 2.035 1.3 3.48 1.494c1.411.19 3.22.19 5.529.19h.114c2.309 0 4.118 0 5.53-.19c1.444-.194 2.584-.6 3.479-1.494c.895-.895 1.3-2.035 1.494-3.48c.19-1.411.19-3.22.19-5.529v-.114c0-2.309 0-4.118-.19-5.53c-.194-1.444-.6-2.584-1.494-3.479c-.895-.895-2.035-1.3-3.48-1.494c-1.411-.19-3.22-.19-5.529-.19M3.995 3.995c.57-.57 1.34-.897 2.619-1.069c1.3-.174 3.008-.176 5.386-.176s4.086.002 5.386.176c1.279.172 2.05.5 2.62 1.069c.569.57.896 1.34 1.068 2.619c.174 1.3.176 3.008.176 5.386s-.002 4.086-.176 5.386c-.172 1.279-.5 2.05-1.069 2.62c-.57.569-1.34.896-2.619 1.068c-1.3.174-3.008.176-5.386.176s-4.086-.002-5.386-.176c-1.279-.172-2.05-.5-2.62-1.069c-.569-.57-.896-1.34-1.068-2.619c-.174-1.3-.176-3.008-.176-5.386s.002-4.086.176-5.386c.172-1.279.5-2.05 1.069-2.62"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconScissorsSquare(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" fillRule="evenodd" clipRule="evenodd"><path d="M16.379 5.353a.75.75 0 0 0-1.026.268L12 11.346L8.647 5.62a.75.75 0 0 0-1.294.758l3.778 6.45l-1.111 1.898a2.66 2.66 0 0 0-2.145-1.077c-1.42 0-2.625 1.113-2.625 2.55s1.204 2.55 2.625 2.55c.992 0 1.88-.543 2.324-1.36L12 14.314l1.801 3.076a2.64 2.64 0 0 0 2.324 1.36c1.42 0 2.625-1.113 2.625-2.55s-1.204-2.55-2.625-2.55a2.66 2.66 0 0 0-2.145 1.077l-1.11-1.897l3.777-6.451a.75.75 0 0 0-.268-1.026M7.875 15.15c.65 0 1.125.499 1.125 1.05s-.475 1.05-1.125 1.05s-1.125-.499-1.125-1.05s.475-1.05 1.125-1.05m8.25 0c-.65 0-1.125.499-1.125 1.05s.475 1.05 1.125 1.05s1.125-.499 1.125-1.05s-.474-1.05-1.125-1.05"/><path d="M12.057 1.25h-.114c-2.309 0-4.118 0-5.53.19c-1.444.194-2.584.6-3.479 1.494c-.895.895-1.3 2.035-1.494 3.48c-.19 1.411-.19 3.22-.19 5.529v.114c0 2.309 0 4.118.19 5.53c.194 1.444.6 2.584 1.494 3.479c.895.895 2.035 1.3 3.48 1.494c1.411.19 3.22.19 5.529.19h.114c2.309 0 4.118 0 5.53-.19c1.444-.194 2.584-.6 3.479-1.494c.895-.895 1.3-2.035 1.494-3.48c.19-1.411.19-3.22.19-5.529v-.114c0-2.309 0-4.118-.19-5.53c-.194-1.444-.6-2.584-1.494-3.479c-.895-.895-2.035-1.3-3.48-1.494c-1.411-.19-3.22-.19-5.529-.19M3.995 3.995c.57-.57 1.34-.897 2.619-1.069c1.3-.174 3.008-.176 5.386-.176s4.086.002 5.386.176c1.279.172 2.05.5 2.62 1.069c.569.57.896 1.34 1.068 2.619c.174 1.3.176 3.008.176 5.386s-.002 4.086-.176 5.386c-.172 1.279-.5 2.05-1.069 2.62c-.57.569-1.34.896-2.619 1.068c-1.3.174-3.008.176-5.386.176s-4.086-.002-5.386-.176c-1.279-.172-2.05-.5-2.62-1.069c-.569-.57-.896-1.34-1.068-2.619c-.174-1.3-.176-3.008-.176-5.386s.002-4.086.176-5.386c.172-1.279.5-2.05 1.069-2.62"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M16.379 5.353a.75.75 0 0 0-1.026.268L12 11.346L8.647 5.62a.75.75 0 0 0-1.294.758l3.778 6.45l-1.111 1.898a2.66 2.66 0 0 0-2.145-1.077c-1.42 0-2.625 1.113-2.625 2.55s1.204 2.55 2.625 2.55c.992 0 1.88-.543 2.324-1.36L12 14.314l1.801 3.076a2.64 2.64 0 0 0 2.324 1.36c1.42 0 2.625-1.113 2.625-2.55s-1.204-2.55-2.625-2.55a2.66 2.66 0 0 0-2.145 1.077l-1.11-1.897l3.777-6.451a.75.75 0 0 0-.268-1.026M7.875 15.15c.65 0 1.125.499 1.125 1.05s-.475 1.05-1.125 1.05s-1.125-.499-1.125-1.05s.475-1.05 1.125-1.05m8.25 0c-.65 0-1.125.499-1.125 1.05s.475 1.05 1.125 1.05s1.125-.499 1.125-1.05s-.474-1.05-1.125-1.05"/><path d="M12.057 1.25h-.114c-2.309 0-4.118 0-5.53.19c-1.444.194-2.584.6-3.479 1.494c-.895.895-1.3 2.035-1.494 3.48c-.19 1.411-.19 3.22-.19 5.529v.114c0 2.309 0 4.118.19 5.53c.194 1.444.6 2.584 1.494 3.479c.895.895 2.035 1.3 3.48 1.494c1.411.19 3.22.19 5.529.19h.114c2.309 0 4.118 0 5.53-.19c1.444-.194 2.584-.6 3.479-1.494c.895-.895 1.3-2.035 1.494-3.48c.19-1.411.19-3.22.19-5.529v-.114c0-2.309 0-4.118-.19-5.53c-.194-1.444-.6-2.584-1.494-3.479c-.895-.895-2.035-1.3-3.48-1.494c-1.411-.19-3.22-.19-5.529-.19M3.995 3.995c.57-.57 1.34-.897 2.619-1.069c1.3-.174 3.008-.176 5.386-.176s4.086.002 5.386.176c1.279.172 2.05.5 2.62 1.069c.569.57.896 1.34 1.068 2.619c.174 1.3.176 3.008.176 5.386s-.002 4.086-.176 5.386c-.172 1.279-.5 2.05-1.069 2.62c-.57.569-1.34.896-2.619 1.068c-1.3.174-3.008.176-5.386.176s-4.086-.002-5.386-.176c-1.279-.172-2.05-.5-2.62-1.069c-.569-.57-.896-1.34-1.068-2.619c-.174-1.3-.176-3.008-.176-5.386s.002-4.086.176-5.386c.172-1.279.5-2.05 1.069-2.62"/></g></svg> </template>
CSS
.icon-scissors-square {
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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M16.379%205.353a.75.75%200%200%200-1.026.268L12%2011.346L8.647%205.62a.75.75%200%200%200-1.294.758l3.778%206.45l-1.111%201.898a2.66%202.66%200%200%200-2.145-1.077c-1.42%200-2.625%201.113-2.625%202.55s1.204%202.55%202.625%202.55c.992%200%201.88-.543%202.324-1.36L12%2014.314l1.801%203.076a2.64%202.64%200%200%200%202.324%201.36c1.42%200%202.625-1.113%202.625-2.55s-1.204-2.55-2.625-2.55a2.66%202.66%200%200%200-2.145%201.077l-1.11-1.897l3.777-6.451a.75.75%200%200%200-.268-1.026M7.875%2015.15c.65%200%201.125.499%201.125%201.05s-.475%201.05-1.125%201.05s-1.125-.499-1.125-1.05s.475-1.05%201.125-1.05m8.25%200c-.65%200-1.125.499-1.125%201.05s.475%201.05%201.125%201.05s1.125-.499%201.125-1.05s-.474-1.05-1.125-1.05%22%2F%3E%3Cpath%20d%3D%22M12.057%201.25h-.114c-2.309%200-4.118%200-5.53.19c-1.444.194-2.584.6-3.479%201.494c-.895.895-1.3%202.035-1.494%203.48c-.19%201.411-.19%203.22-.19%205.529v.114c0%202.309%200%204.118.19%205.53c.194%201.444.6%202.584%201.494%203.479c.895.895%202.035%201.3%203.48%201.494c1.411.19%203.22.19%205.529.19h.114c2.309%200%204.118%200%205.53-.19c1.444-.194%202.584-.6%203.479-1.494c.895-.895%201.3-2.035%201.494-3.48c.19-1.411.19-3.22.19-5.529v-.114c0-2.309%200-4.118-.19-5.53c-.194-1.444-.6-2.584-1.494-3.479c-.895-.895-2.035-1.3-3.48-1.494c-1.411-.19-3.22-.19-5.529-.19M3.995%203.995c.57-.57%201.34-.897%202.619-1.069c1.3-.174%203.008-.176%205.386-.176s4.086.002%205.386.176c1.279.172%202.05.5%202.62%201.069c.569.57.896%201.34%201.068%202.619c.174%201.3.176%203.008.176%205.386s-.002%204.086-.176%205.386c-.172%201.279-.5%202.05-1.069%202.62c-.57.569-1.34.896-2.619%201.068c-1.3.174-3.008.176-5.386.176s-4.086-.002-5.386-.176c-1.279-.172-2.05-.5-2.62-1.069c-.569-.57-.896-1.34-1.068-2.619c-.174-1.3-.176-3.008-.176-5.386s.002-4.086.176-5.386c.172-1.279.5-2.05%201.069-2.62%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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M16.379%205.353a.75.75%200%200%200-1.026.268L12%2011.346L8.647%205.62a.75.75%200%200%200-1.294.758l3.778%206.45l-1.111%201.898a2.66%202.66%200%200%200-2.145-1.077c-1.42%200-2.625%201.113-2.625%202.55s1.204%202.55%202.625%202.55c.992%200%201.88-.543%202.324-1.36L12%2014.314l1.801%203.076a2.64%202.64%200%200%200%202.324%201.36c1.42%200%202.625-1.113%202.625-2.55s-1.204-2.55-2.625-2.55a2.66%202.66%200%200%200-2.145%201.077l-1.11-1.897l3.777-6.451a.75.75%200%200%200-.268-1.026M7.875%2015.15c.65%200%201.125.499%201.125%201.05s-.475%201.05-1.125%201.05s-1.125-.499-1.125-1.05s.475-1.05%201.125-1.05m8.25%200c-.65%200-1.125.499-1.125%201.05s.475%201.05%201.125%201.05s1.125-.499%201.125-1.05s-.474-1.05-1.125-1.05%22%2F%3E%3Cpath%20d%3D%22M12.057%201.25h-.114c-2.309%200-4.118%200-5.53.19c-1.444.194-2.584.6-3.479%201.494c-.895.895-1.3%202.035-1.494%203.48c-.19%201.411-.19%203.22-.19%205.529v.114c0%202.309%200%204.118.19%205.53c.194%201.444.6%202.584%201.494%203.479c.895.895%202.035%201.3%203.48%201.494c1.411.19%203.22.19%205.529.19h.114c2.309%200%204.118%200%205.53-.19c1.444-.194%202.584-.6%203.479-1.494c.895-.895%201.3-2.035%201.494-3.48c.19-1.411.19-3.22.19-5.529v-.114c0-2.309%200-4.118-.19-5.53c-.194-1.444-.6-2.584-1.494-3.479c-.895-.895-2.035-1.3-3.48-1.494c-1.411-.19-3.22-.19-5.529-.19M3.995%203.995c.57-.57%201.34-.897%202.619-1.069c1.3-.174%203.008-.176%205.386-.176s4.086.002%205.386.176c1.279.172%202.05.5%202.62%201.069c.569.57.896%201.34%201.068%202.619c.174%201.3.176%203.008.176%205.386s-.002%204.086-.176%205.386c-.172%201.279-.5%202.05-1.069%202.62c-.57.569-1.34.896-2.619%201.068c-1.3.174-3.008.176-5.386.176s-4.086-.002-5.386-.176c-1.279-.172-2.05-.5-2.62-1.069c-.569-.57-.896-1.34-1.068-2.619c-.174-1.3-.176-3.008-.176-5.386s.002-4.086.176-5.386c.172-1.279.5-2.05%201.069-2.62%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/scissors-square.svg?color=%231a73e8&size=48