barcode reader icon
barcode-reader from Material Symbols Light by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.
- Name
- barcode-reader
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More business icons from Material Symbols Light
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 19.462q-1 0-1.59-.778q-.589-.778-.349-1.723l1.897-7.126q-.806-.275-1.382-1.05T4 7q0-1.246.877-2.123T7 4h7q.914 0 1.373.767q.46.767.056 1.575l-1.385 2.77q-.217.403-.593.646t-.835.242h-2.564l-.371 1.404h.069q.329.019.559.249t.23.559v1.384q0 .348-.23.578t-.578.23h-.85l-.942 3.608q-.18.648-.72 1.049T6 19.46M17.98 4.655l-.393-.87l3.125-1.418l.388.875zm2.732 6.98l-3.125-1.393l.394-.875l3.119 1.419zm-2.596-4.153V6.52h3.461v.962z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightBarcodeReader(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 19.462q-1 0-1.59-.778q-.589-.778-.349-1.723l1.897-7.126q-.806-.275-1.382-1.05T4 7q0-1.246.877-2.123T7 4h7q.914 0 1.373.767q.46.767.056 1.575l-1.385 2.77q-.217.403-.593.646t-.835.242h-2.564l-.371 1.404h.069q.329.019.559.249t.23.559v1.384q0 .348-.23.578t-.578.23h-.85l-.942 3.608q-.18.648-.72 1.049T6 19.46M17.98 4.655l-.393-.87l3.125-1.418l.388.875zm2.732 6.98l-3.125-1.393l.394-.875l3.119 1.419zm-2.596-4.153V6.52h3.461v.962z"/></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 19.462q-1 0-1.59-.778q-.589-.778-.349-1.723l1.897-7.126q-.806-.275-1.382-1.05T4 7q0-1.246.877-2.123T7 4h7q.914 0 1.373.767q.46.767.056 1.575l-1.385 2.77q-.217.403-.593.646t-.835.242h-2.564l-.371 1.404h.069q.329.019.559.249t.23.559v1.384q0 .348-.23.578t-.578.23h-.85l-.942 3.608q-.18.648-.72 1.049T6 19.46M17.98 4.655l-.393-.87l3.125-1.418l.388.875zm2.732 6.98l-3.125-1.393l.394-.875l3.119 1.419zm-2.596-4.153V6.52h3.461v.962z"/></svg> </template>
CSS
.icon-barcode-reader {
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%2019.462q-1%200-1.59-.778q-.589-.778-.349-1.723l1.897-7.126q-.806-.275-1.382-1.05T4%207q0-1.246.877-2.123T7%204h7q.914%200%201.373.767q.46.767.056%201.575l-1.385%202.77q-.217.403-.593.646t-.835.242h-2.564l-.371%201.404h.069q.329.019.559.249t.23.559v1.384q0%20.348-.23.578t-.578.23h-.85l-.942%203.608q-.18.648-.72%201.049T6%2019.46M17.98%204.655l-.393-.87l3.125-1.418l.388.875zm2.732%206.98l-3.125-1.393l.394-.875l3.119%201.419zm-2.596-4.153V6.52h3.461v.962z%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%2019.462q-1%200-1.59-.778q-.589-.778-.349-1.723l1.897-7.126q-.806-.275-1.382-1.05T4%207q0-1.246.877-2.123T7%204h7q.914%200%201.373.767q.46.767.056%201.575l-1.385%202.77q-.217.403-.593.646t-.835.242h-2.564l-.371%201.404h.069q.329.019.559.249t.23.559v1.384q0%20.348-.23.578t-.578.23h-.85l-.942%203.608q-.18.648-.72%201.049T6%2019.46M17.98%204.655l-.393-.87l3.125-1.418l.388.875zm2.732%206.98l-3.125-1.393l.394-.875l3.119%201.419zm-2.596-4.153V6.52h3.461v.962z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/barcode-reader.svg?color=%231a73e8&size=48