barcode viewfinder icon
barcode-viewfinder from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- barcode-viewfinder
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Use the barcode viewfinder icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M47.617 21.402c1.242 0 1.899-.68 1.899-1.922v-5.742c0-4.828-2.438-7.242-7.36-7.242h-5.719c-1.242 0-1.921.68-1.921 1.875c0 1.219.68 1.899 1.921 1.899h5.672c2.297 0 3.633 1.242 3.633 3.68v5.53c0 1.243.68 1.922 1.875 1.922m-39.234 0c1.219 0 1.875-.68 1.875-1.922v-5.53c0-2.438 1.312-3.68 3.656-3.68h5.672c1.219 0 1.898-.68 1.898-1.899c0-1.195-.68-1.875-1.898-1.875h-5.742c-4.875 0-7.36 2.414-7.36 7.242v5.743c0 1.242.68 1.921 1.899 1.921m9.258 15.563h1.57v-17.93h-1.57Zm3.562 0h2.977v-17.93h-2.977Zm4.313 0h1.875v-17.93h-1.875Zm3.539 0h2.906v-17.93h-2.906Zm4.101 0h2.297v-17.93h-2.297Zm3.14 0h1.477v-17.93h-1.476ZM13.845 49.504h5.742c1.219 0 1.898-.68 1.898-1.875c0-1.219-.68-1.898-1.898-1.898h-5.672c-2.344 0-3.656-1.243-3.656-3.68V36.52c0-1.243-.68-1.922-1.875-1.922c-1.242 0-1.899.68-1.899 1.922v5.718c0 4.852 2.485 7.266 7.36 7.266m22.593 0h5.72c4.921 0 7.359-2.438 7.359-7.266V36.52c0-1.243-.68-1.922-1.899-1.922s-1.875.68-1.875 1.922v5.53c0 2.438-1.336 3.68-3.633 3.68h-5.672c-1.242 0-1.921.68-1.921 1.899c0 1.195.68 1.875 1.921 1.875"/></svg>
React
import type { SVGProps } from "react";
export function F7BarcodeViewfinder(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="M47.617 21.402c1.242 0 1.899-.68 1.899-1.922v-5.742c0-4.828-2.438-7.242-7.36-7.242h-5.719c-1.242 0-1.921.68-1.921 1.875c0 1.219.68 1.899 1.921 1.899h5.672c2.297 0 3.633 1.242 3.633 3.68v5.53c0 1.243.68 1.922 1.875 1.922m-39.234 0c1.219 0 1.875-.68 1.875-1.922v-5.53c0-2.438 1.312-3.68 3.656-3.68h5.672c1.219 0 1.898-.68 1.898-1.899c0-1.195-.68-1.875-1.898-1.875h-5.742c-4.875 0-7.36 2.414-7.36 7.242v5.743c0 1.242.68 1.921 1.899 1.921m9.258 15.563h1.57v-17.93h-1.57Zm3.562 0h2.977v-17.93h-2.977Zm4.313 0h1.875v-17.93h-1.875Zm3.539 0h2.906v-17.93h-2.906Zm4.101 0h2.297v-17.93h-2.297Zm3.14 0h1.477v-17.93h-1.476ZM13.845 49.504h5.742c1.219 0 1.898-.68 1.898-1.875c0-1.219-.68-1.898-1.898-1.898h-5.672c-2.344 0-3.656-1.243-3.656-3.68V36.52c0-1.243-.68-1.922-1.875-1.922c-1.242 0-1.899.68-1.899 1.922v5.718c0 4.852 2.485 7.266 7.36 7.266m22.593 0h5.72c4.921 0 7.359-2.438 7.359-7.266V36.52c0-1.243-.68-1.922-1.899-1.922s-1.875.68-1.875 1.922v5.53c0 2.438-1.336 3.68-3.633 3.68h-5.672c-1.242 0-1.921.68-1.921 1.899c0 1.195.68 1.875 1.921 1.875"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M47.617 21.402c1.242 0 1.899-.68 1.899-1.922v-5.742c0-4.828-2.438-7.242-7.36-7.242h-5.719c-1.242 0-1.921.68-1.921 1.875c0 1.219.68 1.899 1.921 1.899h5.672c2.297 0 3.633 1.242 3.633 3.68v5.53c0 1.243.68 1.922 1.875 1.922m-39.234 0c1.219 0 1.875-.68 1.875-1.922v-5.53c0-2.438 1.312-3.68 3.656-3.68h5.672c1.219 0 1.898-.68 1.898-1.899c0-1.195-.68-1.875-1.898-1.875h-5.742c-4.875 0-7.36 2.414-7.36 7.242v5.743c0 1.242.68 1.921 1.899 1.921m9.258 15.563h1.57v-17.93h-1.57Zm3.562 0h2.977v-17.93h-2.977Zm4.313 0h1.875v-17.93h-1.875Zm3.539 0h2.906v-17.93h-2.906Zm4.101 0h2.297v-17.93h-2.297Zm3.14 0h1.477v-17.93h-1.476ZM13.845 49.504h5.742c1.219 0 1.898-.68 1.898-1.875c0-1.219-.68-1.898-1.898-1.898h-5.672c-2.344 0-3.656-1.243-3.656-3.68V36.52c0-1.243-.68-1.922-1.875-1.922c-1.242 0-1.899.68-1.899 1.922v5.718c0 4.852 2.485 7.266 7.36 7.266m22.593 0h5.72c4.921 0 7.359-2.438 7.359-7.266V36.52c0-1.243-.68-1.922-1.899-1.922s-1.875.68-1.875 1.922v5.53c0 2.438-1.336 3.68-3.633 3.68h-5.672c-1.242 0-1.921.68-1.921 1.899c0 1.195.68 1.875 1.921 1.875"/></svg> </template>
CSS
.icon-barcode-viewfinder {
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%22M47.617%2021.402c1.242%200%201.899-.68%201.899-1.922v-5.742c0-4.828-2.438-7.242-7.36-7.242h-5.719c-1.242%200-1.921.68-1.921%201.875c0%201.219.68%201.899%201.921%201.899h5.672c2.297%200%203.633%201.242%203.633%203.68v5.53c0%201.243.68%201.922%201.875%201.922m-39.234%200c1.219%200%201.875-.68%201.875-1.922v-5.53c0-2.438%201.312-3.68%203.656-3.68h5.672c1.219%200%201.898-.68%201.898-1.899c0-1.195-.68-1.875-1.898-1.875h-5.742c-4.875%200-7.36%202.414-7.36%207.242v5.743c0%201.242.68%201.921%201.899%201.921m9.258%2015.563h1.57v-17.93h-1.57Zm3.562%200h2.977v-17.93h-2.977Zm4.313%200h1.875v-17.93h-1.875Zm3.539%200h2.906v-17.93h-2.906Zm4.101%200h2.297v-17.93h-2.297Zm3.14%200h1.477v-17.93h-1.476ZM13.845%2049.504h5.742c1.219%200%201.898-.68%201.898-1.875c0-1.219-.68-1.898-1.898-1.898h-5.672c-2.344%200-3.656-1.243-3.656-3.68V36.52c0-1.243-.68-1.922-1.875-1.922c-1.242%200-1.899.68-1.899%201.922v5.718c0%204.852%202.485%207.266%207.36%207.266m22.593%200h5.72c4.921%200%207.359-2.438%207.359-7.266V36.52c0-1.243-.68-1.922-1.899-1.922s-1.875.68-1.875%201.922v5.53c0%202.438-1.336%203.68-3.633%203.68h-5.672c-1.242%200-1.921.68-1.921%201.899c0%201.195.68%201.875%201.921%201.875%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%22M47.617%2021.402c1.242%200%201.899-.68%201.899-1.922v-5.742c0-4.828-2.438-7.242-7.36-7.242h-5.719c-1.242%200-1.921.68-1.921%201.875c0%201.219.68%201.899%201.921%201.899h5.672c2.297%200%203.633%201.242%203.633%203.68v5.53c0%201.243.68%201.922%201.875%201.922m-39.234%200c1.219%200%201.875-.68%201.875-1.922v-5.53c0-2.438%201.312-3.68%203.656-3.68h5.672c1.219%200%201.898-.68%201.898-1.899c0-1.195-.68-1.875-1.898-1.875h-5.742c-4.875%200-7.36%202.414-7.36%207.242v5.743c0%201.242.68%201.921%201.899%201.921m9.258%2015.563h1.57v-17.93h-1.57Zm3.562%200h2.977v-17.93h-2.977Zm4.313%200h1.875v-17.93h-1.875Zm3.539%200h2.906v-17.93h-2.906Zm4.101%200h2.297v-17.93h-2.297Zm3.14%200h1.477v-17.93h-1.476ZM13.845%2049.504h5.742c1.219%200%201.898-.68%201.898-1.875c0-1.219-.68-1.898-1.898-1.898h-5.672c-2.344%200-3.656-1.243-3.656-3.68V36.52c0-1.243-.68-1.922-1.875-1.922c-1.242%200-1.899.68-1.899%201.922v5.718c0%204.852%202.485%207.266%207.36%207.266m22.593%200h5.72c4.921%200%207.359-2.438%207.359-7.266V36.52c0-1.243-.68-1.922-1.899-1.922s-1.875.68-1.875%201.922v5.53c0%202.438-1.336%203.68-3.633%203.68h-5.672c-1.242%200-1.921.68-1.921%201.899c0%201.195.68%201.875%201.921%201.875%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/barcode-viewfinder.svg?color=%231a73e8&size=48