ribbon off icon
ribbon-off-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- ribbon-off-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the ribbon off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.38 4.086L1.145 1.854a.5.5 0 1 1 .708-.708l13 13a.5.5 0 0 1-.708.708L11 11.707V14.5a.5.5 0 0 1-.757.429L8 13.583L5.757 14.93A.5.5 0 0 1 5 14.5V10a5 5 0 0 1-2-4c0-.678.135-1.324.38-1.914m6.534 6.535A5 5 0 0 1 8 11a5 5 0 0 1-2-.416v3.033l1.743-1.046a.5.5 0 0 1 .514 0L10 13.617v-2.91zm-.783-.783L4.162 4.869a4 4 0 0 0 4.969 4.969M12 6a4 4 0 0 1-1.112 2.767l.708.707a5 5 0 0 0-7.07-7.07l.707.708A4 4 0 0 1 12 6"/></svg>
React
import type { SVGProps } from "react";
export function FluentRibbonOff16Regular(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="M3.38 4.086L1.145 1.854a.5.5 0 1 1 .708-.708l13 13a.5.5 0 0 1-.708.708L11 11.707V14.5a.5.5 0 0 1-.757.429L8 13.583L5.757 14.93A.5.5 0 0 1 5 14.5V10a5 5 0 0 1-2-4c0-.678.135-1.324.38-1.914m6.534 6.535A5 5 0 0 1 8 11a5 5 0 0 1-2-.416v3.033l1.743-1.046a.5.5 0 0 1 .514 0L10 13.617v-2.91zm-.783-.783L4.162 4.869a4 4 0 0 0 4.969 4.969M12 6a4 4 0 0 1-1.112 2.767l.708.707a5 5 0 0 0-7.07-7.07l.707.708A4 4 0 0 1 12 6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.38 4.086L1.145 1.854a.5.5 0 1 1 .708-.708l13 13a.5.5 0 0 1-.708.708L11 11.707V14.5a.5.5 0 0 1-.757.429L8 13.583L5.757 14.93A.5.5 0 0 1 5 14.5V10a5 5 0 0 1-2-4c0-.678.135-1.324.38-1.914m6.534 6.535A5 5 0 0 1 8 11a5 5 0 0 1-2-.416v3.033l1.743-1.046a.5.5 0 0 1 .514 0L10 13.617v-2.91zm-.783-.783L4.162 4.869a4 4 0 0 0 4.969 4.969M12 6a4 4 0 0 1-1.112 2.767l.708.707a5 5 0 0 0-7.07-7.07l.707.708A4 4 0 0 1 12 6"/></svg> </template>
CSS
.icon-ribbon-off-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%22M3.38%204.086L1.145%201.854a.5.5%200%201%201%20.708-.708l13%2013a.5.5%200%200%201-.708.708L11%2011.707V14.5a.5.5%200%200%201-.757.429L8%2013.583L5.757%2014.93A.5.5%200%200%201%205%2014.5V10a5%205%200%200%201-2-4c0-.678.135-1.324.38-1.914m6.534%206.535A5%205%200%200%201%208%2011a5%205%200%200%201-2-.416v3.033l1.743-1.046a.5.5%200%200%201%20.514%200L10%2013.617v-2.91zm-.783-.783L4.162%204.869a4%204%200%200%200%204.969%204.969M12%206a4%204%200%200%201-1.112%202.767l.708.707a5%205%200%200%200-7.07-7.07l.707.708A4%204%200%200%201%2012%206%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%22M3.38%204.086L1.145%201.854a.5.5%200%201%201%20.708-.708l13%2013a.5.5%200%200%201-.708.708L11%2011.707V14.5a.5.5%200%200%201-.757.429L8%2013.583L5.757%2014.93A.5.5%200%200%201%205%2014.5V10a5%205%200%200%201-2-4c0-.678.135-1.324.38-1.914m6.534%206.535A5%205%200%200%201%208%2011a5%205%200%200%201-2-.416v3.033l1.743-1.046a.5.5%200%200%201%20.514%200L10%2013.617v-2.91zm-.783-.783L4.162%204.869a4%204%200%200%200%204.969%204.969M12%206a4%204%200%200%201-1.112%202.767l.708.707a5%205%200%200%200-7.07-7.07l.707.708A4%204%200%200%201%2012%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/ribbon-off-16-regular.svg?color=%231a73e8&size=48