camera-wireless-outline from Material Design Icons by Pictogrammers · Outline · Photography · Apache-2.0 Free for personal and commercial use.

Name
camera-wireless-outline
Set
Material Design Icons
Style
Outline
Category
Photography
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

More photography icons from Material Design Icons

Use the camera wireless icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 9v11H4V8h4.05l1.83-2H15V4H9L7.17 6H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9zm.67-1H22c0-3.32-2.69-6-6-6v1.33c2.58 0 4.66 2.08 4.67 4.67M18 8h1.33A3.33 3.33 0 0 0 16 4.67V6c1.11 0 2 .89 2 2M7 14a5 5 0 0 0 5 5a5 5 0 0 0 5-5a5 5 0 0 0-5-5a5 5 0 0 0-5 5m8 0a3 3 0 0 1-3 3a3 3 0 0 1-3-3a3 3 0 0 1 3-3a3 3 0 0 1 3 3"/></svg>

React

import type { SVGProps } from "react";

export function MdiCameraWirelessOutline(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="M20 9v11H4V8h4.05l1.83-2H15V4H9L7.17 6H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9zm.67-1H22c0-3.32-2.69-6-6-6v1.33c2.58 0 4.66 2.08 4.67 4.67M18 8h1.33A3.33 3.33 0 0 0 16 4.67V6c1.11 0 2 .89 2 2M7 14a5 5 0 0 0 5 5a5 5 0 0 0 5-5a5 5 0 0 0-5-5a5 5 0 0 0-5 5m8 0a3 3 0 0 1-3 3a3 3 0 0 1-3-3a3 3 0 0 1 3-3a3 3 0 0 1 3 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 9v11H4V8h4.05l1.83-2H15V4H9L7.17 6H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9zm.67-1H22c0-3.32-2.69-6-6-6v1.33c2.58 0 4.66 2.08 4.67 4.67M18 8h1.33A3.33 3.33 0 0 0 16 4.67V6c1.11 0 2 .89 2 2M7 14a5 5 0 0 0 5 5a5 5 0 0 0 5-5a5 5 0 0 0-5-5a5 5 0 0 0-5 5m8 0a3 3 0 0 1-3 3a3 3 0 0 1-3-3a3 3 0 0 1 3-3a3 3 0 0 1 3 3"/></svg>
</template>

CSS

.icon-camera-wireless-outline {
  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%22M20%209v11H4V8h4.05l1.83-2H15V4H9L7.17%206H4a2%202%200%200%200-2%202v12a2%202%200%200%200%202%202h16a2%202%200%200%200%202-2V9zm.67-1H22c0-3.32-2.69-6-6-6v1.33c2.58%200%204.66%202.08%204.67%204.67M18%208h1.33A3.33%203.33%200%200%200%2016%204.67V6c1.11%200%202%20.89%202%202M7%2014a5%205%200%200%200%205%205a5%205%200%200%200%205-5a5%205%200%200%200-5-5a5%205%200%200%200-5%205m8%200a3%203%200%200%201-3%203a3%203%200%200%201-3-3a3%203%200%200%201%203-3a3%203%200%200%201%203%203%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%22M20%209v11H4V8h4.05l1.83-2H15V4H9L7.17%206H4a2%202%200%200%200-2%202v12a2%202%200%200%200%202%202h16a2%202%200%200%200%202-2V9zm.67-1H22c0-3.32-2.69-6-6-6v1.33c2.58%200%204.66%202.08%204.67%204.67M18%208h1.33A3.33%203.33%200%200%200%2016%204.67V6c1.11%200%202%20.89%202%202M7%2014a5%205%200%200%200%205%205a5%205%200%200%200%205-5a5%205%200%200%200-5-5a5%205%200%200%200-5%205m8%200a3%203%200%200%201-3%203a3%203%200%200%201-3-3a3%203%200%200%201%203-3a3%203%200%200%201%203%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/camera-wireless-outline.svg?color=%231a73e8&size=48