document word icon
document-word-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- document-word-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- License
- MIT
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
document-100-16-filleddocument-add-16-filleddocument-arrow-down-16-filleddocument-arrow-down-off-20-filleddocument-arrow-left-16-filleddocument-arrow-right-16-filleddocument-arrow-up-16-filleddocument-autosave-24-regulardocument-border-20-filleddocument-border-print-20-filleddocument-briefcase-16-filleddocument-broken-20-filleddocument-bullet-list-16-filleddocument-bullet-list-arrow-left-16-filleddocument-bullet-list-clock-20-filleddocument-bullet-list-cube-16-filleddocument-bullet-list-multiple-20-filleddocument-bullet-list-off-20-filleddocument-catch-up-16-filleddocument-checkmark-16-filleddocument-chevron-double-20-filleddocument-code-16-filleddocument-contract-16-filleddocument-copy-16-filled
Use the document word icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14.25 15A2.75 2.75 0 0 1 17 17.75v9.5A2.75 2.75 0 0 1 14.25 30h-9.5A2.75 2.75 0 0 1 2 27.25v-9.5A2.75 2.75 0 0 1 4.75 15zM16 9.75A3.25 3.25 0 0 0 19.25 13H27v13.75A3.25 3.25 0 0 1 23.75 30h-6.262a4.23 4.23 0 0 0 1.012-2.75v-9.5a4.25 4.25 0 0 0-4.25-4.25H5V5.25A3.25 3.25 0 0 1 8.25 2H16zm-2.975 8.168l-1.141 6.049l-1.218-6.049H8.28l-1.164 6.049l-1.17-6.049H4l1.897 9.165H8.28l1.22-5.5l1.166 5.5l2.36-.001L15 17.917zM18 2.137a3.25 3.25 0 0 1 1.366.815l6.682 6.682c.384.384.662.855.815 1.366H19.25c-.69 0-1.25-.56-1.25-1.25z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDocumentWord32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14.25 15A2.75 2.75 0 0 1 17 17.75v9.5A2.75 2.75 0 0 1 14.25 30h-9.5A2.75 2.75 0 0 1 2 27.25v-9.5A2.75 2.75 0 0 1 4.75 15zM16 9.75A3.25 3.25 0 0 0 19.25 13H27v13.75A3.25 3.25 0 0 1 23.75 30h-6.262a4.23 4.23 0 0 0 1.012-2.75v-9.5a4.25 4.25 0 0 0-4.25-4.25H5V5.25A3.25 3.25 0 0 1 8.25 2H16zm-2.975 8.168l-1.141 6.049l-1.218-6.049H8.28l-1.164 6.049l-1.17-6.049H4l1.897 9.165H8.28l1.22-5.5l1.166 5.5l2.36-.001L15 17.917zM18 2.137a3.25 3.25 0 0 1 1.366.815l6.682 6.682c.384.384.662.855.815 1.366H19.25c-.69 0-1.25-.56-1.25-1.25z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14.25 15A2.75 2.75 0 0 1 17 17.75v9.5A2.75 2.75 0 0 1 14.25 30h-9.5A2.75 2.75 0 0 1 2 27.25v-9.5A2.75 2.75 0 0 1 4.75 15zM16 9.75A3.25 3.25 0 0 0 19.25 13H27v13.75A3.25 3.25 0 0 1 23.75 30h-6.262a4.23 4.23 0 0 0 1.012-2.75v-9.5a4.25 4.25 0 0 0-4.25-4.25H5V5.25A3.25 3.25 0 0 1 8.25 2H16zm-2.975 8.168l-1.141 6.049l-1.218-6.049H8.28l-1.164 6.049l-1.17-6.049H4l1.897 9.165H8.28l1.22-5.5l1.166 5.5l2.36-.001L15 17.917zM18 2.137a3.25 3.25 0 0 1 1.366.815l6.682 6.682c.384.384.662.855.815 1.366H19.25c-.69 0-1.25-.56-1.25-1.25z"/></svg> </template>
CSS
.icon-document-word-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.25%2015A2.75%202.75%200%200%201%2017%2017.75v9.5A2.75%202.75%200%200%201%2014.25%2030h-9.5A2.75%202.75%200%200%201%202%2027.25v-9.5A2.75%202.75%200%200%201%204.75%2015zM16%209.75A3.25%203.25%200%200%200%2019.25%2013H27v13.75A3.25%203.25%200%200%201%2023.75%2030h-6.262a4.23%204.23%200%200%200%201.012-2.75v-9.5a4.25%204.25%200%200%200-4.25-4.25H5V5.25A3.25%203.25%200%200%201%208.25%202H16zm-2.975%208.168l-1.141%206.049l-1.218-6.049H8.28l-1.164%206.049l-1.17-6.049H4l1.897%209.165H8.28l1.22-5.5l1.166%205.5l2.36-.001L15%2017.917zM18%202.137a3.25%203.25%200%200%201%201.366.815l6.682%206.682c.384.384.662.855.815%201.366H19.25c-.69%200-1.25-.56-1.25-1.25z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.25%2015A2.75%202.75%200%200%201%2017%2017.75v9.5A2.75%202.75%200%200%201%2014.25%2030h-9.5A2.75%202.75%200%200%201%202%2027.25v-9.5A2.75%202.75%200%200%201%204.75%2015zM16%209.75A3.25%203.25%200%200%200%2019.25%2013H27v13.75A3.25%203.25%200%200%201%2023.75%2030h-6.262a4.23%204.23%200%200%200%201.012-2.75v-9.5a4.25%204.25%200%200%200-4.25-4.25H5V5.25A3.25%203.25%200%200%201%208.25%202H16zm-2.975%208.168l-1.141%206.049l-1.218-6.049H8.28l-1.164%206.049l-1.17-6.049H4l1.897%209.165H8.28l1.22-5.5l1.166%205.5l2.36-.001L15%2017.917zM18%202.137a3.25%203.25%200%200%201%201.366.815l6.682%206.682c.384.384.662.855.815%201.366H19.25c-.69%200-1.25-.56-1.25-1.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/document-word-32-filled.svg?color=%231a73e8&size=48