cut icon
cut-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- cut-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- 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 48 48"><path fill="currentColor" d="M12.663 4.255a1.5 1.5 0 0 1 1.99.285l.092.123L30.861 28.64a8 8 0 1 1-2.488 1.676L24 23.808l-4.373 6.507a8 8 0 1 1-2.488-1.676l5.052-7.52l-9.936-14.783l-.08-.132a1.5 1.5 0 0 1 .488-1.95M14 31a5 5 0 1 0 3.033 1.025l-.245-.177A4.97 4.97 0 0 0 14 31.002M34 31a4.97 4.97 0 0 0-2.788.849l-.245.176A5 5 0 1 0 34 31m-.653-26.46a1.501 1.501 0 0 1 2.477 1.666l-.079.132l-8.733 12.991l-1.808-2.689l8.05-11.976z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCut48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M12.663 4.255a1.5 1.5 0 0 1 1.99.285l.092.123L30.861 28.64a8 8 0 1 1-2.488 1.676L24 23.808l-4.373 6.507a8 8 0 1 1-2.488-1.676l5.052-7.52l-9.936-14.783l-.08-.132a1.5 1.5 0 0 1 .488-1.95M14 31a5 5 0 1 0 3.033 1.025l-.245-.177A4.97 4.97 0 0 0 14 31.002M34 31a4.97 4.97 0 0 0-2.788.849l-.245.176A5 5 0 1 0 34 31m-.653-26.46a1.501 1.501 0 0 1 2.477 1.666l-.079.132l-8.733 12.991l-1.808-2.689l8.05-11.976z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M12.663 4.255a1.5 1.5 0 0 1 1.99.285l.092.123L30.861 28.64a8 8 0 1 1-2.488 1.676L24 23.808l-4.373 6.507a8 8 0 1 1-2.488-1.676l5.052-7.52l-9.936-14.783l-.08-.132a1.5 1.5 0 0 1 .488-1.95M14 31a5 5 0 1 0 3.033 1.025l-.245-.177A4.97 4.97 0 0 0 14 31.002M34 31a4.97 4.97 0 0 0-2.788.849l-.245.176A5 5 0 1 0 34 31m-.653-26.46a1.501 1.501 0 0 1 2.477 1.666l-.079.132l-8.733 12.991l-1.808-2.689l8.05-11.976z"/></svg> </template>
CSS
.icon-cut-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.663%204.255a1.5%201.5%200%200%201%201.99.285l.092.123L30.861%2028.64a8%208%200%201%201-2.488%201.676L24%2023.808l-4.373%206.507a8%208%200%201%201-2.488-1.676l5.052-7.52l-9.936-14.783l-.08-.132a1.5%201.5%200%200%201%20.488-1.95M14%2031a5%205%200%201%200%203.033%201.025l-.245-.177A4.97%204.97%200%200%200%2014%2031.002M34%2031a4.97%204.97%200%200%200-2.788.849l-.245.176A5%205%200%201%200%2034%2031m-.653-26.46a1.501%201.501%200%200%201%202.477%201.666l-.079.132l-8.733%2012.991l-1.808-2.689l8.05-11.976z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.663%204.255a1.5%201.5%200%200%201%201.99.285l.092.123L30.861%2028.64a8%208%200%201%201-2.488%201.676L24%2023.808l-4.373%206.507a8%208%200%201%201-2.488-1.676l5.052-7.52l-9.936-14.783l-.08-.132a1.5%201.5%200%200%201%20.488-1.95M14%2031a5%205%200%201%200%203.033%201.025l-.245-.177A4.97%204.97%200%200%200%2014%2031.002M34%2031a4.97%204.97%200%200%200-2.788.849l-.245.176A5%205%200%201%200%2034%2031m-.653-26.46a1.501%201.501%200%200%201%202.477%201.666l-.079.132l-8.733%2012.991l-1.808-2.689l8.05-11.976z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/cut-48-filled.svg?color=%231a73e8&size=48