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

Name
video-person-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
License
MIT

13 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

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="M30 20a6 6 0 1 1-12 0a6 6 0 0 1 12 0M4 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.25z"/></svg>

React

import type { SVGProps } from "react";

export function FluentVideoPerson48Filled(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="M30 20a6 6 0 1 1-12 0a6 6 0 0 1 12 0M4 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.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="M30 20a6 6 0 1 1-12 0a6 6 0 0 1 12 0M4 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.25z"/></svg>
</template>

CSS

.icon-video-person-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%22M30%2020a6%206%200%201%201-12%200a6%206%200%200%201%2012%200M4%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.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%22M30%2020a6%206%200%201%201-12%200a6%206%200%200%201%2012%200M4%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.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-filled.svg?color=%231a73e8&size=48