control camera icon
control-camera-rounded from Material Symbols Light by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- control-camera-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- control-camera-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More audio & video icons from Material Symbols Light
Use the control camera icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.975 14.083q-.865 0-1.461-.597q-.597-.596-.597-1.461t.597-1.462t1.461-.596t1.462.596t.596 1.462t-.596 1.461t-1.462.597m-1.136 5.761l-2.222-2.221q-.146-.146-.152-.347t.158-.367t.357-.165t.357.165l2.202 2.208q.173.173.442.173t.442-.173l2.202-2.201q.16-.16.354-.15q.194.009.354.169q.14.16.15.354t-.15.353l-2.202 2.202q-.243.243-.55.364q-.308.12-.606.12t-.596-.12t-.54-.364m-4.487-4.461L4.131 13.18q-.242-.242-.354-.54t-.111-.597t.111-.596t.354-.54l2.24-2.24q.146-.147.347-.157q.201-.009.367.156q.165.166.165.357q0 .192-.165.357l-2.208 2.207q-.173.174-.173.443t.173.442l2.202 2.202q.16.16.16.364t-.16.363t-.364.15t-.363-.17m2.265-9.024l2.202-2.202q.242-.242.54-.354t.597-.111t.596.111t.54.354l2.24 2.221q.166.146.166.344t-.165.364q-.166.165-.357.165q-.192 0-.357-.165l-2.208-2.202q-.173-.174-.442-.174t-.442.174L9.325 7.085q-.16.16-.354.15t-.354-.15q-.16-.16-.16-.364t.16-.363m8.293 8.306l2.202-2.202q.173-.173.173-.443t-.174-.442L16.91 9.375q-.14-.14-.15-.344t.15-.364t.354-.16t.353.16l2.222 2.221q.242.243.353.54q.112.299.112.597t-.112.596t-.353.54l-2.222 2.222q-.146.146-.344.152t-.363-.158t-.166-.357t.166-.357"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightControlCameraRounded(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="M11.975 14.083q-.865 0-1.461-.597q-.597-.596-.597-1.461t.597-1.462t1.461-.596t1.462.596t.596 1.462t-.596 1.461t-1.462.597m-1.136 5.761l-2.222-2.221q-.146-.146-.152-.347t.158-.367t.357-.165t.357.165l2.202 2.208q.173.173.442.173t.442-.173l2.202-2.201q.16-.16.354-.15q.194.009.354.169q.14.16.15.354t-.15.353l-2.202 2.202q-.243.243-.55.364q-.308.12-.606.12t-.596-.12t-.54-.364m-4.487-4.461L4.131 13.18q-.242-.242-.354-.54t-.111-.597t.111-.596t.354-.54l2.24-2.24q.146-.147.347-.157q.201-.009.367.156q.165.166.165.357q0 .192-.165.357l-2.208 2.207q-.173.174-.173.443t.173.442l2.202 2.202q.16.16.16.364t-.16.363t-.364.15t-.363-.17m2.265-9.024l2.202-2.202q.242-.242.54-.354t.597-.111t.596.111t.54.354l2.24 2.221q.166.146.166.344t-.165.364q-.166.165-.357.165q-.192 0-.357-.165l-2.208-2.202q-.173-.174-.442-.174t-.442.174L9.325 7.085q-.16.16-.354.15t-.354-.15q-.16-.16-.16-.364t.16-.363m8.293 8.306l2.202-2.202q.173-.173.173-.443t-.174-.442L16.91 9.375q-.14-.14-.15-.344t.15-.364t.354-.16t.353.16l2.222 2.221q.242.243.353.54q.112.299.112.597t-.112.596t-.353.54l-2.222 2.222q-.146.146-.344.152t-.363-.158t-.166-.357t.166-.357"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.975 14.083q-.865 0-1.461-.597q-.597-.596-.597-1.461t.597-1.462t1.461-.596t1.462.596t.596 1.462t-.596 1.461t-1.462.597m-1.136 5.761l-2.222-2.221q-.146-.146-.152-.347t.158-.367t.357-.165t.357.165l2.202 2.208q.173.173.442.173t.442-.173l2.202-2.201q.16-.16.354-.15q.194.009.354.169q.14.16.15.354t-.15.353l-2.202 2.202q-.243.243-.55.364q-.308.12-.606.12t-.596-.12t-.54-.364m-4.487-4.461L4.131 13.18q-.242-.242-.354-.54t-.111-.597t.111-.596t.354-.54l2.24-2.24q.146-.147.347-.157q.201-.009.367.156q.165.166.165.357q0 .192-.165.357l-2.208 2.207q-.173.174-.173.443t.173.442l2.202 2.202q.16.16.16.364t-.16.363t-.364.15t-.363-.17m2.265-9.024l2.202-2.202q.242-.242.54-.354t.597-.111t.596.111t.54.354l2.24 2.221q.166.146.166.344t-.165.364q-.166.165-.357.165q-.192 0-.357-.165l-2.208-2.202q-.173-.174-.442-.174t-.442.174L9.325 7.085q-.16.16-.354.15t-.354-.15q-.16-.16-.16-.364t.16-.363m8.293 8.306l2.202-2.202q.173-.173.173-.443t-.174-.442L16.91 9.375q-.14-.14-.15-.344t.15-.364t.354-.16t.353.16l2.222 2.221q.242.243.353.54q.112.299.112.597t-.112.596t-.353.54l-2.222 2.222q-.146.146-.344.152t-.363-.158t-.166-.357t.166-.357"/></svg> </template>
CSS
.icon-control-camera-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%22M11.975%2014.083q-.865%200-1.461-.597q-.597-.596-.597-1.461t.597-1.462t1.461-.596t1.462.596t.596%201.462t-.596%201.461t-1.462.597m-1.136%205.761l-2.222-2.221q-.146-.146-.152-.347t.158-.367t.357-.165t.357.165l2.202%202.208q.173.173.442.173t.442-.173l2.202-2.201q.16-.16.354-.15q.194.009.354.169q.14.16.15.354t-.15.353l-2.202%202.202q-.243.243-.55.364q-.308.12-.606.12t-.596-.12t-.54-.364m-4.487-4.461L4.131%2013.18q-.242-.242-.354-.54t-.111-.597t.111-.596t.354-.54l2.24-2.24q.146-.147.347-.157q.201-.009.367.156q.165.166.165.357q0%20.192-.165.357l-2.208%202.207q-.173.174-.173.443t.173.442l2.202%202.202q.16.16.16.364t-.16.363t-.364.15t-.363-.17m2.265-9.024l2.202-2.202q.242-.242.54-.354t.597-.111t.596.111t.54.354l2.24%202.221q.166.146.166.344t-.165.364q-.166.165-.357.165q-.192%200-.357-.165l-2.208-2.202q-.173-.174-.442-.174t-.442.174L9.325%207.085q-.16.16-.354.15t-.354-.15q-.16-.16-.16-.364t.16-.363m8.293%208.306l2.202-2.202q.173-.173.173-.443t-.174-.442L16.91%209.375q-.14-.14-.15-.344t.15-.364t.354-.16t.353.16l2.222%202.221q.242.243.353.54q.112.299.112.597t-.112.596t-.353.54l-2.222%202.222q-.146.146-.344.152t-.363-.158t-.166-.357t.166-.357%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%22M11.975%2014.083q-.865%200-1.461-.597q-.597-.596-.597-1.461t.597-1.462t1.461-.596t1.462.596t.596%201.462t-.596%201.461t-1.462.597m-1.136%205.761l-2.222-2.221q-.146-.146-.152-.347t.158-.367t.357-.165t.357.165l2.202%202.208q.173.173.442.173t.442-.173l2.202-2.201q.16-.16.354-.15q.194.009.354.169q.14.16.15.354t-.15.353l-2.202%202.202q-.243.243-.55.364q-.308.12-.606.12t-.596-.12t-.54-.364m-4.487-4.461L4.131%2013.18q-.242-.242-.354-.54t-.111-.597t.111-.596t.354-.54l2.24-2.24q.146-.147.347-.157q.201-.009.367.156q.165.166.165.357q0%20.192-.165.357l-2.208%202.207q-.173.174-.173.443t.173.442l2.202%202.202q.16.16.16.364t-.16.363t-.364.15t-.363-.17m2.265-9.024l2.202-2.202q.242-.242.54-.354t.597-.111t.596.111t.54.354l2.24%202.221q.166.146.166.344t-.165.364q-.166.165-.357.165q-.192%200-.357-.165l-2.208-2.202q-.173-.174-.442-.174t-.442.174L9.325%207.085q-.16.16-.354.15t-.354-.15q-.16-.16-.16-.364t.16-.363m8.293%208.306l2.202-2.202q.173-.173.173-.443t-.174-.442L16.91%209.375q-.14-.14-.15-.344t.15-.364t.354-.16t.353.16l2.222%202.221q.242.243.353.54q.112.299.112.597t-.112.596t-.353.54l-2.222%202.222q-.146.146-.344.152t-.363-.158t-.166-.357t.166-.357%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/control-camera-rounded.svg?color=%231a73e8&size=48