barcode reader icon
barcode-reader-outline-sharp from Material Symbols by Google · Outline Sharp · Business · Apache-2.0 Free for personal and commercial use.
- Name
- barcode-reader-outline-sharp
- Set
- Material Symbols
- Style
- Outline 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 21m0-2q.35 0 .6-.2t.35-.525L8.9 11H6.825l-1.8 6.75q-.125.475.175.863T6 19M19 5l-.625-1.35L22 2l.6 1.375zm3 7l-3.625-1.625L19 9l3.6 1.65zm-3-4.25v-1.5h4v1.5zM7 9h6l2-4H7q-.825 0-1.412.588T5 7t.588 1.413T7 9m3-2"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsBarcodeReaderOutlineSharp(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 21m0-2q.35 0 .6-.2t.35-.525L8.9 11H6.825l-1.8 6.75q-.125.475.175.863T6 19M19 5l-.625-1.35L22 2l.6 1.375zm3 7l-3.625-1.625L19 9l3.6 1.65zm-3-4.25v-1.5h4v1.5zM7 9h6l2-4H7q-.825 0-1.412.588T5 7t.588 1.413T7 9m3-2"/></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 21m0-2q.35 0 .6-.2t.35-.525L8.9 11H6.825l-1.8 6.75q-.125.475.175.863T6 19M19 5l-.625-1.35L22 2l.6 1.375zm3 7l-3.625-1.625L19 9l3.6 1.65zm-3-4.25v-1.5h4v1.5zM7 9h6l2-4H7q-.825 0-1.412.588T5 7t.588 1.413T7 9m3-2"/></svg> </template>
CSS
.icon-barcode-reader-outline-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%2021m0-2q.35%200%20.6-.2t.35-.525L8.9%2011H6.825l-1.8%206.75q-.125.475.175.863T6%2019M19%205l-.625-1.35L22%202l.6%201.375zm3%207l-3.625-1.625L19%209l3.6%201.65zm-3-4.25v-1.5h4v1.5zM7%209h6l2-4H7q-.825%200-1.412.588T5%207t.588%201.413T7%209m3-2%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%2021m0-2q.35%200%20.6-.2t.35-.525L8.9%2011H6.825l-1.8%206.75q-.125.475.175.863T6%2019M19%205l-.625-1.35L22%202l.6%201.375zm3%207l-3.625-1.625L19%209l3.6%201.65zm-3-4.25v-1.5h4v1.5zM7%209h6l2-4H7q-.825%200-1.412.588T5%207t.588%201.413T7%209m3-2%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-outline-sharp.svg?color=%231a73e8&size=48