video camera icon
video-camera from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- video-camera
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Jam Icons
The same icon in other sets
video-camera-filledAnt Design Iconsvideo-cameraEmoji One (Colored)video-cameraElement Plusvideo-cameraFont Awesome Solidvideo-camera-outlineFlowbite Iconsvideo-cameraFluent Emojivideo-cameraFluent Emoji Flatvideo-cameraFluent Emoji High Contrastvideo-cameraHeroIconsvideo-cameraIconoirvideo-cameraMajesticonsvideo-camera-fillMingCute Iconvideo-cameraNoto Emojivideo-cameraOpenMojivideo-cameraPhosphorvideo-cameraTDesign Iconsvideo-cameraTwitter Emoji
Related icons in Jam Icons
Use the video camera icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -6 24 24"><path fill="currentColor" d="M4 2a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm9.98 1.605L16 1.585A2 2 0 0 1 17.414 1H18a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-.586A2 2 0 0 1 16 10.414l-2.02-2.019A4 4 0 0 1 10 12H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h6a4 4 0 0 1 3.98 3.605M17.415 9H18V3h-.586l-3 3zM5 8a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>
React
import type { SVGProps } from "react";
export function JamVideoCamera(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -6 24 24"><path fill="currentColor" d="M4 2a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm9.98 1.605L16 1.585A2 2 0 0 1 17.414 1H18a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-.586A2 2 0 0 1 16 10.414l-2.02-2.019A4 4 0 0 1 10 12H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h6a4 4 0 0 1 3.98 3.605M17.415 9H18V3h-.586l-3 3zM5 8a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -6 24 24"><path fill="currentColor" d="M4 2a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm9.98 1.605L16 1.585A2 2 0 0 1 17.414 1H18a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-.586A2 2 0 0 1 16 10.414l-2.02-2.019A4 4 0 0 1 10 12H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h6a4 4 0 0 1 3.98 3.605M17.415 9H18V3h-.586l-3 3zM5 8a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg> </template>
CSS
.icon-video-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%22-2%20-6%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%202a2%202%200%200%200-2%202v4a2%202%200%200%200%202%202h6a2%202%200%200%200%202-2V4a2%202%200%200%200-2-2zm9.98%201.605L16%201.585A2%202%200%200%201%2017.414%201H18a2%202%200%200%201%202%202v6a2%202%200%200%201-2%202h-.586A2%202%200%200%201%2016%2010.414l-2.02-2.019A4%204%200%200%201%2010%2012H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h6a4%204%200%200%201%203.98%203.605M17.415%209H18V3h-.586l-3%203zM5%208a1%201%200%201%201%200-2a1%201%200%200%201%200%202%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%22-2%20-6%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%202a2%202%200%200%200-2%202v4a2%202%200%200%200%202%202h6a2%202%200%200%200%202-2V4a2%202%200%200%200-2-2zm9.98%201.605L16%201.585A2%202%200%200%201%2017.414%201H18a2%202%200%200%201%202%202v6a2%202%200%200%201-2%202h-.586A2%202%200%200%201%2016%2010.414l-2.02-2.019A4%204%200%200%201%2010%2012H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h6a4%204%200%200%201%203.98%203.605M17.415%209H18V3h-.586l-3%203zM5%208a1%201%200%201%201%200-2a1%201%200%200%201%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/video-camera.svg?color=%231a73e8&size=48