tablet-camera from Material Symbols Light by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.

Name
tablet-camera
Set
Material Symbols Light
Style
Regular
Category
Hardware
Viewbox
24×24
License
Apache 2.0
Aliases
tablet-camera-rounded

3 other variants in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

Use the tablet camera icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.5 19V6h-13v13H3.616q-.667 0-1.142-.475T2 17.386V6.615q0-.666.475-1.14T3.614 5h16.77q.666 0 1.14.475T22 6.615v10.77q0 .666-.475 1.14t-1.14.475zm-9.054 2q-.533 0-.912-.376q-.38-.375-.38-.912V16.31q0-.531.376-.911t.912-.38h.856l.856-.865h1.7l.85.865h.851q.532 0 .911.376q.38.376.38.913v3.401q0 .532-.376.911q-.376.38-.912.38zm3.609-1.945q.445-.445.445-1.058t-.445-1.045T12 16.519t-1.055.433t-.445 1.045t.445 1.058T12 19.5t1.055-.445"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTabletCamera(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="M18.5 19V6h-13v13H3.616q-.667 0-1.142-.475T2 17.386V6.615q0-.666.475-1.14T3.614 5h16.77q.666 0 1.14.475T22 6.615v10.77q0 .666-.475 1.14t-1.14.475zm-9.054 2q-.533 0-.912-.376q-.38-.375-.38-.912V16.31q0-.531.376-.911t.912-.38h.856l.856-.865h1.7l.85.865h.851q.532 0 .911.376q.38.376.38.913v3.401q0 .532-.376.911q-.376.38-.912.38zm3.609-1.945q.445-.445.445-1.058t-.445-1.045T12 16.519t-1.055.433t-.445 1.045t.445 1.058T12 19.5t1.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="M18.5 19V6h-13v13H3.616q-.667 0-1.142-.475T2 17.386V6.615q0-.666.475-1.14T3.614 5h16.77q.666 0 1.14.475T22 6.615v10.77q0 .666-.475 1.14t-1.14.475zm-9.054 2q-.533 0-.912-.376q-.38-.375-.38-.912V16.31q0-.531.376-.911t.912-.38h.856l.856-.865h1.7l.85.865h.851q.532 0 .911.376q.38.376.38.913v3.401q0 .532-.376.911q-.376.38-.912.38zm3.609-1.945q.445-.445.445-1.058t-.445-1.045T12 16.519t-1.055.433t-.445 1.045t.445 1.058T12 19.5t1.055-.445"/></svg>
</template>

CSS

.icon-tablet-camera {
  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%22M18.5%2019V6h-13v13H3.616q-.667%200-1.142-.475T2%2017.386V6.615q0-.666.475-1.14T3.614%205h16.77q.666%200%201.14.475T22%206.615v10.77q0%20.666-.475%201.14t-1.14.475zm-9.054%202q-.533%200-.912-.376q-.38-.375-.38-.912V16.31q0-.531.376-.911t.912-.38h.856l.856-.865h1.7l.85.865h.851q.532%200%20.911.376q.38.376.38.913v3.401q0%20.532-.376.911q-.376.38-.912.38zm3.609-1.945q.445-.445.445-1.058t-.445-1.045T12%2016.519t-1.055.433t-.445%201.045t.445%201.058T12%2019.5t1.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%22M18.5%2019V6h-13v13H3.616q-.667%200-1.142-.475T2%2017.386V6.615q0-.666.475-1.14T3.614%205h16.77q.666%200%201.14.475T22%206.615v10.77q0%20.666-.475%201.14t-1.14.475zm-9.054%202q-.533%200-.912-.376q-.38-.375-.38-.912V16.31q0-.531.376-.911t.912-.38h.856l.856-.865h1.7l.85.865h.851q.532%200%20.911.376q.38.376.38.913v3.401q0%20.532-.376.911q-.376.38-.912.38zm3.609-1.945q.445-.445.445-1.058t-.445-1.045T12%2016.519t-1.055.433t-.445%201.045t.445%201.058T12%2019.5t1.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/tablet-camera.svg?color=%231a73e8&size=48