document-word-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.

Name
document-word-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

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 15zm2.818-13a3.25 3.25 0 0 1 2.298.952l6.682 6.682c.61.61.952 1.436.952 2.298V26.75A3.25 3.25 0 0 1 23.75 30h-6.262c.477-.56.81-1.245.945-2h5.317c.69 0 1.25-.56 1.25-1.25V13h-5.75A3.25 3.25 0 0 1 16 9.75V4H8.25C7.56 4 7 4.56 7 5.25v8.25H5V5.25A3.25 3.25 0 0 1 8.25 2zm-4.043 15.918l-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 9.75c0 .69.56 1.25 1.25 1.25h5.336L18 4.414z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentWord32Regular(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 15zm2.818-13a3.25 3.25 0 0 1 2.298.952l6.682 6.682c.61.61.952 1.436.952 2.298V26.75A3.25 3.25 0 0 1 23.75 30h-6.262c.477-.56.81-1.245.945-2h5.317c.69 0 1.25-.56 1.25-1.25V13h-5.75A3.25 3.25 0 0 1 16 9.75V4H8.25C7.56 4 7 4.56 7 5.25v8.25H5V5.25A3.25 3.25 0 0 1 8.25 2zm-4.043 15.918l-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 9.75c0 .69.56 1.25 1.25 1.25h5.336L18 4.414z"/></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 15zm2.818-13a3.25 3.25 0 0 1 2.298.952l6.682 6.682c.61.61.952 1.436.952 2.298V26.75A3.25 3.25 0 0 1 23.75 30h-6.262c.477-.56.81-1.245.945-2h5.317c.69 0 1.25-.56 1.25-1.25V13h-5.75A3.25 3.25 0 0 1 16 9.75V4H8.25C7.56 4 7 4.56 7 5.25v8.25H5V5.25A3.25 3.25 0 0 1 8.25 2zm-4.043 15.918l-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 9.75c0 .69.56 1.25 1.25 1.25h5.336L18 4.414z"/></svg>
</template>

CSS

.icon-document-word-32-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%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%2015zm2.818-13a3.25%203.25%200%200%201%202.298.952l6.682%206.682c.61.61.952%201.436.952%202.298V26.75A3.25%203.25%200%200%201%2023.75%2030h-6.262c.477-.56.81-1.245.945-2h5.317c.69%200%201.25-.56%201.25-1.25V13h-5.75A3.25%203.25%200%200%201%2016%209.75V4H8.25C7.56%204%207%204.56%207%205.25v8.25H5V5.25A3.25%203.25%200%200%201%208.25%202zm-4.043%2015.918l-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%209.75c0%20.69.56%201.25%201.25%201.25h5.336L18%204.414z%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%2015zm2.818-13a3.25%203.25%200%200%201%202.298.952l6.682%206.682c.61.61.952%201.436.952%202.298V26.75A3.25%203.25%200%200%201%2023.75%2030h-6.262c.477-.56.81-1.245.945-2h5.317c.69%200%201.25-.56%201.25-1.25V13h-5.75A3.25%203.25%200%200%201%2016%209.75V4H8.25C7.56%204%207%204.56%207%205.25v8.25H5V5.25A3.25%203.25%200%200%201%208.25%202zm-4.043%2015.918l-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%209.75c0%20.69.56%201.25%201.25%201.25h5.336L18%204.414z%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-regular.svg?color=%231a73e8&size=48