barcode from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
barcode
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

The same icon in other sets

Related icons in Framework7 Icons

Use the barcode icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M5.242 46h3.82V10h-3.82Zm7.524 0h2.203V10h-2.203Zm5.836 0h6.234V10h-6.234Zm8.53 0h3.962V10h-3.961Zm6.329 0h6.188V10H33.46Zm8.086 0h4.852V10h-4.852Zm6.07 0h3.14V10h-3.14Z"/></svg>

React

import type { SVGProps } from "react";

export function F7Barcode(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M5.242 46h3.82V10h-3.82Zm7.524 0h2.203V10h-2.203Zm5.836 0h6.234V10h-6.234Zm8.53 0h3.962V10h-3.961Zm6.329 0h6.188V10H33.46Zm8.086 0h4.852V10h-4.852Zm6.07 0h3.14V10h-3.14Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M5.242 46h3.82V10h-3.82Zm7.524 0h2.203V10h-2.203Zm5.836 0h6.234V10h-6.234Zm8.53 0h3.962V10h-3.961Zm6.329 0h6.188V10H33.46Zm8.086 0h4.852V10h-4.852Zm6.07 0h3.14V10h-3.14Z"/></svg>
</template>

CSS

.icon-barcode {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.242%2046h3.82V10h-3.82Zm7.524%200h2.203V10h-2.203Zm5.836%200h6.234V10h-6.234Zm8.53%200h3.962V10h-3.961Zm6.329%200h6.188V10H33.46Zm8.086%200h4.852V10h-4.852Zm6.07%200h3.14V10h-3.14Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.242%2046h3.82V10h-3.82Zm7.524%200h2.203V10h-2.203Zm5.836%200h6.234V10h-6.234Zm8.53%200h3.962V10h-3.961Zm6.329%200h6.188V10H33.46Zm8.086%200h4.852V10h-4.852Zm6.07%200h3.14V10h-3.14Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/barcode.svg?color=%231a73e8&size=48