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

Name
video-switch-20-regular
Set
Fluent UI System Icons
Style
20 Regular
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="M4 4.5A2.5 2.5 0 0 1 6.5 2h5A2.5 2.5 0 0 1 14 4.5v.613l1.891-1.03A.75.75 0 0 1 17 4.74v4.518a.75.75 0 0 1-1.109.659L14 8.887V9.5a2.5 2.5 0 0 1-2.5 2.5h-5A2.5 2.5 0 0 1 4 9.5zm10 3.248l2 1.09V5.162l-2 1.09zM6.5 3A1.5 1.5 0 0 0 5 4.5v5A1.5 1.5 0 0 0 6.5 11h5A1.5 1.5 0 0 0 13 9.5v-5A1.5 1.5 0 0 0 11.5 3zm-2.83 8.889a5 5 0 0 0-.847.41C2.408 12.56 2 12.954 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-.751m10.254.413c.293-.245.538-.544.72-.883q.416.085.788.184c.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-.576c-.375-.1-.795-.19-1.25-.267"/></svg>

React

import type { SVGProps } from "react";

export function FluentVideoSwitch20Regular(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="M4 4.5A2.5 2.5 0 0 1 6.5 2h5A2.5 2.5 0 0 1 14 4.5v.613l1.891-1.03A.75.75 0 0 1 17 4.74v4.518a.75.75 0 0 1-1.109.659L14 8.887V9.5a2.5 2.5 0 0 1-2.5 2.5h-5A2.5 2.5 0 0 1 4 9.5zm10 3.248l2 1.09V5.162l-2 1.09zM6.5 3A1.5 1.5 0 0 0 5 4.5v5A1.5 1.5 0 0 0 6.5 11h5A1.5 1.5 0 0 0 13 9.5v-5A1.5 1.5 0 0 0 11.5 3zm-2.83 8.889a5 5 0 0 0-.847.41C2.408 12.56 2 12.954 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-.751m10.254.413c.293-.245.538-.544.72-.883q.416.085.788.184c.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-.576c-.375-.1-.795-.19-1.25-.267"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4 4.5A2.5 2.5 0 0 1 6.5 2h5A2.5 2.5 0 0 1 14 4.5v.613l1.891-1.03A.75.75 0 0 1 17 4.74v4.518a.75.75 0 0 1-1.109.659L14 8.887V9.5a2.5 2.5 0 0 1-2.5 2.5h-5A2.5 2.5 0 0 1 4 9.5zm10 3.248l2 1.09V5.162l-2 1.09zM6.5 3A1.5 1.5 0 0 0 5 4.5v5A1.5 1.5 0 0 0 6.5 11h5A1.5 1.5 0 0 0 13 9.5v-5A1.5 1.5 0 0 0 11.5 3zm-2.83 8.889a5 5 0 0 0-.847.41C2.408 12.56 2 12.954 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-.751m10.254.413c.293-.245.538-.544.72-.883q.416.085.788.184c.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-.576c-.375-.1-.795-.19-1.25-.267"/></svg>
</template>

CSS

.icon-video-switch-20-regular {
  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%22M4%204.5A2.5%202.5%200%200%201%206.5%202h5A2.5%202.5%200%200%201%2014%204.5v.613l1.891-1.03A.75.75%200%200%201%2017%204.74v4.518a.75.75%200%200%201-1.109.659L14%208.887V9.5a2.5%202.5%200%200%201-2.5%202.5h-5A2.5%202.5%200%200%201%204%209.5zm10%203.248l2%201.09V5.162l-2%201.09zM6.5%203A1.5%201.5%200%200%200%205%204.5v5A1.5%201.5%200%200%200%206.5%2011h5A1.5%201.5%200%200%200%2013%209.5v-5A1.5%201.5%200%200%200%2011.5%203zm-2.83%208.889a5%205%200%200%200-.847.41C2.408%2012.56%202%2012.954%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-.751m10.254.413c.293-.245.538-.544.72-.883q.416.085.788.184c.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-.576c-.375-.1-.795-.19-1.25-.267%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%22M4%204.5A2.5%202.5%200%200%201%206.5%202h5A2.5%202.5%200%200%201%2014%204.5v.613l1.891-1.03A.75.75%200%200%201%2017%204.74v4.518a.75.75%200%200%201-1.109.659L14%208.887V9.5a2.5%202.5%200%200%201-2.5%202.5h-5A2.5%202.5%200%200%201%204%209.5zm10%203.248l2%201.09V5.162l-2%201.09zM6.5%203A1.5%201.5%200%200%200%205%204.5v5A1.5%201.5%200%200%200%206.5%2011h5A1.5%201.5%200%200%200%2013%209.5v-5A1.5%201.5%200%200%200%2011.5%203zm-2.83%208.889a5%205%200%200%200-.847.41C2.408%2012.56%202%2012.954%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-.751m10.254.413c.293-.245.538-.544.72-.883q.416.085.788.184c.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-.576c-.375-.1-.795-.19-1.25-.267%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-regular.svg?color=%231a73e8&size=48