camera-video from Material Symbols by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.

Name
camera-video
Set
Material Symbols
Style
Regular
Category
Hardware
Viewbox
24×24
License
Apache 2.0
Aliases
camera-video-sharp

3 other variants in Material Symbols

The same icon in other sets

More hardware icons from Material Symbols

Use the camera video icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.588 11.413Q10 10.825 10 10t.588-1.412T12 8t1.413.588T14 10t-.587 1.413T12 12t-1.412-.587M6.5 9q.425 0 .713-.288T7.5 8t-.288-.712T6.5 7t-.712.288T5.5 8t.288.713T6.5 9M4 21v-2h3.225l.525-2.1q-2.475-.425-4.112-2.363T2 10q0-2.925 2.038-4.962T9 3h6q2.925 0 4.963 2.038T22 10q0 2.6-1.638 4.538T16.25 16.9l.525 2.1H20v2zm10.825-8.175Q16 11.65 16 10t-1.175-2.825T12 6T9.175 7.175T8 10t1.175 2.825T12 14t2.825-1.175"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCameraVideo(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="M10.588 11.413Q10 10.825 10 10t.588-1.412T12 8t1.413.588T14 10t-.587 1.413T12 12t-1.412-.587M6.5 9q.425 0 .713-.288T7.5 8t-.288-.712T6.5 7t-.712.288T5.5 8t.288.713T6.5 9M4 21v-2h3.225l.525-2.1q-2.475-.425-4.112-2.363T2 10q0-2.925 2.038-4.962T9 3h6q2.925 0 4.963 2.038T22 10q0 2.6-1.638 4.538T16.25 16.9l.525 2.1H20v2zm10.825-8.175Q16 11.65 16 10t-1.175-2.825T12 6T9.175 7.175T8 10t1.175 2.825T12 14t2.825-1.175"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.588 11.413Q10 10.825 10 10t.588-1.412T12 8t1.413.588T14 10t-.587 1.413T12 12t-1.412-.587M6.5 9q.425 0 .713-.288T7.5 8t-.288-.712T6.5 7t-.712.288T5.5 8t.288.713T6.5 9M4 21v-2h3.225l.525-2.1q-2.475-.425-4.112-2.363T2 10q0-2.925 2.038-4.962T9 3h6q2.925 0 4.963 2.038T22 10q0 2.6-1.638 4.538T16.25 16.9l.525 2.1H20v2zm10.825-8.175Q16 11.65 16 10t-1.175-2.825T12 6T9.175 7.175T8 10t1.175 2.825T12 14t2.825-1.175"/></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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.588%2011.413Q10%2010.825%2010%2010t.588-1.412T12%208t1.413.588T14%2010t-.587%201.413T12%2012t-1.412-.587M6.5%209q.425%200%20.713-.288T7.5%208t-.288-.712T6.5%207t-.712.288T5.5%208t.288.713T6.5%209M4%2021v-2h3.225l.525-2.1q-2.475-.425-4.112-2.363T2%2010q0-2.925%202.038-4.962T9%203h6q2.925%200%204.963%202.038T22%2010q0%202.6-1.638%204.538T16.25%2016.9l.525%202.1H20v2zm10.825-8.175Q16%2011.65%2016%2010t-1.175-2.825T12%206T9.175%207.175T8%2010t1.175%202.825T12%2014t2.825-1.175%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%22M10.588%2011.413Q10%2010.825%2010%2010t.588-1.412T12%208t1.413.588T14%2010t-.587%201.413T12%2012t-1.412-.587M6.5%209q.425%200%20.713-.288T7.5%208t-.288-.712T6.5%207t-.712.288T5.5%208t.288.713T6.5%209M4%2021v-2h3.225l.525-2.1q-2.475-.425-4.112-2.363T2%2010q0-2.925%202.038-4.962T9%203h6q2.925%200%204.963%202.038T22%2010q0%202.6-1.638%204.538T16.25%2016.9l.525%202.1H20v2zm10.825-8.175Q16%2011.65%2016%2010t-1.175-2.825T12%206T9.175%207.175T8%2010t1.175%202.825T12%2014t2.825-1.175%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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