scissors cutting icon
scissors-cutting from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- scissors-cutting
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
Use the scissors cutting icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 21H7v-2h4zm4.5-2H17v2h-4v-2h.2l-1.4-6.1l-2.5.6c-.1.5-.3.9-.5 1.3c-.9 1.5-2.8 1.9-4.3 1s-1.9-2.8-1-4.3s2.8-1.9 4.3-1c.4.2.7.6.9.9l2.5-.6l-.6-2.5c-.4-.1-.8-.3-1.2-.5C8 6.9 7.5 5 8.4 3.5s2.8-1.9 4.3-1s1.9 2.8 1 4.3c-.2.4-.6.7-.9.9zM7 11.8c-.7-.5-1.7-.2-2.2.5s-.2 1.7.5 2.1c.7.5 1.7.3 2.2-.5c.4-.7.2-1.7-.5-2.1M12.4 6c.5-.7.2-1.7-.5-2.2s-1.7-.2-2.2.5c-.4.7-.2 1.7.6 2.2c.7.4 1.7.2 2.1-.5m.4 5.3c-.2-.1-.4-.1-.5.1s-.1.4.1.5s.4.1.5-.1c.2-.2.1-.4-.1-.5M21 8.5L14.5 10l.5 2.2l7.5-1.8l.5-.7zM23 19h-4v2h4zM5 19H1v2h4z"/></svg>
React
import type { SVGProps } from "react";
export function MdiScissorsCutting(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="M11 21H7v-2h4zm4.5-2H17v2h-4v-2h.2l-1.4-6.1l-2.5.6c-.1.5-.3.9-.5 1.3c-.9 1.5-2.8 1.9-4.3 1s-1.9-2.8-1-4.3s2.8-1.9 4.3-1c.4.2.7.6.9.9l2.5-.6l-.6-2.5c-.4-.1-.8-.3-1.2-.5C8 6.9 7.5 5 8.4 3.5s2.8-1.9 4.3-1s1.9 2.8 1 4.3c-.2.4-.6.7-.9.9zM7 11.8c-.7-.5-1.7-.2-2.2.5s-.2 1.7.5 2.1c.7.5 1.7.3 2.2-.5c.4-.7.2-1.7-.5-2.1M12.4 6c.5-.7.2-1.7-.5-2.2s-1.7-.2-2.2.5c-.4.7-.2 1.7.6 2.2c.7.4 1.7.2 2.1-.5m.4 5.3c-.2-.1-.4-.1-.5.1s-.1.4.1.5s.4.1.5-.1c.2-.2.1-.4-.1-.5M21 8.5L14.5 10l.5 2.2l7.5-1.8l.5-.7zM23 19h-4v2h4zM5 19H1v2h4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 21H7v-2h4zm4.5-2H17v2h-4v-2h.2l-1.4-6.1l-2.5.6c-.1.5-.3.9-.5 1.3c-.9 1.5-2.8 1.9-4.3 1s-1.9-2.8-1-4.3s2.8-1.9 4.3-1c.4.2.7.6.9.9l2.5-.6l-.6-2.5c-.4-.1-.8-.3-1.2-.5C8 6.9 7.5 5 8.4 3.5s2.8-1.9 4.3-1s1.9 2.8 1 4.3c-.2.4-.6.7-.9.9zM7 11.8c-.7-.5-1.7-.2-2.2.5s-.2 1.7.5 2.1c.7.5 1.7.3 2.2-.5c.4-.7.2-1.7-.5-2.1M12.4 6c.5-.7.2-1.7-.5-2.2s-1.7-.2-2.2.5c-.4.7-.2 1.7.6 2.2c.7.4 1.7.2 2.1-.5m.4 5.3c-.2-.1-.4-.1-.5.1s-.1.4.1.5s.4.1.5-.1c.2-.2.1-.4-.1-.5M21 8.5L14.5 10l.5 2.2l7.5-1.8l.5-.7zM23 19h-4v2h4zM5 19H1v2h4z"/></svg> </template>
CSS
.icon-scissors-cutting {
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%22M11%2021H7v-2h4zm4.5-2H17v2h-4v-2h.2l-1.4-6.1l-2.5.6c-.1.5-.3.9-.5%201.3c-.9%201.5-2.8%201.9-4.3%201s-1.9-2.8-1-4.3s2.8-1.9%204.3-1c.4.2.7.6.9.9l2.5-.6l-.6-2.5c-.4-.1-.8-.3-1.2-.5C8%206.9%207.5%205%208.4%203.5s2.8-1.9%204.3-1s1.9%202.8%201%204.3c-.2.4-.6.7-.9.9zM7%2011.8c-.7-.5-1.7-.2-2.2.5s-.2%201.7.5%202.1c.7.5%201.7.3%202.2-.5c.4-.7.2-1.7-.5-2.1M12.4%206c.5-.7.2-1.7-.5-2.2s-1.7-.2-2.2.5c-.4.7-.2%201.7.6%202.2c.7.4%201.7.2%202.1-.5m.4%205.3c-.2-.1-.4-.1-.5.1s-.1.4.1.5s.4.1.5-.1c.2-.2.1-.4-.1-.5M21%208.5L14.5%2010l.5%202.2l7.5-1.8l.5-.7zM23%2019h-4v2h4zM5%2019H1v2h4z%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%22M11%2021H7v-2h4zm4.5-2H17v2h-4v-2h.2l-1.4-6.1l-2.5.6c-.1.5-.3.9-.5%201.3c-.9%201.5-2.8%201.9-4.3%201s-1.9-2.8-1-4.3s2.8-1.9%204.3-1c.4.2.7.6.9.9l2.5-.6l-.6-2.5c-.4-.1-.8-.3-1.2-.5C8%206.9%207.5%205%208.4%203.5s2.8-1.9%204.3-1s1.9%202.8%201%204.3c-.2.4-.6.7-.9.9zM7%2011.8c-.7-.5-1.7-.2-2.2.5s-.2%201.7.5%202.1c.7.5%201.7.3%202.2-.5c.4-.7.2-1.7-.5-2.1M12.4%206c.5-.7.2-1.7-.5-2.2s-1.7-.2-2.2.5c-.4.7-.2%201.7.6%202.2c.7.4%201.7.2%202.1-.5m.4%205.3c-.2-.1-.4-.1-.5.1s-.1.4.1.5s.4.1.5-.1c.2-.2.1-.4-.1-.5M21%208.5L14.5%2010l.5%202.2l7.5-1.8l.5-.7zM23%2019h-4v2h4zM5%2019H1v2h4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/scissors-cutting.svg?color=%231a73e8&size=48