video person icon
video-person-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- video-person-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
13 other variants in Fluent UI System Icons
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-call-16-filledvideo-person-clock-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 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 26a6 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 11.75A3.75 3.75 0 0 1 7.75 8h32.5A3.75 3.75 0 0 1 44 11.75v24.5A3.75 3.75 0 0 1 40.25 40H7.75A3.75 3.75 0 0 1 4 36.25zm3.75-1.25c-.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 28h13.5A3.25 3.25 0 0 1 34 31.25v6.25h6.25c.69 0 1.25-.56 1.25-1.25v-24.5c0-.69-.56-1.25-1.25-1.25zm23.75 27v-6.25a.75.75 0 0 0-.75-.75h-13.5a.75.75 0 0 0-.75.75v6.25z"/></svg>
React
import type { SVGProps } from "react";
export function FluentVideoPerson48Regular(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 26a6 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 11.75A3.75 3.75 0 0 1 7.75 8h32.5A3.75 3.75 0 0 1 44 11.75v24.5A3.75 3.75 0 0 1 40.25 40H7.75A3.75 3.75 0 0 1 4 36.25zm3.75-1.25c-.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 28h13.5A3.25 3.25 0 0 1 34 31.25v6.25h6.25c.69 0 1.25-.56 1.25-1.25v-24.5c0-.69-.56-1.25-1.25-1.25zm23.75 27v-6.25a.75.75 0 0 0-.75-.75h-13.5a.75.75 0 0 0-.75.75v6.25z"/></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 26a6 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 11.75A3.75 3.75 0 0 1 7.75 8h32.5A3.75 3.75 0 0 1 44 11.75v24.5A3.75 3.75 0 0 1 40.25 40H7.75A3.75 3.75 0 0 1 4 36.25zm3.75-1.25c-.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 28h13.5A3.25 3.25 0 0 1 34 31.25v6.25h6.25c.69 0 1.25-.56 1.25-1.25v-24.5c0-.69-.56-1.25-1.25-1.25zm23.75 27v-6.25a.75.75 0 0 0-.75-.75h-13.5a.75.75 0 0 0-.75.75v6.25z"/></svg> </template>
CSS
.icon-video-person-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%2026a6%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%2011.75A3.75%203.75%200%200%201%207.75%208h32.5A3.75%203.75%200%200%201%2044%2011.75v24.5A3.75%203.75%200%200%201%2040.25%2040H7.75A3.75%203.75%200%200%201%204%2036.25zm3.75-1.25c-.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%2028h13.5A3.25%203.25%200%200%201%2034%2031.25v6.25h6.25c.69%200%201.25-.56%201.25-1.25v-24.5c0-.69-.56-1.25-1.25-1.25zm23.75%2027v-6.25a.75.75%200%200%200-.75-.75h-13.5a.75.75%200%200%200-.75.75v6.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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2026a6%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%2011.75A3.75%203.75%200%200%201%207.75%208h32.5A3.75%203.75%200%200%201%2044%2011.75v24.5A3.75%203.75%200%200%201%2040.25%2040H7.75A3.75%203.75%200%200%201%204%2036.25zm3.75-1.25c-.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%2028h13.5A3.25%203.25%200%200%201%2034%2031.25v6.25h6.25c.69%200%201.25-.56%201.25-1.25v-24.5c0-.69-.56-1.25-1.25-1.25zm23.75%2027v-6.25a.75.75%200%200%200-.75-.75h-13.5a.75.75%200%200%200-.75.75v6.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/video-person-48-regular.svg?color=%231a73e8&size=48