flip camera android icon

flip-camera-android from Material Symbols by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.

Name
flip-camera-android
Set
Material Symbols
Style
Regular
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
flip-camera-android-outline, flip-camera-android-outline-sharp, flip-camera-android-sharp

1 other variant in Material Symbols

The same icon in other sets

More images icons from Material Symbols

Use the flip camera android icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-3.575 0-6.325-2.25T2.2 14h2.05q.7 2.65 2.85 4.325T12 20q2.15 0 4-1.062T18.9 16H16v-2h6v6h-2v-2q-1.425 1.9-3.525 2.95T12 22m-2.125-7.875Q9 13.25 9 12t.875-2.125T12 9t2.125.875T15 12t-.875 2.125T12 15t-2.125-.875M2 10V4h2v2q1.425-1.9 3.525-2.95T12 2q3.575 0 6.325 2.25T21.8 10h-2.05q-.7-2.65-2.85-4.325T12 4Q9.85 4 8 5.063T5.1 8H8v2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFlipCameraAndroid(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="M12 22q-3.575 0-6.325-2.25T2.2 14h2.05q.7 2.65 2.85 4.325T12 20q2.15 0 4-1.062T18.9 16H16v-2h6v6h-2v-2q-1.425 1.9-3.525 2.95T12 22m-2.125-7.875Q9 13.25 9 12t.875-2.125T12 9t2.125.875T15 12t-.875 2.125T12 15t-2.125-.875M2 10V4h2v2q1.425-1.9 3.525-2.95T12 2q3.575 0 6.325 2.25T21.8 10h-2.05q-.7-2.65-2.85-4.325T12 4Q9.85 4 8 5.063T5.1 8H8v2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-3.575 0-6.325-2.25T2.2 14h2.05q.7 2.65 2.85 4.325T12 20q2.15 0 4-1.062T18.9 16H16v-2h6v6h-2v-2q-1.425 1.9-3.525 2.95T12 22m-2.125-7.875Q9 13.25 9 12t.875-2.125T12 9t2.125.875T15 12t-.875 2.125T12 15t-2.125-.875M2 10V4h2v2q1.425-1.9 3.525-2.95T12 2q3.575 0 6.325 2.25T21.8 10h-2.05q-.7-2.65-2.85-4.325T12 4Q9.85 4 8 5.063T5.1 8H8v2z"/></svg>
</template>

CSS

.icon-flip-camera-android {
  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%22M12%2022q-3.575%200-6.325-2.25T2.2%2014h2.05q.7%202.65%202.85%204.325T12%2020q2.15%200%204-1.062T18.9%2016H16v-2h6v6h-2v-2q-1.425%201.9-3.525%202.95T12%2022m-2.125-7.875Q9%2013.25%209%2012t.875-2.125T12%209t2.125.875T15%2012t-.875%202.125T12%2015t-2.125-.875M2%2010V4h2v2q1.425-1.9%203.525-2.95T12%202q3.575%200%206.325%202.25T21.8%2010h-2.05q-.7-2.65-2.85-4.325T12%204Q9.85%204%208%205.063T5.1%208H8v2z%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%22M12%2022q-3.575%200-6.325-2.25T2.2%2014h2.05q.7%202.65%202.85%204.325T12%2020q2.15%200%204-1.062T18.9%2016H16v-2h6v6h-2v-2q-1.425%201.9-3.525%202.95T12%2022m-2.125-7.875Q9%2013.25%209%2012t.875-2.125T12%209t2.125.875T15%2012t-.875%202.125T12%2015t-2.125-.875M2%2010V4h2v2q1.425-1.9%203.525-2.95T12%202q3.575%200%206.325%202.25T21.8%2010h-2.05q-.7-2.65-2.85-4.325T12%204Q9.85%204%208%205.063T5.1%208H8v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/flip-camera-android.svg?color=%231a73e8&size=48