document-ribbon-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.

Name
document-ribbon-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the document ribbon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 2v7.999a2 2 0 0 0 2 2h7.999l.001.078v11.52a2.4 2.4 0 0 1-2.4 2.4H11V21.66a5.5 5.5 0 0 0-7-8.062V4.4A2.4 2.4 0 0 1 6.4 2zM9 23.397a5.5 5.5 0 0 0 1-.657v3.559a.7.7 0 0 1-1.132.55l-2.367-1.852l-1.036.81l-1.333 1.043A.7.7 0 0 1 3 26.299v-3.56q.462.382 1 .658a5.47 5.47 0 0 0 2.833.59A5.5 5.5 0 0 0 9 23.397m-2.5-.4a4.495 4.495 0 0 1-4.5-4.5a4.495 4.495 0 0 1 4.5-4.499a4.5 4.5 0 1 1 0 8.999m9-20.522v7.524a.5.5 0 0 0 .5.5h7.502a3 3 0 0 0-.307-.366l-7.431-7.43a2.4 2.4 0 0 0-.264-.228"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentRibbon28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 2v7.999a2 2 0 0 0 2 2h7.999l.001.078v11.52a2.4 2.4 0 0 1-2.4 2.4H11V21.66a5.5 5.5 0 0 0-7-8.062V4.4A2.4 2.4 0 0 1 6.4 2zM9 23.397a5.5 5.5 0 0 0 1-.657v3.559a.7.7 0 0 1-1.132.55l-2.367-1.852l-1.036.81l-1.333 1.043A.7.7 0 0 1 3 26.299v-3.56q.462.382 1 .658a5.47 5.47 0 0 0 2.833.59A5.5 5.5 0 0 0 9 23.397m-2.5-.4a4.495 4.495 0 0 1-4.5-4.5a4.495 4.495 0 0 1 4.5-4.499a4.5 4.5 0 1 1 0 8.999m9-20.522v7.524a.5.5 0 0 0 .5.5h7.502a3 3 0 0 0-.307-.366l-7.431-7.43a2.4 2.4 0 0 0-.264-.228"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 2v7.999a2 2 0 0 0 2 2h7.999l.001.078v11.52a2.4 2.4 0 0 1-2.4 2.4H11V21.66a5.5 5.5 0 0 0-7-8.062V4.4A2.4 2.4 0 0 1 6.4 2zM9 23.397a5.5 5.5 0 0 0 1-.657v3.559a.7.7 0 0 1-1.132.55l-2.367-1.852l-1.036.81l-1.333 1.043A.7.7 0 0 1 3 26.299v-3.56q.462.382 1 .658a5.47 5.47 0 0 0 2.833.59A5.5 5.5 0 0 0 9 23.397m-2.5-.4a4.495 4.495 0 0 1-4.5-4.5a4.495 4.495 0 0 1 4.5-4.499a4.5 4.5 0 1 1 0 8.999m9-20.522v7.524a.5.5 0 0 0 .5.5h7.502a3 3 0 0 0-.307-.366l-7.431-7.43a2.4 2.4 0 0 0-.264-.228"/></svg>
</template>

CSS

.icon-document-ribbon-28-filled {
  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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%202v7.999a2%202%200%200%200%202%202h7.999l.001.078v11.52a2.4%202.4%200%200%201-2.4%202.4H11V21.66a5.5%205.5%200%200%200-7-8.062V4.4A2.4%202.4%200%200%201%206.4%202zM9%2023.397a5.5%205.5%200%200%200%201-.657v3.559a.7.7%200%200%201-1.132.55l-2.367-1.852l-1.036.81l-1.333%201.043A.7.7%200%200%201%203%2026.299v-3.56q.462.382%201%20.658a5.47%205.47%200%200%200%202.833.59A5.5%205.5%200%200%200%209%2023.397m-2.5-.4a4.495%204.495%200%200%201-4.5-4.5a4.495%204.495%200%200%201%204.5-4.499a4.5%204.5%200%201%201%200%208.999m9-20.522v7.524a.5.5%200%200%200%20.5.5h7.502a3%203%200%200%200-.307-.366l-7.431-7.43a2.4%202.4%200%200%200-.264-.228%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%202v7.999a2%202%200%200%200%202%202h7.999l.001.078v11.52a2.4%202.4%200%200%201-2.4%202.4H11V21.66a5.5%205.5%200%200%200-7-8.062V4.4A2.4%202.4%200%200%201%206.4%202zM9%2023.397a5.5%205.5%200%200%200%201-.657v3.559a.7.7%200%200%201-1.132.55l-2.367-1.852l-1.036.81l-1.333%201.043A.7.7%200%200%201%203%2026.299v-3.56q.462.382%201%20.658a5.47%205.47%200%200%200%202.833.59A5.5%205.5%200%200%200%209%2023.397m-2.5-.4a4.495%204.495%200%200%201-4.5-4.5a4.495%204.495%200%200%201%204.5-4.499a4.5%204.5%200%201%201%200%208.999m9-20.522v7.524a.5.5%200%200%200%20.5.5h7.502a3%203%200%200%200-.307-.366l-7.431-7.43a2.4%202.4%200%200%200-.264-.228%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/document-ribbon-28-filled.svg?color=%231a73e8&size=48

Document Ribbon 28 filled icon — Fluent UI System Icons · IconsDB