cameraswitch icon
cameraswitch-outline-sharp from Material Symbols by Google · Outline Sharp · Android · Apache-2.0 Free for personal and commercial use.
- Name
- cameraswitch-outline-sharp
- Set
- Material Symbols
- Style
- Outline Sharp
- 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
1x-mobiledata1x-mobiledata-badge3g-mobiledata3g-mobiledata-badge4g-mobiledata4g-mobiledata-badge4g-plus-mobiledata5g5g-mobiledata-badgeadbairplanemode-inactiveandroidandroid-cell-4-barandroid-cell-4-bar-alertandroid-cell-4-bar-offandroid-cell-4-bar-plusandroid-cell-5-barandroid-cell-5-bar-alertandroid-cell-5-bar-offandroid-cell-5-bar-plusandroid-cell-dual-4-barandroid-cell-dual-4-bar-alertandroid-cell-dual-4-bar-plusandroid-cell-dual-5-bar
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="M6 17V7h3l1-1h4l1 1h3v10zm2-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 MaterialSymbolsCameraswitchOutlineSharp(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="M6 17V7h3l1-1h4l1 1h3v10zm2-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="M6 17V7h3l1-1h4l1 1h3v10zm2-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-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%22M6%2017V7h3l1-1h4l1%201h3v10zm2-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%22M6%2017V7h3l1-1h4l1%201h3v10zm2-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-sharp.svg?color=%231a73e8&size=48