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

Name
camera-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 camera switch icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.25 7.5a.75.75 0 0 1 .743.648L22 8.25v8.5a3.25 3.25 0 0 1-3.066 3.245L18.75 20H6.061l.72.72a.75.75 0 0 1 .072.976l-.073.084a.75.75 0 0 1-.976.073l-.084-.073l-2-2l-.064-.072l-.007-.01l.07.082a.75.75 0 0 1-.127-.89a.8.8 0 0 1 .128-.17l2-2a.75.75 0 0 1 1.133.976l-.073.084l-.72.72h12.69a1.75 1.75 0 0 0 1.744-1.607l.006-.143v-8.5a.75.75 0 0 1 .75-.75m-3.054-5.353l.084.073l2 2a1 1 0 0 1 .071.081l-.07-.081a.75.75 0 0 1 .004 1.056l-.005.004l-2 2a.75.75 0 0 1-1.133-.976l.073-.084l.718-.72H5.25a1.75 1.75 0 0 0-1.744 1.606L3.5 7.25v8.5a.75.75 0 0 1-1.493.102L2 15.75v-8.5a3.25 3.25 0 0 1 3.066-3.245L5.25 4h12.689l-.72-.72a.75.75 0 0 1-.072-.976l.073-.084a.75.75 0 0 1 .976-.073M12 8a4 4 0 1 1 0 8a4 4 0 0 1 0-8"/></svg>

React

import type { SVGProps } from "react";

export function FluentCameraSwitch24Filled(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="M21.25 7.5a.75.75 0 0 1 .743.648L22 8.25v8.5a3.25 3.25 0 0 1-3.066 3.245L18.75 20H6.061l.72.72a.75.75 0 0 1 .072.976l-.073.084a.75.75 0 0 1-.976.073l-.084-.073l-2-2l-.064-.072l-.007-.01l.07.082a.75.75 0 0 1-.127-.89a.8.8 0 0 1 .128-.17l2-2a.75.75 0 0 1 1.133.976l-.073.084l-.72.72h12.69a1.75 1.75 0 0 0 1.744-1.607l.006-.143v-8.5a.75.75 0 0 1 .75-.75m-3.054-5.353l.084.073l2 2a1 1 0 0 1 .071.081l-.07-.081a.75.75 0 0 1 .004 1.056l-.005.004l-2 2a.75.75 0 0 1-1.133-.976l.073-.084l.718-.72H5.25a1.75 1.75 0 0 0-1.744 1.606L3.5 7.25v8.5a.75.75 0 0 1-1.493.102L2 15.75v-8.5a3.25 3.25 0 0 1 3.066-3.245L5.25 4h12.689l-.72-.72a.75.75 0 0 1-.072-.976l.073-.084a.75.75 0 0 1 .976-.073M12 8a4 4 0 1 1 0 8a4 4 0 0 1 0-8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.25 7.5a.75.75 0 0 1 .743.648L22 8.25v8.5a3.25 3.25 0 0 1-3.066 3.245L18.75 20H6.061l.72.72a.75.75 0 0 1 .072.976l-.073.084a.75.75 0 0 1-.976.073l-.084-.073l-2-2l-.064-.072l-.007-.01l.07.082a.75.75 0 0 1-.127-.89a.8.8 0 0 1 .128-.17l2-2a.75.75 0 0 1 1.133.976l-.073.084l-.72.72h12.69a1.75 1.75 0 0 0 1.744-1.607l.006-.143v-8.5a.75.75 0 0 1 .75-.75m-3.054-5.353l.084.073l2 2a1 1 0 0 1 .071.081l-.07-.081a.75.75 0 0 1 .004 1.056l-.005.004l-2 2a.75.75 0 0 1-1.133-.976l.073-.084l.718-.72H5.25a1.75 1.75 0 0 0-1.744 1.606L3.5 7.25v8.5a.75.75 0 0 1-1.493.102L2 15.75v-8.5a3.25 3.25 0 0 1 3.066-3.245L5.25 4h12.689l-.72-.72a.75.75 0 0 1-.072-.976l.073-.084a.75.75 0 0 1 .976-.073M12 8a4 4 0 1 1 0 8a4 4 0 0 1 0-8"/></svg>
</template>

CSS

.icon-camera-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%22M21.25%207.5a.75.75%200%200%201%20.743.648L22%208.25v8.5a3.25%203.25%200%200%201-3.066%203.245L18.75%2020H6.061l.72.72a.75.75%200%200%201%20.072.976l-.073.084a.75.75%200%200%201-.976.073l-.084-.073l-2-2l-.064-.072l-.007-.01l.07.082a.75.75%200%200%201-.127-.89a.8.8%200%200%201%20.128-.17l2-2a.75.75%200%200%201%201.133.976l-.073.084l-.72.72h12.69a1.75%201.75%200%200%200%201.744-1.607l.006-.143v-8.5a.75.75%200%200%201%20.75-.75m-3.054-5.353l.084.073l2%202a1%201%200%200%201%20.071.081l-.07-.081a.75.75%200%200%201%20.004%201.056l-.005.004l-2%202a.75.75%200%200%201-1.133-.976l.073-.084l.718-.72H5.25a1.75%201.75%200%200%200-1.744%201.606L3.5%207.25v8.5a.75.75%200%200%201-1.493.102L2%2015.75v-8.5a3.25%203.25%200%200%201%203.066-3.245L5.25%204h12.689l-.72-.72a.75.75%200%200%201-.072-.976l.073-.084a.75.75%200%200%201%20.976-.073M12%208a4%204%200%201%201%200%208a4%204%200%200%201%200-8%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%22M21.25%207.5a.75.75%200%200%201%20.743.648L22%208.25v8.5a3.25%203.25%200%200%201-3.066%203.245L18.75%2020H6.061l.72.72a.75.75%200%200%201%20.072.976l-.073.084a.75.75%200%200%201-.976.073l-.084-.073l-2-2l-.064-.072l-.007-.01l.07.082a.75.75%200%200%201-.127-.89a.8.8%200%200%201%20.128-.17l2-2a.75.75%200%200%201%201.133.976l-.073.084l-.72.72h12.69a1.75%201.75%200%200%200%201.744-1.607l.006-.143v-8.5a.75.75%200%200%201%20.75-.75m-3.054-5.353l.084.073l2%202a1%201%200%200%201%20.071.081l-.07-.081a.75.75%200%200%201%20.004%201.056l-.005.004l-2%202a.75.75%200%200%201-1.133-.976l.073-.084l.718-.72H5.25a1.75%201.75%200%200%200-1.744%201.606L3.5%207.25v8.5a.75.75%200%200%201-1.493.102L2%2015.75v-8.5a3.25%203.25%200%200%201%203.066-3.245L5.25%204h12.689l-.72-.72a.75.75%200%200%201-.072-.976l.073-.084a.75.75%200%200%201%20.976-.073M12%208a4%204%200%201%201%200%208a4%204%200%200%201%200-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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