No Photography icon

No Photography is a Google Material Symbol from the Images category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

no_photography_outlined_fill0_wght400.svg

No Photography icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=no_photography" />

<span class="material-symbols-outlined">no_photography</span>

No Photography icon in React

// With the font from the HTML tab:
export function NoPhotographyIcon() {
  return (
    <span className="material-symbols-outlined">
      no_photography
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import NoPhotographyIcon from "@material-symbols/svg-400/outlined/no_photography.svg?react";

No Photography icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">no_photography</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import NoPhotographyIcon from "@material-symbols/svg-400/outlined/no_photography.svg?component"; -->

No Photography icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">no_photography</mat-icon>

No Photography icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.no_photography, fill: 0, weight: 400)

No Photography icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/no_photography.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="m22 19.85-1.5-1.5v-11.675H16.125l-1.825-2.175H9.7l-1.4 1.65-1.05-1.05 1.75-2.1h6l1.825 2.175h3.675q.575 0 1.038 .463T22 6.675v13.175Zm-18.5 1.15q-.6 0-1.05-.45t-.45-1.05v-12.825q0-.575 .45-1.037t1.05-.463h1.675l1.5 1.5H3.5v12.825h16l1.5 1.5H3.5Zm12-5.5q-.575 .825-1.475 1.325t-2.021 .5Q10.175 17.325 8.963 16.1T7.75 13.075q0-1.121 .488-2.036Q8.725 10.125 9.55 9.55l1.1 1.1q-.65 .35-1.025 .989-.375 .639-.375 1.444 0 1.167 .775 1.955t1.975 .787q.802 0 1.439-.375Q14.075 15.075 14.425 14.425l1.075 1.075Zm-.475-5.45q.575 .575 .9 1.338t.325 1.687q0 .25-.025 .475t-.075 .45L11.075 8.925q.225-.05 .45-.075t.475-.025q.895 0 1.673 .325 .777 .325 1.352 .9ZM20.825 22.975 .65 2.8l1.075-1.075L21.9 21.9l-1.075 1.075ZM10.95 13.075Zm3.45-.825Z" />
</vector>

No Photography icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/no_photography.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/no_photography.svg" width="24" height="24" alt="No Photography">

No Photography icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameNo Photography
Ligatureno_photography
Code pointU+F1A8
CategoryImages
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/no_photography.svg, no_photography-fill.svg
FlutterSymbols.no_photography
LicenseApache License 2.0 (© Google LLC)

Keywords

imagesmediaonoffdisabledimageslashenabledphotopicturecamerarecordmultimedia

Related icons