sharp flip camera android icon

sharp-flip-camera-android from Google Material Icons by Material Design Authors · Baseline · Image · Apache-2.0 Free for personal and commercial use.

Name
sharp-flip-camera-android
Set
Google Material Icons
Style
Baseline
Category
Image
Viewbox
24×24
License
Apache 2.0

More image icons from Google Material Icons

Use the sharp 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="M9 12c0 1.66 1.34 3 3 3s3-1.34 3-3s-1.34-3-3-3s-3 1.34-3 3"/><path fill="currentColor" d="M8 10V8H5.09C6.47 5.61 9.05 4 12 4c3.72 0 6.85 2.56 7.74 6h2.06c-.93-4.56-4.96-8-9.8-8c-3.27 0-6.18 1.58-8 4.01V4H2v6zm8 4v2h2.91c-1.38 2.39-3.96 4-6.91 4c-3.72 0-6.85-2.56-7.74-6H2.2c.93 4.56 4.96 8 9.8 8c3.27 0 6.18-1.58 8-4.01V20h2v-6z"/></svg>

React

import type { SVGProps } from "react";

export function IcSharpFlipCameraAndroid(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="M9 12c0 1.66 1.34 3 3 3s3-1.34 3-3s-1.34-3-3-3s-3 1.34-3 3"/><path fill="currentColor" d="M8 10V8H5.09C6.47 5.61 9.05 4 12 4c3.72 0 6.85 2.56 7.74 6h2.06c-.93-4.56-4.96-8-9.8-8c-3.27 0-6.18 1.58-8 4.01V4H2v6zm8 4v2h2.91c-1.38 2.39-3.96 4-6.91 4c-3.72 0-6.85-2.56-7.74-6H2.2c.93 4.56 4.96 8 9.8 8c3.27 0 6.18-1.58 8-4.01V20h2v-6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 12c0 1.66 1.34 3 3 3s3-1.34 3-3s-1.34-3-3-3s-3 1.34-3 3"/><path fill="currentColor" d="M8 10V8H5.09C6.47 5.61 9.05 4 12 4c3.72 0 6.85 2.56 7.74 6h2.06c-.93-4.56-4.96-8-9.8-8c-3.27 0-6.18 1.58-8 4.01V4H2v6zm8 4v2h2.91c-1.38 2.39-3.96 4-6.91 4c-3.72 0-6.85-2.56-7.74-6H2.2c.93 4.56 4.96 8 9.8 8c3.27 0 6.18-1.58 8-4.01V20h2v-6z"/></svg>
</template>

CSS

.icon-sharp-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%22M9%2012c0%201.66%201.34%203%203%203s3-1.34%203-3s-1.34-3-3-3s-3%201.34-3%203%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2010V8H5.09C6.47%205.61%209.05%204%2012%204c3.72%200%206.85%202.56%207.74%206h2.06c-.93-4.56-4.96-8-9.8-8c-3.27%200-6.18%201.58-8%204.01V4H2v6zm8%204v2h2.91c-1.38%202.39-3.96%204-6.91%204c-3.72%200-6.85-2.56-7.74-6H2.2c.93%204.56%204.96%208%209.8%208c3.27%200%206.18-1.58%208-4.01V20h2v-6z%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%22M9%2012c0%201.66%201.34%203%203%203s3-1.34%203-3s-1.34-3-3-3s-3%201.34-3%203%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2010V8H5.09C6.47%205.61%209.05%204%2012%204c3.72%200%206.85%202.56%207.74%206h2.06c-.93-4.56-4.96-8-9.8-8c-3.27%200-6.18%201.58-8%204.01V4H2v6zm8%204v2h2.91c-1.38%202.39-3.96%204-6.91%204c-3.72%200-6.85-2.56-7.74-6H2.2c.93%204.56%204.96%208%209.8%208c3.27%200%206.18-1.58%208-4.01V20h2v-6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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