twotone linked camera icon

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

Name
twotone-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 twotone linked camera icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 20H4V8h4.05l1.83-2H15V4H9L7.17 6H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V9h-2zM16 2v1.33c2.58 0 4.66 2.09 4.67 4.66H22A6.003 6.003 0 0 0 16 2m0 2.67V6c1.11 0 1.99.89 2 1.99h1.33A3.327 3.327 0 0 0 16 4.67"/><path fill="currentColor" d="M14.98 10.01c-.13-.09-.26-.18-.39-.26c.14.08.27.17.39.26M17 9a2.02 2.02 0 0 0-1.01-1.73C15.7 7.1 15.36 7 15 7V6H9.88L8.05 8H4v12h16V9zm-5 10c-2.76 0-5-2.24-5-5s2.24-5 5-5s5 2.24 5 5s-2.24 5-5 5" opacity=".3"/><path fill="currentColor" d="M12 9c-2.76 0-5 2.24-5 5s2.24 5 5 5s5-2.24 5-5s-2.24-5-5-5m0 8c-1.65 0-3-1.35-3-3s1.35-3 3-3s3 1.35 3 3s-1.35 3-3 3"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneLinkedCamera(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="M20 20H4V8h4.05l1.83-2H15V4H9L7.17 6H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V9h-2zM16 2v1.33c2.58 0 4.66 2.09 4.67 4.66H22A6.003 6.003 0 0 0 16 2m0 2.67V6c1.11 0 1.99.89 2 1.99h1.33A3.327 3.327 0 0 0 16 4.67"/><path fill="currentColor" d="M14.98 10.01c-.13-.09-.26-.18-.39-.26c.14.08.27.17.39.26M17 9a2.02 2.02 0 0 0-1.01-1.73C15.7 7.1 15.36 7 15 7V6H9.88L8.05 8H4v12h16V9zm-5 10c-2.76 0-5-2.24-5-5s2.24-5 5-5s5 2.24 5 5s-2.24 5-5 5" opacity=".3"/><path fill="currentColor" d="M12 9c-2.76 0-5 2.24-5 5s2.24 5 5 5s5-2.24 5-5s-2.24-5-5-5m0 8c-1.65 0-3-1.35-3-3s1.35-3 3-3s3 1.35 3 3s-1.35 3-3 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 20H4V8h4.05l1.83-2H15V4H9L7.17 6H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V9h-2zM16 2v1.33c2.58 0 4.66 2.09 4.67 4.66H22A6.003 6.003 0 0 0 16 2m0 2.67V6c1.11 0 1.99.89 2 1.99h1.33A3.327 3.327 0 0 0 16 4.67"/><path fill="currentColor" d="M14.98 10.01c-.13-.09-.26-.18-.39-.26c.14.08.27.17.39.26M17 9a2.02 2.02 0 0 0-1.01-1.73C15.7 7.1 15.36 7 15 7V6H9.88L8.05 8H4v12h16V9zm-5 10c-2.76 0-5-2.24-5-5s2.24-5 5-5s5 2.24 5 5s-2.24 5-5 5" opacity=".3"/><path fill="currentColor" d="M12 9c-2.76 0-5 2.24-5 5s2.24 5 5 5s5-2.24 5-5s-2.24-5-5-5m0 8c-1.65 0-3-1.35-3-3s1.35-3 3-3s3 1.35 3 3s-1.35 3-3 3"/></svg>
</template>

CSS

.icon-twotone-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2020H4V8h4.05l1.83-2H15V4H9L7.17%206H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V9h-2zM16%202v1.33c2.58%200%204.66%202.09%204.67%204.66H22A6.003%206.003%200%200%200%2016%202m0%202.67V6c1.11%200%201.99.89%202%201.99h1.33A3.327%203.327%200%200%200%2016%204.67%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.98%2010.01c-.13-.09-.26-.18-.39-.26c.14.08.27.17.39.26M17%209a2.02%202.02%200%200%200-1.01-1.73C15.7%207.1%2015.36%207%2015%207V6H9.88L8.05%208H4v12h16V9zm-5%2010c-2.76%200-5-2.24-5-5s2.24-5%205-5s5%202.24%205%205s-2.24%205-5%205%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%209c-2.76%200-5%202.24-5%205s2.24%205%205%205s5-2.24%205-5s-2.24-5-5-5m0%208c-1.65%200-3-1.35-3-3s1.35-3%203-3s3%201.35%203%203s-1.35%203-3%203%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%22M20%2020H4V8h4.05l1.83-2H15V4H9L7.17%206H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V9h-2zM16%202v1.33c2.58%200%204.66%202.09%204.67%204.66H22A6.003%206.003%200%200%200%2016%202m0%202.67V6c1.11%200%201.99.89%202%201.99h1.33A3.327%203.327%200%200%200%2016%204.67%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.98%2010.01c-.13-.09-.26-.18-.39-.26c.14.08.27.17.39.26M17%209a2.02%202.02%200%200%200-1.01-1.73C15.7%207.1%2015.36%207%2015%207V6H9.88L8.05%208H4v12h16V9zm-5%2010c-2.76%200-5-2.24-5-5s2.24-5%205-5s5%202.24%205%205s-2.24%205-5%205%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%209c-2.76%200-5%202.24-5%205s2.24%205%205%205s5-2.24%205-5s-2.24-5-5-5m0%208c-1.65%200-3-1.35-3-3s1.35-3%203-3s3%201.35%203%203s-1.35%203-3%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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