document catch up icon

document-catch-up-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
document-catch-up-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the document catch up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 20.5a.5.5 0 0 0 .5-.5V10H14a2 2 0 0 1-2-2V3.5H6a.5.5 0 0 0-.5.5v5.25a.75.75 0 0 1-1.5 0V4a2 2 0 0 1 2-2h6.172c.515 0 1.047.22 1.413.586l5.829 5.828A2 2 0 0 1 20 9.828V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-3.75a.75.75 0 0 1 1.5 0V20a.5.5 0 0 0 .5.5zm-.622-12L13.5 4.621V8a.5.5 0 0 0 .5.5zM2.75 13h2.505l1.557-3.551a.75.75 0 0 1 1.327-.091l.006.01l.05.103l2.413 6.027l1.427-2.1a.75.75 0 0 1 .545-.389l.01-.002l.107-.007h2a.75.75 0 0 1 .113 1.492l-.01.001l-.103.007h-1.554l-1.979 3.094a.75.75 0 0 1-1.306.04l-.005-.009l-.05-.101l-2.336-5.835l-1.035 2.362a.75.75 0 0 1-.564.439l-.012.002l-.11.008H2.75a.75.75 0 0 1-.113-1.492l.01-.001z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentCatchUp24Regular(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="M18 20.5a.5.5 0 0 0 .5-.5V10H14a2 2 0 0 1-2-2V3.5H6a.5.5 0 0 0-.5.5v5.25a.75.75 0 0 1-1.5 0V4a2 2 0 0 1 2-2h6.172c.515 0 1.047.22 1.413.586l5.829 5.828A2 2 0 0 1 20 9.828V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-3.75a.75.75 0 0 1 1.5 0V20a.5.5 0 0 0 .5.5zm-.622-12L13.5 4.621V8a.5.5 0 0 0 .5.5zM2.75 13h2.505l1.557-3.551a.75.75 0 0 1 1.327-.091l.006.01l.05.103l2.413 6.027l1.427-2.1a.75.75 0 0 1 .545-.389l.01-.002l.107-.007h2a.75.75 0 0 1 .113 1.492l-.01.001l-.103.007h-1.554l-1.979 3.094a.75.75 0 0 1-1.306.04l-.005-.009l-.05-.101l-2.336-5.835l-1.035 2.362a.75.75 0 0 1-.564.439l-.012.002l-.11.008H2.75a.75.75 0 0 1-.113-1.492l.01-.001z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 20.5a.5.5 0 0 0 .5-.5V10H14a2 2 0 0 1-2-2V3.5H6a.5.5 0 0 0-.5.5v5.25a.75.75 0 0 1-1.5 0V4a2 2 0 0 1 2-2h6.172c.515 0 1.047.22 1.413.586l5.829 5.828A2 2 0 0 1 20 9.828V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-3.75a.75.75 0 0 1 1.5 0V20a.5.5 0 0 0 .5.5zm-.622-12L13.5 4.621V8a.5.5 0 0 0 .5.5zM2.75 13h2.505l1.557-3.551a.75.75 0 0 1 1.327-.091l.006.01l.05.103l2.413 6.027l1.427-2.1a.75.75 0 0 1 .545-.389l.01-.002l.107-.007h2a.75.75 0 0 1 .113 1.492l-.01.001l-.103.007h-1.554l-1.979 3.094a.75.75 0 0 1-1.306.04l-.005-.009l-.05-.101l-2.336-5.835l-1.035 2.362a.75.75 0 0 1-.564.439l-.012.002l-.11.008H2.75a.75.75 0 0 1-.113-1.492l.01-.001z"/></svg>
</template>

CSS

.icon-document-catch-up-24-regular {
  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%22M18%2020.5a.5.5%200%200%200%20.5-.5V10H14a2%202%200%200%201-2-2V3.5H6a.5.5%200%200%200-.5.5v5.25a.75.75%200%200%201-1.5%200V4a2%202%200%200%201%202-2h6.172c.515%200%201.047.22%201.413.586l5.829%205.828A2%202%200%200%201%2020%209.828V20a2%202%200%200%201-2%202H6a2%202%200%200%201-2-2v-3.75a.75.75%200%200%201%201.5%200V20a.5.5%200%200%200%20.5.5zm-.622-12L13.5%204.621V8a.5.5%200%200%200%20.5.5zM2.75%2013h2.505l1.557-3.551a.75.75%200%200%201%201.327-.091l.006.01l.05.103l2.413%206.027l1.427-2.1a.75.75%200%200%201%20.545-.389l.01-.002l.107-.007h2a.75.75%200%200%201%20.113%201.492l-.01.001l-.103.007h-1.554l-1.979%203.094a.75.75%200%200%201-1.306.04l-.005-.009l-.05-.101l-2.336-5.835l-1.035%202.362a.75.75%200%200%201-.564.439l-.012.002l-.11.008H2.75a.75.75%200%200%201-.113-1.492l.01-.001z%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%22M18%2020.5a.5.5%200%200%200%20.5-.5V10H14a2%202%200%200%201-2-2V3.5H6a.5.5%200%200%200-.5.5v5.25a.75.75%200%200%201-1.5%200V4a2%202%200%200%201%202-2h6.172c.515%200%201.047.22%201.413.586l5.829%205.828A2%202%200%200%201%2020%209.828V20a2%202%200%200%201-2%202H6a2%202%200%200%201-2-2v-3.75a.75.75%200%200%201%201.5%200V20a.5.5%200%200%200%20.5.5zm-.622-12L13.5%204.621V8a.5.5%200%200%200%20.5.5zM2.75%2013h2.505l1.557-3.551a.75.75%200%200%201%201.327-.091l.006.01l.05.103l2.413%206.027l1.427-2.1a.75.75%200%200%201%20.545-.389l.01-.002l.107-.007h2a.75.75%200%200%201%20.113%201.492l-.01.001l-.103.007h-1.554l-1.979%203.094a.75.75%200%200%201-1.306.04l-.005-.009l-.05-.101l-2.336-5.835l-1.035%202.362a.75.75%200%200%201-.564.439l-.012.002l-.11.008H2.75a.75.75%200%200%201-.113-1.492l.01-.001z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/document-catch-up-24-regular.svg?color=%231a73e8&size=48