mobile-camera-outline-sharp from Material Symbols Light by Google · Outline Sharp · Hardware · Apache-2.0 Free for personal and commercial use.

Name
mobile-camera-outline-sharp
Set
Material Symbols Light
Style
Outline Sharp
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 17.808V21V3zm5.588-11.722q.22-.222.22-.549t-.222-.548t-.549-.22t-.548.222t-.22.549t.222.547t.549.22t.548-.22m4.489 11.72h1V22H6V2h12.077v4.192h-1V3H7v18h10.077zm-3.77-2.384v-5.98h2.135l.866-.866H18l.857.865H21v5.981zm4.902-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 MaterialSymbolsLightMobileCameraOutlineSharp(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 17.808V21V3zm5.588-11.722q.22-.222.22-.549t-.222-.548t-.549-.22t-.548.222t-.22.549t.222.547t.549.22t.548-.22m4.489 11.72h1V22H6V2h12.077v4.192h-1V3H7v18h10.077zm-3.77-2.384v-5.98h2.135l.866-.866H18l.857.865H21v5.981zm4.902-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 17.808V21V3zm5.588-11.722q.22-.222.22-.549t-.222-.548t-.549-.22t-.548.222t-.22.549t.222.547t.549.22t.548-.22m4.489 11.72h1V22H6V2h12.077v4.192h-1V3H7v18h10.077zm-3.77-2.384v-5.98h2.135l.866-.866H18l.857.865H21v5.981zm4.902-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-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%22M7%2017.808V21V3zm5.588-11.722q.22-.222.22-.549t-.222-.548t-.549-.22t-.548.222t-.22.549t.222.547t.549.22t.548-.22m4.489%2011.72h1V22H6V2h12.077v4.192h-1V3H7v18h10.077zm-3.77-2.384v-5.98h2.135l.866-.866H18l.857.865H21v5.981zm4.902-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%2017.808V21V3zm5.588-11.722q.22-.222.22-.549t-.222-.548t-.549-.22t-.548.222t-.22.549t.222.547t.549.22t.548-.22m4.489%2011.72h1V22H6V2h12.077v4.192h-1V3H7v18h10.077zm-3.77-2.384v-5.98h2.135l.866-.866H18l.857.865H21v5.981zm4.902-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-outline-sharp.svg?color=%231a73e8&size=48