qr scanner icon
qr-scanner from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- qr-scanner
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
Use the qr scanner icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M96 124.171c0-6.938 5.232-12.171 12.171-12.171H176V64h-66.829C75.717 64 48 90.717 48 124.171V192h48v-67.829z" fill="currentColor"/><path d="M403.579 64H336v48h67.219c6.938 0 12.781 5.232 12.781 12.171V192h48v-67.829C464 90.717 437.033 64 403.579 64z" fill="currentColor"/><path d="M416 386.829c0 6.938-5.232 12.171-12.171 12.171H336v49h67.829C437.283 448 464 420.283 464 386.829V320h-48v66.829z" fill="currentColor"/><path d="M108.171 399C101.232 399 96 393.768 96 386.829V320H48v66.829C48 420.283 75.717 448 109.171 448H176v-49h-67.829z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonQrScanner(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M96 124.171c0-6.938 5.232-12.171 12.171-12.171H176V64h-66.829C75.717 64 48 90.717 48 124.171V192h48v-67.829z" fill="currentColor"/><path d="M403.579 64H336v48h67.219c6.938 0 12.781 5.232 12.781 12.171V192h48v-67.829C464 90.717 437.033 64 403.579 64z" fill="currentColor"/><path d="M416 386.829c0 6.938-5.232 12.171-12.171 12.171H336v49h67.829C437.283 448 464 420.283 464 386.829V320h-48v66.829z" fill="currentColor"/><path d="M108.171 399C101.232 399 96 393.768 96 386.829V320H48v66.829C48 420.283 75.717 448 109.171 448H176v-49h-67.829z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M96 124.171c0-6.938 5.232-12.171 12.171-12.171H176V64h-66.829C75.717 64 48 90.717 48 124.171V192h48v-67.829z" fill="currentColor"/><path d="M403.579 64H336v48h67.219c6.938 0 12.781 5.232 12.781 12.171V192h48v-67.829C464 90.717 437.033 64 403.579 64z" fill="currentColor"/><path d="M416 386.829c0 6.938-5.232 12.171-12.171 12.171H336v49h67.829C437.283 448 464 420.283 464 386.829V320h-48v66.829z" fill="currentColor"/><path d="M108.171 399C101.232 399 96 393.768 96 386.829V320H48v66.829C48 420.283 75.717 448 109.171 448H176v-49h-67.829z" fill="currentColor"/></svg> </template>
CSS
.icon-qr-scanner {
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%20512%20512%22%3E%3Cpath%20d%3D%22M96%20124.171c0-6.938%205.232-12.171%2012.171-12.171H176V64h-66.829C75.717%2064%2048%2090.717%2048%20124.171V192h48v-67.829z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M403.579%2064H336v48h67.219c6.938%200%2012.781%205.232%2012.781%2012.171V192h48v-67.829C464%2090.717%20437.033%2064%20403.579%2064z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M416%20386.829c0%206.938-5.232%2012.171-12.171%2012.171H336v49h67.829C437.283%20448%20464%20420.283%20464%20386.829V320h-48v66.829z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M108.171%20399C101.232%20399%2096%20393.768%2096%20386.829V320H48v66.829C48%20420.283%2075.717%20448%20109.171%20448H176v-49h-67.829z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M96%20124.171c0-6.938%205.232-12.171%2012.171-12.171H176V64h-66.829C75.717%2064%2048%2090.717%2048%20124.171V192h48v-67.829z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M403.579%2064H336v48h67.219c6.938%200%2012.781%205.232%2012.781%2012.171V192h48v-67.829C464%2090.717%20437.033%2064%20403.579%2064z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M416%20386.829c0%206.938-5.232%2012.171-12.171%2012.171H336v49h67.829C437.283%20448%20464%20420.283%20464%20386.829V320h-48v66.829z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M108.171%20399C101.232%20399%2096%20393.768%2096%20386.829V320H48v66.829C48%20420.283%2075.717%20448%20109.171%20448H176v-49h-67.829z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/qr-scanner.svg?color=%231a73e8&size=48