Document RB icon
Used to represent a Ruby document. The Document RB icon is part of Microsoft's Fluent UI System Icons, available here in regular and filled styles on a 16 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.
Every size and style
Microsoft draws each size separately so icons stay crisp, rather than scaling one drawing. Pick a style and size to preview it, download it, or copy the code for your platform.
Regular, 16 px
ic_fluent_document_rb_16_regular.svg
Document RB icon in React
npm install @fluentui/react-icons
import { DocumentRb16Regular } from "@fluentui/react-icons";
export function Example() {
return <DocumentRb16Regular aria-label="Document RB" />;
}Use the Document RB icon in React
Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.
npm install @fluentui/react-icons
import { DocumentRb16Regular, DocumentRb16Filled } from "@fluentui/react-icons";
export function Example() {
return <DocumentRb16Regular aria-label="Document RB" />;
}Use it in HTML
Reference the SVG file directly:
<img src="https://fluenticons.co/icons/ic_fluent_document_rb_16_regular.svg" width="16" height="16" alt="Document RB"> Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="m9.65 1.44 2.91 2.91c.28.29.44.67.44 1.06V13a2 2 0 0 1-2 2H8.74a2.5 2.5 0 0 0 .46-1H11a1 1 0 0 0 1-1V6H9.5A1.5 1.5 0 0 1 8 4.5V2H5a1 1 0 0 0-1 1v6.52l-.04-.04-.06-.04q-.41-.28-.9-.36V3c0-1.1.9-2 2-2h3.59q.62.01 1.06.44M9 4.5c0 .28.22.5.5.5h2.3L9 2.2zm-1 7.1a1.5 1.5 0 0 1-.27.76 1.5 1.5 0 0 1-.12 2.37 1.5 1.5 0 0 1-.86.27H5.5a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h1A1.5 1.5 0 0 1 8 11.6M6.5 11H6v1h.5a.5.5 0 1 0 0-1M6 14h.75a.5.5 0 1 0 0-1H6zm-2.48-1.41q.35.59.5 1.27l.02.08.06.2a.5.5 0 0 1-.35.86c-.47 0-.59-.46-.7-.9v-.01c-.1-.36-.28-1.1-.55-1.1H2v1.5a.5.5 0 1 1-1 0v-4a.5.5 0 0 1 .5-.5h1a1.5 1.5 0 0 1 1.02 2.6m-1.02-1.6H2v1h.5a.5.5 0 1 0 0-1"/></svg>Details
| Name | Document RB |
|---|---|
| Styles | Regular (outlined), Filled |
| Sizes | 16 px |
| Regular (outlined) file | ic_fluent_document_rb_16_regular.svg |
| Filled file | ic_fluent_document_rb_16_filled.svg |
| React (Regular) | DocumentRb16Regular |
| React (Filled) | DocumentRb16Filled |
| License | MIT (© Microsoft Corporation) |