cameraswitch-outline from Material Symbols by Google · Outline · Android · Apache-2.0 Free for personal and commercial use.

Name
cameraswitch-outline
Set
Material Symbols
Style
Outline
Category
Android
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More android icons from Material Symbols

Use the cameraswitch icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 17q-.825 0-1.412-.587T6 15V9q0-.825.588-1.412T8 7h1l1-1h4l1 1h1q.825 0 1.413.588T18 9v6q0 .825-.587 1.413T16 17zm0-2h8V9H8zm4-1q.825 0 1.413-.587T14 12t-.587-1.412T12 10t-1.412.588T10 12t.588 1.413T12 14M8.55.5Q9.4.225 10.263.113T12 0q2.35 0 4.438.838t3.7 2.325t2.637 3.5T24 11h-2q-.175-1.8-.95-3.363t-1.987-2.75t-2.788-1.937t-3.375-.9l1.55 1.55l-1.4 1.4zm6.9 23q-.85.275-1.712.388T12 24q-2.35 0-4.437-.837t-3.7-2.325t-2.638-3.5T0 13h2q.2 1.8.963 3.363t1.975 2.75t2.787 1.937t3.375.9L9.55 20.4l1.4-1.4zM12 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCameraswitchOutline(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="M8 17q-.825 0-1.412-.587T6 15V9q0-.825.588-1.412T8 7h1l1-1h4l1 1h1q.825 0 1.413.588T18 9v6q0 .825-.587 1.413T16 17zm0-2h8V9H8zm4-1q.825 0 1.413-.587T14 12t-.587-1.412T12 10t-1.412.588T10 12t.588 1.413T12 14M8.55.5Q9.4.225 10.263.113T12 0q2.35 0 4.438.838t3.7 2.325t2.637 3.5T24 11h-2q-.175-1.8-.95-3.363t-1.987-2.75t-2.788-1.937t-3.375-.9l1.55 1.55l-1.4 1.4zm6.9 23q-.85.275-1.712.388T12 24q-2.35 0-4.437-.837t-3.7-2.325t-2.638-3.5T0 13h2q.2 1.8.963 3.363t1.975 2.75t2.787 1.937t3.375.9L9.55 20.4l1.4-1.4zM12 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 17q-.825 0-1.412-.587T6 15V9q0-.825.588-1.412T8 7h1l1-1h4l1 1h1q.825 0 1.413.588T18 9v6q0 .825-.587 1.413T16 17zm0-2h8V9H8zm4-1q.825 0 1.413-.587T14 12t-.587-1.412T12 10t-1.412.588T10 12t.588 1.413T12 14M8.55.5Q9.4.225 10.263.113T12 0q2.35 0 4.438.838t3.7 2.325t2.637 3.5T24 11h-2q-.175-1.8-.95-3.363t-1.987-2.75t-2.788-1.937t-3.375-.9l1.55 1.55l-1.4 1.4zm6.9 23q-.85.275-1.712.388T12 24q-2.35 0-4.437-.837t-3.7-2.325t-2.638-3.5T0 13h2q.2 1.8.963 3.363t1.975 2.75t2.787 1.937t3.375.9L9.55 20.4l1.4-1.4zM12 12"/></svg>
</template>

CSS

.icon-cameraswitch-outline {
  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%22M8%2017q-.825%200-1.412-.587T6%2015V9q0-.825.588-1.412T8%207h1l1-1h4l1%201h1q.825%200%201.413.588T18%209v6q0%20.825-.587%201.413T16%2017zm0-2h8V9H8zm4-1q.825%200%201.413-.587T14%2012t-.587-1.412T12%2010t-1.412.588T10%2012t.588%201.413T12%2014M8.55.5Q9.4.225%2010.263.113T12%200q2.35%200%204.438.838t3.7%202.325t2.637%203.5T24%2011h-2q-.175-1.8-.95-3.363t-1.987-2.75t-2.788-1.937t-3.375-.9l1.55%201.55l-1.4%201.4zm6.9%2023q-.85.275-1.712.388T12%2024q-2.35%200-4.437-.837t-3.7-2.325t-2.638-3.5T0%2013h2q.2%201.8.963%203.363t1.975%202.75t2.787%201.937t3.375.9L9.55%2020.4l1.4-1.4zM12%2012%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%22M8%2017q-.825%200-1.412-.587T6%2015V9q0-.825.588-1.412T8%207h1l1-1h4l1%201h1q.825%200%201.413.588T18%209v6q0%20.825-.587%201.413T16%2017zm0-2h8V9H8zm4-1q.825%200%201.413-.587T14%2012t-.587-1.412T12%2010t-1.412.588T10%2012t.588%201.413T12%2014M8.55.5Q9.4.225%2010.263.113T12%200q2.35%200%204.438.838t3.7%202.325t2.637%203.5T24%2011h-2q-.175-1.8-.95-3.363t-1.987-2.75t-2.788-1.937t-3.375-.9l1.55%201.55l-1.4%201.4zm6.9%2023q-.85.275-1.712.388T12%2024q-2.35%200-4.437-.837t-3.7-2.325t-2.638-3.5T0%2013h2q.2%201.8.963%203.363t1.975%202.75t2.787%201.937t3.375.9L9.55%2020.4l1.4-1.4zM12%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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