cut icon
cut-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- cut-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M11.78 1.08c.23.16.29.47.14.7L9.21 5.85l-.61-.91l2.48-3.72c.16-.23.47-.29.7-.14m-.951 9.012q.322-.09.671-.092v.001c1.379 0 2.5 1.122 2.5 2.5s-1.121 2.5-2.5 2.5a2.497 2.497 0 0 1-1.566-4.447l-1.933-2.9l-1.932 2.902c.567.458.931 1.159.931 1.944C7 13.878 5.879 15 4.5 15A2.503 2.503 0 0 1 2 12.5a2.503 2.503 0 0 1 3.166-2.409l2.229-3.348l-3.311-4.966a.5.5 0 0 1 .832-.554zM3 12.5c0 .827.673 1.5 1.5 1.5S6 13.327 6 12.5S5.327 11 4.5 11S3 11.673 3 12.5m7 0c0 .827.673 1.5 1.5 1.5s1.5-.673 1.5-1.5s-.673-1.5-1.5-1.5s-1.5.673-1.5 1.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentCut16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.78 1.08c.23.16.29.47.14.7L9.21 5.85l-.61-.91l2.48-3.72c.16-.23.47-.29.7-.14m-.951 9.012q.322-.09.671-.092v.001c1.379 0 2.5 1.122 2.5 2.5s-1.121 2.5-2.5 2.5a2.497 2.497 0 0 1-1.566-4.447l-1.933-2.9l-1.932 2.902c.567.458.931 1.159.931 1.944C7 13.878 5.879 15 4.5 15A2.503 2.503 0 0 1 2 12.5a2.503 2.503 0 0 1 3.166-2.409l2.229-3.348l-3.311-4.966a.5.5 0 0 1 .832-.554zM3 12.5c0 .827.673 1.5 1.5 1.5S6 13.327 6 12.5S5.327 11 4.5 11S3 11.673 3 12.5m7 0c0 .827.673 1.5 1.5 1.5s1.5-.673 1.5-1.5s-.673-1.5-1.5-1.5s-1.5.673-1.5 1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.78 1.08c.23.16.29.47.14.7L9.21 5.85l-.61-.91l2.48-3.72c.16-.23.47-.29.7-.14m-.951 9.012q.322-.09.671-.092v.001c1.379 0 2.5 1.122 2.5 2.5s-1.121 2.5-2.5 2.5a2.497 2.497 0 0 1-1.566-4.447l-1.933-2.9l-1.932 2.902c.567.458.931 1.159.931 1.944C7 13.878 5.879 15 4.5 15A2.503 2.503 0 0 1 2 12.5a2.503 2.503 0 0 1 3.166-2.409l2.229-3.348l-3.311-4.966a.5.5 0 0 1 .832-.554zM3 12.5c0 .827.673 1.5 1.5 1.5S6 13.327 6 12.5S5.327 11 4.5 11S3 11.673 3 12.5m7 0c0 .827.673 1.5 1.5 1.5s1.5-.673 1.5-1.5s-.673-1.5-1.5-1.5s-1.5.673-1.5 1.5"/></svg> </template>
CSS
.icon-cut-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.78%201.08c.23.16.29.47.14.7L9.21%205.85l-.61-.91l2.48-3.72c.16-.23.47-.29.7-.14m-.951%209.012q.322-.09.671-.092v.001c1.379%200%202.5%201.122%202.5%202.5s-1.121%202.5-2.5%202.5a2.497%202.497%200%200%201-1.566-4.447l-1.933-2.9l-1.932%202.902c.567.458.931%201.159.931%201.944C7%2013.878%205.879%2015%204.5%2015A2.503%202.503%200%200%201%202%2012.5a2.503%202.503%200%200%201%203.166-2.409l2.229-3.348l-3.311-4.966a.5.5%200%200%201%20.832-.554zM3%2012.5c0%20.827.673%201.5%201.5%201.5S6%2013.327%206%2012.5S5.327%2011%204.5%2011S3%2011.673%203%2012.5m7%200c0%20.827.673%201.5%201.5%201.5s1.5-.673%201.5-1.5s-.673-1.5-1.5-1.5s-1.5.673-1.5%201.5%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.78%201.08c.23.16.29.47.14.7L9.21%205.85l-.61-.91l2.48-3.72c.16-.23.47-.29.7-.14m-.951%209.012q.322-.09.671-.092v.001c1.379%200%202.5%201.122%202.5%202.5s-1.121%202.5-2.5%202.5a2.497%202.497%200%200%201-1.566-4.447l-1.933-2.9l-1.932%202.902c.567.458.931%201.159.931%201.944C7%2013.878%205.879%2015%204.5%2015A2.503%202.503%200%200%201%202%2012.5a2.503%202.503%200%200%201%203.166-2.409l2.229-3.348l-3.311-4.966a.5.5%200%200%201%20.832-.554zM3%2012.5c0%20.827.673%201.5%201.5%201.5S6%2013.327%206%2012.5S5.327%2011%204.5%2011S3%2011.673%203%2012.5m7%200c0%20.827.673%201.5%201.5%201.5s1.5-.673%201.5-1.5s-.673-1.5-1.5-1.5s-1.5.673-1.5%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/cut-16-regular.svg?color=%231a73e8&size=48