device camera icon
device-camera-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.
- Name
- device-camera-24
- Set
- Octicons
- Style
- 24
- Viewbox
- 24×24
- License
- MIT
1 other variant in Octicons
The same icon in other sets
Related icons in Octicons
Use the device camera icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.333 5.333c.734 0 1.334.6 1.334 1.334v12c0 .733-.6 1.333-1.334 1.333H2.667c-.734 0-1.334-.6-1.334-1.333v-12c0-.734.6-1.334 1.334-1.334C2.667 4.6 3.267 4 4 4h5.333c.734 0 1.334.6 1.334 1.333zm-6 12A4.655 4.655 0 0 0 20 12.667A4.655 4.655 0 0 0 15.333 8a4.655 4.655 0 0 0-4.666 4.667a4.655 4.655 0 0 0 4.666 4.666m3.334-4.666A3.343 3.343 0 0 1 15.333 16A3.35 3.35 0 0 1 12 12.667a3.35 3.35 0 0 1 3.333-3.334a3.35 3.35 0 0 1 3.334 3.334M9.333 8V6.667H4V8z"/></svg>
React
import type { SVGProps } from "react";
export function OcticonDeviceCamera24(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="M21.333 5.333c.734 0 1.334.6 1.334 1.334v12c0 .733-.6 1.333-1.334 1.333H2.667c-.734 0-1.334-.6-1.334-1.333v-12c0-.734.6-1.334 1.334-1.334C2.667 4.6 3.267 4 4 4h5.333c.734 0 1.334.6 1.334 1.333zm-6 12A4.655 4.655 0 0 0 20 12.667A4.655 4.655 0 0 0 15.333 8a4.655 4.655 0 0 0-4.666 4.667a4.655 4.655 0 0 0 4.666 4.666m3.334-4.666A3.343 3.343 0 0 1 15.333 16A3.35 3.35 0 0 1 12 12.667a3.35 3.35 0 0 1 3.333-3.334a3.35 3.35 0 0 1 3.334 3.334M9.333 8V6.667H4V8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.333 5.333c.734 0 1.334.6 1.334 1.334v12c0 .733-.6 1.333-1.334 1.333H2.667c-.734 0-1.334-.6-1.334-1.333v-12c0-.734.6-1.334 1.334-1.334C2.667 4.6 3.267 4 4 4h5.333c.734 0 1.334.6 1.334 1.333zm-6 12A4.655 4.655 0 0 0 20 12.667A4.655 4.655 0 0 0 15.333 8a4.655 4.655 0 0 0-4.666 4.667a4.655 4.655 0 0 0 4.666 4.666m3.334-4.666A3.343 3.343 0 0 1 15.333 16A3.35 3.35 0 0 1 12 12.667a3.35 3.35 0 0 1 3.333-3.334a3.35 3.35 0 0 1 3.334 3.334M9.333 8V6.667H4V8z"/></svg> </template>
CSS
.icon-device-camera-24 {
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%22M21.333%205.333c.734%200%201.334.6%201.334%201.334v12c0%20.733-.6%201.333-1.334%201.333H2.667c-.734%200-1.334-.6-1.334-1.333v-12c0-.734.6-1.334%201.334-1.334C2.667%204.6%203.267%204%204%204h5.333c.734%200%201.334.6%201.334%201.333zm-6%2012A4.655%204.655%200%200%200%2020%2012.667A4.655%204.655%200%200%200%2015.333%208a4.655%204.655%200%200%200-4.666%204.667a4.655%204.655%200%200%200%204.666%204.666m3.334-4.666A3.343%203.343%200%200%201%2015.333%2016A3.35%203.35%200%200%201%2012%2012.667a3.35%203.35%200%200%201%203.333-3.334a3.35%203.35%200%200%201%203.334%203.334M9.333%208V6.667H4V8z%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%22M21.333%205.333c.734%200%201.334.6%201.334%201.334v12c0%20.733-.6%201.333-1.334%201.333H2.667c-.734%200-1.334-.6-1.334-1.333v-12c0-.734.6-1.334%201.334-1.334C2.667%204.6%203.267%204%204%204h5.333c.734%200%201.334.6%201.334%201.333zm-6%2012A4.655%204.655%200%200%200%2020%2012.667A4.655%204.655%200%200%200%2015.333%208a4.655%204.655%200%200%200-4.666%204.667a4.655%204.655%200%200%200%204.666%204.666m3.334-4.666A3.343%203.343%200%200%201%2015.333%2016A3.35%203.35%200%200%201%2012%2012.667a3.35%203.35%200%200%201%203.333-3.334a3.35%203.35%200%200%201%203.334%203.334M9.333%208V6.667H4V8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/device-camera-24.svg?color=%231a73e8&size=48