round no photography icon

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

Name
round-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 round 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="M10.94 8.12L7.48 4.66l.92-1.01c.38-.41.92-.65 1.48-.65h4.24c.56 0 1.1.24 1.47.65L16.83 5H20c1.1 0 2 .9 2 2v12c0 .05-.01.1-.02.16l-5.1-5.1c.08-.35.12-.7.12-1.06c0-2.76-2.24-5-5-5c-.36 0-.71.04-1.06.12m8.84 14.49L18.17 21H4c-1.1 0-2-.9-2-2V7c0-.59.27-1.12.68-1.49L1.39 4.22A.996.996 0 1 1 2.8 2.81l18.38 18.38c.39.39.39 1.02 0 1.41c-.38.4-1.01.4-1.4.01m-5.29-5.29l-1.5-1.5c-.32.1-.64.18-.99.18c-1.66 0-3-1.34-3-3c0-.35.08-.67.19-.98l-1.5-1.5A4.74 4.74 0 0 0 7 13c0 2.76 2.24 5 5 5c.91 0 1.76-.25 2.49-.68"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundNoPhotography(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="M10.94 8.12L7.48 4.66l.92-1.01c.38-.41.92-.65 1.48-.65h4.24c.56 0 1.1.24 1.47.65L16.83 5H20c1.1 0 2 .9 2 2v12c0 .05-.01.1-.02.16l-5.1-5.1c.08-.35.12-.7.12-1.06c0-2.76-2.24-5-5-5c-.36 0-.71.04-1.06.12m8.84 14.49L18.17 21H4c-1.1 0-2-.9-2-2V7c0-.59.27-1.12.68-1.49L1.39 4.22A.996.996 0 1 1 2.8 2.81l18.38 18.38c.39.39.39 1.02 0 1.41c-.38.4-1.01.4-1.4.01m-5.29-5.29l-1.5-1.5c-.32.1-.64.18-.99.18c-1.66 0-3-1.34-3-3c0-.35.08-.67.19-.98l-1.5-1.5A4.74 4.74 0 0 0 7 13c0 2.76 2.24 5 5 5c.91 0 1.76-.25 2.49-.68"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.94 8.12L7.48 4.66l.92-1.01c.38-.41.92-.65 1.48-.65h4.24c.56 0 1.1.24 1.47.65L16.83 5H20c1.1 0 2 .9 2 2v12c0 .05-.01.1-.02.16l-5.1-5.1c.08-.35.12-.7.12-1.06c0-2.76-2.24-5-5-5c-.36 0-.71.04-1.06.12m8.84 14.49L18.17 21H4c-1.1 0-2-.9-2-2V7c0-.59.27-1.12.68-1.49L1.39 4.22A.996.996 0 1 1 2.8 2.81l18.38 18.38c.39.39.39 1.02 0 1.41c-.38.4-1.01.4-1.4.01m-5.29-5.29l-1.5-1.5c-.32.1-.64.18-.99.18c-1.66 0-3-1.34-3-3c0-.35.08-.67.19-.98l-1.5-1.5A4.74 4.74 0 0 0 7 13c0 2.76 2.24 5 5 5c.91 0 1.76-.25 2.49-.68"/></svg>
</template>

CSS

.icon-round-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%22M10.94%208.12L7.48%204.66l.92-1.01c.38-.41.92-.65%201.48-.65h4.24c.56%200%201.1.24%201.47.65L16.83%205H20c1.1%200%202%20.9%202%202v12c0%20.05-.01.1-.02.16l-5.1-5.1c.08-.35.12-.7.12-1.06c0-2.76-2.24-5-5-5c-.36%200-.71.04-1.06.12m8.84%2014.49L18.17%2021H4c-1.1%200-2-.9-2-2V7c0-.59.27-1.12.68-1.49L1.39%204.22A.996.996%200%201%201%202.8%202.81l18.38%2018.38c.39.39.39%201.02%200%201.41c-.38.4-1.01.4-1.4.01m-5.29-5.29l-1.5-1.5c-.32.1-.64.18-.99.18c-1.66%200-3-1.34-3-3c0-.35.08-.67.19-.98l-1.5-1.5A4.74%204.74%200%200%200%207%2013c0%202.76%202.24%205%205%205c.91%200%201.76-.25%202.49-.68%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%22M10.94%208.12L7.48%204.66l.92-1.01c.38-.41.92-.65%201.48-.65h4.24c.56%200%201.1.24%201.47.65L16.83%205H20c1.1%200%202%20.9%202%202v12c0%20.05-.01.1-.02.16l-5.1-5.1c.08-.35.12-.7.12-1.06c0-2.76-2.24-5-5-5c-.36%200-.71.04-1.06.12m8.84%2014.49L18.17%2021H4c-1.1%200-2-.9-2-2V7c0-.59.27-1.12.68-1.49L1.39%204.22A.996.996%200%201%201%202.8%202.81l18.38%2018.38c.39.39.39%201.02%200%201.41c-.38.4-1.01.4-1.4.01m-5.29-5.29l-1.5-1.5c-.32.1-.64.18-.99.18c-1.66%200-3-1.34-3-3c0-.35.08-.67.19-.98l-1.5-1.5A4.74%204.74%200%200%200%207%2013c0%202.76%202.24%205%205%205c.91%200%201.76-.25%202.49-.68%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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