video person icon
video-person-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- video-person-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M19.745 4a2.25 2.25 0 0 1 2.25 2.25v11.505a2.25 2.25 0 0 1-2.25 2.25H4.25A2.25 2.25 0 0 1 2 17.755V6.25A2.25 2.25 0 0 1 4.25 4zm0 1.5H4.25a.75.75 0 0 0-.75.75v11.505c0 .414.336.75.75.75l2.749-.001L7 15.75a1.75 1.75 0 0 1 1.606-1.744L8.75 14h6.495a1.75 1.75 0 0 1 1.744 1.607l.006.143l-.001 2.754h2.751a.75.75 0 0 0 .75-.75V6.25a.75.75 0 0 0-.75-.75m-4.5 10H8.75a.25.25 0 0 0-.243.193l-.007.057l-.001 2.754h6.995V15.75a.25.25 0 0 0-.192-.243zM12 7a3 3 0 1 1 0 6a3 3 0 0 1 0-6m0 1.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>
React
import type { SVGProps } from "react";
export function FluentVideoPerson24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.745 4a2.25 2.25 0 0 1 2.25 2.25v11.505a2.25 2.25 0 0 1-2.25 2.25H4.25A2.25 2.25 0 0 1 2 17.755V6.25A2.25 2.25 0 0 1 4.25 4zm0 1.5H4.25a.75.75 0 0 0-.75.75v11.505c0 .414.336.75.75.75l2.749-.001L7 15.75a1.75 1.75 0 0 1 1.606-1.744L8.75 14h6.495a1.75 1.75 0 0 1 1.744 1.607l.006.143l-.001 2.754h2.751a.75.75 0 0 0 .75-.75V6.25a.75.75 0 0 0-.75-.75m-4.5 10H8.75a.25.25 0 0 0-.243.193l-.007.057l-.001 2.754h6.995V15.75a.25.25 0 0 0-.192-.243zM12 7a3 3 0 1 1 0 6a3 3 0 0 1 0-6m0 1.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.745 4a2.25 2.25 0 0 1 2.25 2.25v11.505a2.25 2.25 0 0 1-2.25 2.25H4.25A2.25 2.25 0 0 1 2 17.755V6.25A2.25 2.25 0 0 1 4.25 4zm0 1.5H4.25a.75.75 0 0 0-.75.75v11.505c0 .414.336.75.75.75l2.749-.001L7 15.75a1.75 1.75 0 0 1 1.606-1.744L8.75 14h6.495a1.75 1.75 0 0 1 1.744 1.607l.006.143l-.001 2.754h2.751a.75.75 0 0 0 .75-.75V6.25a.75.75 0 0 0-.75-.75m-4.5 10H8.75a.25.25 0 0 0-.243.193l-.007.057l-.001 2.754h6.995V15.75a.25.25 0 0 0-.192-.243zM12 7a3 3 0 1 1 0 6a3 3 0 0 1 0-6m0 1.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg> </template>
CSS
.icon-video-person-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.745%204a2.25%202.25%200%200%201%202.25%202.25v11.505a2.25%202.25%200%200%201-2.25%202.25H4.25A2.25%202.25%200%200%201%202%2017.755V6.25A2.25%202.25%200%200%201%204.25%204zm0%201.5H4.25a.75.75%200%200%200-.75.75v11.505c0%20.414.336.75.75.75l2.749-.001L7%2015.75a1.75%201.75%200%200%201%201.606-1.744L8.75%2014h6.495a1.75%201.75%200%200%201%201.744%201.607l.006.143l-.001%202.754h2.751a.75.75%200%200%200%20.75-.75V6.25a.75.75%200%200%200-.75-.75m-4.5%2010H8.75a.25.25%200%200%200-.243.193l-.007.057l-.001%202.754h6.995V15.75a.25.25%200%200%200-.192-.243zM12%207a3%203%200%201%201%200%206a3%203%200%200%201%200-6m0%201.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.745%204a2.25%202.25%200%200%201%202.25%202.25v11.505a2.25%202.25%200%200%201-2.25%202.25H4.25A2.25%202.25%200%200%201%202%2017.755V6.25A2.25%202.25%200%200%201%204.25%204zm0%201.5H4.25a.75.75%200%200%200-.75.75v11.505c0%20.414.336.75.75.75l2.749-.001L7%2015.75a1.75%201.75%200%200%201%201.606-1.744L8.75%2014h6.495a1.75%201.75%200%200%201%201.744%201.607l.006.143l-.001%202.754h2.751a.75.75%200%200%200%20.75-.75V6.25a.75.75%200%200%200-.75-.75m-4.5%2010H8.75a.25.25%200%200%200-.243.193l-.007.057l-.001%202.754h6.995V15.75a.25.25%200%200%200-.192-.243zM12%207a3%203%200%201%201%200%206a3%203%200%200%201%200-6m0%201.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/video-person-24-regular.svg?color=%231a73e8&size=48