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

Name
video-chat-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M4 16.25A6.25 6.25 0 0 1 10.25 10h14.5A6.25 6.25 0 0 1 31 16.25v15.5a6.25 6.25 0 0 1-5.995 6.245A13 13 0 0 0 26 32.999C26 25.82 20.18 20 13 20a12.96 12.96 0 0 0-9 3.62zm34.907 19.168L33 31.339v-14.68l5.907-4.078c2.156-1.488 5.097.055 5.097 2.675v17.487c0 2.62-2.941 4.163-5.097 2.675M13 22c6.075 0 11 4.924 11 11c0 6.074-4.925 10.999-11 10.999c-1.864 0-3.662-.466-5.26-1.338l-4.519 1.301a.956.956 0 0 1-1.184-1.184l1.303-4.516A10.95 10.95 0 0 1 2.001 33c0-6.075 4.925-10.999 11-10.999M17 30H9a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2m-8 4a1 1 0 1 0 0 2h5a1 1 0 1 0 0-2z"/></svg>

React

import type { SVGProps } from "react";

export function FluentVideoChat48Filled(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="M4 16.25A6.25 6.25 0 0 1 10.25 10h14.5A6.25 6.25 0 0 1 31 16.25v15.5a6.25 6.25 0 0 1-5.995 6.245A13 13 0 0 0 26 32.999C26 25.82 20.18 20 13 20a12.96 12.96 0 0 0-9 3.62zm34.907 19.168L33 31.339v-14.68l5.907-4.078c2.156-1.488 5.097.055 5.097 2.675v17.487c0 2.62-2.941 4.163-5.097 2.675M13 22c6.075 0 11 4.924 11 11c0 6.074-4.925 10.999-11 10.999c-1.864 0-3.662-.466-5.26-1.338l-4.519 1.301a.956.956 0 0 1-1.184-1.184l1.303-4.516A10.95 10.95 0 0 1 2.001 33c0-6.075 4.925-10.999 11-10.999M17 30H9a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2m-8 4a1 1 0 1 0 0 2h5a1 1 0 1 0 0-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M4 16.25A6.25 6.25 0 0 1 10.25 10h14.5A6.25 6.25 0 0 1 31 16.25v15.5a6.25 6.25 0 0 1-5.995 6.245A13 13 0 0 0 26 32.999C26 25.82 20.18 20 13 20a12.96 12.96 0 0 0-9 3.62zm34.907 19.168L33 31.339v-14.68l5.907-4.078c2.156-1.488 5.097.055 5.097 2.675v17.487c0 2.62-2.941 4.163-5.097 2.675M13 22c6.075 0 11 4.924 11 11c0 6.074-4.925 10.999-11 10.999c-1.864 0-3.662-.466-5.26-1.338l-4.519 1.301a.956.956 0 0 1-1.184-1.184l1.303-4.516A10.95 10.95 0 0 1 2.001 33c0-6.075 4.925-10.999 11-10.999M17 30H9a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2m-8 4a1 1 0 1 0 0 2h5a1 1 0 1 0 0-2z"/></svg>
</template>

CSS

.icon-video-chat-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%22M4%2016.25A6.25%206.25%200%200%201%2010.25%2010h14.5A6.25%206.25%200%200%201%2031%2016.25v15.5a6.25%206.25%200%200%201-5.995%206.245A13%2013%200%200%200%2026%2032.999C26%2025.82%2020.18%2020%2013%2020a12.96%2012.96%200%200%200-9%203.62zm34.907%2019.168L33%2031.339v-14.68l5.907-4.078c2.156-1.488%205.097.055%205.097%202.675v17.487c0%202.62-2.941%204.163-5.097%202.675M13%2022c6.075%200%2011%204.924%2011%2011c0%206.074-4.925%2010.999-11%2010.999c-1.864%200-3.662-.466-5.26-1.338l-4.519%201.301a.956.956%200%200%201-1.184-1.184l1.303-4.516A10.95%2010.95%200%200%201%202.001%2033c0-6.075%204.925-10.999%2011-10.999M17%2030H9a1%201%200%201%200%200%202h8a1%201%200%201%200%200-2m-8%204a1%201%200%201%200%200%202h5a1%201%200%201%200%200-2z%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%22M4%2016.25A6.25%206.25%200%200%201%2010.25%2010h14.5A6.25%206.25%200%200%201%2031%2016.25v15.5a6.25%206.25%200%200%201-5.995%206.245A13%2013%200%200%200%2026%2032.999C26%2025.82%2020.18%2020%2013%2020a12.96%2012.96%200%200%200-9%203.62zm34.907%2019.168L33%2031.339v-14.68l5.907-4.078c2.156-1.488%205.097.055%205.097%202.675v17.487c0%202.62-2.941%204.163-5.097%202.675M13%2022c6.075%200%2011%204.924%2011%2011c0%206.074-4.925%2010.999-11%2010.999c-1.864%200-3.662-.466-5.26-1.338l-4.519%201.301a.956.956%200%200%201-1.184-1.184l1.303-4.516A10.95%2010.95%200%200%201%202.001%2033c0-6.075%204.925-10.999%2011-10.999M17%2030H9a1%201%200%201%200%200%202h8a1%201%200%201%200%200-2m-8%204a1%201%200%201%200%200%202h5a1%201%200%201%200%200-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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