video person clock icon

video-person-clock-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.

Name
video-person-clock-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the video person clock icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.25 3A3.25 3.25 0 0 0 2 6.25v17.5A3.25 3.25 0 0 0 5.25 27h9.956a9 9 0 0 1-.706-3.5a8.96 8.96 0 0 1 1.204-4.5H10.5A2.5 2.5 0 0 0 8 21.5V25H5.25C4.56 25 4 24.44 4 23.75V6.25C4 5.56 4.56 5 5.25 5h21.5c.69 0 1.25.56 1.25 1.25v9.454c.74.428 1.413.958 2 1.571V6.25A3.25 3.25 0 0 0 26.75 3zm14.487 12.322a5 5 0 1 0-7.474-6.644a5 5 0 0 0 7.474 6.644M16 23.5a7.5 7.5 0 1 0 15 0a7.5 7.5 0 0 0-15 0m8-4.25V23h2.75a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75v-4.5a.75.75 0 0 1 1.5 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentVideoPersonClock32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.25 3A3.25 3.25 0 0 0 2 6.25v17.5A3.25 3.25 0 0 0 5.25 27h9.956a9 9 0 0 1-.706-3.5a8.96 8.96 0 0 1 1.204-4.5H10.5A2.5 2.5 0 0 0 8 21.5V25H5.25C4.56 25 4 24.44 4 23.75V6.25C4 5.56 4.56 5 5.25 5h21.5c.69 0 1.25.56 1.25 1.25v9.454c.74.428 1.413.958 2 1.571V6.25A3.25 3.25 0 0 0 26.75 3zm14.487 12.322a5 5 0 1 0-7.474-6.644a5 5 0 0 0 7.474 6.644M16 23.5a7.5 7.5 0 1 0 15 0a7.5 7.5 0 0 0-15 0m8-4.25V23h2.75a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75v-4.5a.75.75 0 0 1 1.5 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.25 3A3.25 3.25 0 0 0 2 6.25v17.5A3.25 3.25 0 0 0 5.25 27h9.956a9 9 0 0 1-.706-3.5a8.96 8.96 0 0 1 1.204-4.5H10.5A2.5 2.5 0 0 0 8 21.5V25H5.25C4.56 25 4 24.44 4 23.75V6.25C4 5.56 4.56 5 5.25 5h21.5c.69 0 1.25.56 1.25 1.25v9.454c.74.428 1.413.958 2 1.571V6.25A3.25 3.25 0 0 0 26.75 3zm14.487 12.322a5 5 0 1 0-7.474-6.644a5 5 0 0 0 7.474 6.644M16 23.5a7.5 7.5 0 1 0 15 0a7.5 7.5 0 0 0-15 0m8-4.25V23h2.75a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75v-4.5a.75.75 0 0 1 1.5 0"/></svg>
</template>

CSS

.icon-video-person-clock-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.25%203A3.25%203.25%200%200%200%202%206.25v17.5A3.25%203.25%200%200%200%205.25%2027h9.956a9%209%200%200%201-.706-3.5a8.96%208.96%200%200%201%201.204-4.5H10.5A2.5%202.5%200%200%200%208%2021.5V25H5.25C4.56%2025%204%2024.44%204%2023.75V6.25C4%205.56%204.56%205%205.25%205h21.5c.69%200%201.25.56%201.25%201.25v9.454c.74.428%201.413.958%202%201.571V6.25A3.25%203.25%200%200%200%2026.75%203zm14.487%2012.322a5%205%200%201%200-7.474-6.644a5%205%200%200%200%207.474%206.644M16%2023.5a7.5%207.5%200%201%200%2015%200a7.5%207.5%200%200%200-15%200m8-4.25V23h2.75a.75.75%200%200%201%200%201.5h-3.5a.75.75%200%200%201-.75-.75v-4.5a.75.75%200%200%201%201.5%200%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.25%203A3.25%203.25%200%200%200%202%206.25v17.5A3.25%203.25%200%200%200%205.25%2027h9.956a9%209%200%200%201-.706-3.5a8.96%208.96%200%200%201%201.204-4.5H10.5A2.5%202.5%200%200%200%208%2021.5V25H5.25C4.56%2025%204%2024.44%204%2023.75V6.25C4%205.56%204.56%205%205.25%205h21.5c.69%200%201.25.56%201.25%201.25v9.454c.74.428%201.413.958%202%201.571V6.25A3.25%203.25%200%200%200%2026.75%203zm14.487%2012.322a5%205%200%201%200-7.474-6.644a5%205%200%200%200%207.474%206.644M16%2023.5a7.5%207.5%200%201%200%2015%200a7.5%207.5%200%200%200-15%200m8-4.25V23h2.75a.75.75%200%200%201%200%201.5h-3.5a.75.75%200%200%201-.75-.75v-4.5a.75.75%200%200%201%201.5%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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