flip camera ios icon
flip-camera-ios-outline-rounded from Material Symbols by Google · Outline Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- flip-camera-ios-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- 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="M15.45 13.4q-.15 1.325-1.125 2.213T12 16.5q-.2 0-.4-.025t-.4-.075t-.425 0t-.375.2q-.275.275-.2.663t.425.512t.688.175T12 18q1.975 0 3.4-1.337t1.55-3.313l.225.2q.225.2.525.2t.5-.2q.225-.225.238-.537t-.213-.538L16.95 11.2q-.275-.275-.7-.275t-.7.275l-1.275 1.275q-.225.225-.225.525t.225.525t.525.225t.525-.225zm-8.4-.75l-.225-.2q-.225-.2-.525-.2t-.5.2q-.225.225-.237.538t.212.537L7.05 14.8q.275.275.7.275t.7-.275l1.275-1.275Q9.95 13.3 9.95 13t-.225-.525t-.525-.225t-.525.225l-.125.125q.15-1.325 1.125-2.212T12 9.5q.2 0 .4.025t.4.075t.425 0t.375-.2q.275-.275.2-.663t-.425-.512t-.687-.175T12 8q-1.975 0-3.4 1.337T7.05 12.65M4 21q-.825 0-1.412-.587T2 19V7q0-.825.588-1.412T4 5h3.15L8.4 3.65q.275-.3.663-.475T9.875 3h4.25q.425 0 .813.175t.662.475L16.85 5H20q.825 0 1.413.588T22 7v12q0 .825-.587 1.413T20 21zm0-2h16V7h-4.05l-1.825-2h-4.25L8.05 7H4zm8-6"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFlipCameraIosOutlineRounded(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="M15.45 13.4q-.15 1.325-1.125 2.213T12 16.5q-.2 0-.4-.025t-.4-.075t-.425 0t-.375.2q-.275.275-.2.663t.425.512t.688.175T12 18q1.975 0 3.4-1.337t1.55-3.313l.225.2q.225.2.525.2t.5-.2q.225-.225.238-.537t-.213-.538L16.95 11.2q-.275-.275-.7-.275t-.7.275l-1.275 1.275q-.225.225-.225.525t.225.525t.525.225t.525-.225zm-8.4-.75l-.225-.2q-.225-.2-.525-.2t-.5.2q-.225.225-.237.538t.212.537L7.05 14.8q.275.275.7.275t.7-.275l1.275-1.275Q9.95 13.3 9.95 13t-.225-.525t-.525-.225t-.525.225l-.125.125q.15-1.325 1.125-2.212T12 9.5q.2 0 .4.025t.4.075t.425 0t.375-.2q.275-.275.2-.663t-.425-.512t-.687-.175T12 8q-1.975 0-3.4 1.337T7.05 12.65M4 21q-.825 0-1.412-.587T2 19V7q0-.825.588-1.412T4 5h3.15L8.4 3.65q.275-.3.663-.475T9.875 3h4.25q.425 0 .813.175t.662.475L16.85 5H20q.825 0 1.413.588T22 7v12q0 .825-.587 1.413T20 21zm0-2h16V7h-4.05l-1.825-2h-4.25L8.05 7H4zm8-6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.45 13.4q-.15 1.325-1.125 2.213T12 16.5q-.2 0-.4-.025t-.4-.075t-.425 0t-.375.2q-.275.275-.2.663t.425.512t.688.175T12 18q1.975 0 3.4-1.337t1.55-3.313l.225.2q.225.2.525.2t.5-.2q.225-.225.238-.537t-.213-.538L16.95 11.2q-.275-.275-.7-.275t-.7.275l-1.275 1.275q-.225.225-.225.525t.225.525t.525.225t.525-.225zm-8.4-.75l-.225-.2q-.225-.2-.525-.2t-.5.2q-.225.225-.237.538t.212.537L7.05 14.8q.275.275.7.275t.7-.275l1.275-1.275Q9.95 13.3 9.95 13t-.225-.525t-.525-.225t-.525.225l-.125.125q.15-1.325 1.125-2.212T12 9.5q.2 0 .4.025t.4.075t.425 0t.375-.2q.275-.275.2-.663t-.425-.512t-.687-.175T12 8q-1.975 0-3.4 1.337T7.05 12.65M4 21q-.825 0-1.412-.587T2 19V7q0-.825.588-1.412T4 5h3.15L8.4 3.65q.275-.3.663-.475T9.875 3h4.25q.425 0 .813.175t.662.475L16.85 5H20q.825 0 1.413.588T22 7v12q0 .825-.587 1.413T20 21zm0-2h16V7h-4.05l-1.825-2h-4.25L8.05 7H4zm8-6"/></svg> </template>
CSS
.icon-flip-camera-ios-outline-rounded {
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%22M15.45%2013.4q-.15%201.325-1.125%202.213T12%2016.5q-.2%200-.4-.025t-.4-.075t-.425%200t-.375.2q-.275.275-.2.663t.425.512t.688.175T12%2018q1.975%200%203.4-1.337t1.55-3.313l.225.2q.225.2.525.2t.5-.2q.225-.225.238-.537t-.213-.538L16.95%2011.2q-.275-.275-.7-.275t-.7.275l-1.275%201.275q-.225.225-.225.525t.225.525t.525.225t.525-.225zm-8.4-.75l-.225-.2q-.225-.2-.525-.2t-.5.2q-.225.225-.237.538t.212.537L7.05%2014.8q.275.275.7.275t.7-.275l1.275-1.275Q9.95%2013.3%209.95%2013t-.225-.525t-.525-.225t-.525.225l-.125.125q.15-1.325%201.125-2.212T12%209.5q.2%200%20.4.025t.4.075t.425%200t.375-.2q.275-.275.2-.663t-.425-.512t-.687-.175T12%208q-1.975%200-3.4%201.337T7.05%2012.65M4%2021q-.825%200-1.412-.587T2%2019V7q0-.825.588-1.412T4%205h3.15L8.4%203.65q.275-.3.663-.475T9.875%203h4.25q.425%200%20.813.175t.662.475L16.85%205H20q.825%200%201.413.588T22%207v12q0%20.825-.587%201.413T20%2021zm0-2h16V7h-4.05l-1.825-2h-4.25L8.05%207H4zm8-6%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%22M15.45%2013.4q-.15%201.325-1.125%202.213T12%2016.5q-.2%200-.4-.025t-.4-.075t-.425%200t-.375.2q-.275.275-.2.663t.425.512t.688.175T12%2018q1.975%200%203.4-1.337t1.55-3.313l.225.2q.225.2.525.2t.5-.2q.225-.225.238-.537t-.213-.538L16.95%2011.2q-.275-.275-.7-.275t-.7.275l-1.275%201.275q-.225.225-.225.525t.225.525t.525.225t.525-.225zm-8.4-.75l-.225-.2q-.225-.2-.525-.2t-.5.2q-.225.225-.237.538t.212.537L7.05%2014.8q.275.275.7.275t.7-.275l1.275-1.275Q9.95%2013.3%209.95%2013t-.225-.525t-.525-.225t-.525.225l-.125.125q.15-1.325%201.125-2.212T12%209.5q.2%200%20.4.025t.4.075t.425%200t.375-.2q.275-.275.2-.663t-.425-.512t-.687-.175T12%208q-1.975%200-3.4%201.337T7.05%2012.65M4%2021q-.825%200-1.412-.587T2%2019V7q0-.825.588-1.412T4%205h3.15L8.4%203.65q.275-.3.663-.475T9.875%203h4.25q.425%200%20.813.175t.662.475L16.85%205H20q.825%200%201.413.588T22%207v12q0%20.825-.587%201.413T20%2021zm0-2h16V7h-4.05l-1.825-2h-4.25L8.05%207H4zm8-6%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-outline-rounded.svg?color=%231a73e8&size=48