control camera icon

control-camera-rounded from Material Symbols by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.

Name
control-camera-rounded
Set
Material Symbols
Style
Rounded
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0
Aliases
control-camera-outline-rounded

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.875m-1.425 5.55L8.425 18.45q-.3-.3-.288-.712t.313-.713t.713-.3t.712.3L12 19.175l2.125-2.125q.275-.275.7-.275t.7.275t.275.7t-.275.7L13.4 20.575q-.3.3-.675.45t-.75.15t-.75-.15t-.675-.45m-5.025-5L3.4 13.45q-.3-.3-.45-.675t-.15-.75t.15-.75t.45-.675l2.125-2.125q.3-.3.713-.3t.712.3t.3.713t-.3.712L4.8 12.05l2.125 2.125q.275.275.275.7t-.275.7t-.7.275t-.7-.275m2.9-10.025l2.125-2.125q.3-.3.675-.45t.75-.15t.75.15t.675.45l2.125 2.125q.3.3.3.7t-.3.7t-.712.3t-.713-.3l-2.15-2.125L9.825 6.95q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7m8.6 8.575L19.15 12l-2.125-2.125q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275L20.55 10.6q.3.3.45.675t.15.75t-.15.75t-.45.675l-2.125 2.125q-.3.3-.7.288t-.7-.313t-.3-.712t.3-.713"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsControlCameraRounded(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.875m-1.425 5.55L8.425 18.45q-.3-.3-.288-.712t.313-.713t.713-.3t.712.3L12 19.175l2.125-2.125q.275-.275.7-.275t.7.275t.275.7t-.275.7L13.4 20.575q-.3.3-.675.45t-.75.15t-.75-.15t-.675-.45m-5.025-5L3.4 13.45q-.3-.3-.45-.675t-.15-.75t.15-.75t.45-.675l2.125-2.125q.3-.3.713-.3t.712.3t.3.713t-.3.712L4.8 12.05l2.125 2.125q.275.275.275.7t-.275.7t-.7.275t-.7-.275m2.9-10.025l2.125-2.125q.3-.3.675-.45t.75-.15t.75.15t.675.45l2.125 2.125q.3.3.3.7t-.3.7t-.712.3t-.713-.3l-2.15-2.125L9.825 6.95q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7m8.6 8.575L19.15 12l-2.125-2.125q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275L20.55 10.6q.3.3.45.675t.15.75t-.15.75t-.45.675l-2.125 2.125q-.3.3-.7.288t-.7-.313t-.3-.712t.3-.713"/></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.875m-1.425 5.55L8.425 18.45q-.3-.3-.288-.712t.313-.713t.713-.3t.712.3L12 19.175l2.125-2.125q.275-.275.7-.275t.7.275t.275.7t-.275.7L13.4 20.575q-.3.3-.675.45t-.75.15t-.75-.15t-.675-.45m-5.025-5L3.4 13.45q-.3-.3-.45-.675t-.15-.75t.15-.75t.45-.675l2.125-2.125q.3-.3.713-.3t.712.3t.3.713t-.3.712L4.8 12.05l2.125 2.125q.275.275.275.7t-.275.7t-.7.275t-.7-.275m2.9-10.025l2.125-2.125q.3-.3.675-.45t.75-.15t.75.15t.675.45l2.125 2.125q.3.3.3.7t-.3.7t-.712.3t-.713-.3l-2.15-2.125L9.825 6.95q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7m8.6 8.575L19.15 12l-2.125-2.125q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275L20.55 10.6q.3.3.45.675t.15.75t-.15.75t-.45.675l-2.125 2.125q-.3.3-.7.288t-.7-.313t-.3-.712t.3-.713"/></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%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.875m-1.425%205.55L8.425%2018.45q-.3-.3-.288-.712t.313-.713t.713-.3t.712.3L12%2019.175l2.125-2.125q.275-.275.7-.275t.7.275t.275.7t-.275.7L13.4%2020.575q-.3.3-.675.45t-.75.15t-.75-.15t-.675-.45m-5.025-5L3.4%2013.45q-.3-.3-.45-.675t-.15-.75t.15-.75t.45-.675l2.125-2.125q.3-.3.713-.3t.712.3t.3.713t-.3.712L4.8%2012.05l2.125%202.125q.275.275.275.7t-.275.7t-.7.275t-.7-.275m2.9-10.025l2.125-2.125q.3-.3.675-.45t.75-.15t.75.15t.675.45l2.125%202.125q.3.3.3.7t-.3.7t-.712.3t-.713-.3l-2.15-2.125L9.825%206.95q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7m8.6%208.575L19.15%2012l-2.125-2.125q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275L20.55%2010.6q.3.3.45.675t.15.75t-.15.75t-.45.675l-2.125%202.125q-.3.3-.7.288t-.7-.313t-.3-.712t.3-.713%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.875m-1.425%205.55L8.425%2018.45q-.3-.3-.288-.712t.313-.713t.713-.3t.712.3L12%2019.175l2.125-2.125q.275-.275.7-.275t.7.275t.275.7t-.275.7L13.4%2020.575q-.3.3-.675.45t-.75.15t-.75-.15t-.675-.45m-5.025-5L3.4%2013.45q-.3-.3-.45-.675t-.15-.75t.15-.75t.45-.675l2.125-2.125q.3-.3.713-.3t.712.3t.3.713t-.3.712L4.8%2012.05l2.125%202.125q.275.275.275.7t-.275.7t-.7.275t-.7-.275m2.9-10.025l2.125-2.125q.3-.3.675-.45t.75-.15t.75.15t.675.45l2.125%202.125q.3.3.3.7t-.3.7t-.712.3t-.713-.3l-2.15-2.125L9.825%206.95q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7m8.6%208.575L19.15%2012l-2.125-2.125q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275L20.55%2010.6q.3.3.45.675t.15.75t-.15.75t-.45.675l-2.125%202.125q-.3.3-.7.288t-.7-.313t-.3-.712t.3-.713%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-rounded.svg?color=%231a73e8&size=48