video person clock icon
video-person-clock-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- video-person-clock-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- 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-32-regularvideo-person-clock-48-filled
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 48 48"><path fill="currentColor" d="M24 25a6 6 0 1 0 0-12a6 6 0 0 0 0 12m0-2.5a3.5 3.5 0 1 1 0-7a3.5 3.5 0 0 1 0 7M4 10.75A3.75 3.75 0 0 1 7.75 7h32.5A3.75 3.75 0 0 1 44 10.75v14.87a13 13 0 0 0-2.5-1.88V10.75c0-.69-.56-1.25-1.25-1.25H7.75c-.69 0-1.25.56-1.25 1.25v24.5c0 .69.56 1.25 1.25 1.25H14v-6.25A3.25 3.25 0 0 1 17.25 27h7.502c-.6.769-1.117 1.607-1.535 2.5H17.25a.75.75 0 0 0-.75.75v6.25h5.586c.099.862.282 1.698.541 2.5H7.75A3.75 3.75 0 0 1 4 35.25zM46 35c0 6.075-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11m-5 0a1 1 0 0 0-1-1h-4v-6a1 1 0 1 0-2 0v7a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1"/></svg>
React
import type { SVGProps } from "react";
export function FluentVideoPersonClock48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 25a6 6 0 1 0 0-12a6 6 0 0 0 0 12m0-2.5a3.5 3.5 0 1 1 0-7a3.5 3.5 0 0 1 0 7M4 10.75A3.75 3.75 0 0 1 7.75 7h32.5A3.75 3.75 0 0 1 44 10.75v14.87a13 13 0 0 0-2.5-1.88V10.75c0-.69-.56-1.25-1.25-1.25H7.75c-.69 0-1.25.56-1.25 1.25v24.5c0 .69.56 1.25 1.25 1.25H14v-6.25A3.25 3.25 0 0 1 17.25 27h7.502c-.6.769-1.117 1.607-1.535 2.5H17.25a.75.75 0 0 0-.75.75v6.25h5.586c.099.862.282 1.698.541 2.5H7.75A3.75 3.75 0 0 1 4 35.25zM46 35c0 6.075-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11m-5 0a1 1 0 0 0-1-1h-4v-6a1 1 0 1 0-2 0v7a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 25a6 6 0 1 0 0-12a6 6 0 0 0 0 12m0-2.5a3.5 3.5 0 1 1 0-7a3.5 3.5 0 0 1 0 7M4 10.75A3.75 3.75 0 0 1 7.75 7h32.5A3.75 3.75 0 0 1 44 10.75v14.87a13 13 0 0 0-2.5-1.88V10.75c0-.69-.56-1.25-1.25-1.25H7.75c-.69 0-1.25.56-1.25 1.25v24.5c0 .69.56 1.25 1.25 1.25H14v-6.25A3.25 3.25 0 0 1 17.25 27h7.502c-.6.769-1.117 1.607-1.535 2.5H17.25a.75.75 0 0 0-.75.75v6.25h5.586c.099.862.282 1.698.541 2.5H7.75A3.75 3.75 0 0 1 4 35.25zM46 35c0 6.075-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11m-5 0a1 1 0 0 0-1-1h-4v-6a1 1 0 1 0-2 0v7a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1"/></svg> </template>
CSS
.icon-video-person-clock-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2025a6%206%200%201%200%200-12a6%206%200%200%200%200%2012m0-2.5a3.5%203.5%200%201%201%200-7a3.5%203.5%200%200%201%200%207M4%2010.75A3.75%203.75%200%200%201%207.75%207h32.5A3.75%203.75%200%200%201%2044%2010.75v14.87a13%2013%200%200%200-2.5-1.88V10.75c0-.69-.56-1.25-1.25-1.25H7.75c-.69%200-1.25.56-1.25%201.25v24.5c0%20.69.56%201.25%201.25%201.25H14v-6.25A3.25%203.25%200%200%201%2017.25%2027h7.502c-.6.769-1.117%201.607-1.535%202.5H17.25a.75.75%200%200%200-.75.75v6.25h5.586c.099.862.282%201.698.541%202.5H7.75A3.75%203.75%200%200%201%204%2035.25zM46%2035c0%206.075-4.925%2011-11%2011s-11-4.925-11-11s4.925-11%2011-11s11%204.925%2011%2011m-5%200a1%201%200%200%200-1-1h-4v-6a1%201%200%201%200-2%200v7a1%201%200%200%200%201%201h5a1%201%200%200%200%201-1%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2025a6%206%200%201%200%200-12a6%206%200%200%200%200%2012m0-2.5a3.5%203.5%200%201%201%200-7a3.5%203.5%200%200%201%200%207M4%2010.75A3.75%203.75%200%200%201%207.75%207h32.5A3.75%203.75%200%200%201%2044%2010.75v14.87a13%2013%200%200%200-2.5-1.88V10.75c0-.69-.56-1.25-1.25-1.25H7.75c-.69%200-1.25.56-1.25%201.25v24.5c0%20.69.56%201.25%201.25%201.25H14v-6.25A3.25%203.25%200%200%201%2017.25%2027h7.502c-.6.769-1.117%201.607-1.535%202.5H17.25a.75.75%200%200%200-.75.75v6.25h5.586c.099.862.282%201.698.541%202.5H7.75A3.75%203.75%200%200%201%204%2035.25zM46%2035c0%206.075-4.925%2011-11%2011s-11-4.925-11-11s4.925-11%2011-11s11%204.925%2011%2011m-5%200a1%201%200%200%200-1-1h-4v-6a1%201%200%201%200-2%200v7a1%201%200%200%200%201%201h5a1%201%200%200%200%201-1%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-48-regular.svg?color=%231a73e8&size=48