mobile camera rear icon
mobile-camera-rear-rounded from Material Symbols Light by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- mobile-camera-rear-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- camera-rear-rounded
5 other variants in Material Symbols Light
The same icon in other sets
More images icons from Material Symbols Light
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="M12.578 7.078q.23-.23.23-.54T12.578 6t-.54-.23T11.5 6t-.23.54q0 .309.23.539t.54.23t.539-.23M6 4.615q0-.67.472-1.143Q6.944 3 7.616 3h8.769q.67 0 1.143.472q.472.472.472 1.144V7.83q.373.04.648.31q.275.268.275.647v1.77q0 .378-.275.648t-.648.31v4.676q0 .349-.23.578t-.578.23h-3.938q-.323 0-.628-.13t-.522-.349l-.623-.623q-.242-.242-.538-.351q-.295-.108-.593-.108t-.596.108t-.54.351l-.623.623q-.218.217-.523.348T7.441 17h-.633q-.348 0-.578-.23T6 16.192zM11.242 19.5H6.5q-.213 0-.357-.143T6 19t.143-.357t.357-.143h4.742l-1.246-1.246q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l1.888 1.889q.131.13.184.267q.053.136.053.298t-.053.298t-.184.267l-1.888 1.889q-.14.14-.345.15q-.203.01-.363-.15t-.16-.354t.16-.354zm3.258 0q-.213 0-.357-.143T14 19t.143-.357t.357-.143h3q.214 0 .357.143T18 19t-.143.357t-.357.143z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMobileCameraRearRounded(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="M12.578 7.078q.23-.23.23-.54T12.578 6t-.54-.23T11.5 6t-.23.54q0 .309.23.539t.54.23t.539-.23M6 4.615q0-.67.472-1.143Q6.944 3 7.616 3h8.769q.67 0 1.143.472q.472.472.472 1.144V7.83q.373.04.648.31q.275.268.275.647v1.77q0 .378-.275.648t-.648.31v4.676q0 .349-.23.578t-.578.23h-3.938q-.323 0-.628-.13t-.522-.349l-.623-.623q-.242-.242-.538-.351q-.295-.108-.593-.108t-.596.108t-.54.351l-.623.623q-.218.217-.523.348T7.441 17h-.633q-.348 0-.578-.23T6 16.192zM11.242 19.5H6.5q-.213 0-.357-.143T6 19t.143-.357t.357-.143h4.742l-1.246-1.246q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l1.888 1.889q.131.13.184.267q.053.136.053.298t-.053.298t-.184.267l-1.888 1.889q-.14.14-.345.15q-.203.01-.363-.15t-.16-.354t.16-.354zm3.258 0q-.213 0-.357-.143T14 19t.143-.357t.357-.143h3q.214 0 .357.143T18 19t-.143.357t-.357.143z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.578 7.078q.23-.23.23-.54T12.578 6t-.54-.23T11.5 6t-.23.54q0 .309.23.539t.54.23t.539-.23M6 4.615q0-.67.472-1.143Q6.944 3 7.616 3h8.769q.67 0 1.143.472q.472.472.472 1.144V7.83q.373.04.648.31q.275.268.275.647v1.77q0 .378-.275.648t-.648.31v4.676q0 .349-.23.578t-.578.23h-3.938q-.323 0-.628-.13t-.522-.349l-.623-.623q-.242-.242-.538-.351q-.295-.108-.593-.108t-.596.108t-.54.351l-.623.623q-.218.217-.523.348T7.441 17h-.633q-.348 0-.578-.23T6 16.192zM11.242 19.5H6.5q-.213 0-.357-.143T6 19t.143-.357t.357-.143h4.742l-1.246-1.246q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l1.888 1.889q.131.13.184.267q.053.136.053.298t-.053.298t-.184.267l-1.888 1.889q-.14.14-.345.15q-.203.01-.363-.15t-.16-.354t.16-.354zm3.258 0q-.213 0-.357-.143T14 19t.143-.357t.357-.143h3q.214 0 .357.143T18 19t-.143.357t-.357.143z"/></svg> </template>
CSS
.icon-mobile-camera-rear-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%22M12.578%207.078q.23-.23.23-.54T12.578%206t-.54-.23T11.5%206t-.23.54q0%20.309.23.539t.54.23t.539-.23M6%204.615q0-.67.472-1.143Q6.944%203%207.616%203h8.769q.67%200%201.143.472q.472.472.472%201.144V7.83q.373.04.648.31q.275.268.275.647v1.77q0%20.378-.275.648t-.648.31v4.676q0%20.349-.23.578t-.578.23h-3.938q-.323%200-.628-.13t-.522-.349l-.623-.623q-.242-.242-.538-.351q-.295-.108-.593-.108t-.596.108t-.54.351l-.623.623q-.218.217-.523.348T7.441%2017h-.633q-.348%200-.578-.23T6%2016.192zM11.242%2019.5H6.5q-.213%200-.357-.143T6%2019t.143-.357t.357-.143h4.742l-1.246-1.246q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l1.888%201.889q.131.13.184.267q.053.136.053.298t-.053.298t-.184.267l-1.888%201.889q-.14.14-.345.15q-.203.01-.363-.15t-.16-.354t.16-.354zm3.258%200q-.213%200-.357-.143T14%2019t.143-.357t.357-.143h3q.214%200%20.357.143T18%2019t-.143.357t-.357.143z%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%22M12.578%207.078q.23-.23.23-.54T12.578%206t-.54-.23T11.5%206t-.23.54q0%20.309.23.539t.54.23t.539-.23M6%204.615q0-.67.472-1.143Q6.944%203%207.616%203h8.769q.67%200%201.143.472q.472.472.472%201.144V7.83q.373.04.648.31q.275.268.275.647v1.77q0%20.378-.275.648t-.648.31v4.676q0%20.349-.23.578t-.578.23h-3.938q-.323%200-.628-.13t-.522-.349l-.623-.623q-.242-.242-.538-.351q-.295-.108-.593-.108t-.596.108t-.54.351l-.623.623q-.218.217-.523.348T7.441%2017h-.633q-.348%200-.578-.23T6%2016.192zM11.242%2019.5H6.5q-.213%200-.357-.143T6%2019t.143-.357t.357-.143h4.742l-1.246-1.246q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l1.888%201.889q.131.13.184.267q.053.136.053.298t-.053.298t-.184.267l-1.888%201.889q-.14.14-.345.15q-.203.01-.363-.15t-.16-.354t.16-.354zm3.258%200q-.213%200-.357-.143T14%2019t.143-.357t.357-.143h3q.214%200%20.357.143T18%2019t-.143.357t-.357.143z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/mobile-camera-rear-rounded.svg?color=%231a73e8&size=48