No Flash icon

No Flash 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_flash_outlined_fill0_wght400.svg

No Flash 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,[email protected],100..700,0..1,-50..200&icon_names=no_flash" />

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

No Flash icon in React

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

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

No Flash icon in Vue

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

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

No Flash icon in Angular

With Angular Material and the font from the HTML tab:

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

No Flash 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_flash, fill: 0, weight: 400)

No Flash icon in Android

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

<!-- res/drawable/no_flash.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="M20.825 22.975 18 20.15v.75q0 .45-.33 .775T16.9 22H3.1q-.458 0-.779-.321Q2 21.358 2 20.9v-10.4q0-.458 .321-.779Q2.642 9.4 3.1 9.4h3.15l.475-.525L.65 2.8l1.075-1.075L21.9 21.9l-1.075 1.075Zm-17.325-2.475h13v-1.85L13.5 15.65q-.05 1.425-1.062 2.388T10 19q-1.45 0-2.475-1.025t-1.025-2.475q0-1.425 .963-2.437T9.85 12l-1.1-1.1H3.5v9.6Zm6.494-3q.831 0 1.419-.581 .587-.582 .587-1.413 0-.831-.581-1.418-.582-.588-1.413-.588-.831 0-1.418 .582-.588 .581-.588 1.412 0 .831 .582 1.419 .581 .587 1.412 .587ZM18 15.85l-1.5-1.5v-3.45H13.05L10.15 8h2.325l1.275 1.4h3.15q.458 0 .779 .321Q18 10.042 18 10.5v5.35Zm1.35-5.5v-4.1h-.75v-4.25h3.4l-1.475 3.35h1.475L19.35 10.35ZM16.5 14.35Zm-3.875 .425Z" />
</vector>

No Flash icon in SVG

npm install @material-symbols/svg-400

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

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/no_flash.svg" width="24" height="24" alt="No Flash">

No Flash 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 Flash
Ligatureno_flash
Code pointU+F1A6
CategoryImages
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/no_flash.svg, no_flash-fill.svg
FlutterSymbols.no_flash
LicenseApache License 2.0 (© Google LLC)

Keywords

imagesalertonoffdisabledimageslashenabledphotowarningnotificationpicturephotography

Related icons