time fwd icon
time-fwd from Reicon by REICON · Outline · Time · MIT Free for personal and commercial use.
- Name
- time-fwd
- Set
- Reicon
- Style
- Outline
- Category
- Time
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More time icons from Reicon
Use the time fwd icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 2.75c2.083 0 4.004.688 5.55 1.849c.627.472 1.338 1.179 1.966 1.903c.222.257.428.51.613.748H16.5a.75.75 0 0 0 0 1.5H22a.75.75 0 0 0 .75-.75V2.5a.75.75 0 0 0-1.5 0v3.749c-.188-.24-.39-.486-.6-.729c-.665-.768-1.454-1.56-2.2-2.12A10.7 10.7 0 0 0 12 1.25C6.063 1.25 1.25 6.063 1.25 12S6.063 22.75 12 22.75c4.815 0 8.888-3.165 10.258-7.525a.75.75 0 1 0-1.431-.45A9.25 9.25 0 0 1 12 21.25a9.25 9.25 0 0 1 0-18.5"/><path d="M12.75 7a.75.75 0 0 0-1.5 0v5a.75.75 0 0 0 .352.636l3.2 2a.75.75 0 1 0 .796-1.272l-2.848-1.78z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconTimeFwd(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="M12 2.75c2.083 0 4.004.688 5.55 1.849c.627.472 1.338 1.179 1.966 1.903c.222.257.428.51.613.748H16.5a.75.75 0 0 0 0 1.5H22a.75.75 0 0 0 .75-.75V2.5a.75.75 0 0 0-1.5 0v3.749c-.188-.24-.39-.486-.6-.729c-.665-.768-1.454-1.56-2.2-2.12A10.7 10.7 0 0 0 12 1.25C6.063 1.25 1.25 6.063 1.25 12S6.063 22.75 12 22.75c4.815 0 8.888-3.165 10.258-7.525a.75.75 0 1 0-1.431-.45A9.25 9.25 0 0 1 12 21.25a9.25 9.25 0 0 1 0-18.5"/><path d="M12.75 7a.75.75 0 0 0-1.5 0v5a.75.75 0 0 0 .352.636l3.2 2a.75.75 0 1 0 .796-1.272l-2.848-1.78z"/></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="M12 2.75c2.083 0 4.004.688 5.55 1.849c.627.472 1.338 1.179 1.966 1.903c.222.257.428.51.613.748H16.5a.75.75 0 0 0 0 1.5H22a.75.75 0 0 0 .75-.75V2.5a.75.75 0 0 0-1.5 0v3.749c-.188-.24-.39-.486-.6-.729c-.665-.768-1.454-1.56-2.2-2.12A10.7 10.7 0 0 0 12 1.25C6.063 1.25 1.25 6.063 1.25 12S6.063 22.75 12 22.75c4.815 0 8.888-3.165 10.258-7.525a.75.75 0 1 0-1.431-.45A9.25 9.25 0 0 1 12 21.25a9.25 9.25 0 0 1 0-18.5"/><path d="M12.75 7a.75.75 0 0 0-1.5 0v5a.75.75 0 0 0 .352.636l3.2 2a.75.75 0 1 0 .796-1.272l-2.848-1.78z"/></g></svg> </template>
CSS
.icon-time-fwd {
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%22M12%202.75c2.083%200%204.004.688%205.55%201.849c.627.472%201.338%201.179%201.966%201.903c.222.257.428.51.613.748H16.5a.75.75%200%200%200%200%201.5H22a.75.75%200%200%200%20.75-.75V2.5a.75.75%200%200%200-1.5%200v3.749c-.188-.24-.39-.486-.6-.729c-.665-.768-1.454-1.56-2.2-2.12A10.7%2010.7%200%200%200%2012%201.25C6.063%201.25%201.25%206.063%201.25%2012S6.063%2022.75%2012%2022.75c4.815%200%208.888-3.165%2010.258-7.525a.75.75%200%201%200-1.431-.45A9.25%209.25%200%200%201%2012%2021.25a9.25%209.25%200%200%201%200-18.5%22%2F%3E%3Cpath%20d%3D%22M12.75%207a.75.75%200%200%200-1.5%200v5a.75.75%200%200%200%20.352.636l3.2%202a.75.75%200%201%200%20.796-1.272l-2.848-1.78z%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%22M12%202.75c2.083%200%204.004.688%205.55%201.849c.627.472%201.338%201.179%201.966%201.903c.222.257.428.51.613.748H16.5a.75.75%200%200%200%200%201.5H22a.75.75%200%200%200%20.75-.75V2.5a.75.75%200%200%200-1.5%200v3.749c-.188-.24-.39-.486-.6-.729c-.665-.768-1.454-1.56-2.2-2.12A10.7%2010.7%200%200%200%2012%201.25C6.063%201.25%201.25%206.063%201.25%2012S6.063%2022.75%2012%2022.75c4.815%200%208.888-3.165%2010.258-7.525a.75.75%200%201%200-1.431-.45A9.25%209.25%200%200%201%2012%2021.25a9.25%209.25%200%200%201%200-18.5%22%2F%3E%3Cpath%20d%3D%22M12.75%207a.75.75%200%200%200-1.5%200v5a.75.75%200%200%200%20.352.636l3.2%202a.75.75%200%201%200%20.796-1.272l-2.848-1.78z%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/time-fwd.svg?color=%231a73e8&size=48