flip camera ios icon

flip-camera-ios-sharp from Material Symbols by Google · Sharp · Images · Apache-2.0 Free for personal and commercial use.

Name
flip-camera-ios-sharp
Set
Material Symbols
Style
Sharp
Category
Images
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More images icons from Material Symbols

Use the flip camera ios icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 21V5h5.15L9 3h6l1.85 2H22v16zm10-3q1.975 0 3.4-1.338t1.55-3.312l.75.7L18.75 13l-2.5-2.5l-2.5 2.5l1.05 1.05l.65-.65q-.15 1.325-1.125 2.213T12 16.5q-.325 0-.638-.062t-.612-.188l-1.1 1.1q.55.3 1.138.475T12 18m-4.25-2.5l2.5-2.5l-1.05-1.05l-.65.65q.15-1.325 1.125-2.212T12 9.5q.325 0 .638.063t.612.187l1.1-1.1q-.55-.3-1.137-.475T12 8q-1.975 0-3.4 1.338T7.05 12.65l-.75-.7L5.25 13z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFlipCameraIosSharp(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="M2 21V5h5.15L9 3h6l1.85 2H22v16zm10-3q1.975 0 3.4-1.338t1.55-3.312l.75.7L18.75 13l-2.5-2.5l-2.5 2.5l1.05 1.05l.65-.65q-.15 1.325-1.125 2.213T12 16.5q-.325 0-.638-.062t-.612-.188l-1.1 1.1q.55.3 1.138.475T12 18m-4.25-2.5l2.5-2.5l-1.05-1.05l-.65.65q.15-1.325 1.125-2.212T12 9.5q.325 0 .638.063t.612.187l1.1-1.1q-.55-.3-1.137-.475T12 8q-1.975 0-3.4 1.338T7.05 12.65l-.75-.7L5.25 13z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 21V5h5.15L9 3h6l1.85 2H22v16zm10-3q1.975 0 3.4-1.338t1.55-3.312l.75.7L18.75 13l-2.5-2.5l-2.5 2.5l1.05 1.05l.65-.65q-.15 1.325-1.125 2.213T12 16.5q-.325 0-.638-.062t-.612-.188l-1.1 1.1q.55.3 1.138.475T12 18m-4.25-2.5l2.5-2.5l-1.05-1.05l-.65.65q.15-1.325 1.125-2.212T12 9.5q.325 0 .638.063t.612.187l1.1-1.1q-.55-.3-1.137-.475T12 8q-1.975 0-3.4 1.338T7.05 12.65l-.75-.7L5.25 13z"/></svg>
</template>

CSS

.icon-flip-camera-ios-sharp {
  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%22M2%2021V5h5.15L9%203h6l1.85%202H22v16zm10-3q1.975%200%203.4-1.338t1.55-3.312l.75.7L18.75%2013l-2.5-2.5l-2.5%202.5l1.05%201.05l.65-.65q-.15%201.325-1.125%202.213T12%2016.5q-.325%200-.638-.062t-.612-.188l-1.1%201.1q.55.3%201.138.475T12%2018m-4.25-2.5l2.5-2.5l-1.05-1.05l-.65.65q.15-1.325%201.125-2.212T12%209.5q.325%200%20.638.063t.612.187l1.1-1.1q-.55-.3-1.137-.475T12%208q-1.975%200-3.4%201.338T7.05%2012.65l-.75-.7L5.25%2013z%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%22M2%2021V5h5.15L9%203h6l1.85%202H22v16zm10-3q1.975%200%203.4-1.338t1.55-3.312l.75.7L18.75%2013l-2.5-2.5l-2.5%202.5l1.05%201.05l.65-.65q-.15%201.325-1.125%202.213T12%2016.5q-.325%200-.638-.062t-.612-.188l-1.1%201.1q.55.3%201.138.475T12%2018m-4.25-2.5l2.5-2.5l-1.05-1.05l-.65.65q.15-1.325%201.125-2.212T12%209.5q.325%200%20.638.063t.612.187l1.1-1.1q-.55-.3-1.137-.475T12%208q-1.975%200-3.4%201.338T7.05%2012.65l-.75-.7L5.25%2013z%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-ios-sharp.svg?color=%231a73e8&size=48