ribbon off icon
ribbon-off-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- ribbon-off-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M5.454 6.515L2.22 3.28a.75.75 0 1 1 1.06-1.06l18.5 18.5a.75.75 0 0 1-1.06 1.06L17 18.06v3.19a.75.75 0 0 1-1.093.668l-.09-.055L12 19.176l-3.816 2.687a.75.75 0 0 1-1.175-.508L7 21.25l-.002-7.352A6.98 6.98 0 0 1 5 9c0-.875.16-1.713.454-2.485M15.499 16.56l-1.014-1.014A7 7 0 0 1 12 16c-1.275 0-2.47-.34-3.5-.936v4.74l3.067-2.159a.75.75 0 0 1 .763-.06l.1.06l3.07 2.16zm-2.211-2.211L6.652 7.712a5.5 5.5 0 0 0 6.636 6.636M17.5 9c0 1.473-.579 2.81-1.521 3.797l1.06 1.061A7 7 0 0 0 7.142 3.96l1.062 1.061A5.5 5.5 0 0 1 17.5 9"/></svg>
React
import type { SVGProps } from "react";
export function FluentRibbonOff24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.454 6.515L2.22 3.28a.75.75 0 1 1 1.06-1.06l18.5 18.5a.75.75 0 0 1-1.06 1.06L17 18.06v3.19a.75.75 0 0 1-1.093.668l-.09-.055L12 19.176l-3.816 2.687a.75.75 0 0 1-1.175-.508L7 21.25l-.002-7.352A6.98 6.98 0 0 1 5 9c0-.875.16-1.713.454-2.485M15.499 16.56l-1.014-1.014A7 7 0 0 1 12 16c-1.275 0-2.47-.34-3.5-.936v4.74l3.067-2.159a.75.75 0 0 1 .763-.06l.1.06l3.07 2.16zm-2.211-2.211L6.652 7.712a5.5 5.5 0 0 0 6.636 6.636M17.5 9c0 1.473-.579 2.81-1.521 3.797l1.06 1.061A7 7 0 0 0 7.142 3.96l1.062 1.061A5.5 5.5 0 0 1 17.5 9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.454 6.515L2.22 3.28a.75.75 0 1 1 1.06-1.06l18.5 18.5a.75.75 0 0 1-1.06 1.06L17 18.06v3.19a.75.75 0 0 1-1.093.668l-.09-.055L12 19.176l-3.816 2.687a.75.75 0 0 1-1.175-.508L7 21.25l-.002-7.352A6.98 6.98 0 0 1 5 9c0-.875.16-1.713.454-2.485M15.499 16.56l-1.014-1.014A7 7 0 0 1 12 16c-1.275 0-2.47-.34-3.5-.936v4.74l3.067-2.159a.75.75 0 0 1 .763-.06l.1.06l3.07 2.16zm-2.211-2.211L6.652 7.712a5.5 5.5 0 0 0 6.636 6.636M17.5 9c0 1.473-.579 2.81-1.521 3.797l1.06 1.061A7 7 0 0 0 7.142 3.96l1.062 1.061A5.5 5.5 0 0 1 17.5 9"/></svg> </template>
CSS
.icon-ribbon-off-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.454%206.515L2.22%203.28a.75.75%200%201%201%201.06-1.06l18.5%2018.5a.75.75%200%200%201-1.06%201.06L17%2018.06v3.19a.75.75%200%200%201-1.093.668l-.09-.055L12%2019.176l-3.816%202.687a.75.75%200%200%201-1.175-.508L7%2021.25l-.002-7.352A6.98%206.98%200%200%201%205%209c0-.875.16-1.713.454-2.485M15.499%2016.56l-1.014-1.014A7%207%200%200%201%2012%2016c-1.275%200-2.47-.34-3.5-.936v4.74l3.067-2.159a.75.75%200%200%201%20.763-.06l.1.06l3.07%202.16zm-2.211-2.211L6.652%207.712a5.5%205.5%200%200%200%206.636%206.636M17.5%209c0%201.473-.579%202.81-1.521%203.797l1.06%201.061A7%207%200%200%200%207.142%203.96l1.062%201.061A5.5%205.5%200%200%201%2017.5%209%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.454%206.515L2.22%203.28a.75.75%200%201%201%201.06-1.06l18.5%2018.5a.75.75%200%200%201-1.06%201.06L17%2018.06v3.19a.75.75%200%200%201-1.093.668l-.09-.055L12%2019.176l-3.816%202.687a.75.75%200%200%201-1.175-.508L7%2021.25l-.002-7.352A6.98%206.98%200%200%201%205%209c0-.875.16-1.713.454-2.485M15.499%2016.56l-1.014-1.014A7%207%200%200%201%2012%2016c-1.275%200-2.47-.34-3.5-.936v4.74l3.067-2.159a.75.75%200%200%201%20.763-.06l.1.06l3.07%202.16zm-2.211-2.211L6.652%207.712a5.5%205.5%200%200%200%206.636%206.636M17.5%209c0%201.473-.579%202.81-1.521%203.797l1.06%201.061A7%207%200%200%200%207.142%203.96l1.062%201.061A5.5%205.5%200%200%201%2017.5%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/ribbon-off-24-regular.svg?color=%231a73e8&size=48