video person clock icon
video-person-clock-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- video-person-clock-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
11 other variants in Fluent UI System Icons
video-person-clock-16-filledvideo-person-clock-16-regularvideo-person-clock-20-filledvideo-person-clock-20-regularvideo-person-clock-24-filledvideo-person-clock-24-regularvideo-person-clock-28-filledvideo-person-clock-28-regularvideo-person-clock-32-filledvideo-person-clock-48-filledvideo-person-clock-48-regular
Related icons in Fluent UI System Icons
video-360-20-filledvideo-360-off-20-filledvideo-add-20-filledvideo-background-effect-16-filledvideo-background-effect-horizontal-16-filledvideo-bluetooth-16-filledvideo-chat-16-filledvideo-clip-16-filledvideo-clip-multiple-16-filledvideo-clip-off-16-filledvideo-clip-optimize-16-filledvideo-clip-wand-16-filledvideo-link-24-filledvideo-multiple-16-filledvideo-off-16-filledvideo-people-32-filledvideo-person-12-filledvideo-person-call-16-filledvideo-person-off-20-filledvideo-person-pulse-16-filledvideo-person-sparkle-16-filledvideo-person-sparkle-off-20-filledvideo-person-star-20-filledvideo-person-star-off-20-filled
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-.582-2H10v-3.5a.5.5 0 0 1 .5-.5h4.352a9 9 0 0 1 .852-2H10.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.644M13 12a3 3 0 1 1 6 0a3 3 0 0 1-6 0m3 11.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 FluentVideoPersonClock32Regular(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-.582-2H10v-3.5a.5.5 0 0 1 .5-.5h4.352a9 9 0 0 1 .852-2H10.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.644M13 12a3 3 0 1 1 6 0a3 3 0 0 1-6 0m3 11.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-.582-2H10v-3.5a.5.5 0 0 1 .5-.5h4.352a9 9 0 0 1 .852-2H10.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.644M13 12a3 3 0 1 1 6 0a3 3 0 0 1-6 0m3 11.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-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%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-.582-2H10v-3.5a.5.5%200%200%201%20.5-.5h4.352a9%209%200%200%201%20.852-2H10.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.644M13%2012a3%203%200%201%201%206%200a3%203%200%200%201-6%200m3%2011.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-.582-2H10v-3.5a.5.5%200%200%201%20.5-.5h4.352a9%209%200%200%201%20.852-2H10.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.644M13%2012a3%203%200%201%201%206%200a3%203%200%200%201-6%200m3%2011.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-regular.svg?color=%231a73e8&size=48