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

Name
video-people-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
License
MIT

1 other variant in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the video people icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6.001 7.5a4.5 4.5 0 0 1 4.5-4.5h15a4.5 4.5 0 0 1 4.5 4.5v10a4.5 4.5 0 0 1-4.5 4.5h-6.309c-.6-1.316-1.876-2.17-3.192-2.422V18a3 3 0 0 1 3-3h5a3 3 0 0 1 3 3v1.5a2.5 2.5 0 0 0 1.001-2v-10a2.5 2.5 0 0 0-2.5-2.5h-15a2.5 2.5 0 0 0-2.5 2.5v.314a6.5 6.5 0 0 0-2 1.062zm9.19 13.5a3 3 0 0 1 2.224 1h-.001a2.55 2.55 0 0 1 .627 1.873c-.135 2.074-.918 3.68-2.403 4.728C14.205 29.612 12.26 30 9.999 30c-2.248 0-4.156-.384-5.566-1.386c-1.458-1.037-2.228-2.619-2.417-4.65C1.853 22.218 3.35 21 4.872 21zm6.309-7a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7M15 14a5 5 0 1 1-10 0a5 5 0 0 1 10 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentVideoPeople32Filled(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="M6.001 7.5a4.5 4.5 0 0 1 4.5-4.5h15a4.5 4.5 0 0 1 4.5 4.5v10a4.5 4.5 0 0 1-4.5 4.5h-6.309c-.6-1.316-1.876-2.17-3.192-2.422V18a3 3 0 0 1 3-3h5a3 3 0 0 1 3 3v1.5a2.5 2.5 0 0 0 1.001-2v-10a2.5 2.5 0 0 0-2.5-2.5h-15a2.5 2.5 0 0 0-2.5 2.5v.314a6.5 6.5 0 0 0-2 1.062zm9.19 13.5a3 3 0 0 1 2.224 1h-.001a2.55 2.55 0 0 1 .627 1.873c-.135 2.074-.918 3.68-2.403 4.728C14.205 29.612 12.26 30 9.999 30c-2.248 0-4.156-.384-5.566-1.386c-1.458-1.037-2.228-2.619-2.417-4.65C1.853 22.218 3.35 21 4.872 21zm6.309-7a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7M15 14a5 5 0 1 1-10 0a5 5 0 0 1 10 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="M6.001 7.5a4.5 4.5 0 0 1 4.5-4.5h15a4.5 4.5 0 0 1 4.5 4.5v10a4.5 4.5 0 0 1-4.5 4.5h-6.309c-.6-1.316-1.876-2.17-3.192-2.422V18a3 3 0 0 1 3-3h5a3 3 0 0 1 3 3v1.5a2.5 2.5 0 0 0 1.001-2v-10a2.5 2.5 0 0 0-2.5-2.5h-15a2.5 2.5 0 0 0-2.5 2.5v.314a6.5 6.5 0 0 0-2 1.062zm9.19 13.5a3 3 0 0 1 2.224 1h-.001a2.55 2.55 0 0 1 .627 1.873c-.135 2.074-.918 3.68-2.403 4.728C14.205 29.612 12.26 30 9.999 30c-2.248 0-4.156-.384-5.566-1.386c-1.458-1.037-2.228-2.619-2.417-4.65C1.853 22.218 3.35 21 4.872 21zm6.309-7a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7M15 14a5 5 0 1 1-10 0a5 5 0 0 1 10 0"/></svg>
</template>

CSS

.icon-video-people-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.001%207.5a4.5%204.5%200%200%201%204.5-4.5h15a4.5%204.5%200%200%201%204.5%204.5v10a4.5%204.5%200%200%201-4.5%204.5h-6.309c-.6-1.316-1.876-2.17-3.192-2.422V18a3%203%200%200%201%203-3h5a3%203%200%200%201%203%203v1.5a2.5%202.5%200%200%200%201.001-2v-10a2.5%202.5%200%200%200-2.5-2.5h-15a2.5%202.5%200%200%200-2.5%202.5v.314a6.5%206.5%200%200%200-2%201.062zm9.19%2013.5a3%203%200%200%201%202.224%201h-.001a2.55%202.55%200%200%201%20.627%201.873c-.135%202.074-.918%203.68-2.403%204.728C14.205%2029.612%2012.26%2030%209.999%2030c-2.248%200-4.156-.384-5.566-1.386c-1.458-1.037-2.228-2.619-2.417-4.65C1.853%2022.218%203.35%2021%204.872%2021zm6.309-7a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207M15%2014a5%205%200%201%201-10%200a5%205%200%200%201%2010%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%22M6.001%207.5a4.5%204.5%200%200%201%204.5-4.5h15a4.5%204.5%200%200%201%204.5%204.5v10a4.5%204.5%200%200%201-4.5%204.5h-6.309c-.6-1.316-1.876-2.17-3.192-2.422V18a3%203%200%200%201%203-3h5a3%203%200%200%201%203%203v1.5a2.5%202.5%200%200%200%201.001-2v-10a2.5%202.5%200%200%200-2.5-2.5h-15a2.5%202.5%200%200%200-2.5%202.5v.314a6.5%206.5%200%200%200-2%201.062zm9.19%2013.5a3%203%200%200%201%202.224%201h-.001a2.55%202.55%200%200%201%20.627%201.873c-.135%202.074-.918%203.68-2.403%204.728C14.205%2029.612%2012.26%2030%209.999%2030c-2.248%200-4.156-.384-5.566-1.386c-1.458-1.037-2.228-2.619-2.417-4.65C1.853%2022.218%203.35%2021%204.872%2021zm6.309-7a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207M15%2014a5%205%200%201%201-10%200a5%205%200%200%201%2010%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/video-people-32-filled.svg?color=%231a73e8&size=48