Cameraswitch icon

Cameraswitch is a Google Material Symbol from the Android category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

cameraswitch_outlined_fill0_wght400.svg

Cameraswitch icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=cameraswitch" />

<span class="material-symbols-outlined">cameraswitch</span>

Cameraswitch icon in React

// With the font from the HTML tab:
export function CameraswitchIcon() {
  return (
    <span className="material-symbols-outlined">
      cameraswitch
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import CameraswitchIcon from "@material-symbols/svg-400/outlined/cameraswitch.svg?react";

Cameraswitch icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">cameraswitch</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import CameraswitchIcon from "@material-symbols/svg-400/outlined/cameraswitch.svg?component"; -->

Cameraswitch icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">cameraswitch</mat-icon>

Cameraswitch icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.cameraswitch, fill: 0, weight: 400)

Cameraswitch icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/cameraswitch.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M7.825 16.65q-.619 0-1.059-.441Q6.325 15.769 6.325 15.15v-6.3q0-.619 .441-1.059Q7.206 7.35 7.825 7.35h1.125l.75-.75h4.675l.75 .75h1.125q.619 0 1.06 .441Q17.75 8.231 17.75 8.85v6.3q0 .619-.44 1.059Q16.869 16.65 16.25 16.65H7.825Zm0-1.5h8.425v-6.3H7.825v6.3Zm4.205-1.625q.62 0 1.058-.442 .437-.442 .437-1.062 0-.621-.442-1.058-.442-.438-1.062-.438-.621 0-1.058 .442-.438 .442-.438 1.062 0 .621 .442 1.059 .442 .437 1.063 .437ZM9.25 .325q.684-.179 1.378-.252Q11.321 0 12.025 0q2.325 0 4.425 .838t3.713 2.317Q21.775 4.634 22.8 6.636T24.025 10.95h-1.5q-.15-1.95-1-3.637t-2.187-2.95Q18 3.1 16.25 2.338T12.55 1.475l1.9 1.9-1.075 1.075-4.125-4.125ZM14.775 23.675q-.677 .179-1.365 .252Q12.723 24 12.025 24q-2.35 0-4.437-.837t-3.708-2.315q-1.62-1.477-2.65-3.475Q.2 15.375-.025 13.05h1.523Q1.65 15 2.5 16.688t2.188 2.95Q6.025 20.9 7.775 21.663T11.475 22.525l-1.9-1.9 1.075-1.075L14.775 23.675ZM12.05 12Z" />
</vector>

Cameraswitch icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/cameraswitch.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/cameraswitch.svg" width="24" height="24" alt="Cameraswitch">

Cameraswitch icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameCameraswitch
Ligaturecameraswitch
Code pointU+EFEB
CategoryAndroid
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/cameraswitch.svg, cameraswitch-fill.svg
FlutterSymbols.cameraswitch
LicenseApache License 2.0 (© Google LLC)

Keywords

androidviewarrowsphotographycamerarecordrotateswitchvideographyswaptwo arrowsvideo callflip

Related icons