barcode reader icon
barcode-reader-outline from Material Symbols by Google · Outline · Business · Apache-2.0 Free for personal and commercial use.
- Name
- barcode-reader-outline
- Set
- Material Symbols
- Style
- Outline
- 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 3h8q1.125 0 1.7.95t.075 1.95l-2 4q-.275.5-.738.8T13 11h-2.025l-.275 1h.3q.425 0 .713.288T12 13v2q0 .425-.288.713T11 16H9.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 19M7 9h6l2-4H7q-.825 0-1.412.588T5 7t.588 1.413T7 9m12-4l-.625-1.35L22 2l.6 1.375zm3 7l-3.625-1.625L19 9l3.6 1.65zm-3-4.25v-1.5h4v1.5zM7.875 11"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsBarcodeReaderOutline(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 3h8q1.125 0 1.7.95t.075 1.95l-2 4q-.275.5-.738.8T13 11h-2.025l-.275 1h.3q.425 0 .713.288T12 13v2q0 .425-.288.713T11 16H9.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 19M7 9h6l2-4H7q-.825 0-1.412.588T5 7t.588 1.413T7 9m12-4l-.625-1.35L22 2l.6 1.375zm3 7l-3.625-1.625L19 9l3.6 1.65zm-3-4.25v-1.5h4v1.5zM7.875 11"/></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 3h8q1.125 0 1.7.95t.075 1.95l-2 4q-.275.5-.738.8T13 11h-2.025l-.275 1h.3q.425 0 .713.288T12 13v2q0 .425-.288.713T11 16H9.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 19M7 9h6l2-4H7q-.825 0-1.412.588T5 7t.588 1.413T7 9m12-4l-.625-1.35L22 2l.6 1.375zm3 7l-3.625-1.625L19 9l3.6 1.65zm-3-4.25v-1.5h4v1.5zM7.875 11"/></svg> </template>
CSS
.icon-barcode-reader-outline {
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%203h8q1.125%200%201.7.95t.075%201.95l-2%204q-.275.5-.738.8T13%2011h-2.025l-.275%201h.3q.425%200%20.713.288T12%2013v2q0%20.425-.288.713T11%2016H9.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%2019M7%209h6l2-4H7q-.825%200-1.412.588T5%207t.588%201.413T7%209m12-4l-.625-1.35L22%202l.6%201.375zm3%207l-3.625-1.625L19%209l3.6%201.65zm-3-4.25v-1.5h4v1.5zM7.875%2011%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%203h8q1.125%200%201.7.95t.075%201.95l-2%204q-.275.5-.738.8T13%2011h-2.025l-.275%201h.3q.425%200%20.713.288T12%2013v2q0%20.425-.288.713T11%2016H9.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%2019M7%209h6l2-4H7q-.825%200-1.412.588T5%207t.588%201.413T7%209m12-4l-.625-1.35L22%202l.6%201.375zm3%207l-3.625-1.625L19%209l3.6%201.65zm-3-4.25v-1.5h4v1.5zM7.875%2011%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.svg?color=%231a73e8&size=48