catch up icon
catch-up-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- catch-up-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
5 other variants in Fluent UI System Icons
Use the catch up icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.671 7.144a.25.25 0 0 1 .46.018l2.333 6.206c.545 1.448 2.564 1.529 3.222.128l1.223-2.603a.25.25 0 0 1 .226-.143H16.2a1.5 1.5 0 1 0 .001-1.5h-1.066a1.75 1.75 0 0 0-1.584 1.006l-1.222 2.602a.25.25 0 0 1-.46-.018L9.535 6.634c-.545-1.448-2.564-1.529-3.222-.128l-1.223 2.6a.25.25 0 0 1-.226.144H3.8a1.5 1.5 0 1 0 0 1.5h1.066A1.75 1.75 0 0 0 6.45 9.744z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCatchUp20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.671 7.144a.25.25 0 0 1 .46.018l2.333 6.206c.545 1.448 2.564 1.529 3.222.128l1.223-2.603a.25.25 0 0 1 .226-.143H16.2a1.5 1.5 0 1 0 .001-1.5h-1.066a1.75 1.75 0 0 0-1.584 1.006l-1.222 2.602a.25.25 0 0 1-.46-.018L9.535 6.634c-.545-1.448-2.564-1.529-3.222-.128l-1.223 2.6a.25.25 0 0 1-.226.144H3.8a1.5 1.5 0 1 0 0 1.5h1.066A1.75 1.75 0 0 0 6.45 9.744z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.671 7.144a.25.25 0 0 1 .46.018l2.333 6.206c.545 1.448 2.564 1.529 3.222.128l1.223-2.603a.25.25 0 0 1 .226-.143H16.2a1.5 1.5 0 1 0 .001-1.5h-1.066a1.75 1.75 0 0 0-1.584 1.006l-1.222 2.602a.25.25 0 0 1-.46-.018L9.535 6.634c-.545-1.448-2.564-1.529-3.222-.128l-1.223 2.6a.25.25 0 0 1-.226.144H3.8a1.5 1.5 0 1 0 0 1.5h1.066A1.75 1.75 0 0 0 6.45 9.744z"/></svg> </template>
CSS
.icon-catch-up-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.671%207.144a.25.25%200%200%201%20.46.018l2.333%206.206c.545%201.448%202.564%201.529%203.222.128l1.223-2.603a.25.25%200%200%201%20.226-.143H16.2a1.5%201.5%200%201%200%20.001-1.5h-1.066a1.75%201.75%200%200%200-1.584%201.006l-1.222%202.602a.25.25%200%200%201-.46-.018L9.535%206.634c-.545-1.448-2.564-1.529-3.222-.128l-1.223%202.6a.25.25%200%200%201-.226.144H3.8a1.5%201.5%200%201%200%200%201.5h1.066A1.75%201.75%200%200%200%206.45%209.744z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.671%207.144a.25.25%200%200%201%20.46.018l2.333%206.206c.545%201.448%202.564%201.529%203.222.128l1.223-2.603a.25.25%200%200%201%20.226-.143H16.2a1.5%201.5%200%201%200%20.001-1.5h-1.066a1.75%201.75%200%200%200-1.584%201.006l-1.222%202.602a.25.25%200%200%201-.46-.018L9.535%206.634c-.545-1.448-2.564-1.529-3.222-.128l-1.223%202.6a.25.25%200%200%201-.226.144H3.8a1.5%201.5%200%201%200%200%201.5h1.066A1.75%201.75%200%200%200%206.45%209.744z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/catch-up-20-filled.svg?color=%231a73e8&size=48