round control camera icon

round-control-camera from Google Material Icons by Material Design Authors · Baseline · AV · Apache-2.0 Free for personal and commercial use.

Name
round-control-camera
Set
Google Material Icons
Style
Baseline
Category
AV
Viewbox
24×24
License
Apache 2.0

More av icons from Google Material Icons

Use the round 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="M4.65 9.35L2.7 11.3a.996.996 0 0 0 0 1.41l1.95 1.95c.49.49 1.28.49 1.77 0c.48-.49.48-1.27 0-1.76l-.88-.9l.88-.89c.48-.49.48-1.27 0-1.76s-1.28-.49-1.77 0m12.93 0c-.48.49-.48 1.27 0 1.76l.88.89l-.88.89c-.48.49-.48 1.27 0 1.76c.49.49 1.28.49 1.77 0l1.95-1.95a.996.996 0 0 0 0-1.41l-1.95-1.95c-.49-.48-1.29-.48-1.77.01M12 18.46l-.89-.88c-.49-.48-1.27-.48-1.76 0a1.25 1.25 0 0 0 0 1.77l1.95 1.95c.39.39 1.02.39 1.41 0l1.95-1.95c.49-.49.49-1.28 0-1.77c-.49-.48-1.27-.48-1.76 0zM9.35 6.42c.49.48 1.27.48 1.76 0l.89-.88l.89.88c.49.48 1.27.48 1.76 0c.49-.49.49-1.28 0-1.77L12.7 2.7a.996.996 0 0 0-1.41 0L9.35 4.65a1.25 1.25 0 0 0 0 1.77"/><circle cx="12" cy="12" r="3" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundControlCamera(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="M4.65 9.35L2.7 11.3a.996.996 0 0 0 0 1.41l1.95 1.95c.49.49 1.28.49 1.77 0c.48-.49.48-1.27 0-1.76l-.88-.9l.88-.89c.48-.49.48-1.27 0-1.76s-1.28-.49-1.77 0m12.93 0c-.48.49-.48 1.27 0 1.76l.88.89l-.88.89c-.48.49-.48 1.27 0 1.76c.49.49 1.28.49 1.77 0l1.95-1.95a.996.996 0 0 0 0-1.41l-1.95-1.95c-.49-.48-1.29-.48-1.77.01M12 18.46l-.89-.88c-.49-.48-1.27-.48-1.76 0a1.25 1.25 0 0 0 0 1.77l1.95 1.95c.39.39 1.02.39 1.41 0l1.95-1.95c.49-.49.49-1.28 0-1.77c-.49-.48-1.27-.48-1.76 0zM9.35 6.42c.49.48 1.27.48 1.76 0l.89-.88l.89.88c.49.48 1.27.48 1.76 0c.49-.49.49-1.28 0-1.77L12.7 2.7a.996.996 0 0 0-1.41 0L9.35 4.65a1.25 1.25 0 0 0 0 1.77"/><circle cx="12" cy="12" r="3" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.65 9.35L2.7 11.3a.996.996 0 0 0 0 1.41l1.95 1.95c.49.49 1.28.49 1.77 0c.48-.49.48-1.27 0-1.76l-.88-.9l.88-.89c.48-.49.48-1.27 0-1.76s-1.28-.49-1.77 0m12.93 0c-.48.49-.48 1.27 0 1.76l.88.89l-.88.89c-.48.49-.48 1.27 0 1.76c.49.49 1.28.49 1.77 0l1.95-1.95a.996.996 0 0 0 0-1.41l-1.95-1.95c-.49-.48-1.29-.48-1.77.01M12 18.46l-.89-.88c-.49-.48-1.27-.48-1.76 0a1.25 1.25 0 0 0 0 1.77l1.95 1.95c.39.39 1.02.39 1.41 0l1.95-1.95c.49-.49.49-1.28 0-1.77c-.49-.48-1.27-.48-1.76 0zM9.35 6.42c.49.48 1.27.48 1.76 0l.89-.88l.89.88c.49.48 1.27.48 1.76 0c.49-.49.49-1.28 0-1.77L12.7 2.7a.996.996 0 0 0-1.41 0L9.35 4.65a1.25 1.25 0 0 0 0 1.77"/><circle cx="12" cy="12" r="3" fill="currentColor"/></svg>
</template>

CSS

.icon-round-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%22M4.65%209.35L2.7%2011.3a.996.996%200%200%200%200%201.41l1.95%201.95c.49.49%201.28.49%201.77%200c.48-.49.48-1.27%200-1.76l-.88-.9l.88-.89c.48-.49.48-1.27%200-1.76s-1.28-.49-1.77%200m12.93%200c-.48.49-.48%201.27%200%201.76l.88.89l-.88.89c-.48.49-.48%201.27%200%201.76c.49.49%201.28.49%201.77%200l1.95-1.95a.996.996%200%200%200%200-1.41l-1.95-1.95c-.49-.48-1.29-.48-1.77.01M12%2018.46l-.89-.88c-.49-.48-1.27-.48-1.76%200a1.25%201.25%200%200%200%200%201.77l1.95%201.95c.39.39%201.02.39%201.41%200l1.95-1.95c.49-.49.49-1.28%200-1.77c-.49-.48-1.27-.48-1.76%200zM9.35%206.42c.49.48%201.27.48%201.76%200l.89-.88l.89.88c.49.48%201.27.48%201.76%200c.49-.49.49-1.28%200-1.77L12.7%202.7a.996.996%200%200%200-1.41%200L9.35%204.65a1.25%201.25%200%200%200%200%201.77%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%223%22%20fill%3D%22currentColor%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%22M4.65%209.35L2.7%2011.3a.996.996%200%200%200%200%201.41l1.95%201.95c.49.49%201.28.49%201.77%200c.48-.49.48-1.27%200-1.76l-.88-.9l.88-.89c.48-.49.48-1.27%200-1.76s-1.28-.49-1.77%200m12.93%200c-.48.49-.48%201.27%200%201.76l.88.89l-.88.89c-.48.49-.48%201.27%200%201.76c.49.49%201.28.49%201.77%200l1.95-1.95a.996.996%200%200%200%200-1.41l-1.95-1.95c-.49-.48-1.29-.48-1.77.01M12%2018.46l-.89-.88c-.49-.48-1.27-.48-1.76%200a1.25%201.25%200%200%200%200%201.77l1.95%201.95c.39.39%201.02.39%201.41%200l1.95-1.95c.49-.49.49-1.28%200-1.77c-.49-.48-1.27-.48-1.76%200zM9.35%206.42c.49.48%201.27.48%201.76%200l.89-.88l.89.88c.49.48%201.27.48%201.76%200c.49-.49.49-1.28%200-1.77L12.7%202.7a.996.996%200%200%200-1.41%200L9.35%204.65a1.25%201.25%200%200%200%200%201.77%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%223%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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