cut icon
cut-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- cut-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M8.571 2.2a1.25 1.25 0 0 1 1.729.371l10.842 16.754A5.5 5.5 0 1 1 17.5 24.5a5.48 5.48 0 0 1 1.543-3.816l-3.044-4.704l-3.042 4.704a5.5 5.5 0 1 1-2.099-1.358l3.653-5.646L8.2 3.929A1.25 1.25 0 0 1 8.57 2.2M9 21.5a3 3 0 1 0 1.781.585l-.152-.105A3 3 0 0 0 9 21.5m14 0a3 3 0 0 0-1.629.48l-.152.105A3 3 0 1 0 23 21.5M21.7 2.571a1.25 1.25 0 0 1 2.1 1.358L18.382 12.3l-1.49-2.302z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCut32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8.571 2.2a1.25 1.25 0 0 1 1.729.371l10.842 16.754A5.5 5.5 0 1 1 17.5 24.5a5.48 5.48 0 0 1 1.543-3.816l-3.044-4.704l-3.042 4.704a5.5 5.5 0 1 1-2.099-1.358l3.653-5.646L8.2 3.929A1.25 1.25 0 0 1 8.57 2.2M9 21.5a3 3 0 1 0 1.781.585l-.152-.105A3 3 0 0 0 9 21.5m14 0a3 3 0 0 0-1.629.48l-.152.105A3 3 0 1 0 23 21.5M21.7 2.571a1.25 1.25 0 0 1 2.1 1.358L18.382 12.3l-1.49-2.302z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8.571 2.2a1.25 1.25 0 0 1 1.729.371l10.842 16.754A5.5 5.5 0 1 1 17.5 24.5a5.48 5.48 0 0 1 1.543-3.816l-3.044-4.704l-3.042 4.704a5.5 5.5 0 1 1-2.099-1.358l3.653-5.646L8.2 3.929A1.25 1.25 0 0 1 8.57 2.2M9 21.5a3 3 0 1 0 1.781.585l-.152-.105A3 3 0 0 0 9 21.5m14 0a3 3 0 0 0-1.629.48l-.152.105A3 3 0 1 0 23 21.5M21.7 2.571a1.25 1.25 0 0 1 2.1 1.358L18.382 12.3l-1.49-2.302z"/></svg> </template>
CSS
.icon-cut-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.571%202.2a1.25%201.25%200%200%201%201.729.371l10.842%2016.754A5.5%205.5%200%201%201%2017.5%2024.5a5.48%205.48%200%200%201%201.543-3.816l-3.044-4.704l-3.042%204.704a5.5%205.5%200%201%201-2.099-1.358l3.653-5.646L8.2%203.929A1.25%201.25%200%200%201%208.57%202.2M9%2021.5a3%203%200%201%200%201.781.585l-.152-.105A3%203%200%200%200%209%2021.5m14%200a3%203%200%200%200-1.629.48l-.152.105A3%203%200%201%200%2023%2021.5M21.7%202.571a1.25%201.25%200%200%201%202.1%201.358L18.382%2012.3l-1.49-2.302z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.571%202.2a1.25%201.25%200%200%201%201.729.371l10.842%2016.754A5.5%205.5%200%201%201%2017.5%2024.5a5.48%205.48%200%200%201%201.543-3.816l-3.044-4.704l-3.042%204.704a5.5%205.5%200%201%201-2.099-1.358l3.653-5.646L8.2%203.929A1.25%201.25%200%200%201%208.57%202.2M9%2021.5a3%203%200%201%200%201.781.585l-.152-.105A3%203%200%200%200%209%2021.5m14%200a3%203%200%200%200-1.629.48l-.152.105A3%203%200%201%200%2023%2021.5M21.7%202.571a1.25%201.25%200%200%201%202.1%201.358L18.382%2012.3l-1.49-2.302z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/cut-32-filled.svg?color=%231a73e8&size=48