doc-text-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
doc-text-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

Related icons in Framework7 Icons

Use the doc text icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M15.555 53.125h24.89c4.852 0 7.266-2.461 7.266-7.336V24.508H30.742c-3 0-4.406-1.43-4.406-4.43V2.875H15.555c-4.828 0-7.266 2.484-7.266 7.36v35.554c0 4.898 2.438 7.336 7.266 7.336m15.258-31.828h16.64c-.164-.961-.844-1.899-1.945-3.047L32.57 5.102c-1.078-1.125-2.062-1.805-3.047-1.97v16.9c0 .843.446 1.265 1.29 1.265m-11.836 13.36c-.961 0-1.641-.68-1.641-1.594c0-.915.68-1.594 1.64-1.594h18.07c.938 0 1.665.68 1.665 1.593c0 .915-.727 1.594-1.664 1.594Zm0 8.929c-.961 0-1.641-.68-1.641-1.594s.68-1.594 1.64-1.594h18.07c.938 0 1.665.68 1.665 1.594s-.727 1.594-1.664 1.594Z"/></svg>

React

import type { SVGProps } from "react";

export function F7DocTextFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M15.555 53.125h24.89c4.852 0 7.266-2.461 7.266-7.336V24.508H30.742c-3 0-4.406-1.43-4.406-4.43V2.875H15.555c-4.828 0-7.266 2.484-7.266 7.36v35.554c0 4.898 2.438 7.336 7.266 7.336m15.258-31.828h16.64c-.164-.961-.844-1.899-1.945-3.047L32.57 5.102c-1.078-1.125-2.062-1.805-3.047-1.97v16.9c0 .843.446 1.265 1.29 1.265m-11.836 13.36c-.961 0-1.641-.68-1.641-1.594c0-.915.68-1.594 1.64-1.594h18.07c.938 0 1.665.68 1.665 1.593c0 .915-.727 1.594-1.664 1.594Zm0 8.929c-.961 0-1.641-.68-1.641-1.594s.68-1.594 1.64-1.594h18.07c.938 0 1.665.68 1.665 1.594s-.727 1.594-1.664 1.594Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M15.555 53.125h24.89c4.852 0 7.266-2.461 7.266-7.336V24.508H30.742c-3 0-4.406-1.43-4.406-4.43V2.875H15.555c-4.828 0-7.266 2.484-7.266 7.36v35.554c0 4.898 2.438 7.336 7.266 7.336m15.258-31.828h16.64c-.164-.961-.844-1.899-1.945-3.047L32.57 5.102c-1.078-1.125-2.062-1.805-3.047-1.97v16.9c0 .843.446 1.265 1.29 1.265m-11.836 13.36c-.961 0-1.641-.68-1.641-1.594c0-.915.68-1.594 1.64-1.594h18.07c.938 0 1.665.68 1.665 1.593c0 .915-.727 1.594-1.664 1.594Zm0 8.929c-.961 0-1.641-.68-1.641-1.594s.68-1.594 1.64-1.594h18.07c.938 0 1.665.68 1.665 1.594s-.727 1.594-1.664 1.594Z"/></svg>
</template>

CSS

.icon-doc-text-fill {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.555%2053.125h24.89c4.852%200%207.266-2.461%207.266-7.336V24.508H30.742c-3%200-4.406-1.43-4.406-4.43V2.875H15.555c-4.828%200-7.266%202.484-7.266%207.36v35.554c0%204.898%202.438%207.336%207.266%207.336m15.258-31.828h16.64c-.164-.961-.844-1.899-1.945-3.047L32.57%205.102c-1.078-1.125-2.062-1.805-3.047-1.97v16.9c0%20.843.446%201.265%201.29%201.265m-11.836%2013.36c-.961%200-1.641-.68-1.641-1.594c0-.915.68-1.594%201.64-1.594h18.07c.938%200%201.665.68%201.665%201.593c0%20.915-.727%201.594-1.664%201.594Zm0%208.929c-.961%200-1.641-.68-1.641-1.594s.68-1.594%201.64-1.594h18.07c.938%200%201.665.68%201.665%201.594s-.727%201.594-1.664%201.594Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.555%2053.125h24.89c4.852%200%207.266-2.461%207.266-7.336V24.508H30.742c-3%200-4.406-1.43-4.406-4.43V2.875H15.555c-4.828%200-7.266%202.484-7.266%207.36v35.554c0%204.898%202.438%207.336%207.266%207.336m15.258-31.828h16.64c-.164-.961-.844-1.899-1.945-3.047L32.57%205.102c-1.078-1.125-2.062-1.805-3.047-1.97v16.9c0%20.843.446%201.265%201.29%201.265m-11.836%2013.36c-.961%200-1.641-.68-1.641-1.594c0-.915.68-1.594%201.64-1.594h18.07c.938%200%201.665.68%201.665%201.593c0%20.915-.727%201.594-1.664%201.594Zm0%208.929c-.961%200-1.641-.68-1.641-1.594s.68-1.594%201.64-1.594h18.07c.938%200%201.665.68%201.665%201.594s-.727%201.594-1.664%201.594Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/doc-text-fill.svg?color=%231a73e8&size=48