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

Name
video-switch-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the video switch icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 5.75A2.75 2.75 0 0 1 6.75 3h5.5A2.75 2.75 0 0 1 15 5.75v6.5A2.75 2.75 0 0 1 12.25 15h-5.5A2.75 2.75 0 0 1 4 12.25zm.194 9.245a6.4 6.4 0 0 0-1.091.479C2.603 15.762 2 16.25 2 17s.603 1.238 1.103 1.526c.556.32 1.311.583 2.179.794c1.734.421 4.085.676 6.657.68l-.716.717a.75.75 0 0 0 1.06 1.06l1.997-1.997a.75.75 0 0 0 0-1.06l-1.996-2a.75.75 0 1 0-1.062 1.06l.72.72c-2.49-.004-4.717-.252-6.305-.638c-.807-.196-1.406-.418-1.786-.636A1.4 1.4 0 0 1 3.538 17c.046-.048.137-.125.313-.226c.38-.218.98-.44 1.786-.636q.343-.084.723-.158a3.74 3.74 0 0 1-2.166-.985m9.829.56c1.688.094 3.184.301 4.34.583c.807.196 1.406.418 1.786.636c.175.101.266.178.313.226l-.015.014c-.102.097-.291.225-.6.365c-.615.279-1.543.536-2.722.734a.75.75 0 1 0 .249 1.48c1.238-.209 2.31-.493 3.092-.848c.389-.176.746-.387 1.017-.646c.272-.26.517-.63.517-1.099c0-.75-.603-1.238-1.103-1.526c-.556-.32-1.311-.583-2.179-.794c-.925-.225-2.025-.402-3.241-.52a3.77 3.77 0 0 1-1.454 1.395m6.486 1.387l.002-.003zM20 5.246a.75.75 0 0 0-1.218-.586l-2.783 2.226v4.225l2.783 2.221A.75.75 0 0 0 20 12.746z"/></svg>

React

import type { SVGProps } from "react";

export function FluentVideoSwitch24Filled(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="M4 5.75A2.75 2.75 0 0 1 6.75 3h5.5A2.75 2.75 0 0 1 15 5.75v6.5A2.75 2.75 0 0 1 12.25 15h-5.5A2.75 2.75 0 0 1 4 12.25zm.194 9.245a6.4 6.4 0 0 0-1.091.479C2.603 15.762 2 16.25 2 17s.603 1.238 1.103 1.526c.556.32 1.311.583 2.179.794c1.734.421 4.085.676 6.657.68l-.716.717a.75.75 0 0 0 1.06 1.06l1.997-1.997a.75.75 0 0 0 0-1.06l-1.996-2a.75.75 0 1 0-1.062 1.06l.72.72c-2.49-.004-4.717-.252-6.305-.638c-.807-.196-1.406-.418-1.786-.636A1.4 1.4 0 0 1 3.538 17c.046-.048.137-.125.313-.226c.38-.218.98-.44 1.786-.636q.343-.084.723-.158a3.74 3.74 0 0 1-2.166-.985m9.829.56c1.688.094 3.184.301 4.34.583c.807.196 1.406.418 1.786.636c.175.101.266.178.313.226l-.015.014c-.102.097-.291.225-.6.365c-.615.279-1.543.536-2.722.734a.75.75 0 1 0 .249 1.48c1.238-.209 2.31-.493 3.092-.848c.389-.176.746-.387 1.017-.646c.272-.26.517-.63.517-1.099c0-.75-.603-1.238-1.103-1.526c-.556-.32-1.311-.583-2.179-.794c-.925-.225-2.025-.402-3.241-.52a3.77 3.77 0 0 1-1.454 1.395m6.486 1.387l.002-.003zM20 5.246a.75.75 0 0 0-1.218-.586l-2.783 2.226v4.225l2.783 2.221A.75.75 0 0 0 20 12.746z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 5.75A2.75 2.75 0 0 1 6.75 3h5.5A2.75 2.75 0 0 1 15 5.75v6.5A2.75 2.75 0 0 1 12.25 15h-5.5A2.75 2.75 0 0 1 4 12.25zm.194 9.245a6.4 6.4 0 0 0-1.091.479C2.603 15.762 2 16.25 2 17s.603 1.238 1.103 1.526c.556.32 1.311.583 2.179.794c1.734.421 4.085.676 6.657.68l-.716.717a.75.75 0 0 0 1.06 1.06l1.997-1.997a.75.75 0 0 0 0-1.06l-1.996-2a.75.75 0 1 0-1.062 1.06l.72.72c-2.49-.004-4.717-.252-6.305-.638c-.807-.196-1.406-.418-1.786-.636A1.4 1.4 0 0 1 3.538 17c.046-.048.137-.125.313-.226c.38-.218.98-.44 1.786-.636q.343-.084.723-.158a3.74 3.74 0 0 1-2.166-.985m9.829.56c1.688.094 3.184.301 4.34.583c.807.196 1.406.418 1.786.636c.175.101.266.178.313.226l-.015.014c-.102.097-.291.225-.6.365c-.615.279-1.543.536-2.722.734a.75.75 0 1 0 .249 1.48c1.238-.209 2.31-.493 3.092-.848c.389-.176.746-.387 1.017-.646c.272-.26.517-.63.517-1.099c0-.75-.603-1.238-1.103-1.526c-.556-.32-1.311-.583-2.179-.794c-.925-.225-2.025-.402-3.241-.52a3.77 3.77 0 0 1-1.454 1.395m6.486 1.387l.002-.003zM20 5.246a.75.75 0 0 0-1.218-.586l-2.783 2.226v4.225l2.783 2.221A.75.75 0 0 0 20 12.746z"/></svg>
</template>

CSS

.icon-video-switch-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%205.75A2.75%202.75%200%200%201%206.75%203h5.5A2.75%202.75%200%200%201%2015%205.75v6.5A2.75%202.75%200%200%201%2012.25%2015h-5.5A2.75%202.75%200%200%201%204%2012.25zm.194%209.245a6.4%206.4%200%200%200-1.091.479C2.603%2015.762%202%2016.25%202%2017s.603%201.238%201.103%201.526c.556.32%201.311.583%202.179.794c1.734.421%204.085.676%206.657.68l-.716.717a.75.75%200%200%200%201.06%201.06l1.997-1.997a.75.75%200%200%200%200-1.06l-1.996-2a.75.75%200%201%200-1.062%201.06l.72.72c-2.49-.004-4.717-.252-6.305-.638c-.807-.196-1.406-.418-1.786-.636A1.4%201.4%200%200%201%203.538%2017c.046-.048.137-.125.313-.226c.38-.218.98-.44%201.786-.636q.343-.084.723-.158a3.74%203.74%200%200%201-2.166-.985m9.829.56c1.688.094%203.184.301%204.34.583c.807.196%201.406.418%201.786.636c.175.101.266.178.313.226l-.015.014c-.102.097-.291.225-.6.365c-.615.279-1.543.536-2.722.734a.75.75%200%201%200%20.249%201.48c1.238-.209%202.31-.493%203.092-.848c.389-.176.746-.387%201.017-.646c.272-.26.517-.63.517-1.099c0-.75-.603-1.238-1.103-1.526c-.556-.32-1.311-.583-2.179-.794c-.925-.225-2.025-.402-3.241-.52a3.77%203.77%200%200%201-1.454%201.395m6.486%201.387l.002-.003zM20%205.246a.75.75%200%200%200-1.218-.586l-2.783%202.226v4.225l2.783%202.221A.75.75%200%200%200%2020%2012.746z%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%22M4%205.75A2.75%202.75%200%200%201%206.75%203h5.5A2.75%202.75%200%200%201%2015%205.75v6.5A2.75%202.75%200%200%201%2012.25%2015h-5.5A2.75%202.75%200%200%201%204%2012.25zm.194%209.245a6.4%206.4%200%200%200-1.091.479C2.603%2015.762%202%2016.25%202%2017s.603%201.238%201.103%201.526c.556.32%201.311.583%202.179.794c1.734.421%204.085.676%206.657.68l-.716.717a.75.75%200%200%200%201.06%201.06l1.997-1.997a.75.75%200%200%200%200-1.06l-1.996-2a.75.75%200%201%200-1.062%201.06l.72.72c-2.49-.004-4.717-.252-6.305-.638c-.807-.196-1.406-.418-1.786-.636A1.4%201.4%200%200%201%203.538%2017c.046-.048.137-.125.313-.226c.38-.218.98-.44%201.786-.636q.343-.084.723-.158a3.74%203.74%200%200%201-2.166-.985m9.829.56c1.688.094%203.184.301%204.34.583c.807.196%201.406.418%201.786.636c.175.101.266.178.313.226l-.015.014c-.102.097-.291.225-.6.365c-.615.279-1.543.536-2.722.734a.75.75%200%201%200%20.249%201.48c1.238-.209%202.31-.493%203.092-.848c.389-.176.746-.387%201.017-.646c.272-.26.517-.63.517-1.099c0-.75-.603-1.238-1.103-1.526c-.556-.32-1.311-.583-2.179-.794c-.925-.225-2.025-.402-3.241-.52a3.77%203.77%200%200%201-1.454%201.395m6.486%201.387l.002-.003zM20%205.246a.75.75%200%200%200-1.218-.586l-2.783%202.226v4.225l2.783%202.221A.75.75%200%200%200%2020%2012.746z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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