cut icon
cut-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- cut-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
12 other variants in Fluent UI System Icons
The same icon in other sets
Use the cut icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.83 2.44a1 1 0 0 0-1.66 1.117l4.793 7.114l-2.326 3.678a4 4 0 1 0 1.57 1.26l1.977-3.126l1.884 2.796a4 4 0 1 0 1.683-1.08l-3.62-5.375v.001zM5 18a2 2 0 1 1 4 0a2 2 0 0 1-4 0m10 0a2 2 0 1 1 4 0a2 2 0 0 1-4 0m-.48-9.21l3.325-5.256a1 1 0 0 0-1.69-1.07L13.3 6.979z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCut24Filled(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="M7.83 2.44a1 1 0 0 0-1.66 1.117l4.793 7.114l-2.326 3.678a4 4 0 1 0 1.57 1.26l1.977-3.126l1.884 2.796a4 4 0 1 0 1.683-1.08l-3.62-5.375v.001zM5 18a2 2 0 1 1 4 0a2 2 0 0 1-4 0m10 0a2 2 0 1 1 4 0a2 2 0 0 1-4 0m-.48-9.21l3.325-5.256a1 1 0 0 0-1.69-1.07L13.3 6.979z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.83 2.44a1 1 0 0 0-1.66 1.117l4.793 7.114l-2.326 3.678a4 4 0 1 0 1.57 1.26l1.977-3.126l1.884 2.796a4 4 0 1 0 1.683-1.08l-3.62-5.375v.001zM5 18a2 2 0 1 1 4 0a2 2 0 0 1-4 0m10 0a2 2 0 1 1 4 0a2 2 0 0 1-4 0m-.48-9.21l3.325-5.256a1 1 0 0 0-1.69-1.07L13.3 6.979z"/></svg> </template>
CSS
.icon-cut-24-filled {
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%22M7.83%202.44a1%201%200%200%200-1.66%201.117l4.793%207.114l-2.326%203.678a4%204%200%201%200%201.57%201.26l1.977-3.126l1.884%202.796a4%204%200%201%200%201.683-1.08l-3.62-5.375v.001zM5%2018a2%202%200%201%201%204%200a2%202%200%200%201-4%200m10%200a2%202%200%201%201%204%200a2%202%200%200%201-4%200m-.48-9.21l3.325-5.256a1%201%200%200%200-1.69-1.07L13.3%206.979z%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%22M7.83%202.44a1%201%200%200%200-1.66%201.117l4.793%207.114l-2.326%203.678a4%204%200%201%200%201.57%201.26l1.977-3.126l1.884%202.796a4%204%200%201%200%201.683-1.08l-3.62-5.375v.001zM5%2018a2%202%200%201%201%204%200a2%202%200%200%201-4%200m10%200a2%202%200%201%201%204%200a2%202%200%200%201-4%200m-.48-9.21l3.325-5.256a1%201%200%200%200-1.69-1.07L13.3%206.979z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/cut-24-filled.svg?color=%231a73e8&size=48