mobile-camera-rounded from Material Symbols Light by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.

Name
mobile-camera-rounded
Set
Material Symbols Light
Style
Rounded
Category
Hardware
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

Use the mobile camera icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.616 22q-.667 0-1.141-.475T6 20.386V3.615q0-.69.463-1.152T7.616 2h8.846q.666 0 1.14.475t.475 1.14v1.808q0 .31-.23.54t-.54.23h-1.332q-.334 0-.63.133q-.295.134-.512.357l-.389.375q-1.486.077-2.503 1.116t-1.018 2.557v3.404q0 1.521 1.076 2.597t2.597 1.076h2.712q.31 0 .539.23t.23.539v1.807q0 .667-.475 1.141t-1.14.475zm4.972-15.914q.22-.222.22-.549t-.222-.547t-.549-.22t-.548.22t-.22.55t.222.547t.549.22t.548-.22m2.012 9.336q-.533 0-.912-.376t-.38-.913v-3.4q0-.532.375-.912q.376-.38.913-.38h.846l.621-.62q.133-.133.277-.19t.296-.055h1.035q.153 0 .297.056q.143.056.276.189l.621.62h.846q.53 0 .91.376q.379.376.379.913v3.401q0 .532-.376.911t-.912.38zm3.609-1.945q.445-.445.445-1.058q0-.612-.445-1.045t-1.055-.433t-1.055.433t-.445 1.045t.445 1.058t1.055.445t1.055-.445"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMobileCameraRounded(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="M7.616 22q-.667 0-1.141-.475T6 20.386V3.615q0-.69.463-1.152T7.616 2h8.846q.666 0 1.14.475t.475 1.14v1.808q0 .31-.23.54t-.54.23h-1.332q-.334 0-.63.133q-.295.134-.512.357l-.389.375q-1.486.077-2.503 1.116t-1.018 2.557v3.404q0 1.521 1.076 2.597t2.597 1.076h2.712q.31 0 .539.23t.23.539v1.807q0 .667-.475 1.141t-1.14.475zm4.972-15.914q.22-.222.22-.549t-.222-.547t-.549-.22t-.548.22t-.22.55t.222.547t.549.22t.548-.22m2.012 9.336q-.533 0-.912-.376t-.38-.913v-3.4q0-.532.375-.912q.376-.38.913-.38h.846l.621-.62q.133-.133.277-.19t.296-.055h1.035q.153 0 .297.056q.143.056.276.189l.621.62h.846q.53 0 .91.376q.379.376.379.913v3.401q0 .532-.376.911t-.912.38zm3.609-1.945q.445-.445.445-1.058q0-.612-.445-1.045t-1.055-.433t-1.055.433t-.445 1.045t.445 1.058t1.055.445t1.055-.445"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.616 22q-.667 0-1.141-.475T6 20.386V3.615q0-.69.463-1.152T7.616 2h8.846q.666 0 1.14.475t.475 1.14v1.808q0 .31-.23.54t-.54.23h-1.332q-.334 0-.63.133q-.295.134-.512.357l-.389.375q-1.486.077-2.503 1.116t-1.018 2.557v3.404q0 1.521 1.076 2.597t2.597 1.076h2.712q.31 0 .539.23t.23.539v1.807q0 .667-.475 1.141t-1.14.475zm4.972-15.914q.22-.222.22-.549t-.222-.547t-.549-.22t-.548.22t-.22.55t.222.547t.549.22t.548-.22m2.012 9.336q-.533 0-.912-.376t-.38-.913v-3.4q0-.532.375-.912q.376-.38.913-.38h.846l.621-.62q.133-.133.277-.19t.296-.055h1.035q.153 0 .297.056q.143.056.276.189l.621.62h.846q.53 0 .91.376q.379.376.379.913v3.401q0 .532-.376.911t-.912.38zm3.609-1.945q.445-.445.445-1.058q0-.612-.445-1.045t-1.055-.433t-1.055.433t-.445 1.045t.445 1.058t1.055.445t1.055-.445"/></svg>
</template>

CSS

.icon-mobile-camera-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%22M7.616%2022q-.667%200-1.141-.475T6%2020.386V3.615q0-.69.463-1.152T7.616%202h8.846q.666%200%201.14.475t.475%201.14v1.808q0%20.31-.23.54t-.54.23h-1.332q-.334%200-.63.133q-.295.134-.512.357l-.389.375q-1.486.077-2.503%201.116t-1.018%202.557v3.404q0%201.521%201.076%202.597t2.597%201.076h2.712q.31%200%20.539.23t.23.539v1.807q0%20.667-.475%201.141t-1.14.475zm4.972-15.914q.22-.222.22-.549t-.222-.547t-.549-.22t-.548.22t-.22.55t.222.547t.549.22t.548-.22m2.012%209.336q-.533%200-.912-.376t-.38-.913v-3.4q0-.532.375-.912q.376-.38.913-.38h.846l.621-.62q.133-.133.277-.19t.296-.055h1.035q.153%200%20.297.056q.143.056.276.189l.621.62h.846q.53%200%20.91.376q.379.376.379.913v3.401q0%20.532-.376.911t-.912.38zm3.609-1.945q.445-.445.445-1.058q0-.612-.445-1.045t-1.055-.433t-1.055.433t-.445%201.045t.445%201.058t1.055.445t1.055-.445%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%22M7.616%2022q-.667%200-1.141-.475T6%2020.386V3.615q0-.69.463-1.152T7.616%202h8.846q.666%200%201.14.475t.475%201.14v1.808q0%20.31-.23.54t-.54.23h-1.332q-.334%200-.63.133q-.295.134-.512.357l-.389.375q-1.486.077-2.503%201.116t-1.018%202.557v3.404q0%201.521%201.076%202.597t2.597%201.076h2.712q.31%200%20.539.23t.23.539v1.807q0%20.667-.475%201.141t-1.14.475zm4.972-15.914q.22-.222.22-.549t-.222-.547t-.549-.22t-.548.22t-.22.55t.222.547t.549.22t.548-.22m2.012%209.336q-.533%200-.912-.376t-.38-.913v-3.4q0-.532.375-.912q.376-.38.913-.38h.846l.621-.62q.133-.133.277-.19t.296-.055h1.035q.153%200%20.297.056q.143.056.276.189l.621.62h.846q.53%200%20.91.376q.379.376.379.913v3.401q0%20.532-.376.911t-.912.38zm3.609-1.945q.445-.445.445-1.058q0-.612-.445-1.045t-1.055-.433t-1.055.433t-.445%201.045t.445%201.058t1.055.445t1.055-.445%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-rounded.svg?color=%231a73e8&size=48