calendar arrow right icon

calendar-arrow-right-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
calendar-arrow-right-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the calendar arrow right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 6a3 3 0 0 0-3-3H6a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h6.022a6.5 6.5 0 0 1-.709-1.5H6A1.5 1.5 0 0 1 4.5 18V8.5h15v2.813a6.5 6.5 0 0 1 1.5.709zM6 4.5h12A1.5 1.5 0 0 1 19.5 6v1h-15V6A1.5 1.5 0 0 1 6 4.5m17 13a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0m-5.354-2.146a.5.5 0 0 1 .708-.708l2.5 2.5a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 0 1-.708-.708L19.293 18H14.5a.5.5 0 0 1 0-1h4.793z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCalendarArrowRight24Regular(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="M21 6a3 3 0 0 0-3-3H6a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h6.022a6.5 6.5 0 0 1-.709-1.5H6A1.5 1.5 0 0 1 4.5 18V8.5h15v2.813a6.5 6.5 0 0 1 1.5.709zM6 4.5h12A1.5 1.5 0 0 1 19.5 6v1h-15V6A1.5 1.5 0 0 1 6 4.5m17 13a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0m-5.354-2.146a.5.5 0 0 1 .708-.708l2.5 2.5a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 0 1-.708-.708L19.293 18H14.5a.5.5 0 0 1 0-1h4.793z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 6a3 3 0 0 0-3-3H6a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h6.022a6.5 6.5 0 0 1-.709-1.5H6A1.5 1.5 0 0 1 4.5 18V8.5h15v2.813a6.5 6.5 0 0 1 1.5.709zM6 4.5h12A1.5 1.5 0 0 1 19.5 6v1h-15V6A1.5 1.5 0 0 1 6 4.5m17 13a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0m-5.354-2.146a.5.5 0 0 1 .708-.708l2.5 2.5a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 0 1-.708-.708L19.293 18H14.5a.5.5 0 0 1 0-1h4.793z"/></svg>
</template>

CSS

.icon-calendar-arrow-right-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%22M21%206a3%203%200%200%200-3-3H6a3%203%200%200%200-3%203v12a3%203%200%200%200%203%203h6.022a6.5%206.5%200%200%201-.709-1.5H6A1.5%201.5%200%200%201%204.5%2018V8.5h15v2.813a6.5%206.5%200%200%201%201.5.709zM6%204.5h12A1.5%201.5%200%200%201%2019.5%206v1h-15V6A1.5%201.5%200%200%201%206%204.5m17%2013a5.5%205.5%200%201%200-11%200a5.5%205.5%200%200%200%2011%200m-5.354-2.146a.5.5%200%200%201%20.708-.708l2.5%202.5a.5.5%200%200%201%200%20.708l-2.5%202.5a.5.5%200%200%201-.708-.708L19.293%2018H14.5a.5.5%200%200%201%200-1h4.793z%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%22M21%206a3%203%200%200%200-3-3H6a3%203%200%200%200-3%203v12a3%203%200%200%200%203%203h6.022a6.5%206.5%200%200%201-.709-1.5H6A1.5%201.5%200%200%201%204.5%2018V8.5h15v2.813a6.5%206.5%200%200%201%201.5.709zM6%204.5h12A1.5%201.5%200%200%201%2019.5%206v1h-15V6A1.5%201.5%200%200%201%206%204.5m17%2013a5.5%205.5%200%201%200-11%200a5.5%205.5%200%200%200%2011%200m-5.354-2.146a.5.5%200%200%201%20.708-.708l2.5%202.5a.5.5%200%200%201%200%20.708l-2.5%202.5a.5.5%200%200%201-.708-.708L19.293%2018H14.5a.5.5%200%200%201%200-1h4.793z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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