ribbon off icon
ribbon-off-12-regular from Fluent UI System Icons by Microsoft Corporation · 12 Regular · MIT Free for personal and commercial use.
- Name
- ribbon-off-12-regular
- Set
- Fluent UI System Icons
- Style
- 12 Regular
- Viewbox
- 12×12
- 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 12 12"><path fill="currentColor" d="M2.68 3.388L1.146 1.854a.5.5 0 1 1 .708-.708l9 9a.5.5 0 0 1-.708.708L8 8.707V10.5a.5.5 0 0 1-.777.416L6 10.101l-1.223.815A.5.5 0 0 1 4 10.5V7.373a3.496 3.496 0 0 1-1.32-3.985m3.598 3.597L3.515 4.222Q3.5 4.36 3.5 4.5a2.5 2.5 0 0 0 2.778 2.485M8.5 4.5c0 .532-.166 1.025-.449 1.43l.715.715a3.5 3.5 0 0 0-4.91-4.91l.714.714A2.5 2.5 0 0 1 8.5 4.5M7 7.855a3.5 3.5 0 0 1-2 0v1.71l.723-.481a.5.5 0 0 1 .554 0L7 9.566z"/></svg>
React
import type { SVGProps } from "react";
export function FluentRibbonOff12Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M2.68 3.388L1.146 1.854a.5.5 0 1 1 .708-.708l9 9a.5.5 0 0 1-.708.708L8 8.707V10.5a.5.5 0 0 1-.777.416L6 10.101l-1.223.815A.5.5 0 0 1 4 10.5V7.373a3.496 3.496 0 0 1-1.32-3.985m3.598 3.597L3.515 4.222Q3.5 4.36 3.5 4.5a2.5 2.5 0 0 0 2.778 2.485M8.5 4.5c0 .532-.166 1.025-.449 1.43l.715.715a3.5 3.5 0 0 0-4.91-4.91l.714.714A2.5 2.5 0 0 1 8.5 4.5M7 7.855a3.5 3.5 0 0 1-2 0v1.71l.723-.481a.5.5 0 0 1 .554 0L7 9.566z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M2.68 3.388L1.146 1.854a.5.5 0 1 1 .708-.708l9 9a.5.5 0 0 1-.708.708L8 8.707V10.5a.5.5 0 0 1-.777.416L6 10.101l-1.223.815A.5.5 0 0 1 4 10.5V7.373a3.496 3.496 0 0 1-1.32-3.985m3.598 3.597L3.515 4.222Q3.5 4.36 3.5 4.5a2.5 2.5 0 0 0 2.778 2.485M8.5 4.5c0 .532-.166 1.025-.449 1.43l.715.715a3.5 3.5 0 0 0-4.91-4.91l.714.714A2.5 2.5 0 0 1 8.5 4.5M7 7.855a3.5 3.5 0 0 1-2 0v1.71l.723-.481a.5.5 0 0 1 .554 0L7 9.566z"/></svg> </template>
CSS
.icon-ribbon-off-12-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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.68%203.388L1.146%201.854a.5.5%200%201%201%20.708-.708l9%209a.5.5%200%200%201-.708.708L8%208.707V10.5a.5.5%200%200%201-.777.416L6%2010.101l-1.223.815A.5.5%200%200%201%204%2010.5V7.373a3.496%203.496%200%200%201-1.32-3.985m3.598%203.597L3.515%204.222Q3.5%204.36%203.5%204.5a2.5%202.5%200%200%200%202.778%202.485M8.5%204.5c0%20.532-.166%201.025-.449%201.43l.715.715a3.5%203.5%200%200%200-4.91-4.91l.714.714A2.5%202.5%200%200%201%208.5%204.5M7%207.855a3.5%203.5%200%200%201-2%200v1.71l.723-.481a.5.5%200%200%201%20.554%200L7%209.566z%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.68%203.388L1.146%201.854a.5.5%200%201%201%20.708-.708l9%209a.5.5%200%200%201-.708.708L8%208.707V10.5a.5.5%200%200%201-.777.416L6%2010.101l-1.223.815A.5.5%200%200%201%204%2010.5V7.373a3.496%203.496%200%200%201-1.32-3.985m3.598%203.597L3.515%204.222Q3.5%204.36%203.5%204.5a2.5%202.5%200%200%200%202.778%202.485M8.5%204.5c0%20.532-.166%201.025-.449%201.43l.715.715a3.5%203.5%200%200%200-4.91-4.91l.714.714A2.5%202.5%200%200%201%208.5%204.5M7%207.855a3.5%203.5%200%200%201-2%200v1.71l.723-.481a.5.5%200%200%201%20.554%200L7%209.566z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/ribbon-off-12-regular.svg?color=%231a73e8&size=48