docs-filled from Reicon by REICON · Filled · Notes · MIT Free for personal and commercial use.

Name
docs-filled
Set
Reicon
Style
Filled
Category
Notes
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More notes icons from Reicon

Use the docs icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M1.75 10v4c0 2.829 0 4.243.879 5.122c.217.217.467.38.763.504l-.019-.134c-.123-.918-.123-2.063-.123-3.393V7.902c0-1.33 0-2.476.123-3.393l.02-.134a2.3 2.3 0 0 0-.764.504C1.75 5.758 1.75 7.172 1.75 10m20 0v4c0 2.829 0 4.243-.879 5.122c-.217.217-.467.38-.763.504l.019-.134c.123-.918.123-2.063.123-3.393V7.902c0-1.33 0-2.476-.123-3.393l-.02-.134c.297.123.547.287.764.504c.879.879.879 2.293.879 5.121"/><path fill-rule="evenodd" d="M5.629 2.879C4.75 3.757 4.75 5.172 4.75 8v8c0 2.828 0 4.243.879 5.121C6.507 22 7.922 22 10.75 22h2c2.828 0 4.243 0 5.121-.879c.879-.878.879-2.293.879-5.121V8c0-2.828 0-4.243-.879-5.121C16.993 2 15.578 2 12.75 2h-2c-2.828 0-4.243 0-5.121.879M8 17a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3A.75.75 0 0 1 8 17m.75-4.75a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5zM8 9a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5h-6A.75.75 0 0 1 8 9" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconDocsFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M1.75 10v4c0 2.829 0 4.243.879 5.122c.217.217.467.38.763.504l-.019-.134c-.123-.918-.123-2.063-.123-3.393V7.902c0-1.33 0-2.476.123-3.393l.02-.134a2.3 2.3 0 0 0-.764.504C1.75 5.758 1.75 7.172 1.75 10m20 0v4c0 2.829 0 4.243-.879 5.122c-.217.217-.467.38-.763.504l.019-.134c.123-.918.123-2.063.123-3.393V7.902c0-1.33 0-2.476-.123-3.393l-.02-.134c.297.123.547.287.764.504c.879.879.879 2.293.879 5.121"/><path fillRule="evenodd" d="M5.629 2.879C4.75 3.757 4.75 5.172 4.75 8v8c0 2.828 0 4.243.879 5.121C6.507 22 7.922 22 10.75 22h2c2.828 0 4.243 0 5.121-.879c.879-.878.879-2.293.879-5.121V8c0-2.828 0-4.243-.879-5.121C16.993 2 15.578 2 12.75 2h-2c-2.828 0-4.243 0-5.121.879M8 17a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3A.75.75 0 0 1 8 17m.75-4.75a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5zM8 9a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5h-6A.75.75 0 0 1 8 9" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M1.75 10v4c0 2.829 0 4.243.879 5.122c.217.217.467.38.763.504l-.019-.134c-.123-.918-.123-2.063-.123-3.393V7.902c0-1.33 0-2.476.123-3.393l.02-.134a2.3 2.3 0 0 0-.764.504C1.75 5.758 1.75 7.172 1.75 10m20 0v4c0 2.829 0 4.243-.879 5.122c-.217.217-.467.38-.763.504l.019-.134c.123-.918.123-2.063.123-3.393V7.902c0-1.33 0-2.476-.123-3.393l-.02-.134c.297.123.547.287.764.504c.879.879.879 2.293.879 5.121"/><path fill-rule="evenodd" d="M5.629 2.879C4.75 3.757 4.75 5.172 4.75 8v8c0 2.828 0 4.243.879 5.121C6.507 22 7.922 22 10.75 22h2c2.828 0 4.243 0 5.121-.879c.879-.878.879-2.293.879-5.121V8c0-2.828 0-4.243-.879-5.121C16.993 2 15.578 2 12.75 2h-2c-2.828 0-4.243 0-5.121.879M8 17a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3A.75.75 0 0 1 8 17m.75-4.75a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5zM8 9a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5h-6A.75.75 0 0 1 8 9" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-docs-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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M1.75%2010v4c0%202.829%200%204.243.879%205.122c.217.217.467.38.763.504l-.019-.134c-.123-.918-.123-2.063-.123-3.393V7.902c0-1.33%200-2.476.123-3.393l.02-.134a2.3%202.3%200%200%200-.764.504C1.75%205.758%201.75%207.172%201.75%2010m20%200v4c0%202.829%200%204.243-.879%205.122c-.217.217-.467.38-.763.504l.019-.134c.123-.918.123-2.063.123-3.393V7.902c0-1.33%200-2.476-.123-3.393l-.02-.134c.297.123.547.287.764.504c.879.879.879%202.293.879%205.121%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.629%202.879C4.75%203.757%204.75%205.172%204.75%208v8c0%202.828%200%204.243.879%205.121C6.507%2022%207.922%2022%2010.75%2022h2c2.828%200%204.243%200%205.121-.879c.879-.878.879-2.293.879-5.121V8c0-2.828%200-4.243-.879-5.121C16.993%202%2015.578%202%2012.75%202h-2c-2.828%200-4.243%200-5.121.879M8%2017a.75.75%200%200%201%20.75-.75h3a.75.75%200%200%201%200%201.5h-3A.75.75%200%200%201%208%2017m.75-4.75a.75.75%200%200%200%200%201.5h6a.75.75%200%200%200%200-1.5zM8%209a.75.75%200%200%201%20.75-.75h6a.75.75%200%200%201%200%201.5h-6A.75.75%200%200%201%208%209%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M1.75%2010v4c0%202.829%200%204.243.879%205.122c.217.217.467.38.763.504l-.019-.134c-.123-.918-.123-2.063-.123-3.393V7.902c0-1.33%200-2.476.123-3.393l.02-.134a2.3%202.3%200%200%200-.764.504C1.75%205.758%201.75%207.172%201.75%2010m20%200v4c0%202.829%200%204.243-.879%205.122c-.217.217-.467.38-.763.504l.019-.134c.123-.918.123-2.063.123-3.393V7.902c0-1.33%200-2.476-.123-3.393l-.02-.134c.297.123.547.287.764.504c.879.879.879%202.293.879%205.121%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.629%202.879C4.75%203.757%204.75%205.172%204.75%208v8c0%202.828%200%204.243.879%205.121C6.507%2022%207.922%2022%2010.75%2022h2c2.828%200%204.243%200%205.121-.879c.879-.878.879-2.293.879-5.121V8c0-2.828%200-4.243-.879-5.121C16.993%202%2015.578%202%2012.75%202h-2c-2.828%200-4.243%200-5.121.879M8%2017a.75.75%200%200%201%20.75-.75h3a.75.75%200%200%201%200%201.5h-3A.75.75%200%200%201%208%2017m.75-4.75a.75.75%200%200%200%200%201.5h6a.75.75%200%200%200%200-1.5zM8%209a.75.75%200%200%201%20.75-.75h6a.75.75%200%200%201%200%201.5h-6A.75.75%200%200%201%208%209%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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