docs icon
docs-duotone from Reicon by REICON · Duotone · Notes · MIT Free for personal and commercial use.
- Name
- docs-duotone
- Set
- Reicon
- Style
- Duotone
- 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 fill-rule="evenodd" d="M5.879 2.879C5 3.757 5 5.172 5 8v8c0 2.828 0 4.243.879 5.121C6.757 22 8.172 22 11 22h2c2.828 0 4.243 0 5.121-.879C19 20.243 19 18.828 19 16V8c0-2.828 0-4.243-.879-5.121C17.243 2 15.828 2 13 2h-2c-2.828 0-4.243 0-5.121.879M8.25 17a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1-.75-.75M9 12.25a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5zM8.25 9A.75.75 0 0 1 9 8.25h6a.75.75 0 0 1 0 1.5H9A.75.75 0 0 1 8.25 9" clip-rule="evenodd"/><path d="M5.235 4.058C5 4.941 5 6.177 5 8v8c0 1.823 0 3.058.235 3.942L5 19.924c-.975-.096-1.631-.313-2.121-.803C2 18.243 2 16.828 2 14v-4c0-2.829 0-4.243.879-5.121c.49-.49 1.146-.707 2.121-.803zm13.53 15.884C19 19.058 19 17.822 19 16V8c0-1.823 0-3.059-.235-3.942l.235.018c.975.096 1.631.313 2.121.803C22 5.757 22 7.17 22 9.999v4c0 2.83 0 4.243-.879 5.122c-.49.49-1.146.707-2.121.803z" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconDocsDuotone(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 fillRule="evenodd" d="M5.879 2.879C5 3.757 5 5.172 5 8v8c0 2.828 0 4.243.879 5.121C6.757 22 8.172 22 11 22h2c2.828 0 4.243 0 5.121-.879C19 20.243 19 18.828 19 16V8c0-2.828 0-4.243-.879-5.121C17.243 2 15.828 2 13 2h-2c-2.828 0-4.243 0-5.121.879M8.25 17a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1-.75-.75M9 12.25a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5zM8.25 9A.75.75 0 0 1 9 8.25h6a.75.75 0 0 1 0 1.5H9A.75.75 0 0 1 8.25 9" clipRule="evenodd"/><path d="M5.235 4.058C5 4.941 5 6.177 5 8v8c0 1.823 0 3.058.235 3.942L5 19.924c-.975-.096-1.631-.313-2.121-.803C2 18.243 2 16.828 2 14v-4c0-2.829 0-4.243.879-5.121c.49-.49 1.146-.707 2.121-.803zm13.53 15.884C19 19.058 19 17.822 19 16V8c0-1.823 0-3.059-.235-3.942l.235.018c.975.096 1.631.313 2.121.803C22 5.757 22 7.17 22 9.999v4c0 2.83 0 4.243-.879 5.122c-.49.49-1.146.707-2.121.803z" opacity=".5"/></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 fill-rule="evenodd" d="M5.879 2.879C5 3.757 5 5.172 5 8v8c0 2.828 0 4.243.879 5.121C6.757 22 8.172 22 11 22h2c2.828 0 4.243 0 5.121-.879C19 20.243 19 18.828 19 16V8c0-2.828 0-4.243-.879-5.121C17.243 2 15.828 2 13 2h-2c-2.828 0-4.243 0-5.121.879M8.25 17a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1-.75-.75M9 12.25a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5zM8.25 9A.75.75 0 0 1 9 8.25h6a.75.75 0 0 1 0 1.5H9A.75.75 0 0 1 8.25 9" clip-rule="evenodd"/><path d="M5.235 4.058C5 4.941 5 6.177 5 8v8c0 1.823 0 3.058.235 3.942L5 19.924c-.975-.096-1.631-.313-2.121-.803C2 18.243 2 16.828 2 14v-4c0-2.829 0-4.243.879-5.121c.49-.49 1.146-.707 2.121-.803zm13.53 15.884C19 19.058 19 17.822 19 16V8c0-1.823 0-3.059-.235-3.942l.235.018c.975.096 1.631.313 2.121.803C22 5.757 22 7.17 22 9.999v4c0 2.83 0 4.243-.879 5.122c-.49.49-1.146.707-2.121.803z" opacity=".5"/></g></svg> </template>
CSS
.icon-docs-duotone {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M5.879%202.879C5%203.757%205%205.172%205%208v8c0%202.828%200%204.243.879%205.121C6.757%2022%208.172%2022%2011%2022h2c2.828%200%204.243%200%205.121-.879C19%2020.243%2019%2018.828%2019%2016V8c0-2.828%200-4.243-.879-5.121C17.243%202%2015.828%202%2013%202h-2c-2.828%200-4.243%200-5.121.879M8.25%2017a.75.75%200%200%201%20.75-.75h3a.75.75%200%200%201%200%201.5H9a.75.75%200%200%201-.75-.75M9%2012.25a.75.75%200%200%200%200%201.5h6a.75.75%200%200%200%200-1.5zM8.25%209A.75.75%200%200%201%209%208.25h6a.75.75%200%200%201%200%201.5H9A.75.75%200%200%201%208.25%209%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M5.235%204.058C5%204.941%205%206.177%205%208v8c0%201.823%200%203.058.235%203.942L5%2019.924c-.975-.096-1.631-.313-2.121-.803C2%2018.243%202%2016.828%202%2014v-4c0-2.829%200-4.243.879-5.121c.49-.49%201.146-.707%202.121-.803zm13.53%2015.884C19%2019.058%2019%2017.822%2019%2016V8c0-1.823%200-3.059-.235-3.942l.235.018c.975.096%201.631.313%202.121.803C22%205.757%2022%207.17%2022%209.999v4c0%202.83%200%204.243-.879%205.122c-.49.49-1.146.707-2.121.803z%22%20opacity%3D%22.5%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%20fill-rule%3D%22evenodd%22%20d%3D%22M5.879%202.879C5%203.757%205%205.172%205%208v8c0%202.828%200%204.243.879%205.121C6.757%2022%208.172%2022%2011%2022h2c2.828%200%204.243%200%205.121-.879C19%2020.243%2019%2018.828%2019%2016V8c0-2.828%200-4.243-.879-5.121C17.243%202%2015.828%202%2013%202h-2c-2.828%200-4.243%200-5.121.879M8.25%2017a.75.75%200%200%201%20.75-.75h3a.75.75%200%200%201%200%201.5H9a.75.75%200%200%201-.75-.75M9%2012.25a.75.75%200%200%200%200%201.5h6a.75.75%200%200%200%200-1.5zM8.25%209A.75.75%200%200%201%209%208.25h6a.75.75%200%200%201%200%201.5H9A.75.75%200%200%201%208.25%209%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M5.235%204.058C5%204.941%205%206.177%205%208v8c0%201.823%200%203.058.235%203.942L5%2019.924c-.975-.096-1.631-.313-2.121-.803C2%2018.243%202%2016.828%202%2014v-4c0-2.829%200-4.243.879-5.121c.49-.49%201.146-.707%202.121-.803zm13.53%2015.884C19%2019.058%2019%2017.822%2019%2016V8c0-1.823%200-3.059-.235-3.942l.235.018c.975.096%201.631.313%202.121.803C22%205.757%2022%207.17%2022%209.999v4c0%202.83%200%204.243-.879%205.122c-.49.49-1.146.707-2.121.803z%22%20opacity%3D%22.5%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-duotone.svg?color=%231a73e8&size=48