control camera icon
control-camera from Material Symbols by Google · Regular · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- control-camera
- Set
- Material Symbols
- Style
- Regular
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- control-camera-outline, control-camera-outline-sharp, control-camera-sharp
1 other variant in Material Symbols
The same icon in other sets
More audio & video icons from Material Symbols
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 15.025q-1.25 0-2.125-.875t-.875-2.125T9.85 9.9t2.125-.875T14.1 9.9t.875 2.125t-.875 2.125t-2.125.875m0 6.975l-4.25-4.25l1.425-1.425l2.85 2.85l2.825-2.825l1.4 1.4zm-5.75-5.725l-4.25-4.25l4.25-4.25L7.65 9.2L4.8 12.05l2.825 2.825zm2.9-8.625l-1.4-1.4L11.975 2l4.25 4.25L14.8 7.675l-2.85-2.85zm8.6 8.625L16.3 14.85L19.15 12l-2.825-2.825l1.4-1.4l4.25 4.25z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsControlCamera(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 15.025q-1.25 0-2.125-.875t-.875-2.125T9.85 9.9t2.125-.875T14.1 9.9t.875 2.125t-.875 2.125t-2.125.875m0 6.975l-4.25-4.25l1.425-1.425l2.85 2.85l2.825-2.825l1.4 1.4zm-5.75-5.725l-4.25-4.25l4.25-4.25L7.65 9.2L4.8 12.05l2.825 2.825zm2.9-8.625l-1.4-1.4L11.975 2l4.25 4.25L14.8 7.675l-2.85-2.85zm8.6 8.625L16.3 14.85L19.15 12l-2.825-2.825l1.4-1.4l4.25 4.25z"/></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 15.025q-1.25 0-2.125-.875t-.875-2.125T9.85 9.9t2.125-.875T14.1 9.9t.875 2.125t-.875 2.125t-2.125.875m0 6.975l-4.25-4.25l1.425-1.425l2.85 2.85l2.825-2.825l1.4 1.4zm-5.75-5.725l-4.25-4.25l4.25-4.25L7.65 9.2L4.8 12.05l2.825 2.825zm2.9-8.625l-1.4-1.4L11.975 2l4.25 4.25L14.8 7.675l-2.85-2.85zm8.6 8.625L16.3 14.85L19.15 12l-2.825-2.825l1.4-1.4l4.25 4.25z"/></svg> </template>
CSS
.icon-control-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%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.975%2015.025q-1.25%200-2.125-.875t-.875-2.125T9.85%209.9t2.125-.875T14.1%209.9t.875%202.125t-.875%202.125t-2.125.875m0%206.975l-4.25-4.25l1.425-1.425l2.85%202.85l2.825-2.825l1.4%201.4zm-5.75-5.725l-4.25-4.25l4.25-4.25L7.65%209.2L4.8%2012.05l2.825%202.825zm2.9-8.625l-1.4-1.4L11.975%202l4.25%204.25L14.8%207.675l-2.85-2.85zm8.6%208.625L16.3%2014.85L19.15%2012l-2.825-2.825l1.4-1.4l4.25%204.25z%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%2015.025q-1.25%200-2.125-.875t-.875-2.125T9.85%209.9t2.125-.875T14.1%209.9t.875%202.125t-.875%202.125t-2.125.875m0%206.975l-4.25-4.25l1.425-1.425l2.85%202.85l2.825-2.825l1.4%201.4zm-5.75-5.725l-4.25-4.25l4.25-4.25L7.65%209.2L4.8%2012.05l2.825%202.825zm2.9-8.625l-1.4-1.4L11.975%202l4.25%204.25L14.8%207.675l-2.85-2.85zm8.6%208.625L16.3%2014.85L19.15%2012l-2.825-2.825l1.4-1.4l4.25%204.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/control-camera.svg?color=%231a73e8&size=48