video switch icon
video-switch-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- video-switch-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- 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
video-360-20-filledvideo-360-off-20-filledvideo-add-20-filledvideo-background-effect-16-filledvideo-background-effect-horizontal-16-filledvideo-bluetooth-16-filledvideo-chat-16-filledvideo-clip-16-filledvideo-clip-multiple-16-filledvideo-clip-off-16-filledvideo-clip-optimize-16-filledvideo-clip-wand-16-filledvideo-link-24-filledvideo-multiple-16-filledvideo-off-16-filledvideo-people-32-filledvideo-person-12-filledvideo-person-call-16-filledvideo-person-clock-16-filledvideo-person-off-20-filledvideo-person-pulse-16-filledvideo-person-sparkle-16-filledvideo-person-sparkle-off-20-filledvideo-person-star-20-filled
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 3h6.5A2.75 2.75 0 0 1 16 5.75v.541l1.99-1.522c.823-.63 2.01-.043 2.01.993v6.476c0 1.036-1.187 1.622-2.01.993L16 11.71v.541A2.75 2.75 0 0 1 13.25 15h-6.5A2.75 2.75 0 0 1 4 12.25zM6.75 4.5c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h6.5c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25zM16 9.82l2.5 1.912V6.268L16 8.179zm2.363 6.318c-.95-.232-2.13-.413-3.458-.522a3.77 3.77 0 0 0 1.508-1.35c.847.109 1.624.249 2.305.414c.868.211 1.623.474 2.179.794c.5.288 1.103.776 1.103 1.526c0 .47-.245.839-.517 1.099c-.271.259-.628.47-1.017.646c-.782.355-1.854.64-3.092.848a.75.75 0 0 1-.249-1.48c1.179-.198 2.107-.455 2.721-.734c.31-.14.5-.268.6-.365l.01-.008l.006-.006a1.4 1.4 0 0 0-.313-.226c-.38-.218-.98-.44-1.786-.636m2.146.804l.002-.003zM3.103 15.474a6.4 6.4 0 0 1 1.091-.48c.58.541 1.333.9 2.166.986q-.38.075-.723.158c-.807.196-1.406.418-1.786.636a1.4 1.4 0 0 0-.313.226c.046.048.137.125.313.226c.38.218.98.44 1.786.636c1.588.387 3.815.634 6.304.638l-.719-.72a.75.75 0 1 1 1.062-1.06l1.997 2a.75.75 0 0 1 0 1.06l-1.998 1.997a.75.75 0 0 1-1.06-1.06l.716-.717c-2.572-.004-4.923-.259-6.657-.68c-.868-.211-1.623-.474-2.179-.794C2.603 18.238 2 17.75 2 17s.603-1.238 1.103-1.526"/></svg>
React
import type { SVGProps } from "react";
export function FluentVideoSwitch24Regular(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 3h6.5A2.75 2.75 0 0 1 16 5.75v.541l1.99-1.522c.823-.63 2.01-.043 2.01.993v6.476c0 1.036-1.187 1.622-2.01.993L16 11.71v.541A2.75 2.75 0 0 1 13.25 15h-6.5A2.75 2.75 0 0 1 4 12.25zM6.75 4.5c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h6.5c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25zM16 9.82l2.5 1.912V6.268L16 8.179zm2.363 6.318c-.95-.232-2.13-.413-3.458-.522a3.77 3.77 0 0 0 1.508-1.35c.847.109 1.624.249 2.305.414c.868.211 1.623.474 2.179.794c.5.288 1.103.776 1.103 1.526c0 .47-.245.839-.517 1.099c-.271.259-.628.47-1.017.646c-.782.355-1.854.64-3.092.848a.75.75 0 0 1-.249-1.48c1.179-.198 2.107-.455 2.721-.734c.31-.14.5-.268.6-.365l.01-.008l.006-.006a1.4 1.4 0 0 0-.313-.226c-.38-.218-.98-.44-1.786-.636m2.146.804l.002-.003zM3.103 15.474a6.4 6.4 0 0 1 1.091-.48c.58.541 1.333.9 2.166.986q-.38.075-.723.158c-.807.196-1.406.418-1.786.636a1.4 1.4 0 0 0-.313.226c.046.048.137.125.313.226c.38.218.98.44 1.786.636c1.588.387 3.815.634 6.304.638l-.719-.72a.75.75 0 1 1 1.062-1.06l1.997 2a.75.75 0 0 1 0 1.06l-1.998 1.997a.75.75 0 0 1-1.06-1.06l.716-.717c-2.572-.004-4.923-.259-6.657-.68c-.868-.211-1.623-.474-2.179-.794C2.603 18.238 2 17.75 2 17s.603-1.238 1.103-1.526"/></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 3h6.5A2.75 2.75 0 0 1 16 5.75v.541l1.99-1.522c.823-.63 2.01-.043 2.01.993v6.476c0 1.036-1.187 1.622-2.01.993L16 11.71v.541A2.75 2.75 0 0 1 13.25 15h-6.5A2.75 2.75 0 0 1 4 12.25zM6.75 4.5c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h6.5c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25zM16 9.82l2.5 1.912V6.268L16 8.179zm2.363 6.318c-.95-.232-2.13-.413-3.458-.522a3.77 3.77 0 0 0 1.508-1.35c.847.109 1.624.249 2.305.414c.868.211 1.623.474 2.179.794c.5.288 1.103.776 1.103 1.526c0 .47-.245.839-.517 1.099c-.271.259-.628.47-1.017.646c-.782.355-1.854.64-3.092.848a.75.75 0 0 1-.249-1.48c1.179-.198 2.107-.455 2.721-.734c.31-.14.5-.268.6-.365l.01-.008l.006-.006a1.4 1.4 0 0 0-.313-.226c-.38-.218-.98-.44-1.786-.636m2.146.804l.002-.003zM3.103 15.474a6.4 6.4 0 0 1 1.091-.48c.58.541 1.333.9 2.166.986q-.38.075-.723.158c-.807.196-1.406.418-1.786.636a1.4 1.4 0 0 0-.313.226c.046.048.137.125.313.226c.38.218.98.44 1.786.636c1.588.387 3.815.634 6.304.638l-.719-.72a.75.75 0 1 1 1.062-1.06l1.997 2a.75.75 0 0 1 0 1.06l-1.998 1.997a.75.75 0 0 1-1.06-1.06l.716-.717c-2.572-.004-4.923-.259-6.657-.68c-.868-.211-1.623-.474-2.179-.794C2.603 18.238 2 17.75 2 17s.603-1.238 1.103-1.526"/></svg> </template>
CSS
.icon-video-switch-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%205.75A2.75%202.75%200%200%201%206.75%203h6.5A2.75%202.75%200%200%201%2016%205.75v.541l1.99-1.522c.823-.63%202.01-.043%202.01.993v6.476c0%201.036-1.187%201.622-2.01.993L16%2011.71v.541A2.75%202.75%200%200%201%2013.25%2015h-6.5A2.75%202.75%200%200%201%204%2012.25zM6.75%204.5c-.69%200-1.25.56-1.25%201.25v6.5c0%20.69.56%201.25%201.25%201.25h6.5c.69%200%201.25-.56%201.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25zM16%209.82l2.5%201.912V6.268L16%208.179zm2.363%206.318c-.95-.232-2.13-.413-3.458-.522a3.77%203.77%200%200%200%201.508-1.35c.847.109%201.624.249%202.305.414c.868.211%201.623.474%202.179.794c.5.288%201.103.776%201.103%201.526c0%20.47-.245.839-.517%201.099c-.271.259-.628.47-1.017.646c-.782.355-1.854.64-3.092.848a.75.75%200%200%201-.249-1.48c1.179-.198%202.107-.455%202.721-.734c.31-.14.5-.268.6-.365l.01-.008l.006-.006a1.4%201.4%200%200%200-.313-.226c-.38-.218-.98-.44-1.786-.636m2.146.804l.002-.003zM3.103%2015.474a6.4%206.4%200%200%201%201.091-.48c.58.541%201.333.9%202.166.986q-.38.075-.723.158c-.807.196-1.406.418-1.786.636a1.4%201.4%200%200%200-.313.226c.046.048.137.125.313.226c.38.218.98.44%201.786.636c1.588.387%203.815.634%206.304.638l-.719-.72a.75.75%200%201%201%201.062-1.06l1.997%202a.75.75%200%200%201%200%201.06l-1.998%201.997a.75.75%200%200%201-1.06-1.06l.716-.717c-2.572-.004-4.923-.259-6.657-.68c-.868-.211-1.623-.474-2.179-.794C2.603%2018.238%202%2017.75%202%2017s.603-1.238%201.103-1.526%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%203h6.5A2.75%202.75%200%200%201%2016%205.75v.541l1.99-1.522c.823-.63%202.01-.043%202.01.993v6.476c0%201.036-1.187%201.622-2.01.993L16%2011.71v.541A2.75%202.75%200%200%201%2013.25%2015h-6.5A2.75%202.75%200%200%201%204%2012.25zM6.75%204.5c-.69%200-1.25.56-1.25%201.25v6.5c0%20.69.56%201.25%201.25%201.25h6.5c.69%200%201.25-.56%201.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25zM16%209.82l2.5%201.912V6.268L16%208.179zm2.363%206.318c-.95-.232-2.13-.413-3.458-.522a3.77%203.77%200%200%200%201.508-1.35c.847.109%201.624.249%202.305.414c.868.211%201.623.474%202.179.794c.5.288%201.103.776%201.103%201.526c0%20.47-.245.839-.517%201.099c-.271.259-.628.47-1.017.646c-.782.355-1.854.64-3.092.848a.75.75%200%200%201-.249-1.48c1.179-.198%202.107-.455%202.721-.734c.31-.14.5-.268.6-.365l.01-.008l.006-.006a1.4%201.4%200%200%200-.313-.226c-.38-.218-.98-.44-1.786-.636m2.146.804l.002-.003zM3.103%2015.474a6.4%206.4%200%200%201%201.091-.48c.58.541%201.333.9%202.166.986q-.38.075-.723.158c-.807.196-1.406.418-1.786.636a1.4%201.4%200%200%200-.313.226c.046.048.137.125.313.226c.38.218.98.44%201.786.636c1.588.387%203.815.634%206.304.638l-.719-.72a.75.75%200%201%201%201.062-1.06l1.997%202a.75.75%200%200%201%200%201.06l-1.998%201.997a.75.75%200%200%201-1.06-1.06l.716-.717c-2.572-.004-4.923-.259-6.657-.68c-.868-.211-1.623-.474-2.179-.794C2.603%2018.238%202%2017.75%202%2017s.603-1.238%201.103-1.526%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-regular.svg?color=%231a73e8&size=48