barcode reader icon
barcode-reader-rounded from Material Symbols by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- barcode-reader-rounded
- Set
- Material Symbols
- Style
- Rounded
- 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 21M21.925 3.675L19.675 4.7q-.275.125-.562.013t-.413-.388t-.025-.562t.375-.413l2.25-1.025q.275-.125.575-.012t.425.387t.013.563t-.388.412m-2.85 7q-.275-.125-.4-.425t0-.575q.125-.3.425-.4t.6.025l2.25 1.05q.275.125.375.413t-.025.562t-.412.388t-.563-.013zM22.25 7.75h-2.5q-.325 0-.537-.213T19 7t.213-.537t.537-.213h2.5q.325 0 .538.213T23 7t-.213.538t-.537.212"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsBarcodeReaderRounded(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 21M21.925 3.675L19.675 4.7q-.275.125-.562.013t-.413-.388t-.025-.562t.375-.413l2.25-1.025q.275-.125.575-.012t.425.387t.013.563t-.388.412m-2.85 7q-.275-.125-.4-.425t0-.575q.125-.3.425-.4t.6.025l2.25 1.05q.275.125.375.413t-.025.562t-.412.388t-.563-.013zM22.25 7.75h-2.5q-.325 0-.537-.213T19 7t.213-.537t.537-.213h2.5q.325 0 .538.213T23 7t-.213.538t-.537.212"/></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 21M21.925 3.675L19.675 4.7q-.275.125-.562.013t-.413-.388t-.025-.562t.375-.413l2.25-1.025q.275-.125.575-.012t.425.387t.013.563t-.388.412m-2.85 7q-.275-.125-.4-.425t0-.575q.125-.3.425-.4t.6.025l2.25 1.05q.275.125.375.413t-.025.562t-.412.388t-.563-.013zM22.25 7.75h-2.5q-.325 0-.537-.213T19 7t.213-.537t.537-.213h2.5q.325 0 .538.213T23 7t-.213.538t-.537.212"/></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%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%2021M21.925%203.675L19.675%204.7q-.275.125-.562.013t-.413-.388t-.025-.562t.375-.413l2.25-1.025q.275-.125.575-.012t.425.387t.013.563t-.388.412m-2.85%207q-.275-.125-.4-.425t0-.575q.125-.3.425-.4t.6.025l2.25%201.05q.275.125.375.413t-.025.562t-.412.388t-.563-.013zM22.25%207.75h-2.5q-.325%200-.537-.213T19%207t.213-.537t.537-.213h2.5q.325%200%20.538.213T23%207t-.213.538t-.537.212%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%2021M21.925%203.675L19.675%204.7q-.275.125-.562.013t-.413-.388t-.025-.562t.375-.413l2.25-1.025q.275-.125.575-.012t.425.387t.013.563t-.388.412m-2.85%207q-.275-.125-.4-.425t0-.575q.125-.3.425-.4t.6.025l2.25%201.05q.275.125.375.413t-.025.562t-.412.388t-.563-.013zM22.25%207.75h-2.5q-.325%200-.537-.213T19%207t.213-.537t.537-.213h2.5q.325%200%20.538.213T23%207t-.213.538t-.537.212%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-rounded.svg?color=%231a73e8&size=48