document previous icon

document-previous-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
document-previous-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the document previous icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15.8 2.21c-.41-.41-1.12-.13-1.12.44v3.49c0 1.46 1.24 2.67 2.75 2.67c.95.01 2.27.01 3.4.01c.57 0 .87-.67.47-1.07c-1.44-1.45-4.02-4.06-5.5-5.54"/><path d="M20.5 10.19h-2.89c-2.37 0-4.3-1.93-4.3-4.3V3c0-.55-.45-1-1-1H8.07C4.99 2 2.5 4 2.5 7.57v8.86C2.5 20 4.99 22 8.07 22h7.86c3.08 0 5.57-2 5.57-5.57v-5.24c0-.55-.45-1-1-1M13 15.75H8.81l.72.72c.29.29.29.77 0 1.06c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-2-2a.8.8 0 0 1-.15-.22c-.01-.02-.02-.05-.03-.07c-.02-.06-.03-.12-.04-.18v-.08c0-.08.02-.16.05-.24c0-.01 0-.01.01-.02c.03-.08.09-.16.15-.22c.01-.01.01-.02.02-.02l2-2c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-.72.72H13c.41 0 .75.34.75.75s-.34.74-.75.74"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconDocumentPreviousFilled(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="M15.8 2.21c-.41-.41-1.12-.13-1.12.44v3.49c0 1.46 1.24 2.67 2.75 2.67c.95.01 2.27.01 3.4.01c.57 0 .87-.67.47-1.07c-1.44-1.45-4.02-4.06-5.5-5.54"/><path d="M20.5 10.19h-2.89c-2.37 0-4.3-1.93-4.3-4.3V3c0-.55-.45-1-1-1H8.07C4.99 2 2.5 4 2.5 7.57v8.86C2.5 20 4.99 22 8.07 22h7.86c3.08 0 5.57-2 5.57-5.57v-5.24c0-.55-.45-1-1-1M13 15.75H8.81l.72.72c.29.29.29.77 0 1.06c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-2-2a.8.8 0 0 1-.15-.22c-.01-.02-.02-.05-.03-.07c-.02-.06-.03-.12-.04-.18v-.08c0-.08.02-.16.05-.24c0-.01 0-.01.01-.02c.03-.08.09-.16.15-.22c.01-.01.01-.02.02-.02l2-2c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-.72.72H13c.41 0 .75.34.75.75s-.34.74-.75.74"/></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="M15.8 2.21c-.41-.41-1.12-.13-1.12.44v3.49c0 1.46 1.24 2.67 2.75 2.67c.95.01 2.27.01 3.4.01c.57 0 .87-.67.47-1.07c-1.44-1.45-4.02-4.06-5.5-5.54"/><path d="M20.5 10.19h-2.89c-2.37 0-4.3-1.93-4.3-4.3V3c0-.55-.45-1-1-1H8.07C4.99 2 2.5 4 2.5 7.57v8.86C2.5 20 4.99 22 8.07 22h7.86c3.08 0 5.57-2 5.57-5.57v-5.24c0-.55-.45-1-1-1M13 15.75H8.81l.72.72c.29.29.29.77 0 1.06c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-2-2a.8.8 0 0 1-.15-.22c-.01-.02-.02-.05-.03-.07c-.02-.06-.03-.12-.04-.18v-.08c0-.08.02-.16.05-.24c0-.01 0-.01.01-.02c.03-.08.09-.16.15-.22c.01-.01.01-.02.02-.02l2-2c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-.72.72H13c.41 0 .75.34.75.75s-.34.74-.75.74"/></g></svg>
</template>

CSS

.icon-document-previous-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%22M15.8%202.21c-.41-.41-1.12-.13-1.12.44v3.49c0%201.46%201.24%202.67%202.75%202.67c.95.01%202.27.01%203.4.01c.57%200%20.87-.67.47-1.07c-1.44-1.45-4.02-4.06-5.5-5.54%22%2F%3E%3Cpath%20d%3D%22M20.5%2010.19h-2.89c-2.37%200-4.3-1.93-4.3-4.3V3c0-.55-.45-1-1-1H8.07C4.99%202%202.5%204%202.5%207.57v8.86C2.5%2020%204.99%2022%208.07%2022h7.86c3.08%200%205.57-2%205.57-5.57v-5.24c0-.55-.45-1-1-1M13%2015.75H8.81l.72.72c.29.29.29.77%200%201.06c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-2-2a.8.8%200%200%201-.15-.22c-.01-.02-.02-.05-.03-.07c-.02-.06-.03-.12-.04-.18v-.08c0-.08.02-.16.05-.24c0-.01%200-.01.01-.02c.03-.08.09-.16.15-.22c.01-.01.01-.02.02-.02l2-2c.29-.29.77-.29%201.06%200s.29.77%200%201.06l-.72.72H13c.41%200%20.75.34.75.75s-.34.74-.75.74%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%22M15.8%202.21c-.41-.41-1.12-.13-1.12.44v3.49c0%201.46%201.24%202.67%202.75%202.67c.95.01%202.27.01%203.4.01c.57%200%20.87-.67.47-1.07c-1.44-1.45-4.02-4.06-5.5-5.54%22%2F%3E%3Cpath%20d%3D%22M20.5%2010.19h-2.89c-2.37%200-4.3-1.93-4.3-4.3V3c0-.55-.45-1-1-1H8.07C4.99%202%202.5%204%202.5%207.57v8.86C2.5%2020%204.99%2022%208.07%2022h7.86c3.08%200%205.57-2%205.57-5.57v-5.24c0-.55-.45-1-1-1M13%2015.75H8.81l.72.72c.29.29.29.77%200%201.06c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-2-2a.8.8%200%200%201-.15-.22c-.01-.02-.02-.05-.03-.07c-.02-.06-.03-.12-.04-.18v-.08c0-.08.02-.16.05-.24c0-.01%200-.01.01-.02c.03-.08.09-.16.15-.22c.01-.01.01-.02.02-.02l2-2c.29-.29.77-.29%201.06%200s.29.77%200%201.06l-.72.72H13c.41%200%20.75.34.75.75s-.34.74-.75.74%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/document-previous-filled.svg?color=%231a73e8&size=48