camera wireless icon
camera-wireless from Material Design Icons by Pictogrammers · Filled · Photography · Apache-2.0 Free for personal and commercial use.
- Name
- camera-wireless
- Set
- Material Design Icons
- Style
- Filled
- Category
- Photography
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
More photography icons from Material Design Icons
auto-fixcamera-burstcamera-controlcamera-documentcamera-document-offcamera-enhancecamera-flipcamera-frontcamera-front-variantcamera-imagecamera-iriscamera-lock-opencamera-metering-centercamera-metering-matrixcamera-metering-partialcamera-metering-spotcamera-offcamera-outlinecamera-party-modecamera-pluscamera-rearcamera-rear-variantcamera-retakecamera-switch
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="M12 10.8a3.2 3.2 0 0 1 3.2 3.2a3.2 3.2 0 0 1-3.2 3.2A3.2 3.2 0 0 1 8.8 14a3.2 3.2 0 0 1 3.2-3.2m4-7.47V2a6 6 0 0 1 6 6h-1.33c0-2.58-2.09-4.67-4.67-4.67M16 6V4.67c1.84 0 3.33 1.49 3.33 3.33H18c0-1.11-.89-2-2-2m1 3h5v11a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.17L9 4h6v3c1.11 0 2 .89 2 2m-5 10a5 5 0 0 0 5-5a5 5 0 0 0-5-5a5 5 0 0 0-5 5a5 5 0 0 0 5 5"/></svg>
React
import type { SVGProps } from "react";
export function MdiCameraWireless(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 10.8a3.2 3.2 0 0 1 3.2 3.2a3.2 3.2 0 0 1-3.2 3.2A3.2 3.2 0 0 1 8.8 14a3.2 3.2 0 0 1 3.2-3.2m4-7.47V2a6 6 0 0 1 6 6h-1.33c0-2.58-2.09-4.67-4.67-4.67M16 6V4.67c1.84 0 3.33 1.49 3.33 3.33H18c0-1.11-.89-2-2-2m1 3h5v11a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.17L9 4h6v3c1.11 0 2 .89 2 2m-5 10a5 5 0 0 0 5-5a5 5 0 0 0-5-5a5 5 0 0 0-5 5a5 5 0 0 0 5 5"/></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 10.8a3.2 3.2 0 0 1 3.2 3.2a3.2 3.2 0 0 1-3.2 3.2A3.2 3.2 0 0 1 8.8 14a3.2 3.2 0 0 1 3.2-3.2m4-7.47V2a6 6 0 0 1 6 6h-1.33c0-2.58-2.09-4.67-4.67-4.67M16 6V4.67c1.84 0 3.33 1.49 3.33 3.33H18c0-1.11-.89-2-2-2m1 3h5v11a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.17L9 4h6v3c1.11 0 2 .89 2 2m-5 10a5 5 0 0 0 5-5a5 5 0 0 0-5-5a5 5 0 0 0-5 5a5 5 0 0 0 5 5"/></svg> </template>
CSS
.icon-camera-wireless {
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%2010.8a3.2%203.2%200%200%201%203.2%203.2a3.2%203.2%200%200%201-3.2%203.2A3.2%203.2%200%200%201%208.8%2014a3.2%203.2%200%200%201%203.2-3.2m4-7.47V2a6%206%200%200%201%206%206h-1.33c0-2.58-2.09-4.67-4.67-4.67M16%206V4.67c1.84%200%203.33%201.49%203.33%203.33H18c0-1.11-.89-2-2-2m1%203h5v11a2%202%200%200%201-2%202H4a2%202%200%200%201-2-2V8a2%202%200%200%201%202-2h3.17L9%204h6v3c1.11%200%202%20.89%202%202m-5%2010a5%205%200%200%200%205-5a5%205%200%200%200-5-5a5%205%200%200%200-5%205a5%205%200%200%200%205%205%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%2010.8a3.2%203.2%200%200%201%203.2%203.2a3.2%203.2%200%200%201-3.2%203.2A3.2%203.2%200%200%201%208.8%2014a3.2%203.2%200%200%201%203.2-3.2m4-7.47V2a6%206%200%200%201%206%206h-1.33c0-2.58-2.09-4.67-4.67-4.67M16%206V4.67c1.84%200%203.33%201.49%203.33%203.33H18c0-1.11-.89-2-2-2m1%203h5v11a2%202%200%200%201-2%202H4a2%202%200%200%201-2-2V8a2%202%200%200%201%202-2h3.17L9%204h6v3c1.11%200%202%20.89%202%202m-5%2010a5%205%200%200%200%205-5a5%205%200%200%200-5-5a5%205%200%200%200-5%205a5%205%200%200%200%205%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/camera-wireless.svg?color=%231a73e8&size=48