twotone monochrome photos icon

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

Name
twotone-monochrome-photos
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 monochrome photos icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 18v-1.8c-1.8 0-3.2-1.4-3.2-3.2s1.4-3.2 3.2-3.2V8c-2.8 0-5 2.2-5 5s2.2 5 5 5m5-5c0 2.8-2.2 5-5 5v1h8V7h-8v1c2.8 0 5 2.2 5 5" opacity=".3"/><path fill="currentColor" d="M4 21h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2h-3.2L15 3H9L7.2 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2m8-13V7h8v12h-8v-1c-2.8 0-5-2.2-5-5s2.2-5 5-5m3.2 5c0 1.8-1.4 3.2-3.2 3.2V18c2.8 0 5-2.2 5-5s-2.2-5-5-5v1.8c1.8 0 3.2 1.4 3.2 3.2m-6.4 0c0 1.8 1.4 3.2 3.2 3.2V9.8c-1.8 0-3.2 1.4-3.2 3.2"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneMonochromePhotos(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="M12 18v-1.8c-1.8 0-3.2-1.4-3.2-3.2s1.4-3.2 3.2-3.2V8c-2.8 0-5 2.2-5 5s2.2 5 5 5m5-5c0 2.8-2.2 5-5 5v1h8V7h-8v1c2.8 0 5 2.2 5 5" opacity=".3"/><path fill="currentColor" d="M4 21h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2h-3.2L15 3H9L7.2 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2m8-13V7h8v12h-8v-1c-2.8 0-5-2.2-5-5s2.2-5 5-5m3.2 5c0 1.8-1.4 3.2-3.2 3.2V18c2.8 0 5-2.2 5-5s-2.2-5-5-5v1.8c1.8 0 3.2 1.4 3.2 3.2m-6.4 0c0 1.8 1.4 3.2 3.2 3.2V9.8c-1.8 0-3.2 1.4-3.2 3.2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 18v-1.8c-1.8 0-3.2-1.4-3.2-3.2s1.4-3.2 3.2-3.2V8c-2.8 0-5 2.2-5 5s2.2 5 5 5m5-5c0 2.8-2.2 5-5 5v1h8V7h-8v1c2.8 0 5 2.2 5 5" opacity=".3"/><path fill="currentColor" d="M4 21h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2h-3.2L15 3H9L7.2 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2m8-13V7h8v12h-8v-1c-2.8 0-5-2.2-5-5s2.2-5 5-5m3.2 5c0 1.8-1.4 3.2-3.2 3.2V18c2.8 0 5-2.2 5-5s-2.2-5-5-5v1.8c1.8 0 3.2 1.4 3.2 3.2m-6.4 0c0 1.8 1.4 3.2 3.2 3.2V9.8c-1.8 0-3.2 1.4-3.2 3.2"/></svg>
</template>

CSS

.icon-twotone-monochrome-photos {
  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%22M12%2018v-1.8c-1.8%200-3.2-1.4-3.2-3.2s1.4-3.2%203.2-3.2V8c-2.8%200-5%202.2-5%205s2.2%205%205%205m5-5c0%202.8-2.2%205-5%205v1h8V7h-8v1c2.8%200%205%202.2%205%205%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2021h16c1.1%200%202-.9%202-2V7c0-1.1-.9-2-2-2h-3.2L15%203H9L7.2%205H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202m8-13V7h8v12h-8v-1c-2.8%200-5-2.2-5-5s2.2-5%205-5m3.2%205c0%201.8-1.4%203.2-3.2%203.2V18c2.8%200%205-2.2%205-5s-2.2-5-5-5v1.8c1.8%200%203.2%201.4%203.2%203.2m-6.4%200c0%201.8%201.4%203.2%203.2%203.2V9.8c-1.8%200-3.2%201.4-3.2%203.2%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%22M12%2018v-1.8c-1.8%200-3.2-1.4-3.2-3.2s1.4-3.2%203.2-3.2V8c-2.8%200-5%202.2-5%205s2.2%205%205%205m5-5c0%202.8-2.2%205-5%205v1h8V7h-8v1c2.8%200%205%202.2%205%205%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2021h16c1.1%200%202-.9%202-2V7c0-1.1-.9-2-2-2h-3.2L15%203H9L7.2%205H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202m8-13V7h8v12h-8v-1c-2.8%200-5-2.2-5-5s2.2-5%205-5m3.2%205c0%201.8-1.4%203.2-3.2%203.2V18c2.8%200%205-2.2%205-5s-2.2-5-5-5v1.8c1.8%200%203.2%201.4%203.2%203.2m-6.4%200c0%201.8%201.4%203.2%203.2%203.2V9.8c-1.8%200-3.2%201.4-3.2%203.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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