Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add icon for QR code please #7

Closed
ashoksahoo opened this issue Oct 18, 2014 · 163 comments
Closed

Add icon for QR code please #7

ashoksahoo opened this issue Oct 18, 2014 · 163 comments

Comments

@ashoksahoo
Copy link

QR codes scanning is a thing, so you know may be you can add it.

@ashoksahoo ashoksahoo changed the title Add QR code pleas Add QR code please Oct 18, 2014
@ashoksahoo ashoksahoo changed the title Add QR code please Add icon for QR code please Oct 18, 2014
@pdegand
Copy link

pdegand commented Nov 5, 2014

👍
Consider adding a barcode icon too. Theses ones could be very useful.

Thanks

@gustavohenke
Copy link

👍 for it, I'm in the need of a QR Code too!

@serg0x
Copy link

serg0x commented Nov 27, 2014

This is the year 2014, nobody uses QR Codes anymore, wake up. No icon needed. -1

@pdegand
Copy link

pdegand commented Nov 27, 2014

Oops, it looks like Google are still using them ...

Professionals are still using a lot of QR Codes too.

capture d ecran 2014-11-27 a 16 17 59

@Meurers
Copy link

Meurers commented Nov 27, 2014

QR-Code and Barcode icons are very useful for professional applications - so please add them.

@QuadFlask
Copy link

+1
I used @Templarian 's qrcode, but It's look and feel is not same of google's icon.

@Templarian
Copy link

@QuadFlask That is because the sizing is not the same as other icons. It uses 22x22 of the space rather than 18x18 like all box shaped icon. For it to fit the style it would look closer to...

qrcode-variant instead of... qrcode

(The community version runs on suggestions. 😸, open an issue and I'll replace it if the other contributors agree also.)

@QuadFlask
Copy link

@Templarian Oh, I got it! Thnaks!

@caBBAlainB
Copy link

+1

@DavidLibeau
Copy link

Up !
NFC icon, HTTP icon but no QRcode one? :)

@GamePad64
Copy link

Up, again!

@tiagomenegaz
Copy link

QR Code would be amazing!

@joncursi
Copy link

👍

@lukeisontheroad
Copy link

Waiting for it as well

@ncnlinh
Copy link

ncnlinh commented Mar 16, 2016

👍

@GamePad64
Copy link

@ncnlinh We have that reaction-thingy now

@ncnlinh
Copy link

ncnlinh commented Mar 16, 2016

@GamePad64 👍 wow I never noticed. I hope it will help adding this QR code icon to the pack.. 😅

@aalibaabaa
Copy link

+1

@DianaDias
Copy link

DianaDias commented May 10, 2016

Olá, precisamos do ícone do QRCode oficial!! Please.

@inhaledesign
Copy link

+1 (Bump)

@justinian336
Copy link

justinian336 commented Oct 24, 2019

pic google qr code

@calvarez-ov
Copy link

@Pedroprt
Copy link

QRCode icon please

@dshukertjr
Copy link

plz

@ItsYanko
Copy link

ItsYanko commented Nov 30, 2019

This is the year 2014, nobody uses QR Codes anymore, wake up. No icon needed. -1

well here we are in 2019 and we still need it

@ItsYanko
Copy link

+1

@PierBusDev
Copy link

Is it really this hard to add this icon?

@cyberalien
Copy link

Is it really this hard to add this icon?

This repository hasn't been maintained for few years.

There are few forks out there, mine has qrcode icon:
https://github.com/material-icons/material-icons/tree/master/svg/qrcode

@rod5438
Copy link

rod5438 commented Mar 4, 2020

Need it

@itztaylorau
Copy link

Please and it really helps developers

@erwindemoel
Copy link

We could use it too!

@justinian336
Copy link

The world is literally gonna end before this issue gets in.

@ericksprengel
Copy link

There is a rowing icon.... https://material.io/resources/icons/?icon=rowing&style=baseline
There is a hot tub icon... https://material.io/resources/icons/?icon=hot_tub&style=baseline

but there isn't a barcode/qrcode icon 😢

@ashishbeck
Copy link

ashishbeck commented Apr 14, 2020

Google is so lazy about this that they themselves use Icons.center_focus_weak to represent scanning a code, lmao. I would actually suggest doing the same for your projects
image

@AliYar-Khan
Copy link

@QuadFlask That is because the sizing is not the same as other icons. It uses 22x22 of the space rather than 18x18 like all box shaped icon. For it to fit the style it would look closer to...

qrcode-variant instead of... qrcode

(The community version runs on suggestions. 😸, open an issue and I'll replace it if the other contributors agree also.)

where form you got the right one i need this icon ... please tell me

@panzer-planet
Copy link

Rather use a proper icon set like font awesome

@fzyzcjy
Copy link

fzyzcjy commented Jun 13, 2020

Same issue even after 6 years...

@ItsYanko
Copy link

ItsYanko commented Jun 15, 2020 via email

@alberteije
Copy link

It is strange. So easy to add and for 6 years people are waiting for.

@alberteije
Copy link

Just use Font Awesome Icons.

Add to pubspec: font_awesome_flutter:
Import in your page: import 'package:font_awesome_flutter/font_awesome_flutter.dart';

And use like this:
IconButton(
icon: FaIcon(FontAwesomeIcons.qrcode),
tooltip: "QRCode",
onPressed: () {},
),

Or:
IconButton(
icon: FaIcon(FontAwesomeIcons.barcode),
tooltip: "BarCode",
onPressed: () {},
),

@dshukertjr
Copy link

I don't know why this issue is not closed, but an icon for QR code has been added to material design icons

https://material.io/resources/icons/?icon=qr_code&style=baseline

@PedroSalas83
Copy link

Patience leads to success

@RoelN
Copy link
Collaborator

RoelN commented Jan 7, 2021

Closing this as QR code has arrived! \o/

@RoelN RoelN closed this as completed Jan 7, 2021
@ashoksahoo
Copy link
Author

As the author of this issue, this gives me immense joy that I will not get any more +1 comments on this. Thanks you for the contribution. Better nate than lever.

@tphinney tphinney reopened this May 12, 2022
@tphinney
Copy link
Collaborator

Reopened as there is no barcode icon in the Material Symbols / Icons set.
The QR code is lovely, though! :)

@tphinney
Copy link
Collaborator

Oh wait, the barcode part is already open as issue #15, closing again.

@tphinney
Copy link
Collaborator

I just wanted to let people know 1D (linear) /barcode and /barcode_scanner icons have been approved for me to add them to Material Symbols. I will be adding them on the source side today. I know it has been a long wait! Thanks for your patience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests