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

Name
video-switch-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M6.5 2A2.5 2.5 0 0 0 4 4.5v5A2.5 2.5 0 0 0 6.5 12h4A2.5 2.5 0 0 0 13 9.5v-5A2.5 2.5 0 0 0 10.5 2zm9.391 7.918L14 8.887V5.113l1.891-1.03A.75.75 0 0 1 17 4.74v4.518a.75.75 0 0 1-1.109.659M3.67 11.888a5 5 0 0 0-.846.41C2.408 12.56 2 12.955 2 13.5s.408.94.823 1.201c.44.278 1.043.51 1.745.696c1.41.376 3.33.603 5.432.603q.148 0 .294-.002l-1.148 1.148a.5.5 0 0 0 .708.708l2-2a.5.5 0 0 0 0-.708l-2-2a.5.5 0 0 0-.708.708l1.145 1.145L10 15c-2.04 0-3.87-.221-5.174-.569c-.656-.175-1.151-.374-1.47-.575c-.344-.217-.356-.35-.356-.356s.012-.139.356-.355c.277-.175.686-.348 1.217-.505a3 3 0 0 1-.904-.751m9.395.29c.274-.26.5-.572.66-.92c.626.093 1.2.21 1.708.345c.702.187 1.305.418 1.745.696c.415.261.823.655.823 1.201s-.408.94-.823 1.201c-.44.278-1.043.51-1.745.696q-.4.107-.85.197a.49.49 0 0 1-.582-.486c0-.245.176-.453.415-.5q.405-.083.76-.177c.655-.175 1.15-.374 1.469-.575c.344-.217.356-.35.356-.356s-.012-.139-.356-.355c-.319-.202-.814-.401-1.47-.576a16 16 0 0 0-2.11-.391"/></svg>

React

import type { SVGProps } from "react";

export function FluentVideoSwitch20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.5 2A2.5 2.5 0 0 0 4 4.5v5A2.5 2.5 0 0 0 6.5 12h4A2.5 2.5 0 0 0 13 9.5v-5A2.5 2.5 0 0 0 10.5 2zm9.391 7.918L14 8.887V5.113l1.891-1.03A.75.75 0 0 1 17 4.74v4.518a.75.75 0 0 1-1.109.659M3.67 11.888a5 5 0 0 0-.846.41C2.408 12.56 2 12.955 2 13.5s.408.94.823 1.201c.44.278 1.043.51 1.745.696c1.41.376 3.33.603 5.432.603q.148 0 .294-.002l-1.148 1.148a.5.5 0 0 0 .708.708l2-2a.5.5 0 0 0 0-.708l-2-2a.5.5 0 0 0-.708.708l1.145 1.145L10 15c-2.04 0-3.87-.221-5.174-.569c-.656-.175-1.151-.374-1.47-.575c-.344-.217-.356-.35-.356-.356s.012-.139.356-.355c.277-.175.686-.348 1.217-.505a3 3 0 0 1-.904-.751m9.395.29c.274-.26.5-.572.66-.92c.626.093 1.2.21 1.708.345c.702.187 1.305.418 1.745.696c.415.261.823.655.823 1.201s-.408.94-.823 1.201c-.44.278-1.043.51-1.745.696q-.4.107-.85.197a.49.49 0 0 1-.582-.486c0-.245.176-.453.415-.5q.405-.083.76-.177c.655-.175 1.15-.374 1.469-.575c.344-.217.356-.35.356-.356s-.012-.139-.356-.355c-.319-.202-.814-.401-1.47-.576a16 16 0 0 0-2.11-.391"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.5 2A2.5 2.5 0 0 0 4 4.5v5A2.5 2.5 0 0 0 6.5 12h4A2.5 2.5 0 0 0 13 9.5v-5A2.5 2.5 0 0 0 10.5 2zm9.391 7.918L14 8.887V5.113l1.891-1.03A.75.75 0 0 1 17 4.74v4.518a.75.75 0 0 1-1.109.659M3.67 11.888a5 5 0 0 0-.846.41C2.408 12.56 2 12.955 2 13.5s.408.94.823 1.201c.44.278 1.043.51 1.745.696c1.41.376 3.33.603 5.432.603q.148 0 .294-.002l-1.148 1.148a.5.5 0 0 0 .708.708l2-2a.5.5 0 0 0 0-.708l-2-2a.5.5 0 0 0-.708.708l1.145 1.145L10 15c-2.04 0-3.87-.221-5.174-.569c-.656-.175-1.151-.374-1.47-.575c-.344-.217-.356-.35-.356-.356s.012-.139.356-.355c.277-.175.686-.348 1.217-.505a3 3 0 0 1-.904-.751m9.395.29c.274-.26.5-.572.66-.92c.626.093 1.2.21 1.708.345c.702.187 1.305.418 1.745.696c.415.261.823.655.823 1.201s-.408.94-.823 1.201c-.44.278-1.043.51-1.745.696q-.4.107-.85.197a.49.49 0 0 1-.582-.486c0-.245.176-.453.415-.5q.405-.083.76-.177c.655-.175 1.15-.374 1.469-.575c.344-.217.356-.35.356-.356s-.012-.139-.356-.355c-.319-.202-.814-.401-1.47-.576a16 16 0 0 0-2.11-.391"/></svg>
</template>

CSS

.icon-video-switch-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.5%202A2.5%202.5%200%200%200%204%204.5v5A2.5%202.5%200%200%200%206.5%2012h4A2.5%202.5%200%200%200%2013%209.5v-5A2.5%202.5%200%200%200%2010.5%202zm9.391%207.918L14%208.887V5.113l1.891-1.03A.75.75%200%200%201%2017%204.74v4.518a.75.75%200%200%201-1.109.659M3.67%2011.888a5%205%200%200%200-.846.41C2.408%2012.56%202%2012.955%202%2013.5s.408.94.823%201.201c.44.278%201.043.51%201.745.696c1.41.376%203.33.603%205.432.603q.148%200%20.294-.002l-1.148%201.148a.5.5%200%200%200%20.708.708l2-2a.5.5%200%200%200%200-.708l-2-2a.5.5%200%200%200-.708.708l1.145%201.145L10%2015c-2.04%200-3.87-.221-5.174-.569c-.656-.175-1.151-.374-1.47-.575c-.344-.217-.356-.35-.356-.356s.012-.139.356-.355c.277-.175.686-.348%201.217-.505a3%203%200%200%201-.904-.751m9.395.29c.274-.26.5-.572.66-.92c.626.093%201.2.21%201.708.345c.702.187%201.305.418%201.745.696c.415.261.823.655.823%201.201s-.408.94-.823%201.201c-.44.278-1.043.51-1.745.696q-.4.107-.85.197a.49.49%200%200%201-.582-.486c0-.245.176-.453.415-.5q.405-.083.76-.177c.655-.175%201.15-.374%201.469-.575c.344-.217.356-.35.356-.356s-.012-.139-.356-.355c-.319-.202-.814-.401-1.47-.576a16%2016%200%200%200-2.11-.391%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.5%202A2.5%202.5%200%200%200%204%204.5v5A2.5%202.5%200%200%200%206.5%2012h4A2.5%202.5%200%200%200%2013%209.5v-5A2.5%202.5%200%200%200%2010.5%202zm9.391%207.918L14%208.887V5.113l1.891-1.03A.75.75%200%200%201%2017%204.74v4.518a.75.75%200%200%201-1.109.659M3.67%2011.888a5%205%200%200%200-.846.41C2.408%2012.56%202%2012.955%202%2013.5s.408.94.823%201.201c.44.278%201.043.51%201.745.696c1.41.376%203.33.603%205.432.603q.148%200%20.294-.002l-1.148%201.148a.5.5%200%200%200%20.708.708l2-2a.5.5%200%200%200%200-.708l-2-2a.5.5%200%200%200-.708.708l1.145%201.145L10%2015c-2.04%200-3.87-.221-5.174-.569c-.656-.175-1.151-.374-1.47-.575c-.344-.217-.356-.35-.356-.356s.012-.139.356-.355c.277-.175.686-.348%201.217-.505a3%203%200%200%201-.904-.751m9.395.29c.274-.26.5-.572.66-.92c.626.093%201.2.21%201.708.345c.702.187%201.305.418%201.745.696c.415.261.823.655.823%201.201s-.408.94-.823%201.201c-.44.278-1.043.51-1.745.696q-.4.107-.85.197a.49.49%200%200%201-.582-.486c0-.245.176-.453.415-.5q.405-.083.76-.177c.655-.175%201.15-.374%201.469-.575c.344-.217.356-.35.356-.356s-.012-.139-.356-.355c-.319-.202-.814-.401-1.47-.576a16%2016%200%200%200-2.11-.391%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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