flip camera android icon

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

Name
flip-camera-android
Set
Material Symbols Light
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 Light

The same icon in other sets

More images icons from Material Symbols Light

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 21.5q-3.229 0-5.777-1.942T2.853 14.5h1.013q.815 2.708 3.061 4.354T12 20.5q2.516 0 4.577-1.399t3.285-3.601H16.5v-1h5v5h-1v-3.154q-1.367 2.304-3.592 3.729T12 21.5m-1.423-8.077Q10 12.846 10 12t.577-1.423T12 10t1.423.577T14 12t-.577 1.423T12 14t-1.423-.577M2.5 9.5v-5h1v3.154Q4.867 5.35 7.092 3.925T12 2.5q3.229 0 5.777 1.942q2.548 1.943 3.37 5.058h-1.012q-.816-2.708-3.062-4.354T12 3.5q-2.516 0-4.577 1.399T4.138 8.5H7.5v1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFlipCameraAndroid(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 21.5q-3.229 0-5.777-1.942T2.853 14.5h1.013q.815 2.708 3.061 4.354T12 20.5q2.516 0 4.577-1.399t3.285-3.601H16.5v-1h5v5h-1v-3.154q-1.367 2.304-3.592 3.729T12 21.5m-1.423-8.077Q10 12.846 10 12t.577-1.423T12 10t1.423.577T14 12t-.577 1.423T12 14t-1.423-.577M2.5 9.5v-5h1v3.154Q4.867 5.35 7.092 3.925T12 2.5q3.229 0 5.777 1.942q2.548 1.943 3.37 5.058h-1.012q-.816-2.708-3.062-4.354T12 3.5q-2.516 0-4.577 1.399T4.138 8.5H7.5v1z"/></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 21.5q-3.229 0-5.777-1.942T2.853 14.5h1.013q.815 2.708 3.061 4.354T12 20.5q2.516 0 4.577-1.399t3.285-3.601H16.5v-1h5v5h-1v-3.154q-1.367 2.304-3.592 3.729T12 21.5m-1.423-8.077Q10 12.846 10 12t.577-1.423T12 10t1.423.577T14 12t-.577 1.423T12 14t-1.423-.577M2.5 9.5v-5h1v3.154Q4.867 5.35 7.092 3.925T12 2.5q3.229 0 5.777 1.942q2.548 1.943 3.37 5.058h-1.012q-.816-2.708-3.062-4.354T12 3.5q-2.516 0-4.577 1.399T4.138 8.5H7.5v1z"/></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%2021.5q-3.229%200-5.777-1.942T2.853%2014.5h1.013q.815%202.708%203.061%204.354T12%2020.5q2.516%200%204.577-1.399t3.285-3.601H16.5v-1h5v5h-1v-3.154q-1.367%202.304-3.592%203.729T12%2021.5m-1.423-8.077Q10%2012.846%2010%2012t.577-1.423T12%2010t1.423.577T14%2012t-.577%201.423T12%2014t-1.423-.577M2.5%209.5v-5h1v3.154Q4.867%205.35%207.092%203.925T12%202.5q3.229%200%205.777%201.942q2.548%201.943%203.37%205.058h-1.012q-.816-2.708-3.062-4.354T12%203.5q-2.516%200-4.577%201.399T4.138%208.5H7.5v1z%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%2021.5q-3.229%200-5.777-1.942T2.853%2014.5h1.013q.815%202.708%203.061%204.354T12%2020.5q2.516%200%204.577-1.399t3.285-3.601H16.5v-1h5v5h-1v-3.154q-1.367%202.304-3.592%203.729T12%2021.5m-1.423-8.077Q10%2012.846%2010%2012t.577-1.423T12%2010t1.423.577T14%2012t-.577%201.423T12%2014t-1.423-.577M2.5%209.5v-5h1v3.154Q4.867%205.35%207.092%203.925T12%202.5q3.229%200%205.777%201.942q2.548%201.943%203.37%205.058h-1.012q-.816-2.708-3.062-4.354T12%203.5q-2.516%200-4.577%201.399T4.138%208.5H7.5v1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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