barcode icon
barcode-outline from Flowbite Icons by Themesberg · Outline · General · MIT Free for personal and commercial use.
- Name
- barcode-outline
- Set
- Flowbite Icons
- Style
- Outline
- Category
- General
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
barcode-outlinedAnt Design IconsbarcodeBoxIcons v2barcodeBoxIcons v2 SolidbarcodeCarbonbarcodeFramework7 IconsbarcodeFont Awesome 6 SolidbarcodeFont Awesome SolidbarcodeHuge IconsbarcodeIconoirbarcodeIonIconsbarcodeLine AwesomebarcodeLucidebarcodeMaterial SymbolsbarcodeMaterial Symbols LightbarcodeMaterial Design Iconsbarcode-fillMingCute IconbarcodeOpenMojibarcodePhosphorbarcodePixelarticonsbarcodePrime Iconsbarcode-fillRemix Iconbarcode-boldSolarbarcodeTabler IconsbarcodeTDesign Icons
More general icons from Flowbite Icons
add-column-after-outlineadd-column-before-outlineadjustments-horizontal-outlineadjustments-vertical-outlineannotation-outlineapi-key-outlinearchive-outlinearrow-up-right-from-square-outlineatom-outlineaward-outlinebadge-check-outlineban-outlinebars-from-left-outlinebars-outlinebattery-outlinebed-outlinebell-active-alt-outlinebell-active-outlinebell-outlinebell-ring-outlineblender-phone-outlinebook-open-outlinebook-outlinebookmark-outline
Use the barcode icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round"><path stroke-width="2" d="M2.992 4.983v13.934m6.97-13.934v13.934m5.976-13.934v13.934m2.987-13.934v13.934"/><path d="M5.48 4.483v14.934M7.47 4.483v14.934M21.413 4.483v14.934M13.446 4.483v14.934"/></g></svg>
React
import type { SVGProps } from "react";
export function FlowbiteBarcodeOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round"><path strokeWidth="2" d="M2.992 4.983v13.934m6.97-13.934v13.934m5.976-13.934v13.934m2.987-13.934v13.934"/><path d="M5.48 4.483v14.934M7.47 4.483v14.934M21.413 4.483v14.934M13.446 4.483v14.934"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round"><path stroke-width="2" d="M2.992 4.983v13.934m6.97-13.934v13.934m5.976-13.934v13.934m2.987-13.934v13.934"/><path d="M5.48 4.483v14.934M7.47 4.483v14.934M21.413 4.483v14.934M13.446 4.483v14.934"/></g></svg> </template>
CSS
.icon-barcode-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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M2.992%204.983v13.934m6.97-13.934v13.934m5.976-13.934v13.934m2.987-13.934v13.934%22%2F%3E%3Cpath%20d%3D%22M5.48%204.483v14.934M7.47%204.483v14.934M21.413%204.483v14.934M13.446%204.483v14.934%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M2.992%204.983v13.934m6.97-13.934v13.934m5.976-13.934v13.934m2.987-13.934v13.934%22%2F%3E%3Cpath%20d%3D%22M5.48%204.483v14.934M7.47%204.483v14.934M21.413%204.483v14.934M13.446%204.483v14.934%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flowbite/barcode-outline.svg?color=%231a73e8&size=48