device camera icon
device-camera-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.
- Name
- device-camera-16
- Set
- Octicons
- Style
- 16
- Viewbox
- 16×16
- License
- MIT
- Aliases
- device-camera
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 16 16"><path fill="currentColor" d="M15 3c.55 0 1 .45 1 1v9c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1c0-.55.45-1 1-1h4c.55 0 1 .45 1 1Zm-4.5 9c1.94 0 3.5-1.56 3.5-3.5S12.44 5 10.5 5S7 6.56 7 8.5S8.56 12 10.5 12M13 8.5c0 1.38-1.13 2.5-2.5 2.5S8 9.87 8 8.5S9.13 6 10.5 6S13 7.13 13 8.5M6 5V4H2v1Z"/></svg>
React
import type { SVGProps } from "react";
export function OcticonDeviceCamera16(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M15 3c.55 0 1 .45 1 1v9c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1c0-.55.45-1 1-1h4c.55 0 1 .45 1 1Zm-4.5 9c1.94 0 3.5-1.56 3.5-3.5S12.44 5 10.5 5S7 6.56 7 8.5S8.56 12 10.5 12M13 8.5c0 1.38-1.13 2.5-2.5 2.5S8 9.87 8 8.5S9.13 6 10.5 6S13 7.13 13 8.5M6 5V4H2v1Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M15 3c.55 0 1 .45 1 1v9c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1c0-.55.45-1 1-1h4c.55 0 1 .45 1 1Zm-4.5 9c1.94 0 3.5-1.56 3.5-3.5S12.44 5 10.5 5S7 6.56 7 8.5S8.56 12 10.5 12M13 8.5c0 1.38-1.13 2.5-2.5 2.5S8 9.87 8 8.5S9.13 6 10.5 6S13 7.13 13 8.5M6 5V4H2v1Z"/></svg> </template>
CSS
.icon-device-camera-16 {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%203c.55%200%201%20.45%201%201v9c0%20.55-.45%201-1%201H1c-.55%200-1-.45-1-1V4c0-.55.45-1%201-1c0-.55.45-1%201-1h4c.55%200%201%20.45%201%201Zm-4.5%209c1.94%200%203.5-1.56%203.5-3.5S12.44%205%2010.5%205S7%206.56%207%208.5S8.56%2012%2010.5%2012M13%208.5c0%201.38-1.13%202.5-2.5%202.5S8%209.87%208%208.5S9.13%206%2010.5%206S13%207.13%2013%208.5M6%205V4H2v1Z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%203c.55%200%201%20.45%201%201v9c0%20.55-.45%201-1%201H1c-.55%200-1-.45-1-1V4c0-.55.45-1%201-1c0-.55.45-1%201-1h4c.55%200%201%20.45%201%201Zm-4.5%209c1.94%200%203.5-1.56%203.5-3.5S12.44%205%2010.5%205S7%206.56%207%208.5S8.56%2012%2010.5%2012M13%208.5c0%201.38-1.13%202.5-2.5%202.5S8%209.87%208%208.5S9.13%206%2010.5%206S13%207.13%2013%208.5M6%205V4H2v1Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/device-camera-16.svg?color=%231a73e8&size=48