video person clock icon

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

Name
video-person-clock-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M24 25a6 6 0 1 0 0-12a6 6 0 0 0 0 12M4 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.502A12.94 12.94 0 0 0 22 35c0 1.396.22 2.74.627 4H7.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 FluentVideoPersonClock48Filled(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 12M4 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.502A12.94 12.94 0 0 0 22 35c0 1.396.22 2.74.627 4H7.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 12M4 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.502A12.94 12.94 0 0 0 22 35c0 1.396.22 2.74.627 4H7.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-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2025a6%206%200%201%200%200-12a6%206%200%200%200%200%2012M4%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.502A12.94%2012.94%200%200%200%2022%2035c0%201.396.22%202.74.627%204H7.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%2012M4%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.502A12.94%2012.94%200%200%200%2022%2035c0%201.396.22%202.74.627%204H7.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-filled.svg?color=%231a73e8&size=48