round linked camera icon

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

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

More image icons from Google Material Icons

Use the round linked camera icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12" cy="13" r="2.5" fill="currentColor"/><path fill="currentColor" d="M16.6 2.37c2.1.27 3.77 1.93 4.03 4.03c.04.34.32.6.66.6c.39 0 .71-.34.66-.73a6.01 6.01 0 0 0-5.22-5.22c-.39-.05-.73.27-.73.66c0 .34.26.62.6.66m2.63 3.82a3.34 3.34 0 0 0-2.42-2.42c-.41-.1-.81.22-.81.65c0 .29.19.57.48.64c.72.18 1.29.74 1.46 1.46c.07.29.34.48.64.48c.43 0 .75-.4.65-.81"/><path fill="currentColor" d="M17 8c0-1.1-.9-2-2-2V4c0-.55-.45-1-1-1H9.88c-.56 0-1.1.24-1.48.65L7.17 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-9c0-1.1-.9-2-2-2zm-5 9.5c-2.48 0-4.5-2.02-4.5-4.5S9.52 8.5 12 8.5s4.5 2.02 4.5 4.5s-2.02 4.5-4.5 4.5"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundLinkedCamera(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12" cy="13" r="2.5" fill="currentColor"/><path fill="currentColor" d="M16.6 2.37c2.1.27 3.77 1.93 4.03 4.03c.04.34.32.6.66.6c.39 0 .71-.34.66-.73a6.01 6.01 0 0 0-5.22-5.22c-.39-.05-.73.27-.73.66c0 .34.26.62.6.66m2.63 3.82a3.34 3.34 0 0 0-2.42-2.42c-.41-.1-.81.22-.81.65c0 .29.19.57.48.64c.72.18 1.29.74 1.46 1.46c.07.29.34.48.64.48c.43 0 .75-.4.65-.81"/><path fill="currentColor" d="M17 8c0-1.1-.9-2-2-2V4c0-.55-.45-1-1-1H9.88c-.56 0-1.1.24-1.48.65L7.17 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-9c0-1.1-.9-2-2-2zm-5 9.5c-2.48 0-4.5-2.02-4.5-4.5S9.52 8.5 12 8.5s4.5 2.02 4.5 4.5s-2.02 4.5-4.5 4.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12" cy="13" r="2.5" fill="currentColor"/><path fill="currentColor" d="M16.6 2.37c2.1.27 3.77 1.93 4.03 4.03c.04.34.32.6.66.6c.39 0 .71-.34.66-.73a6.01 6.01 0 0 0-5.22-5.22c-.39-.05-.73.27-.73.66c0 .34.26.62.6.66m2.63 3.82a3.34 3.34 0 0 0-2.42-2.42c-.41-.1-.81.22-.81.65c0 .29.19.57.48.64c.72.18 1.29.74 1.46 1.46c.07.29.34.48.64.48c.43 0 .75-.4.65-.81"/><path fill="currentColor" d="M17 8c0-1.1-.9-2-2-2V4c0-.55-.45-1-1-1H9.88c-.56 0-1.1.24-1.48.65L7.17 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-9c0-1.1-.9-2-2-2zm-5 9.5c-2.48 0-4.5-2.02-4.5-4.5S9.52 8.5 12 8.5s4.5 2.02 4.5 4.5s-2.02 4.5-4.5 4.5"/></svg>
</template>

CSS

.icon-round-linked-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%3Ccircle%20cx%3D%2212%22%20cy%3D%2213%22%20r%3D%222.5%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.6%202.37c2.1.27%203.77%201.93%204.03%204.03c.04.34.32.6.66.6c.39%200%20.71-.34.66-.73a6.01%206.01%200%200%200-5.22-5.22c-.39-.05-.73.27-.73.66c0%20.34.26.62.6.66m2.63%203.82a3.34%203.34%200%200%200-2.42-2.42c-.41-.1-.81.22-.81.65c0%20.29.19.57.48.64c.72.18%201.29.74%201.46%201.46c.07.29.34.48.64.48c.43%200%20.75-.4.65-.81%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%208c0-1.1-.9-2-2-2V4c0-.55-.45-1-1-1H9.88c-.56%200-1.1.24-1.48.65L7.17%205H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2v-9c0-1.1-.9-2-2-2zm-5%209.5c-2.48%200-4.5-2.02-4.5-4.5S9.52%208.5%2012%208.5s4.5%202.02%204.5%204.5s-2.02%204.5-4.5%204.5%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%3Ccircle%20cx%3D%2212%22%20cy%3D%2213%22%20r%3D%222.5%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.6%202.37c2.1.27%203.77%201.93%204.03%204.03c.04.34.32.6.66.6c.39%200%20.71-.34.66-.73a6.01%206.01%200%200%200-5.22-5.22c-.39-.05-.73.27-.73.66c0%20.34.26.62.6.66m2.63%203.82a3.34%203.34%200%200%200-2.42-2.42c-.41-.1-.81.22-.81.65c0%20.29.19.57.48.64c.72.18%201.29.74%201.46%201.46c.07.29.34.48.64.48c.43%200%20.75-.4.65-.81%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%208c0-1.1-.9-2-2-2V4c0-.55-.45-1-1-1H9.88c-.56%200-1.1.24-1.48.65L7.17%205H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2v-9c0-1.1-.9-2-2-2zm-5%209.5c-2.48%200-4.5-2.02-4.5-4.5S9.52%208.5%2012%208.5s4.5%202.02%204.5%204.5s-2.02%204.5-4.5%204.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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