barcode reader icon

barcode-reader-sharp from Material Symbols by Google · Sharp · Business · Apache-2.0 Free for personal and commercial use.

Name
barcode-reader-sharp
Set
Material Symbols
Style
Sharp
Category
Business
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More business icons from Material Symbols

Use the barcode reader icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="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.825T7 3h11.225l-4 8h-3.25l-.275 1H12v4H9.65l-.75 2.8q-.275.975-1.075 1.588T6 21M19 5l-.625-1.35L22 2l.6 1.375zm3 7l-3.625-1.625L19 9l3.6 1.65zm-3-4.25v-1.5h4v1.5z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsBarcodeReaderSharp(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="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.825T7 3h11.225l-4 8h-3.25l-.275 1H12v4H9.65l-.75 2.8q-.275.975-1.075 1.588T6 21M19 5l-.625-1.35L22 2l.6 1.375zm3 7l-3.625-1.625L19 9l3.6 1.65zm-3-4.25v-1.5h4v1.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="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.825T7 3h11.225l-4 8h-3.25l-.275 1H12v4H9.65l-.75 2.8q-.275.975-1.075 1.588T6 21M19 5l-.625-1.35L22 2l.6 1.375zm3 7l-3.625-1.625L19 9l3.6 1.65zm-3-4.25v-1.5h4v1.5z"/></svg>
</template>

CSS

.icon-barcode-reader-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%22M6%2021q-1.5%200-2.387-1.162T3.1%2017.25l1.8-6.8q-.825-.525-1.362-1.425T3%207q0-1.65%201.175-2.825T7%203h11.225l-4%208h-3.25l-.275%201H12v4H9.65l-.75%202.8q-.275.975-1.075%201.588T6%2021M19%205l-.625-1.35L22%202l.6%201.375zm3%207l-3.625-1.625L19%209l3.6%201.65zm-3-4.25v-1.5h4v1.5z%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%22M6%2021q-1.5%200-2.387-1.162T3.1%2017.25l1.8-6.8q-.825-.525-1.362-1.425T3%207q0-1.65%201.175-2.825T7%203h11.225l-4%208h-3.25l-.275%201H12v4H9.65l-.75%202.8q-.275.975-1.075%201.588T6%2021M19%205l-.625-1.35L22%202l.6%201.375zm3%207l-3.625-1.625L19%209l3.6%201.65zm-3-4.25v-1.5h4v1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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