calendar arrow repeat all icon
calendar-arrow-repeat-all-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- calendar-arrow-repeat-all-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
11 other variants in Fluent UI System Icons
calendar-arrow-repeat-all-16-regularcalendar-arrow-repeat-all-20-filledcalendar-arrow-repeat-all-20-regularcalendar-arrow-repeat-all-24-filledcalendar-arrow-repeat-all-24-regularcalendar-arrow-repeat-all-28-filledcalendar-arrow-repeat-all-28-regularcalendar-arrow-repeat-all-32-filledcalendar-arrow-repeat-all-32-regularcalendar-arrow-repeat-all-48-filledcalendar-arrow-repeat-all-48-regular
Related icons in Fluent UI System Icons
calendar-3-day-16-filledcalendar-add-16-filledcalendar-agenda-16-filledcalendar-agenda-clock-16-filledcalendar-arrow-counterclockwise-16-filledcalendar-arrow-down-20-filledcalendar-arrow-right-16-filledcalendar-assistant-16-filledcalendar-cancel-16-filledcalendar-chat-16-filledcalendar-checkmark-16-filledcalendar-checkmark-center-16-filledcalendar-checkmark-sparkle-16-filledcalendar-clock-16-filledcalendar-data-bar-16-filledcalendar-date-20-filledcalendar-day-16-filledcalendar-edit-16-filledcalendar-empty-16-filledcalendar-error-16-filledcalendar-eye-16-filledcalendar-info-16-filledcalendar-later-24-filledcalendar-link-24-filled
Use the calendar arrow repeat all icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14 8V6h-1.879l1.44 1.44c.164.164.282.357.354.562zm-7.03 6H4.5A2.5 2.5 0 0 1 2 11.5V6h7.882A1.5 1.5 0 0 0 9.5 7H9a4 4 0 0 0-3.2 6.401A1.5 1.5 0 0 0 6.97 14M14 4.5A2.5 2.5 0 0 0 11.5 2h-7A2.5 2.5 0 0 0 2 4.5V5h12zm-2.646 2.146a.5.5 0 0 0-.708.708l.647.646H9a3 3 0 0 0-2.4 4.8a.5.5 0 1 0 .8-.6A2 2 0 0 1 9 9h2.293l-.647.646a.5.5 0 0 0 .708.708l1.5-1.5a.5.5 0 0 0 0-.708zM14.4 9.2a.5.5 0 0 0-.8.6A2 2 0 0 1 12 13H9.707l.647-.646a.5.5 0 0 0-.708-.708l-1.5 1.5a.5.5 0 0 0 0 .708l1.5 1.5a.5.5 0 0 0 .708-.708L9.707 14H12a3 3 0 0 0 2.4-4.8"/></svg>
React
import type { SVGProps } from "react";
export function FluentCalendarArrowRepeatAll16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14 8V6h-1.879l1.44 1.44c.164.164.282.357.354.562zm-7.03 6H4.5A2.5 2.5 0 0 1 2 11.5V6h7.882A1.5 1.5 0 0 0 9.5 7H9a4 4 0 0 0-3.2 6.401A1.5 1.5 0 0 0 6.97 14M14 4.5A2.5 2.5 0 0 0 11.5 2h-7A2.5 2.5 0 0 0 2 4.5V5h12zm-2.646 2.146a.5.5 0 0 0-.708.708l.647.646H9a3 3 0 0 0-2.4 4.8a.5.5 0 1 0 .8-.6A2 2 0 0 1 9 9h2.293l-.647.646a.5.5 0 0 0 .708.708l1.5-1.5a.5.5 0 0 0 0-.708zM14.4 9.2a.5.5 0 0 0-.8.6A2 2 0 0 1 12 13H9.707l.647-.646a.5.5 0 0 0-.708-.708l-1.5 1.5a.5.5 0 0 0 0 .708l1.5 1.5a.5.5 0 0 0 .708-.708L9.707 14H12a3 3 0 0 0 2.4-4.8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14 8V6h-1.879l1.44 1.44c.164.164.282.357.354.562zm-7.03 6H4.5A2.5 2.5 0 0 1 2 11.5V6h7.882A1.5 1.5 0 0 0 9.5 7H9a4 4 0 0 0-3.2 6.401A1.5 1.5 0 0 0 6.97 14M14 4.5A2.5 2.5 0 0 0 11.5 2h-7A2.5 2.5 0 0 0 2 4.5V5h12zm-2.646 2.146a.5.5 0 0 0-.708.708l.647.646H9a3 3 0 0 0-2.4 4.8a.5.5 0 1 0 .8-.6A2 2 0 0 1 9 9h2.293l-.647.646a.5.5 0 0 0 .708.708l1.5-1.5a.5.5 0 0 0 0-.708zM14.4 9.2a.5.5 0 0 0-.8.6A2 2 0 0 1 12 13H9.707l.647-.646a.5.5 0 0 0-.708-.708l-1.5 1.5a.5.5 0 0 0 0 .708l1.5 1.5a.5.5 0 0 0 .708-.708L9.707 14H12a3 3 0 0 0 2.4-4.8"/></svg> </template>
CSS
.icon-calendar-arrow-repeat-all-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%208V6h-1.879l1.44%201.44c.164.164.282.357.354.562zm-7.03%206H4.5A2.5%202.5%200%200%201%202%2011.5V6h7.882A1.5%201.5%200%200%200%209.5%207H9a4%204%200%200%200-3.2%206.401A1.5%201.5%200%200%200%206.97%2014M14%204.5A2.5%202.5%200%200%200%2011.5%202h-7A2.5%202.5%200%200%200%202%204.5V5h12zm-2.646%202.146a.5.5%200%200%200-.708.708l.647.646H9a3%203%200%200%200-2.4%204.8a.5.5%200%201%200%20.8-.6A2%202%200%200%201%209%209h2.293l-.647.646a.5.5%200%200%200%20.708.708l1.5-1.5a.5.5%200%200%200%200-.708zM14.4%209.2a.5.5%200%200%200-.8.6A2%202%200%200%201%2012%2013H9.707l.647-.646a.5.5%200%200%200-.708-.708l-1.5%201.5a.5.5%200%200%200%200%20.708l1.5%201.5a.5.5%200%200%200%20.708-.708L9.707%2014H12a3%203%200%200%200%202.4-4.8%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%208V6h-1.879l1.44%201.44c.164.164.282.357.354.562zm-7.03%206H4.5A2.5%202.5%200%200%201%202%2011.5V6h7.882A1.5%201.5%200%200%200%209.5%207H9a4%204%200%200%200-3.2%206.401A1.5%201.5%200%200%200%206.97%2014M14%204.5A2.5%202.5%200%200%200%2011.5%202h-7A2.5%202.5%200%200%200%202%204.5V5h12zm-2.646%202.146a.5.5%200%200%200-.708.708l.647.646H9a3%203%200%200%200-2.4%204.8a.5.5%200%201%200%20.8-.6A2%202%200%200%201%209%209h2.293l-.647.646a.5.5%200%200%200%20.708.708l1.5-1.5a.5.5%200%200%200%200-.708zM14.4%209.2a.5.5%200%200%200-.8.6A2%202%200%200%201%2012%2013H9.707l.647-.646a.5.5%200%200%200-.708-.708l-1.5%201.5a.5.5%200%200%200%200%20.708l1.5%201.5a.5.5%200%200%200%20.708-.708L9.707%2014H12a3%203%200%200%200%202.4-4.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/calendar-arrow-repeat-all-16-filled.svg?color=%231a73e8&size=48