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

Name
calendar-video-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the calendar video icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5 1.25A3.75 3.75 0 0 0 1.25 5v10A3.75 3.75 0 0 0 5 18.75h2v-1.5H5A2.25 2.25 0 0 1 2.75 15V7.5h14.5V12h1.5V5A3.75 3.75 0 0 0 15 1.25zM17.25 6H2.75V5A2.25 2.25 0 0 1 5 2.75h10A2.25 2.25 0 0 1 17.25 5zM8 16.75A3.75 3.75 0 0 1 11.75 13h6.5A3.75 3.75 0 0 1 22 16.739l3.25-2.262c1.16-.807 2.75.023 2.75 1.437v8.172c0 1.414-1.589 2.244-2.75 1.437L22 23.26A3.75 3.75 0 0 1 18.25 27h-6.5A3.75 3.75 0 0 1 8 23.25zm14 4.684l4.107 2.857a.25.25 0 0 0 .393-.205v-8.172a.25.25 0 0 0-.393-.205L22 18.566zM11.75 14.5a2.25 2.25 0 0 0-2.25 2.25v6.5a2.25 2.25 0 0 0 2.25 2.25h6.5a2.25 2.25 0 0 0 2.25-2.25v-6.5a2.25 2.25 0 0 0-2.25-2.25z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCalendarVideo28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5 1.25A3.75 3.75 0 0 0 1.25 5v10A3.75 3.75 0 0 0 5 18.75h2v-1.5H5A2.25 2.25 0 0 1 2.75 15V7.5h14.5V12h1.5V5A3.75 3.75 0 0 0 15 1.25zM17.25 6H2.75V5A2.25 2.25 0 0 1 5 2.75h10A2.25 2.25 0 0 1 17.25 5zM8 16.75A3.75 3.75 0 0 1 11.75 13h6.5A3.75 3.75 0 0 1 22 16.739l3.25-2.262c1.16-.807 2.75.023 2.75 1.437v8.172c0 1.414-1.589 2.244-2.75 1.437L22 23.26A3.75 3.75 0 0 1 18.25 27h-6.5A3.75 3.75 0 0 1 8 23.25zm14 4.684l4.107 2.857a.25.25 0 0 0 .393-.205v-8.172a.25.25 0 0 0-.393-.205L22 18.566zM11.75 14.5a2.25 2.25 0 0 0-2.25 2.25v6.5a2.25 2.25 0 0 0 2.25 2.25h6.5a2.25 2.25 0 0 0 2.25-2.25v-6.5a2.25 2.25 0 0 0-2.25-2.25z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5 1.25A3.75 3.75 0 0 0 1.25 5v10A3.75 3.75 0 0 0 5 18.75h2v-1.5H5A2.25 2.25 0 0 1 2.75 15V7.5h14.5V12h1.5V5A3.75 3.75 0 0 0 15 1.25zM17.25 6H2.75V5A2.25 2.25 0 0 1 5 2.75h10A2.25 2.25 0 0 1 17.25 5zM8 16.75A3.75 3.75 0 0 1 11.75 13h6.5A3.75 3.75 0 0 1 22 16.739l3.25-2.262c1.16-.807 2.75.023 2.75 1.437v8.172c0 1.414-1.589 2.244-2.75 1.437L22 23.26A3.75 3.75 0 0 1 18.25 27h-6.5A3.75 3.75 0 0 1 8 23.25zm14 4.684l4.107 2.857a.25.25 0 0 0 .393-.205v-8.172a.25.25 0 0 0-.393-.205L22 18.566zM11.75 14.5a2.25 2.25 0 0 0-2.25 2.25v6.5a2.25 2.25 0 0 0 2.25 2.25h6.5a2.25 2.25 0 0 0 2.25-2.25v-6.5a2.25 2.25 0 0 0-2.25-2.25z"/></svg>
</template>

CSS

.icon-calendar-video-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%201.25A3.75%203.75%200%200%200%201.25%205v10A3.75%203.75%200%200%200%205%2018.75h2v-1.5H5A2.25%202.25%200%200%201%202.75%2015V7.5h14.5V12h1.5V5A3.75%203.75%200%200%200%2015%201.25zM17.25%206H2.75V5A2.25%202.25%200%200%201%205%202.75h10A2.25%202.25%200%200%201%2017.25%205zM8%2016.75A3.75%203.75%200%200%201%2011.75%2013h6.5A3.75%203.75%200%200%201%2022%2016.739l3.25-2.262c1.16-.807%202.75.023%202.75%201.437v8.172c0%201.414-1.589%202.244-2.75%201.437L22%2023.26A3.75%203.75%200%200%201%2018.25%2027h-6.5A3.75%203.75%200%200%201%208%2023.25zm14%204.684l4.107%202.857a.25.25%200%200%200%20.393-.205v-8.172a.25.25%200%200%200-.393-.205L22%2018.566zM11.75%2014.5a2.25%202.25%200%200%200-2.25%202.25v6.5a2.25%202.25%200%200%200%202.25%202.25h6.5a2.25%202.25%200%200%200%202.25-2.25v-6.5a2.25%202.25%200%200%200-2.25-2.25z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%201.25A3.75%203.75%200%200%200%201.25%205v10A3.75%203.75%200%200%200%205%2018.75h2v-1.5H5A2.25%202.25%200%200%201%202.75%2015V7.5h14.5V12h1.5V5A3.75%203.75%200%200%200%2015%201.25zM17.25%206H2.75V5A2.25%202.25%200%200%201%205%202.75h10A2.25%202.25%200%200%201%2017.25%205zM8%2016.75A3.75%203.75%200%200%201%2011.75%2013h6.5A3.75%203.75%200%200%201%2022%2016.739l3.25-2.262c1.16-.807%202.75.023%202.75%201.437v8.172c0%201.414-1.589%202.244-2.75%201.437L22%2023.26A3.75%203.75%200%200%201%2018.25%2027h-6.5A3.75%203.75%200%200%201%208%2023.25zm14%204.684l4.107%202.857a.25.25%200%200%200%20.393-.205v-8.172a.25.25%200%200%200-.393-.205L22%2018.566zM11.75%2014.5a2.25%202.25%200%200%200-2.25%202.25v6.5a2.25%202.25%200%200%200%202.25%202.25h6.5a2.25%202.25%200%200%200%202.25-2.25v-6.5a2.25%202.25%200%200%200-2.25-2.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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