mobile camera rear icon
mobile-camera-rear-outline-rounded from Material Symbols by Google · Outline Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- mobile-camera-rear-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- camera-rear-outline-rounded
5 other variants in Material Symbols
The same icon in other sets
More images icons from Material Symbols
Use the mobile camera rear icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.55 20H6q-.425 0-.712-.288T5 19t.288-.712T6 18h3.55l-.4-.4q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l2.1 2.1q.15.15.212.325t.063.375t-.063.375t-.212.325l-2.1 2.1q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7zM15 20q-.425 0-.712-.288T14 19t.288-.712T15 18h3q.425 0 .713.288T19 19t-.288.713T18 20zM7 4v12q0 .425-.288.713T6 17t-.712-.288T5 16V4q0-.825.588-1.412T7 2h10q.825 0 1.413.588T19 4v3.1q.45.175.725.55T20 8.5v2q0 .475-.275.85T19 11.9V16q0 .425-.288.713T18 17t-.712-.288T17 16V4zm5.713 2.713Q13 6.425 13 6t-.288-.712T12 5t-.712.288T11 6t.288.713T12 7t.713-.288"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMobileCameraRearOutlineRounded(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.55 20H6q-.425 0-.712-.288T5 19t.288-.712T6 18h3.55l-.4-.4q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l2.1 2.1q.15.15.212.325t.063.375t-.063.375t-.212.325l-2.1 2.1q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7zM15 20q-.425 0-.712-.288T14 19t.288-.712T15 18h3q.425 0 .713.288T19 19t-.288.713T18 20zM7 4v12q0 .425-.288.713T6 17t-.712-.288T5 16V4q0-.825.588-1.412T7 2h10q.825 0 1.413.588T19 4v3.1q.45.175.725.55T20 8.5v2q0 .475-.275.85T19 11.9V16q0 .425-.288.713T18 17t-.712-.288T17 16V4zm5.713 2.713Q13 6.425 13 6t-.288-.712T12 5t-.712.288T11 6t.288.713T12 7t.713-.288"/></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.55 20H6q-.425 0-.712-.288T5 19t.288-.712T6 18h3.55l-.4-.4q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l2.1 2.1q.15.15.212.325t.063.375t-.063.375t-.212.325l-2.1 2.1q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7zM15 20q-.425 0-.712-.288T14 19t.288-.712T15 18h3q.425 0 .713.288T19 19t-.288.713T18 20zM7 4v12q0 .425-.288.713T6 17t-.712-.288T5 16V4q0-.825.588-1.412T7 2h10q.825 0 1.413.588T19 4v3.1q.45.175.725.55T20 8.5v2q0 .475-.275.85T19 11.9V16q0 .425-.288.713T18 17t-.712-.288T17 16V4zm5.713 2.713Q13 6.425 13 6t-.288-.712T12 5t-.712.288T11 6t.288.713T12 7t.713-.288"/></svg> </template>
CSS
.icon-mobile-camera-rear-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%22M9.55%2020H6q-.425%200-.712-.288T5%2019t.288-.712T6%2018h3.55l-.4-.4q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l2.1%202.1q.15.15.212.325t.063.375t-.063.375t-.212.325l-2.1%202.1q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7zM15%2020q-.425%200-.712-.288T14%2019t.288-.712T15%2018h3q.425%200%20.713.288T19%2019t-.288.713T18%2020zM7%204v12q0%20.425-.288.713T6%2017t-.712-.288T5%2016V4q0-.825.588-1.412T7%202h10q.825%200%201.413.588T19%204v3.1q.45.175.725.55T20%208.5v2q0%20.475-.275.85T19%2011.9V16q0%20.425-.288.713T18%2017t-.712-.288T17%2016V4zm5.713%202.713Q13%206.425%2013%206t-.288-.712T12%205t-.712.288T11%206t.288.713T12%207t.713-.288%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.55%2020H6q-.425%200-.712-.288T5%2019t.288-.712T6%2018h3.55l-.4-.4q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l2.1%202.1q.15.15.212.325t.063.375t-.063.375t-.212.325l-2.1%202.1q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7zM15%2020q-.425%200-.712-.288T14%2019t.288-.712T15%2018h3q.425%200%20.713.288T19%2019t-.288.713T18%2020zM7%204v12q0%20.425-.288.713T6%2017t-.712-.288T5%2016V4q0-.825.588-1.412T7%202h10q.825%200%201.413.588T19%204v3.1q.45.175.725.55T20%208.5v2q0%20.475-.275.85T19%2011.9V16q0%20.425-.288.713T18%2017t-.712-.288T17%2016V4zm5.713%202.713Q13%206.425%2013%206t-.288-.712T12%205t-.712.288T11%206t.288.713T12%207t.713-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/mobile-camera-rear-outline-rounded.svg?color=%231a73e8&size=48