catch up icon
catch-up-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- 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
Use the 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="M9.278 8.157a.25.25 0 0 1 .462-.001l3.236 7.766c.574 1.377 2.497 1.451 3.175.123l1.6-3.136a.75.75 0 0 1 .668-.41h.644a2 2 0 1 0 .205-1.5h-.85a2.25 2.25 0 0 0-2.004 1.228l-1.6 3.136a.25.25 0 0 1-.453-.018L11.124 7.58c-.6-1.441-2.644-1.434-3.235.011l-1.202 2.943a.75.75 0 0 1-.695.467h-1.26a2 2 0 1 0 .205 1.5h1.055a2.25 2.25 0 0 0 2.083-1.4z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCatchUp24Regular(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="M9.278 8.157a.25.25 0 0 1 .462-.001l3.236 7.766c.574 1.377 2.497 1.451 3.175.123l1.6-3.136a.75.75 0 0 1 .668-.41h.644a2 2 0 1 0 .205-1.5h-.85a2.25 2.25 0 0 0-2.004 1.228l-1.6 3.136a.25.25 0 0 1-.453-.018L11.124 7.58c-.6-1.441-2.644-1.434-3.235.011l-1.202 2.943a.75.75 0 0 1-.695.467h-1.26a2 2 0 1 0 .205 1.5h1.055a2.25 2.25 0 0 0 2.083-1.4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.278 8.157a.25.25 0 0 1 .462-.001l3.236 7.766c.574 1.377 2.497 1.451 3.175.123l1.6-3.136a.75.75 0 0 1 .668-.41h.644a2 2 0 1 0 .205-1.5h-.85a2.25 2.25 0 0 0-2.004 1.228l-1.6 3.136a.25.25 0 0 1-.453-.018L11.124 7.58c-.6-1.441-2.644-1.434-3.235.011l-1.202 2.943a.75.75 0 0 1-.695.467h-1.26a2 2 0 1 0 .205 1.5h1.055a2.25 2.25 0 0 0 2.083-1.4z"/></svg> </template>
CSS
.icon-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%22M9.278%208.157a.25.25%200%200%201%20.462-.001l3.236%207.766c.574%201.377%202.497%201.451%203.175.123l1.6-3.136a.75.75%200%200%201%20.668-.41h.644a2%202%200%201%200%20.205-1.5h-.85a2.25%202.25%200%200%200-2.004%201.228l-1.6%203.136a.25.25%200%200%201-.453-.018L11.124%207.58c-.6-1.441-2.644-1.434-3.235.011l-1.202%202.943a.75.75%200%200%201-.695.467h-1.26a2%202%200%201%200%20.205%201.5h1.055a2.25%202.25%200%200%200%202.083-1.4z%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%22M9.278%208.157a.25.25%200%200%201%20.462-.001l3.236%207.766c.574%201.377%202.497%201.451%203.175.123l1.6-3.136a.75.75%200%200%201%20.668-.41h.644a2%202%200%201%200%20.205-1.5h-.85a2.25%202.25%200%200%200-2.004%201.228l-1.6%203.136a.25.25%200%200%201-.453-.018L11.124%207.58c-.6-1.441-2.644-1.434-3.235.011l-1.202%202.943a.75.75%200%200%201-.695.467h-1.26a2%202%200%201%200%20.205%201.5h1.055a2.25%202.25%200%200%200%202.083-1.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/catch-up-24-regular.svg?color=%231a73e8&size=48