barcode reader icon
barcode-reader-rounded from Material Symbols Light by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- barcode-reader-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- 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.002 19.462q-1.002 0-1.591-.778q-.59-.778-.35-1.723l1.897-7.126q-.806-.275-1.382-1.05T4 7q0-1.237.881-2.119T7 4h7q.906 0 1.37.767t.059 1.575l-1.385 2.77q-.221.403-.593.646t-.835.242h-2.564l-.371 1.404h.069q.329.019.559.246t.23.562v1.384q0 .344-.233.576q-.232.232-.575.232h-.85l-.943 3.608q-.183.642-.718 1.046t-1.218.404M20.675 3.444l-2.27 1.006q-.178.087-.363.013q-.185-.073-.265-.253q-.087-.18-.019-.364t.254-.265l2.269-1.006q.179-.087.367-.013q.189.074.268.254q.086.178.012.363q-.073.185-.253.265m-2.639 7q-.184-.082-.268-.278q-.084-.197.003-.37q.087-.19.281-.261t.379.015l2.25 1.05q.178.087.24.259t-.025.35q-.086.18-.258.244t-.351-.003zm3.06-2.963h-2.5q-.208 0-.344-.137q-.136-.136-.136-.345t.136-.344t.344-.136h2.5q.209 0 .345.137t.136.345t-.136.344t-.345.136"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightBarcodeReaderRounded(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.002 19.462q-1.002 0-1.591-.778q-.59-.778-.35-1.723l1.897-7.126q-.806-.275-1.382-1.05T4 7q0-1.237.881-2.119T7 4h7q.906 0 1.37.767t.059 1.575l-1.385 2.77q-.221.403-.593.646t-.835.242h-2.564l-.371 1.404h.069q.329.019.559.246t.23.562v1.384q0 .344-.233.576q-.232.232-.575.232h-.85l-.943 3.608q-.183.642-.718 1.046t-1.218.404M20.675 3.444l-2.27 1.006q-.178.087-.363.013q-.185-.073-.265-.253q-.087-.18-.019-.364t.254-.265l2.269-1.006q.179-.087.367-.013q.189.074.268.254q.086.178.012.363q-.073.185-.253.265m-2.639 7q-.184-.082-.268-.278q-.084-.197.003-.37q.087-.19.281-.261t.379.015l2.25 1.05q.178.087.24.259t-.025.35q-.086.18-.258.244t-.351-.003zm3.06-2.963h-2.5q-.208 0-.344-.137q-.136-.136-.136-.345t.136-.344t.344-.136h2.5q.209 0 .345.137t.136.345t-.136.344t-.345.136"/></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.002 19.462q-1.002 0-1.591-.778q-.59-.778-.35-1.723l1.897-7.126q-.806-.275-1.382-1.05T4 7q0-1.237.881-2.119T7 4h7q.906 0 1.37.767t.059 1.575l-1.385 2.77q-.221.403-.593.646t-.835.242h-2.564l-.371 1.404h.069q.329.019.559.246t.23.562v1.384q0 .344-.233.576q-.232.232-.575.232h-.85l-.943 3.608q-.183.642-.718 1.046t-1.218.404M20.675 3.444l-2.27 1.006q-.178.087-.363.013q-.185-.073-.265-.253q-.087-.18-.019-.364t.254-.265l2.269-1.006q.179-.087.367-.013q.189.074.268.254q.086.178.012.363q-.073.185-.253.265m-2.639 7q-.184-.082-.268-.278q-.084-.197.003-.37q.087-.19.281-.261t.379.015l2.25 1.05q.178.087.24.259t-.025.35q-.086.18-.258.244t-.351-.003zm3.06-2.963h-2.5q-.208 0-.344-.137q-.136-.136-.136-.345t.136-.344t.344-.136h2.5q.209 0 .345.137t.136.345t-.136.344t-.345.136"/></svg> </template>
CSS
.icon-barcode-reader-rounded {
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.002%2019.462q-1.002%200-1.591-.778q-.59-.778-.35-1.723l1.897-7.126q-.806-.275-1.382-1.05T4%207q0-1.237.881-2.119T7%204h7q.906%200%201.37.767t.059%201.575l-1.385%202.77q-.221.403-.593.646t-.835.242h-2.564l-.371%201.404h.069q.329.019.559.246t.23.562v1.384q0%20.344-.233.576q-.232.232-.575.232h-.85l-.943%203.608q-.183.642-.718%201.046t-1.218.404M20.675%203.444l-2.27%201.006q-.178.087-.363.013q-.185-.073-.265-.253q-.087-.18-.019-.364t.254-.265l2.269-1.006q.179-.087.367-.013q.189.074.268.254q.086.178.012.363q-.073.185-.253.265m-2.639%207q-.184-.082-.268-.278q-.084-.197.003-.37q.087-.19.281-.261t.379.015l2.25%201.05q.178.087.24.259t-.025.35q-.086.18-.258.244t-.351-.003zm3.06-2.963h-2.5q-.208%200-.344-.137q-.136-.136-.136-.345t.136-.344t.344-.136h2.5q.209%200%20.345.137t.136.345t-.136.344t-.345.136%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.002%2019.462q-1.002%200-1.591-.778q-.59-.778-.35-1.723l1.897-7.126q-.806-.275-1.382-1.05T4%207q0-1.237.881-2.119T7%204h7q.906%200%201.37.767t.059%201.575l-1.385%202.77q-.221.403-.593.646t-.835.242h-2.564l-.371%201.404h.069q.329.019.559.246t.23.562v1.384q0%20.344-.233.576q-.232.232-.575.232h-.85l-.943%203.608q-.183.642-.718%201.046t-1.218.404M20.675%203.444l-2.27%201.006q-.178.087-.363.013q-.185-.073-.265-.253q-.087-.18-.019-.364t.254-.265l2.269-1.006q.179-.087.367-.013q.189.074.268.254q.086.178.012.363q-.073.185-.253.265m-2.639%207q-.184-.082-.268-.278q-.084-.197.003-.37q.087-.19.281-.261t.379.015l2.25%201.05q.178.087.24.259t-.025.35q-.086.18-.258.244t-.351-.003zm3.06-2.963h-2.5q-.208%200-.344-.137q-.136-.136-.136-.345t.136-.344t.344-.136h2.5q.209%200%20.345.137t.136.345t-.136.344t-.345.136%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-rounded.svg?color=%231a73e8&size=48