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

Name
video-chat-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the video chat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2 5.5A2.5 2.5 0 0 1 4.5 3h4A2.5 2.5 0 0 1 11 5.5v5a2.5 2.5 0 0 1-1.498 2.29A5.5 5.5 0 0 0 2 5.6zm12.036 6.278L11.9 10.304q.02-.14.02-.283v-4.04q0-.144-.02-.283l2.136-1.474a1.25 1.25 0 0 1 1.96 1.028v5.498a1.25 1.25 0 0 1-1.96 1.028M4.5 15a4.5 4.5 0 1 0-3.936-2.318l-.545 1.789a.41.41 0 0 0 .51.51l1.79-.544A4.5 4.5 0 0 0 4.5 15M2 9.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5m.5 2.5a.5.5 0 0 1 0-1h2a.5.5 0 0 1 0 1z"/></svg>

React

import type { SVGProps } from "react";

export function FluentVideoChat16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2 5.5A2.5 2.5 0 0 1 4.5 3h4A2.5 2.5 0 0 1 11 5.5v5a2.5 2.5 0 0 1-1.498 2.29A5.5 5.5 0 0 0 2 5.6zm12.036 6.278L11.9 10.304q.02-.14.02-.283v-4.04q0-.144-.02-.283l2.136-1.474a1.25 1.25 0 0 1 1.96 1.028v5.498a1.25 1.25 0 0 1-1.96 1.028M4.5 15a4.5 4.5 0 1 0-3.936-2.318l-.545 1.789a.41.41 0 0 0 .51.51l1.79-.544A4.5 4.5 0 0 0 4.5 15M2 9.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5m.5 2.5a.5.5 0 0 1 0-1h2a.5.5 0 0 1 0 1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2 5.5A2.5 2.5 0 0 1 4.5 3h4A2.5 2.5 0 0 1 11 5.5v5a2.5 2.5 0 0 1-1.498 2.29A5.5 5.5 0 0 0 2 5.6zm12.036 6.278L11.9 10.304q.02-.14.02-.283v-4.04q0-.144-.02-.283l2.136-1.474a1.25 1.25 0 0 1 1.96 1.028v5.498a1.25 1.25 0 0 1-1.96 1.028M4.5 15a4.5 4.5 0 1 0-3.936-2.318l-.545 1.789a.41.41 0 0 0 .51.51l1.79-.544A4.5 4.5 0 0 0 4.5 15M2 9.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5m.5 2.5a.5.5 0 0 1 0-1h2a.5.5 0 0 1 0 1z"/></svg>
</template>

CSS

.icon-video-chat-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%205.5A2.5%202.5%200%200%201%204.5%203h4A2.5%202.5%200%200%201%2011%205.5v5a2.5%202.5%200%200%201-1.498%202.29A5.5%205.5%200%200%200%202%205.6zm12.036%206.278L11.9%2010.304q.02-.14.02-.283v-4.04q0-.144-.02-.283l2.136-1.474a1.25%201.25%200%200%201%201.96%201.028v5.498a1.25%201.25%200%200%201-1.96%201.028M4.5%2015a4.5%204.5%200%201%200-3.936-2.318l-.545%201.789a.41.41%200%200%200%20.51.51l1.79-.544A4.5%204.5%200%200%200%204.5%2015M2%209.5a.5.5%200%200%201%20.5-.5h4a.5.5%200%200%201%200%201h-4a.5.5%200%200%201-.5-.5m.5%202.5a.5.5%200%200%201%200-1h2a.5.5%200%200%201%200%201z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%205.5A2.5%202.5%200%200%201%204.5%203h4A2.5%202.5%200%200%201%2011%205.5v5a2.5%202.5%200%200%201-1.498%202.29A5.5%205.5%200%200%200%202%205.6zm12.036%206.278L11.9%2010.304q.02-.14.02-.283v-4.04q0-.144-.02-.283l2.136-1.474a1.25%201.25%200%200%201%201.96%201.028v5.498a1.25%201.25%200%200%201-1.96%201.028M4.5%2015a4.5%204.5%200%201%200-3.936-2.318l-.545%201.789a.41.41%200%200%200%20.51.51l1.79-.544A4.5%204.5%200%200%200%204.5%2015M2%209.5a.5.5%200%200%201%20.5-.5h4a.5.5%200%200%201%200%201h-4a.5.5%200%200%201-.5-.5m.5%202.5a.5.5%200%200%201%200-1h2a.5.5%200%200%201%200%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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