docs from Material Symbols by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.

Name
docs
Set
Material Symbols
Style
Regular
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
docs-rounded

3 other variants in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the docs icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2v4q0 1.25.875 2.125T15 9h4v11q0 .825-.587 1.413T17 22H7q-.825 0-1.412-.587T5 20V4q0-.825.588-1.412T7 2zm2 0l5 5h-4q-.425 0-.712-.288T14 6zm-4 17h2q.425 0 .713-.288T13 18t-.288-.712T12 17h-2q-.425 0-.712.288T9 18t.288.713T10 19m0-4h4q.425 0 .713-.288T15 14t-.288-.712T14 13h-4q-.425 0-.712.288T9 14t.288.713T10 15"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDocs(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="M12 2v4q0 1.25.875 2.125T15 9h4v11q0 .825-.587 1.413T17 22H7q-.825 0-1.412-.587T5 20V4q0-.825.588-1.412T7 2zm2 0l5 5h-4q-.425 0-.712-.288T14 6zm-4 17h2q.425 0 .713-.288T13 18t-.288-.712T12 17h-2q-.425 0-.712.288T9 18t.288.713T10 19m0-4h4q.425 0 .713-.288T15 14t-.288-.712T14 13h-4q-.425 0-.712.288T9 14t.288.713T10 15"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2v4q0 1.25.875 2.125T15 9h4v11q0 .825-.587 1.413T17 22H7q-.825 0-1.412-.587T5 20V4q0-.825.588-1.412T7 2zm2 0l5 5h-4q-.425 0-.712-.288T14 6zm-4 17h2q.425 0 .713-.288T13 18t-.288-.712T12 17h-2q-.425 0-.712.288T9 18t.288.713T10 19m0-4h4q.425 0 .713-.288T15 14t-.288-.712T14 13h-4q-.425 0-.712.288T9 14t.288.713T10 15"/></svg>
</template>

CSS

.icon-docs {
  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%22M12%202v4q0%201.25.875%202.125T15%209h4v11q0%20.825-.587%201.413T17%2022H7q-.825%200-1.412-.587T5%2020V4q0-.825.588-1.412T7%202zm2%200l5%205h-4q-.425%200-.712-.288T14%206zm-4%2017h2q.425%200%20.713-.288T13%2018t-.288-.712T12%2017h-2q-.425%200-.712.288T9%2018t.288.713T10%2019m0-4h4q.425%200%20.713-.288T15%2014t-.288-.712T14%2013h-4q-.425%200-.712.288T9%2014t.288.713T10%2015%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%22M12%202v4q0%201.25.875%202.125T15%209h4v11q0%20.825-.587%201.413T17%2022H7q-.825%200-1.412-.587T5%2020V4q0-.825.588-1.412T7%202zm2%200l5%205h-4q-.425%200-.712-.288T14%206zm-4%2017h2q.425%200%20.713-.288T13%2018t-.288-.712T12%2017h-2q-.425%200-.712.288T9%2018t.288.713T10%2019m0-4h4q.425%200%20.713-.288T15%2014t-.288-.712T14%2013h-4q-.425%200-.712.288T9%2014t.288.713T10%2015%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/docs.svg?color=%231a73e8&size=48