Barcode Reader icon

Barcode Reader is a Google Material Symbol from the Business 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

barcode_reader_outlined_fill0_wght400.svg

Barcode Reader 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=barcode_reader" />

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

Barcode Reader icon in React

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

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

Barcode Reader icon in Vue

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

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

Barcode Reader icon in Angular

With Angular Material and the font from the HTML tab:

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

Barcode Reader 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.barcode_reader, fill: 0, weight: 400)

Barcode Reader icon in Android

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

<!-- res/drawable/barcode_reader.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="M6 21q-1.5 0-2.387-1.162T3.1 17.25l1.8-6.8q-.825-.525-1.362-1.425T3 7q0-1.65 1.175-2.825t2.825-1.175h8.8q.853 0 1.289 .713Q17.525 4.425 17.15 5.175L14.65 10.175q-.209 .375-.561 .6-.352 .225-.789 .225h-2.333L10.65 12.25h.35q.319 0 .535 .216Q11.75 12.681 11.75 13v2q0 .319-.215 .534Q11.319 15.75 11 15.75h-1.3l-.8 3.05q-.275 .975-1.075 1.588T6 21Zm0-1.5q.5 0 .9-.3t.525-.8l2.025-7.4H6.325l-1.775 6.625q-.2 .725 .25 1.3t1.2 .575Zm1-10h6.3l2.5-5H7q-1.05 0-1.775 .725t-.725 1.775q0 1.05 .725 1.775t1.775 .725Zm12.125-4.825-.425-.9 3.175-1.45 .4 .925-3.15 1.425Zm2.75 7-3.175-1.425 .425-.925 3.15 1.45-.4 .9ZM19.25 7.5v-1h3.5v1H19.25Zm-9.1-.5Zm-2.25 4Z" />
</vector>

Barcode Reader icon in SVG

npm install @material-symbols/svg-400

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

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

Barcode Reader 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

NameBarcode Reader
Ligaturebarcode_reader
Code pointU+F85C
CategoryBusiness
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/barcode_reader.svg, barcode_reader-fill.svg
FlutterSymbols.barcode_reader
LicenseApache License 2.0 (© Google LLC)

Keywords

businessmobileinformationlinesdigitalcamerasearchcodescanshoppingcapturetagmachine

Related icons