camera video icon

camera-video from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
camera-video
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the camera video icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="m4.5 21.5l4-4m2 0l4 4m-5-4v5"/><path d="M2 11.875c0-2.062 0-3.094 1.025-3.734S5.7 7.5 9 7.5h1c3.3 0 4.95 0 5.975.64C17 8.782 17 9.814 17 11.876v1.25c0 2.062 0 3.094-1.025 3.734S13.3 17.5 10 17.5H9c-3.3 0-4.95 0-5.975-.64C2 16.218 2 15.186 2 13.124z"/><path stroke-linecap="round" d="m17 10.25l.126-.076c2.116-1.27 3.174-1.904 4.024-1.598c.85.307.85 1.323.85 3.355v1.138c0 2.032 0 3.048-.85 3.355s-1.908-.329-4.024-1.598L17 14.75"/><circle cx="12.5" cy="5" r="2.5"/><circle cx="7" cy="4.5" r="3"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCameraVideo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="m4.5 21.5l4-4m2 0l4 4m-5-4v5"/><path d="M2 11.875c0-2.062 0-3.094 1.025-3.734S5.7 7.5 9 7.5h1c3.3 0 4.95 0 5.975.64C17 8.782 17 9.814 17 11.876v1.25c0 2.062 0 3.094-1.025 3.734S13.3 17.5 10 17.5H9c-3.3 0-4.95 0-5.975-.64C2 16.218 2 15.186 2 13.124z"/><path strokeLinecap="round" d="m17 10.25l.126-.076c2.116-1.27 3.174-1.904 4.024-1.598c.85.307.85 1.323.85 3.355v1.138c0 2.032 0 3.048-.85 3.355s-1.908-.329-4.024-1.598L17 14.75"/><circle cx="12.5" cy="5" r="2.5"/><circle cx="7" cy="4.5" r="3"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="m4.5 21.5l4-4m2 0l4 4m-5-4v5"/><path d="M2 11.875c0-2.062 0-3.094 1.025-3.734S5.7 7.5 9 7.5h1c3.3 0 4.95 0 5.975.64C17 8.782 17 9.814 17 11.876v1.25c0 2.062 0 3.094-1.025 3.734S13.3 17.5 10 17.5H9c-3.3 0-4.95 0-5.975-.64C2 16.218 2 15.186 2 13.124z"/><path stroke-linecap="round" d="m17 10.25l.126-.076c2.116-1.27 3.174-1.904 4.024-1.598c.85.307.85 1.323.85 3.355v1.138c0 2.032 0 3.048-.85 3.355s-1.908-.329-4.024-1.598L17 14.75"/><circle cx="12.5" cy="5" r="2.5"/><circle cx="7" cy="4.5" r="3"/></g></svg>
</template>

CSS

.icon-camera-video {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m4.5%2021.5l4-4m2%200l4%204m-5-4v5%22%2F%3E%3Cpath%20d%3D%22M2%2011.875c0-2.062%200-3.094%201.025-3.734S5.7%207.5%209%207.5h1c3.3%200%204.95%200%205.975.64C17%208.782%2017%209.814%2017%2011.876v1.25c0%202.062%200%203.094-1.025%203.734S13.3%2017.5%2010%2017.5H9c-3.3%200-4.95%200-5.975-.64C2%2016.218%202%2015.186%202%2013.124z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m17%2010.25l.126-.076c2.116-1.27%203.174-1.904%204.024-1.598c.85.307.85%201.323.85%203.355v1.138c0%202.032%200%203.048-.85%203.355s-1.908-.329-4.024-1.598L17%2014.75%22%2F%3E%3Ccircle%20cx%3D%2212.5%22%20cy%3D%225%22%20r%3D%222.5%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%224.5%22%20r%3D%223%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m4.5%2021.5l4-4m2%200l4%204m-5-4v5%22%2F%3E%3Cpath%20d%3D%22M2%2011.875c0-2.062%200-3.094%201.025-3.734S5.7%207.5%209%207.5h1c3.3%200%204.95%200%205.975.64C17%208.782%2017%209.814%2017%2011.876v1.25c0%202.062%200%203.094-1.025%203.734S13.3%2017.5%2010%2017.5H9c-3.3%200-4.95%200-5.975-.64C2%2016.218%202%2015.186%202%2013.124z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m17%2010.25l.126-.076c2.116-1.27%203.174-1.904%204.024-1.598c.85.307.85%201.323.85%203.355v1.138c0%202.032%200%203.048-.85%203.355s-1.908-.329-4.024-1.598L17%2014.75%22%2F%3E%3Ccircle%20cx%3D%2212.5%22%20cy%3D%225%22%20r%3D%222.5%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%224.5%22%20r%3D%223%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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