cut icon
cut-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- cut-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- 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.807 4.21a1.25 1.25 0 0 1 1.733.347L30.657 28.73A8 8 0 1 1 26 36c0-2.327.996-4.418 2.58-5.879l-4.581-6.87l-4.578 6.87A7.98 7.98 0 0 1 22 36a8 8 0 1 1-4.657-7.27l5.154-7.732L12.46 5.943a1.25 1.25 0 0 1 .347-1.733M14 30.5a5.5 5.5 0 1 0 3.321 1.116l-.271-.193A5.47 5.47 0 0 0 14 30.5m20 0c-1.13 0-2.177.34-3.05.923l-.271.193A5.5 5.5 0 1 0 34 30.5m-.54-25.943a1.25 1.25 0 0 1 2.08 1.386l-8.837 13.253l-1.502-2.254z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCut48Regular(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.807 4.21a1.25 1.25 0 0 1 1.733.347L30.657 28.73A8 8 0 1 1 26 36c0-2.327.996-4.418 2.58-5.879l-4.581-6.87l-4.578 6.87A7.98 7.98 0 0 1 22 36a8 8 0 1 1-4.657-7.27l5.154-7.732L12.46 5.943a1.25 1.25 0 0 1 .347-1.733M14 30.5a5.5 5.5 0 1 0 3.321 1.116l-.271-.193A5.47 5.47 0 0 0 14 30.5m20 0c-1.13 0-2.177.34-3.05.923l-.271.193A5.5 5.5 0 1 0 34 30.5m-.54-25.943a1.25 1.25 0 0 1 2.08 1.386l-8.837 13.253l-1.502-2.254z"/></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.807 4.21a1.25 1.25 0 0 1 1.733.347L30.657 28.73A8 8 0 1 1 26 36c0-2.327.996-4.418 2.58-5.879l-4.581-6.87l-4.578 6.87A7.98 7.98 0 0 1 22 36a8 8 0 1 1-4.657-7.27l5.154-7.732L12.46 5.943a1.25 1.25 0 0 1 .347-1.733M14 30.5a5.5 5.5 0 1 0 3.321 1.116l-.271-.193A5.47 5.47 0 0 0 14 30.5m20 0c-1.13 0-2.177.34-3.05.923l-.271.193A5.5 5.5 0 1 0 34 30.5m-.54-25.943a1.25 1.25 0 0 1 2.08 1.386l-8.837 13.253l-1.502-2.254z"/></svg> </template>
CSS
.icon-cut-48-regular {
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.807%204.21a1.25%201.25%200%200%201%201.733.347L30.657%2028.73A8%208%200%201%201%2026%2036c0-2.327.996-4.418%202.58-5.879l-4.581-6.87l-4.578%206.87A7.98%207.98%200%200%201%2022%2036a8%208%200%201%201-4.657-7.27l5.154-7.732L12.46%205.943a1.25%201.25%200%200%201%20.347-1.733M14%2030.5a5.5%205.5%200%201%200%203.321%201.116l-.271-.193A5.47%205.47%200%200%200%2014%2030.5m20%200c-1.13%200-2.177.34-3.05.923l-.271.193A5.5%205.5%200%201%200%2034%2030.5m-.54-25.943a1.25%201.25%200%200%201%202.08%201.386l-8.837%2013.253l-1.502-2.254z%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.807%204.21a1.25%201.25%200%200%201%201.733.347L30.657%2028.73A8%208%200%201%201%2026%2036c0-2.327.996-4.418%202.58-5.879l-4.581-6.87l-4.578%206.87A7.98%207.98%200%200%201%2022%2036a8%208%200%201%201-4.657-7.27l5.154-7.732L12.46%205.943a1.25%201.25%200%200%201%20.347-1.733M14%2030.5a5.5%205.5%200%201%200%203.321%201.116l-.271-.193A5.47%205.47%200%200%200%2014%2030.5m20%200c-1.13%200-2.177.34-3.05.923l-.271.193A5.5%205.5%200%201%200%2034%2030.5m-.54-25.943a1.25%201.25%200%200%201%202.08%201.386l-8.837%2013.253l-1.502-2.254z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/cut-48-regular.svg?color=%231a73e8&size=48