outline no photography icon

outline-no-photography from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.

Name
outline-no-photography
Set
Google Material Icons
Style
Baseline
Category
Places
Viewbox
24×24
License
Apache 2.0

More places icons from Google Material Icons

Use the outline no photography icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.9 6.07L7.48 4.66L9 3h6l1.83 2H20c1.1 0 2 .9 2 2v12c0 .05-.01.1-.02.16L20 17.17V7h-4.05l-1.83-2H9.88zm11.59 17.24L18.17 21H4c-1.1 0-2-.9-2-2V7c0-.59.27-1.12.68-1.49l-2-2L2.1 2.1l19.8 19.8zM9.19 12.02c-.11.31-.19.63-.19.98c0 1.66 1.34 3 3 3c.35 0 .67-.08.98-.19zM16.17 19l-1.68-1.68c-.73.43-1.58.68-2.49.68c-2.76 0-5-2.24-5-5c0-.91.25-1.76.68-2.49L4.17 7H4v12zm-1.36-7.02l2.07 2.07Q17 13.54 17 13c0-2.76-2.24-5-5-5c-.36 0-.71.04-1.06.12l2.07 2.07c.84.3 1.5.96 1.8 1.79"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlineNoPhotography(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="M8.9 6.07L7.48 4.66L9 3h6l1.83 2H20c1.1 0 2 .9 2 2v12c0 .05-.01.1-.02.16L20 17.17V7h-4.05l-1.83-2H9.88zm11.59 17.24L18.17 21H4c-1.1 0-2-.9-2-2V7c0-.59.27-1.12.68-1.49l-2-2L2.1 2.1l19.8 19.8zM9.19 12.02c-.11.31-.19.63-.19.98c0 1.66 1.34 3 3 3c.35 0 .67-.08.98-.19zM16.17 19l-1.68-1.68c-.73.43-1.58.68-2.49.68c-2.76 0-5-2.24-5-5c0-.91.25-1.76.68-2.49L4.17 7H4v12zm-1.36-7.02l2.07 2.07Q17 13.54 17 13c0-2.76-2.24-5-5-5c-.36 0-.71.04-1.06.12l2.07 2.07c.84.3 1.5.96 1.8 1.79"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.9 6.07L7.48 4.66L9 3h6l1.83 2H20c1.1 0 2 .9 2 2v12c0 .05-.01.1-.02.16L20 17.17V7h-4.05l-1.83-2H9.88zm11.59 17.24L18.17 21H4c-1.1 0-2-.9-2-2V7c0-.59.27-1.12.68-1.49l-2-2L2.1 2.1l19.8 19.8zM9.19 12.02c-.11.31-.19.63-.19.98c0 1.66 1.34 3 3 3c.35 0 .67-.08.98-.19zM16.17 19l-1.68-1.68c-.73.43-1.58.68-2.49.68c-2.76 0-5-2.24-5-5c0-.91.25-1.76.68-2.49L4.17 7H4v12zm-1.36-7.02l2.07 2.07Q17 13.54 17 13c0-2.76-2.24-5-5-5c-.36 0-.71.04-1.06.12l2.07 2.07c.84.3 1.5.96 1.8 1.79"/></svg>
</template>

CSS

.icon-outline-no-photography {
  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%22M8.9%206.07L7.48%204.66L9%203h6l1.83%202H20c1.1%200%202%20.9%202%202v12c0%20.05-.01.1-.02.16L20%2017.17V7h-4.05l-1.83-2H9.88zm11.59%2017.24L18.17%2021H4c-1.1%200-2-.9-2-2V7c0-.59.27-1.12.68-1.49l-2-2L2.1%202.1l19.8%2019.8zM9.19%2012.02c-.11.31-.19.63-.19.98c0%201.66%201.34%203%203%203c.35%200%20.67-.08.98-.19zM16.17%2019l-1.68-1.68c-.73.43-1.58.68-2.49.68c-2.76%200-5-2.24-5-5c0-.91.25-1.76.68-2.49L4.17%207H4v12zm-1.36-7.02l2.07%202.07Q17%2013.54%2017%2013c0-2.76-2.24-5-5-5c-.36%200-.71.04-1.06.12l2.07%202.07c.84.3%201.5.96%201.8%201.79%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%22M8.9%206.07L7.48%204.66L9%203h6l1.83%202H20c1.1%200%202%20.9%202%202v12c0%20.05-.01.1-.02.16L20%2017.17V7h-4.05l-1.83-2H9.88zm11.59%2017.24L18.17%2021H4c-1.1%200-2-.9-2-2V7c0-.59.27-1.12.68-1.49l-2-2L2.1%202.1l19.8%2019.8zM9.19%2012.02c-.11.31-.19.63-.19.98c0%201.66%201.34%203%203%203c.35%200%20.67-.08.98-.19zM16.17%2019l-1.68-1.68c-.73.43-1.58.68-2.49.68c-2.76%200-5-2.24-5-5c0-.91.25-1.76.68-2.49L4.17%207H4v12zm-1.36-7.02l2.07%202.07Q17%2013.54%2017%2013c0-2.76-2.24-5-5-5c-.36%200-.71.04-1.06.12l2.07%202.07c.84.3%201.5.96%201.8%201.79%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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