no-photography-sharp from Material Symbols Light by Google · Sharp · Images · Apache-2.0 Free for personal and commercial use.

Name
no-photography-sharp
Set
Material Symbols Light
Style
Sharp
Category
Images
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More images icons from Material Symbols Light

Use the 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="M21.11 22.53L18.579 20H3V6h3.006v1.427l-4.12-4.12l.714-.713l19.223 19.223zM21 18.184l-5.294-5.3q-.01-.704-.29-1.365q-.28-.66-.78-1.16q-.494-.495-1.154-.774q-.66-.28-1.365-.29L8.173 5.356L9.423 4h5.154l1.85 2H21zm-9-1.452q.671 0 1.286-.231q.614-.23 1.114-.679L9.179 10.6q-.448.5-.679 1.115q-.23.614-.23 1.285q0 1.548 1.09 2.64q1.092 1.09 2.64 1.09m0-1q-1.146 0-1.939-.792T9.27 13q0-.558.207-1.049q.207-.492.595-.88l3.858 3.858q-.389.388-.88.595t-1.05.207"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightNoPhotographySharp(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="M21.11 22.53L18.579 20H3V6h3.006v1.427l-4.12-4.12l.714-.713l19.223 19.223zM21 18.184l-5.294-5.3q-.01-.704-.29-1.365q-.28-.66-.78-1.16q-.494-.495-1.154-.774q-.66-.28-1.365-.29L8.173 5.356L9.423 4h5.154l1.85 2H21zm-9-1.452q.671 0 1.286-.231q.614-.23 1.114-.679L9.179 10.6q-.448.5-.679 1.115q-.23.614-.23 1.285q0 1.548 1.09 2.64q1.092 1.09 2.64 1.09m0-1q-1.146 0-1.939-.792T9.27 13q0-.558.207-1.049q.207-.492.595-.88l3.858 3.858q-.389.388-.88.595t-1.05.207"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.11 22.53L18.579 20H3V6h3.006v1.427l-4.12-4.12l.714-.713l19.223 19.223zM21 18.184l-5.294-5.3q-.01-.704-.29-1.365q-.28-.66-.78-1.16q-.494-.495-1.154-.774q-.66-.28-1.365-.29L8.173 5.356L9.423 4h5.154l1.85 2H21zm-9-1.452q.671 0 1.286-.231q.614-.23 1.114-.679L9.179 10.6q-.448.5-.679 1.115q-.23.614-.23 1.285q0 1.548 1.09 2.64q1.092 1.09 2.64 1.09m0-1q-1.146 0-1.939-.792T9.27 13q0-.558.207-1.049q.207-.492.595-.88l3.858 3.858q-.389.388-.88.595t-1.05.207"/></svg>
</template>

CSS

.icon-no-photography-sharp {
  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%22M21.11%2022.53L18.579%2020H3V6h3.006v1.427l-4.12-4.12l.714-.713l19.223%2019.223zM21%2018.184l-5.294-5.3q-.01-.704-.29-1.365q-.28-.66-.78-1.16q-.494-.495-1.154-.774q-.66-.28-1.365-.29L8.173%205.356L9.423%204h5.154l1.85%202H21zm-9-1.452q.671%200%201.286-.231q.614-.23%201.114-.679L9.179%2010.6q-.448.5-.679%201.115q-.23.614-.23%201.285q0%201.548%201.09%202.64q1.092%201.09%202.64%201.09m0-1q-1.146%200-1.939-.792T9.27%2013q0-.558.207-1.049q.207-.492.595-.88l3.858%203.858q-.389.388-.88.595t-1.05.207%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%22M21.11%2022.53L18.579%2020H3V6h3.006v1.427l-4.12-4.12l.714-.713l19.223%2019.223zM21%2018.184l-5.294-5.3q-.01-.704-.29-1.365q-.28-.66-.78-1.16q-.494-.495-1.154-.774q-.66-.28-1.365-.29L8.173%205.356L9.423%204h5.154l1.85%202H21zm-9-1.452q.671%200%201.286-.231q.614-.23%201.114-.679L9.179%2010.6q-.448.5-.679%201.115q-.23.614-.23%201.285q0%201.548%201.09%202.64q1.092%201.09%202.64%201.09m0-1q-1.146%200-1.939-.792T9.27%2013q0-.558.207-1.049q.207-.492.595-.88l3.858%203.858q-.389.388-.88.595t-1.05.207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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