camera video icon
camera-video-outline-rounded from Material Symbols Light by Google · Outline Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- camera-video-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More hardware icons from Material Symbols Light
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tvdeskphone
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="M8.679 19h6.662l-.75-3H9.429zM9 15h6q2.075 0 3.538-1.463T20 10t-1.463-3.537T15 5H9Q6.925 5 5.463 6.463T4 10t1.463 3.538T9 15m1.232-3.235Q9.5 11.029 9.5 9.996t.736-1.764t1.768-.732t1.764.736t.732 1.768t-.735 1.764t-1.769.732t-1.764-.735M6.499 8.73q.31 0 .521-.21q.21-.21.21-.52t-.21-.521q-.209-.21-.52-.21t-.52.21q-.21.209-.21.52t.21.52q.209.21.52.21M5 20q-.213 0-.356-.144t-.144-.357t.144-.356T5 19h2.648l.756-3.042q-2.283-.214-3.843-1.911T3 10q0-2.507 1.747-4.253Q6.493 4 9 4h6q2.507 0 4.254 1.747Q21 7.493 21 10q0 2.35-1.56 4.047t-3.844 1.91L16.352 19H19q.213 0 .356.144t.144.357t-.144.356T19 20zm9.479-7.521Q15.5 11.458 15.5 10t-1.021-2.479T12 6.5T9.521 7.521T8.5 10t1.021 2.479T12 13.5t2.479-1.021M8.679 19h6.662z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCameraVideoOutlineRounded(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="M8.679 19h6.662l-.75-3H9.429zM9 15h6q2.075 0 3.538-1.463T20 10t-1.463-3.537T15 5H9Q6.925 5 5.463 6.463T4 10t1.463 3.538T9 15m1.232-3.235Q9.5 11.029 9.5 9.996t.736-1.764t1.768-.732t1.764.736t.732 1.768t-.735 1.764t-1.769.732t-1.764-.735M6.499 8.73q.31 0 .521-.21q.21-.21.21-.52t-.21-.521q-.209-.21-.52-.21t-.52.21q-.21.209-.21.52t.21.52q.209.21.52.21M5 20q-.213 0-.356-.144t-.144-.357t.144-.356T5 19h2.648l.756-3.042q-2.283-.214-3.843-1.911T3 10q0-2.507 1.747-4.253Q6.493 4 9 4h6q2.507 0 4.254 1.747Q21 7.493 21 10q0 2.35-1.56 4.047t-3.844 1.91L16.352 19H19q.213 0 .356.144t.144.357t-.144.356T19 20zm9.479-7.521Q15.5 11.458 15.5 10t-1.021-2.479T12 6.5T9.521 7.521T8.5 10t1.021 2.479T12 13.5t2.479-1.021M8.679 19h6.662z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.679 19h6.662l-.75-3H9.429zM9 15h6q2.075 0 3.538-1.463T20 10t-1.463-3.537T15 5H9Q6.925 5 5.463 6.463T4 10t1.463 3.538T9 15m1.232-3.235Q9.5 11.029 9.5 9.996t.736-1.764t1.768-.732t1.764.736t.732 1.768t-.735 1.764t-1.769.732t-1.764-.735M6.499 8.73q.31 0 .521-.21q.21-.21.21-.52t-.21-.521q-.209-.21-.52-.21t-.52.21q-.21.209-.21.52t.21.52q.209.21.52.21M5 20q-.213 0-.356-.144t-.144-.357t.144-.356T5 19h2.648l.756-3.042q-2.283-.214-3.843-1.911T3 10q0-2.507 1.747-4.253Q6.493 4 9 4h6q2.507 0 4.254 1.747Q21 7.493 21 10q0 2.35-1.56 4.047t-3.844 1.91L16.352 19H19q.213 0 .356.144t.144.357t-.144.356T19 20zm9.479-7.521Q15.5 11.458 15.5 10t-1.021-2.479T12 6.5T9.521 7.521T8.5 10t1.021 2.479T12 13.5t2.479-1.021M8.679 19h6.662z"/></svg> </template>
CSS
.icon-camera-video-outline-rounded {
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%22M8.679%2019h6.662l-.75-3H9.429zM9%2015h6q2.075%200%203.538-1.463T20%2010t-1.463-3.537T15%205H9Q6.925%205%205.463%206.463T4%2010t1.463%203.538T9%2015m1.232-3.235Q9.5%2011.029%209.5%209.996t.736-1.764t1.768-.732t1.764.736t.732%201.768t-.735%201.764t-1.769.732t-1.764-.735M6.499%208.73q.31%200%20.521-.21q.21-.21.21-.52t-.21-.521q-.209-.21-.52-.21t-.52.21q-.21.209-.21.52t.21.52q.209.21.52.21M5%2020q-.213%200-.356-.144t-.144-.357t.144-.356T5%2019h2.648l.756-3.042q-2.283-.214-3.843-1.911T3%2010q0-2.507%201.747-4.253Q6.493%204%209%204h6q2.507%200%204.254%201.747Q21%207.493%2021%2010q0%202.35-1.56%204.047t-3.844%201.91L16.352%2019H19q.213%200%20.356.144t.144.357t-.144.356T19%2020zm9.479-7.521Q15.5%2011.458%2015.5%2010t-1.021-2.479T12%206.5T9.521%207.521T8.5%2010t1.021%202.479T12%2013.5t2.479-1.021M8.679%2019h6.662z%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%22M8.679%2019h6.662l-.75-3H9.429zM9%2015h6q2.075%200%203.538-1.463T20%2010t-1.463-3.537T15%205H9Q6.925%205%205.463%206.463T4%2010t1.463%203.538T9%2015m1.232-3.235Q9.5%2011.029%209.5%209.996t.736-1.764t1.768-.732t1.764.736t.732%201.768t-.735%201.764t-1.769.732t-1.764-.735M6.499%208.73q.31%200%20.521-.21q.21-.21.21-.52t-.21-.521q-.209-.21-.52-.21t-.52.21q-.21.209-.21.52t.21.52q.209.21.52.21M5%2020q-.213%200-.356-.144t-.144-.357t.144-.356T5%2019h2.648l.756-3.042q-2.283-.214-3.843-1.911T3%2010q0-2.507%201.747-4.253Q6.493%204%209%204h6q2.507%200%204.254%201.747Q21%207.493%2021%2010q0%202.35-1.56%204.047t-3.844%201.91L16.352%2019H19q.213%200%20.356.144t.144.357t-.144.356T19%2020zm9.479-7.521Q15.5%2011.458%2015.5%2010t-1.021-2.479T12%206.5T9.521%207.521T8.5%2010t1.021%202.479T12%2013.5t2.479-1.021M8.679%2019h6.662z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/camera-video-outline-rounded.svg?color=%231a73e8&size=48