Smart Card Reader Off icon

Smart Card Reader Off is a Google Material Symbol from the Hardware 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

smart_card_reader_off_outlined_fill0_wght400.svg

Smart Card Reader Off 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=smart_card_reader_off" />

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

Smart Card Reader Off icon in React

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

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

Smart Card Reader Off icon in Vue

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

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

Smart Card Reader Off icon in Angular

With Angular Material and the font from the HTML tab:

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

Smart Card Reader Off 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.smart_card_reader_off, fill: 0, weight: 400)

Smart Card Reader Off icon in Android

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

<!-- res/drawable/smart_card_reader_off.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="M17.425 .75q.6 0 1.05 .45t.45 1.05v12h-1.3l-.2-.2v-11.8H5.625l-.475-.475q.15-.425 .538-.725t.876-.3H17.425ZM13.85 10.475l-1.775-1.775q0-.725 .525-1.25t1.25-.525q.732 0 1.254 .522Q15.625 7.968 15.625 8.7q0 .725-.525 1.25t-1.25 .525Zm-5.775 2.05v-5.7l2.75 2.75q-.16 1.356-.733 2.153Q9.52 12.525 8.65 12.525h-.575ZM3.5 19.25h14.85l-1.5-1.5H3.5v1.5Zm17.325 2.475-.975-.975H2v-3q0-.619 .441-1.059Q2.881 16.25 3.5 16.25h11.85L6.575 7.475v6.775h-1.5v-8.275L.65 1.55l1.075-1.075 20.175 20.175-1.075 1.075Zm-9.9-2.475Zm.6-11.1Zm-1.55 2.7Z" />
</vector>

Smart Card Reader Off icon in SVG

npm install @material-symbols/svg-400

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

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

Smart Card Reader Off 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

NameSmart Card Reader Off
Ligaturesmart_card_reader_off
Code pointU+F4A6
CategoryHardware
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/smart_card_reader_off.svg, smart_card_reader_off-fill.svg
FlutterSymbols.smart_card_reader_off
LicenseApache License 2.0 (© Google LLC)

Keywords

hardwarehumanpersonondisabledsecurityslashenabledpeopleaccessprofileuser

Related icons