Does a symbol for glasses exist?
Clash Royale CLAN TAG#URR8PPP
up vote
29
down vote
favorite
I could not find the symbol of the image below which is in a book in my possession. I honestly do not remember where I saw it. Could someone help me where this symbol is located? This symbol (red rectangle) does not exist in the Comprehensive LATEX Symbol List by Scott Pakin.
tikz-pgf graphics symbols
 |Â
show 3 more comments
up vote
29
down vote
favorite
I could not find the symbol of the image below which is in a book in my possession. I honestly do not remember where I saw it. Could someone help me where this symbol is located? This symbol (red rectangle) does not exist in the Comprehensive LATEX Symbol List by Scott Pakin.
tikz-pgf graphics symbols
3
just useincludegraphicszzz
for any picture of glasses that you find with a google image search
â David Carlisle
Aug 23 at 20:00
3
@DavidCarlisle wouldn't be includegraphicslooklooklook be more fitting?
â Ulrike Fischer
Aug 23 at 20:03
3
@Sebastiano if you have a book as paper you can not tell whether it is an image or a font glyph, why do you say it is not an image?
â David Carlisle
Aug 23 at 20:04
@DavidCarlisle I have used two tools on line What Font Is and What The Font and I have not find nothing. After I have searched on the web and I haven't find the same glasses.
â Sebastiano
Aug 23 at 20:08
3
@Sebastiano why do you think it is a font character?
â David Carlisle
Aug 23 at 20:13
 |Â
show 3 more comments
up vote
29
down vote
favorite
up vote
29
down vote
favorite
I could not find the symbol of the image below which is in a book in my possession. I honestly do not remember where I saw it. Could someone help me where this symbol is located? This symbol (red rectangle) does not exist in the Comprehensive LATEX Symbol List by Scott Pakin.
tikz-pgf graphics symbols
I could not find the symbol of the image below which is in a book in my possession. I honestly do not remember where I saw it. Could someone help me where this symbol is located? This symbol (red rectangle) does not exist in the Comprehensive LATEX Symbol List by Scott Pakin.
tikz-pgf graphics symbols
tikz-pgf graphics symbols
edited Aug 24 at 8:05
Communityâ¦
1
1
asked Aug 23 at 19:54
Sebastiano
7,70131554
7,70131554
3
just useincludegraphicszzz
for any picture of glasses that you find with a google image search
â David Carlisle
Aug 23 at 20:00
3
@DavidCarlisle wouldn't be includegraphicslooklooklook be more fitting?
â Ulrike Fischer
Aug 23 at 20:03
3
@Sebastiano if you have a book as paper you can not tell whether it is an image or a font glyph, why do you say it is not an image?
â David Carlisle
Aug 23 at 20:04
@DavidCarlisle I have used two tools on line What Font Is and What The Font and I have not find nothing. After I have searched on the web and I haven't find the same glasses.
â Sebastiano
Aug 23 at 20:08
3
@Sebastiano why do you think it is a font character?
â David Carlisle
Aug 23 at 20:13
 |Â
show 3 more comments
3
just useincludegraphicszzz
for any picture of glasses that you find with a google image search
â David Carlisle
Aug 23 at 20:00
3
@DavidCarlisle wouldn't be includegraphicslooklooklook be more fitting?
â Ulrike Fischer
Aug 23 at 20:03
3
@Sebastiano if you have a book as paper you can not tell whether it is an image or a font glyph, why do you say it is not an image?
â David Carlisle
Aug 23 at 20:04
@DavidCarlisle I have used two tools on line What Font Is and What The Font and I have not find nothing. After I have searched on the web and I haven't find the same glasses.
â Sebastiano
Aug 23 at 20:08
3
@Sebastiano why do you think it is a font character?
â David Carlisle
Aug 23 at 20:13
3
3
just use
includegraphicszzz
for any picture of glasses that you find with a google image searchâ David Carlisle
Aug 23 at 20:00
just use
includegraphicszzz
for any picture of glasses that you find with a google image searchâ David Carlisle
Aug 23 at 20:00
3
3
@DavidCarlisle wouldn't be includegraphicslooklooklook be more fitting?
â Ulrike Fischer
Aug 23 at 20:03
@DavidCarlisle wouldn't be includegraphicslooklooklook be more fitting?
â Ulrike Fischer
Aug 23 at 20:03
3
3
@Sebastiano if you have a book as paper you can not tell whether it is an image or a font glyph, why do you say it is not an image?
â David Carlisle
Aug 23 at 20:04
@Sebastiano if you have a book as paper you can not tell whether it is an image or a font glyph, why do you say it is not an image?
â David Carlisle
Aug 23 at 20:04
@DavidCarlisle I have used two tools on line What Font Is and What The Font and I have not find nothing. After I have searched on the web and I haven't find the same glasses.
â Sebastiano
Aug 23 at 20:08
@DavidCarlisle I have used two tools on line What Font Is and What The Font and I have not find nothing. After I have searched on the web and I haven't find the same glasses.
â Sebastiano
Aug 23 at 20:08
3
3
@Sebastiano why do you think it is a font character?
â David Carlisle
Aug 23 at 20:13
@Sebastiano why do you think it is a font character?
â David Carlisle
Aug 23 at 20:13
 |Â
show 3 more comments
7 Answers
7
active
oldest
votes
up vote
70
down vote
accepted
Here is a TikZ solution.
documentclassarticle
usepackageblindtext
usepackagetikz
newcommandglassesresizebox3em!%
tikzdraw(0,0) coordinate (Origin) --++(0.2,0) coordinate (endL) arc (180:0:0.05)--++(0.2,0) coordinate (endR) --++(45:0.25) arc (180-45:0:0.08) (endR) arc (0:-180:0.1) (endL) arc (0:-180:0.1) (Origin)--++(45:0.25) arc (180-45:0:0.08);
begindocument
noindent
glasses textscAttention. blindtext
enddocument
6
Spectacular, identical! Very good and excellent two times.
â Sebastiano
Aug 23 at 20:23
3
Spectacular⦠I see what you did thereâ¦
â sleblanc
Aug 25 at 23:57
add a comment |Â
up vote
31
down vote
documentclassarticle
usepackagetikzducks
begindocument
tikzduck[invisible,squareglasses]
tikzduck[invisible,glasses]
tikzduck[invisible,sunglasses]
enddocument
13
ducks may hide but they are still tasty.
â David Carlisle
Aug 23 at 20:17
@DavidCarlisle How can you target them with your fork if you don't see them?
â samcarter
Aug 23 at 20:18
2
@samcarter, attack in the middle of glasses to hit the head.... lol
â Sigur
Aug 23 at 20:19
15
NOW I know what theinvisible
option is good for. ;-)
â marmot
Aug 24 at 5:27
I still see the ducks! One of them is smiling.
â thymaro
Sep 6 at 12:46
 |Â
show 2 more comments
up vote
25
down vote
The unicode character EYEGLASSES
, code U+1F453
ðÂÂÂ
seems to be what you are looking for.
1
I would also like to thank you very much for your answer, which I am obviously voting for +1.
â Sebastiano
Aug 24 at 20:00
6
which fonts support this character?
â qwr
Aug 25 at 21:12
add a comment |Â
up vote
18
down vote
documentclassarticle
usepackagefontawesome5
begindocument
faGlassestextscAttention:
enddocument
Marcel thank you very much for your answer. I am young, they seem used glasses :-). I do not like are too showy.
â Sebastiano
Aug 23 at 20:19
3
@Sebastiano If you own Font Awesome Pro, you can also use [light] or [regular] glasses. They look much better with non-bold text.
â Marcel Krüger
Aug 23 at 20:28
add a comment |Â
up vote
13
down vote
documentclassarticle
usepackagegraphicx
begindocument
noindentincludegraphics[height=1.5em]zzz.png textscAttention zzz
z zzz zzz zzzzzzz zzz z z z z zzzzz z z zzzzzzzzz zzz zzzz zzzzzzzz zzzzz.
enddocument
where zzz.png
is just a cropped version of the image you posted.
2
Thank you very much, but do not get angry with me politely. I'm not as good as you are but it's really ugly an image like this. It looks like a book from the '800 :-)
â Sebastiano
Aug 23 at 20:17
3
@Sebastiano yes but I cropped the image you posted, you could use a higher resolution scan of the original or as I said in the original comment use a google image search there are literally thousands of available line drawings you could use.
â David Carlisle
Aug 23 at 20:19
3
@Sebastiano An improved solution to David's would be to use a drawing software like Inkscape to trace the shape and convert it to a vector image. This should be rather easy with any similar software.
â Ian
Aug 24 at 8:25
3
@Sebastiano This is the most general answer. Just google an image and use it. Or if you want something more fancy, search for fonts that have glasses as symbol (examples here) and import that symbol probably with XeLaTeX).
â luchonacho
Aug 24 at 11:33
@luchonacho I am writing a book together with a university colleague and there are many vector images. I was curious to know if there was a symbol of the glasses that I saw somewhere but I do not remember. Greetings.
â Sebastiano
Aug 24 at 19:39
add a comment |Â
up vote
10
down vote
vector graphic = perfect quality
documentclassarticle
usepackagegraphicx
begindocument
includegraphics[height=1em]glasses.pdf Attention!
enddocument
Upvoted also your answer. Thank you very much.
â Sebastiano
Aug 23 at 21:18
17
And where isglasses.pdf
coming from?
â Arsenal
Aug 24 at 14:26
1
@Arsenal On the web there are many vectorial pictures of glasses. It would be interesting to know where he found a beautiful vector image with glasses.
â Sebastiano
Aug 25 at 21:30
I looked forglasses.pdf
on my computers. I didn't find it.
â thymaro
Sep 6 at 12:50
2
@thymaro That's strange, I can find it on my computer :)
â blub
Sep 6 at 20:31
 |Â
show 1 more comment
up vote
4
down vote
No images, no unicode characters, not tikz, no invisible ducks :(
Macho programmers use only ASCII. :)
documentclassarticle
usepackagegraphicx
defglassessffamily
leavevmoderlap%
rotatebox[origin=tr]125Jkern1ex%
rotatebox[origin=tr]125J%
rotatebox[origin=c]-90D%
rotatebox[origin=c]-90D%
defialysffamily
resizebox1ex1.5exreflectboxrotatebox[origin=]75Jkern-1pt%
rlaptiny$ ^bulletkern2.5pt^bullet$ %
rotatebox[origin=c]-90D%
rotatebox[origin=c]-90Dkern-1pt%
resizebox1ex1.5exrotatebox[origin=]75J
begindocument
My pure TeX(t) glasses glassespar
I am looking you ialy
enddocument
:-) ;-) double smiles for you and thank you very much to your answer +1.
â Sebastiano
Sep 6 at 12:34
add a comment |Â
7 Answers
7
active
oldest
votes
7 Answers
7
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
70
down vote
accepted
Here is a TikZ solution.
documentclassarticle
usepackageblindtext
usepackagetikz
newcommandglassesresizebox3em!%
tikzdraw(0,0) coordinate (Origin) --++(0.2,0) coordinate (endL) arc (180:0:0.05)--++(0.2,0) coordinate (endR) --++(45:0.25) arc (180-45:0:0.08) (endR) arc (0:-180:0.1) (endL) arc (0:-180:0.1) (Origin)--++(45:0.25) arc (180-45:0:0.08);
begindocument
noindent
glasses textscAttention. blindtext
enddocument
6
Spectacular, identical! Very good and excellent two times.
â Sebastiano
Aug 23 at 20:23
3
Spectacular⦠I see what you did thereâ¦
â sleblanc
Aug 25 at 23:57
add a comment |Â
up vote
70
down vote
accepted
Here is a TikZ solution.
documentclassarticle
usepackageblindtext
usepackagetikz
newcommandglassesresizebox3em!%
tikzdraw(0,0) coordinate (Origin) --++(0.2,0) coordinate (endL) arc (180:0:0.05)--++(0.2,0) coordinate (endR) --++(45:0.25) arc (180-45:0:0.08) (endR) arc (0:-180:0.1) (endL) arc (0:-180:0.1) (Origin)--++(45:0.25) arc (180-45:0:0.08);
begindocument
noindent
glasses textscAttention. blindtext
enddocument
6
Spectacular, identical! Very good and excellent two times.
â Sebastiano
Aug 23 at 20:23
3
Spectacular⦠I see what you did thereâ¦
â sleblanc
Aug 25 at 23:57
add a comment |Â
up vote
70
down vote
accepted
up vote
70
down vote
accepted
Here is a TikZ solution.
documentclassarticle
usepackageblindtext
usepackagetikz
newcommandglassesresizebox3em!%
tikzdraw(0,0) coordinate (Origin) --++(0.2,0) coordinate (endL) arc (180:0:0.05)--++(0.2,0) coordinate (endR) --++(45:0.25) arc (180-45:0:0.08) (endR) arc (0:-180:0.1) (endL) arc (0:-180:0.1) (Origin)--++(45:0.25) arc (180-45:0:0.08);
begindocument
noindent
glasses textscAttention. blindtext
enddocument
Here is a TikZ solution.
documentclassarticle
usepackageblindtext
usepackagetikz
newcommandglassesresizebox3em!%
tikzdraw(0,0) coordinate (Origin) --++(0.2,0) coordinate (endL) arc (180:0:0.05)--++(0.2,0) coordinate (endR) --++(45:0.25) arc (180-45:0:0.08) (endR) arc (0:-180:0.1) (endL) arc (0:-180:0.1) (Origin)--++(45:0.25) arc (180-45:0:0.08);
begindocument
noindent
glasses textscAttention. blindtext
enddocument
edited Aug 23 at 23:41
answered Aug 23 at 20:21
Milo
5,56821345
5,56821345
6
Spectacular, identical! Very good and excellent two times.
â Sebastiano
Aug 23 at 20:23
3
Spectacular⦠I see what you did thereâ¦
â sleblanc
Aug 25 at 23:57
add a comment |Â
6
Spectacular, identical! Very good and excellent two times.
â Sebastiano
Aug 23 at 20:23
3
Spectacular⦠I see what you did thereâ¦
â sleblanc
Aug 25 at 23:57
6
6
Spectacular, identical! Very good and excellent two times.
â Sebastiano
Aug 23 at 20:23
Spectacular, identical! Very good and excellent two times.
â Sebastiano
Aug 23 at 20:23
3
3
Spectacular⦠I see what you did thereâ¦
â sleblanc
Aug 25 at 23:57
Spectacular⦠I see what you did thereâ¦
â sleblanc
Aug 25 at 23:57
add a comment |Â
up vote
31
down vote
documentclassarticle
usepackagetikzducks
begindocument
tikzduck[invisible,squareglasses]
tikzduck[invisible,glasses]
tikzduck[invisible,sunglasses]
enddocument
13
ducks may hide but they are still tasty.
â David Carlisle
Aug 23 at 20:17
@DavidCarlisle How can you target them with your fork if you don't see them?
â samcarter
Aug 23 at 20:18
2
@samcarter, attack in the middle of glasses to hit the head.... lol
â Sigur
Aug 23 at 20:19
15
NOW I know what theinvisible
option is good for. ;-)
â marmot
Aug 24 at 5:27
I still see the ducks! One of them is smiling.
â thymaro
Sep 6 at 12:46
 |Â
show 2 more comments
up vote
31
down vote
documentclassarticle
usepackagetikzducks
begindocument
tikzduck[invisible,squareglasses]
tikzduck[invisible,glasses]
tikzduck[invisible,sunglasses]
enddocument
13
ducks may hide but they are still tasty.
â David Carlisle
Aug 23 at 20:17
@DavidCarlisle How can you target them with your fork if you don't see them?
â samcarter
Aug 23 at 20:18
2
@samcarter, attack in the middle of glasses to hit the head.... lol
â Sigur
Aug 23 at 20:19
15
NOW I know what theinvisible
option is good for. ;-)
â marmot
Aug 24 at 5:27
I still see the ducks! One of them is smiling.
â thymaro
Sep 6 at 12:46
 |Â
show 2 more comments
up vote
31
down vote
up vote
31
down vote
documentclassarticle
usepackagetikzducks
begindocument
tikzduck[invisible,squareglasses]
tikzduck[invisible,glasses]
tikzduck[invisible,sunglasses]
enddocument
documentclassarticle
usepackagetikzducks
begindocument
tikzduck[invisible,squareglasses]
tikzduck[invisible,glasses]
tikzduck[invisible,sunglasses]
enddocument
edited Aug 23 at 20:17
answered Aug 23 at 20:15
samcarter
75.9k786242
75.9k786242
13
ducks may hide but they are still tasty.
â David Carlisle
Aug 23 at 20:17
@DavidCarlisle How can you target them with your fork if you don't see them?
â samcarter
Aug 23 at 20:18
2
@samcarter, attack in the middle of glasses to hit the head.... lol
â Sigur
Aug 23 at 20:19
15
NOW I know what theinvisible
option is good for. ;-)
â marmot
Aug 24 at 5:27
I still see the ducks! One of them is smiling.
â thymaro
Sep 6 at 12:46
 |Â
show 2 more comments
13
ducks may hide but they are still tasty.
â David Carlisle
Aug 23 at 20:17
@DavidCarlisle How can you target them with your fork if you don't see them?
â samcarter
Aug 23 at 20:18
2
@samcarter, attack in the middle of glasses to hit the head.... lol
â Sigur
Aug 23 at 20:19
15
NOW I know what theinvisible
option is good for. ;-)
â marmot
Aug 24 at 5:27
I still see the ducks! One of them is smiling.
â thymaro
Sep 6 at 12:46
13
13
ducks may hide but they are still tasty.
â David Carlisle
Aug 23 at 20:17
ducks may hide but they are still tasty.
â David Carlisle
Aug 23 at 20:17
@DavidCarlisle How can you target them with your fork if you don't see them?
â samcarter
Aug 23 at 20:18
@DavidCarlisle How can you target them with your fork if you don't see them?
â samcarter
Aug 23 at 20:18
2
2
@samcarter, attack in the middle of glasses to hit the head.... lol
â Sigur
Aug 23 at 20:19
@samcarter, attack in the middle of glasses to hit the head.... lol
â Sigur
Aug 23 at 20:19
15
15
NOW I know what the
invisible
option is good for. ;-)â marmot
Aug 24 at 5:27
NOW I know what the
invisible
option is good for. ;-)â marmot
Aug 24 at 5:27
I still see the ducks! One of them is smiling.
â thymaro
Sep 6 at 12:46
I still see the ducks! One of them is smiling.
â thymaro
Sep 6 at 12:46
 |Â
show 2 more comments
up vote
25
down vote
The unicode character EYEGLASSES
, code U+1F453
ðÂÂÂ
seems to be what you are looking for.
1
I would also like to thank you very much for your answer, which I am obviously voting for +1.
â Sebastiano
Aug 24 at 20:00
6
which fonts support this character?
â qwr
Aug 25 at 21:12
add a comment |Â
up vote
25
down vote
The unicode character EYEGLASSES
, code U+1F453
ðÂÂÂ
seems to be what you are looking for.
1
I would also like to thank you very much for your answer, which I am obviously voting for +1.
â Sebastiano
Aug 24 at 20:00
6
which fonts support this character?
â qwr
Aug 25 at 21:12
add a comment |Â
up vote
25
down vote
up vote
25
down vote
The unicode character EYEGLASSES
, code U+1F453
ðÂÂÂ
seems to be what you are looking for.
The unicode character EYEGLASSES
, code U+1F453
ðÂÂÂ
seems to be what you are looking for.
answered Aug 24 at 10:20
Volker Siegel
35112
35112
1
I would also like to thank you very much for your answer, which I am obviously voting for +1.
â Sebastiano
Aug 24 at 20:00
6
which fonts support this character?
â qwr
Aug 25 at 21:12
add a comment |Â
1
I would also like to thank you very much for your answer, which I am obviously voting for +1.
â Sebastiano
Aug 24 at 20:00
6
which fonts support this character?
â qwr
Aug 25 at 21:12
1
1
I would also like to thank you very much for your answer, which I am obviously voting for +1.
â Sebastiano
Aug 24 at 20:00
I would also like to thank you very much for your answer, which I am obviously voting for +1.
â Sebastiano
Aug 24 at 20:00
6
6
which fonts support this character?
â qwr
Aug 25 at 21:12
which fonts support this character?
â qwr
Aug 25 at 21:12
add a comment |Â
up vote
18
down vote
documentclassarticle
usepackagefontawesome5
begindocument
faGlassestextscAttention:
enddocument
Marcel thank you very much for your answer. I am young, they seem used glasses :-). I do not like are too showy.
â Sebastiano
Aug 23 at 20:19
3
@Sebastiano If you own Font Awesome Pro, you can also use [light] or [regular] glasses. They look much better with non-bold text.
â Marcel Krüger
Aug 23 at 20:28
add a comment |Â
up vote
18
down vote
documentclassarticle
usepackagefontawesome5
begindocument
faGlassestextscAttention:
enddocument
Marcel thank you very much for your answer. I am young, they seem used glasses :-). I do not like are too showy.
â Sebastiano
Aug 23 at 20:19
3
@Sebastiano If you own Font Awesome Pro, you can also use [light] or [regular] glasses. They look much better with non-bold text.
â Marcel Krüger
Aug 23 at 20:28
add a comment |Â
up vote
18
down vote
up vote
18
down vote
documentclassarticle
usepackagefontawesome5
begindocument
faGlassestextscAttention:
enddocument
documentclassarticle
usepackagefontawesome5
begindocument
faGlassestextscAttention:
enddocument
answered Aug 23 at 20:17
Marcel Krüger
10.6k11233
10.6k11233
Marcel thank you very much for your answer. I am young, they seem used glasses :-). I do not like are too showy.
â Sebastiano
Aug 23 at 20:19
3
@Sebastiano If you own Font Awesome Pro, you can also use [light] or [regular] glasses. They look much better with non-bold text.
â Marcel Krüger
Aug 23 at 20:28
add a comment |Â
Marcel thank you very much for your answer. I am young, they seem used glasses :-). I do not like are too showy.
â Sebastiano
Aug 23 at 20:19
3
@Sebastiano If you own Font Awesome Pro, you can also use [light] or [regular] glasses. They look much better with non-bold text.
â Marcel Krüger
Aug 23 at 20:28
Marcel thank you very much for your answer. I am young, they seem used glasses :-). I do not like are too showy.
â Sebastiano
Aug 23 at 20:19
Marcel thank you very much for your answer. I am young, they seem used glasses :-). I do not like are too showy.
â Sebastiano
Aug 23 at 20:19
3
3
@Sebastiano If you own Font Awesome Pro, you can also use [light] or [regular] glasses. They look much better with non-bold text.
â Marcel Krüger
Aug 23 at 20:28
@Sebastiano If you own Font Awesome Pro, you can also use [light] or [regular] glasses. They look much better with non-bold text.
â Marcel Krüger
Aug 23 at 20:28
add a comment |Â
up vote
13
down vote
documentclassarticle
usepackagegraphicx
begindocument
noindentincludegraphics[height=1.5em]zzz.png textscAttention zzz
z zzz zzz zzzzzzz zzz z z z z zzzzz z z zzzzzzzzz zzz zzzz zzzzzzzz zzzzz.
enddocument
where zzz.png
is just a cropped version of the image you posted.
2
Thank you very much, but do not get angry with me politely. I'm not as good as you are but it's really ugly an image like this. It looks like a book from the '800 :-)
â Sebastiano
Aug 23 at 20:17
3
@Sebastiano yes but I cropped the image you posted, you could use a higher resolution scan of the original or as I said in the original comment use a google image search there are literally thousands of available line drawings you could use.
â David Carlisle
Aug 23 at 20:19
3
@Sebastiano An improved solution to David's would be to use a drawing software like Inkscape to trace the shape and convert it to a vector image. This should be rather easy with any similar software.
â Ian
Aug 24 at 8:25
3
@Sebastiano This is the most general answer. Just google an image and use it. Or if you want something more fancy, search for fonts that have glasses as symbol (examples here) and import that symbol probably with XeLaTeX).
â luchonacho
Aug 24 at 11:33
@luchonacho I am writing a book together with a university colleague and there are many vector images. I was curious to know if there was a symbol of the glasses that I saw somewhere but I do not remember. Greetings.
â Sebastiano
Aug 24 at 19:39
add a comment |Â
up vote
13
down vote
documentclassarticle
usepackagegraphicx
begindocument
noindentincludegraphics[height=1.5em]zzz.png textscAttention zzz
z zzz zzz zzzzzzz zzz z z z z zzzzz z z zzzzzzzzz zzz zzzz zzzzzzzz zzzzz.
enddocument
where zzz.png
is just a cropped version of the image you posted.
2
Thank you very much, but do not get angry with me politely. I'm not as good as you are but it's really ugly an image like this. It looks like a book from the '800 :-)
â Sebastiano
Aug 23 at 20:17
3
@Sebastiano yes but I cropped the image you posted, you could use a higher resolution scan of the original or as I said in the original comment use a google image search there are literally thousands of available line drawings you could use.
â David Carlisle
Aug 23 at 20:19
3
@Sebastiano An improved solution to David's would be to use a drawing software like Inkscape to trace the shape and convert it to a vector image. This should be rather easy with any similar software.
â Ian
Aug 24 at 8:25
3
@Sebastiano This is the most general answer. Just google an image and use it. Or if you want something more fancy, search for fonts that have glasses as symbol (examples here) and import that symbol probably with XeLaTeX).
â luchonacho
Aug 24 at 11:33
@luchonacho I am writing a book together with a university colleague and there are many vector images. I was curious to know if there was a symbol of the glasses that I saw somewhere but I do not remember. Greetings.
â Sebastiano
Aug 24 at 19:39
add a comment |Â
up vote
13
down vote
up vote
13
down vote
documentclassarticle
usepackagegraphicx
begindocument
noindentincludegraphics[height=1.5em]zzz.png textscAttention zzz
z zzz zzz zzzzzzz zzz z z z z zzzzz z z zzzzzzzzz zzz zzzz zzzzzzzz zzzzz.
enddocument
where zzz.png
is just a cropped version of the image you posted.
documentclassarticle
usepackagegraphicx
begindocument
noindentincludegraphics[height=1.5em]zzz.png textscAttention zzz
z zzz zzz zzzzzzz zzz z z z z zzzzz z z zzzzzzzzz zzz zzzz zzzzzzzz zzzzz.
enddocument
where zzz.png
is just a cropped version of the image you posted.
answered Aug 23 at 20:13
David Carlisle
468k3810961821
468k3810961821
2
Thank you very much, but do not get angry with me politely. I'm not as good as you are but it's really ugly an image like this. It looks like a book from the '800 :-)
â Sebastiano
Aug 23 at 20:17
3
@Sebastiano yes but I cropped the image you posted, you could use a higher resolution scan of the original or as I said in the original comment use a google image search there are literally thousands of available line drawings you could use.
â David Carlisle
Aug 23 at 20:19
3
@Sebastiano An improved solution to David's would be to use a drawing software like Inkscape to trace the shape and convert it to a vector image. This should be rather easy with any similar software.
â Ian
Aug 24 at 8:25
3
@Sebastiano This is the most general answer. Just google an image and use it. Or if you want something more fancy, search for fonts that have glasses as symbol (examples here) and import that symbol probably with XeLaTeX).
â luchonacho
Aug 24 at 11:33
@luchonacho I am writing a book together with a university colleague and there are many vector images. I was curious to know if there was a symbol of the glasses that I saw somewhere but I do not remember. Greetings.
â Sebastiano
Aug 24 at 19:39
add a comment |Â
2
Thank you very much, but do not get angry with me politely. I'm not as good as you are but it's really ugly an image like this. It looks like a book from the '800 :-)
â Sebastiano
Aug 23 at 20:17
3
@Sebastiano yes but I cropped the image you posted, you could use a higher resolution scan of the original or as I said in the original comment use a google image search there are literally thousands of available line drawings you could use.
â David Carlisle
Aug 23 at 20:19
3
@Sebastiano An improved solution to David's would be to use a drawing software like Inkscape to trace the shape and convert it to a vector image. This should be rather easy with any similar software.
â Ian
Aug 24 at 8:25
3
@Sebastiano This is the most general answer. Just google an image and use it. Or if you want something more fancy, search for fonts that have glasses as symbol (examples here) and import that symbol probably with XeLaTeX).
â luchonacho
Aug 24 at 11:33
@luchonacho I am writing a book together with a university colleague and there are many vector images. I was curious to know if there was a symbol of the glasses that I saw somewhere but I do not remember. Greetings.
â Sebastiano
Aug 24 at 19:39
2
2
Thank you very much, but do not get angry with me politely. I'm not as good as you are but it's really ugly an image like this. It looks like a book from the '800 :-)
â Sebastiano
Aug 23 at 20:17
Thank you very much, but do not get angry with me politely. I'm not as good as you are but it's really ugly an image like this. It looks like a book from the '800 :-)
â Sebastiano
Aug 23 at 20:17
3
3
@Sebastiano yes but I cropped the image you posted, you could use a higher resolution scan of the original or as I said in the original comment use a google image search there are literally thousands of available line drawings you could use.
â David Carlisle
Aug 23 at 20:19
@Sebastiano yes but I cropped the image you posted, you could use a higher resolution scan of the original or as I said in the original comment use a google image search there are literally thousands of available line drawings you could use.
â David Carlisle
Aug 23 at 20:19
3
3
@Sebastiano An improved solution to David's would be to use a drawing software like Inkscape to trace the shape and convert it to a vector image. This should be rather easy with any similar software.
â Ian
Aug 24 at 8:25
@Sebastiano An improved solution to David's would be to use a drawing software like Inkscape to trace the shape and convert it to a vector image. This should be rather easy with any similar software.
â Ian
Aug 24 at 8:25
3
3
@Sebastiano This is the most general answer. Just google an image and use it. Or if you want something more fancy, search for fonts that have glasses as symbol (examples here) and import that symbol probably with XeLaTeX).
â luchonacho
Aug 24 at 11:33
@Sebastiano This is the most general answer. Just google an image and use it. Or if you want something more fancy, search for fonts that have glasses as symbol (examples here) and import that symbol probably with XeLaTeX).
â luchonacho
Aug 24 at 11:33
@luchonacho I am writing a book together with a university colleague and there are many vector images. I was curious to know if there was a symbol of the glasses that I saw somewhere but I do not remember. Greetings.
â Sebastiano
Aug 24 at 19:39
@luchonacho I am writing a book together with a university colleague and there are many vector images. I was curious to know if there was a symbol of the glasses that I saw somewhere but I do not remember. Greetings.
â Sebastiano
Aug 24 at 19:39
add a comment |Â
up vote
10
down vote
vector graphic = perfect quality
documentclassarticle
usepackagegraphicx
begindocument
includegraphics[height=1em]glasses.pdf Attention!
enddocument
Upvoted also your answer. Thank you very much.
â Sebastiano
Aug 23 at 21:18
17
And where isglasses.pdf
coming from?
â Arsenal
Aug 24 at 14:26
1
@Arsenal On the web there are many vectorial pictures of glasses. It would be interesting to know where he found a beautiful vector image with glasses.
â Sebastiano
Aug 25 at 21:30
I looked forglasses.pdf
on my computers. I didn't find it.
â thymaro
Sep 6 at 12:50
2
@thymaro That's strange, I can find it on my computer :)
â blub
Sep 6 at 20:31
 |Â
show 1 more comment
up vote
10
down vote
vector graphic = perfect quality
documentclassarticle
usepackagegraphicx
begindocument
includegraphics[height=1em]glasses.pdf Attention!
enddocument
Upvoted also your answer. Thank you very much.
â Sebastiano
Aug 23 at 21:18
17
And where isglasses.pdf
coming from?
â Arsenal
Aug 24 at 14:26
1
@Arsenal On the web there are many vectorial pictures of glasses. It would be interesting to know where he found a beautiful vector image with glasses.
â Sebastiano
Aug 25 at 21:30
I looked forglasses.pdf
on my computers. I didn't find it.
â thymaro
Sep 6 at 12:50
2
@thymaro That's strange, I can find it on my computer :)
â blub
Sep 6 at 20:31
 |Â
show 1 more comment
up vote
10
down vote
up vote
10
down vote
vector graphic = perfect quality
documentclassarticle
usepackagegraphicx
begindocument
includegraphics[height=1em]glasses.pdf Attention!
enddocument
vector graphic = perfect quality
documentclassarticle
usepackagegraphicx
begindocument
includegraphics[height=1em]glasses.pdf Attention!
enddocument
answered Aug 23 at 21:03
blub
26614
26614
Upvoted also your answer. Thank you very much.
â Sebastiano
Aug 23 at 21:18
17
And where isglasses.pdf
coming from?
â Arsenal
Aug 24 at 14:26
1
@Arsenal On the web there are many vectorial pictures of glasses. It would be interesting to know where he found a beautiful vector image with glasses.
â Sebastiano
Aug 25 at 21:30
I looked forglasses.pdf
on my computers. I didn't find it.
â thymaro
Sep 6 at 12:50
2
@thymaro That's strange, I can find it on my computer :)
â blub
Sep 6 at 20:31
 |Â
show 1 more comment
Upvoted also your answer. Thank you very much.
â Sebastiano
Aug 23 at 21:18
17
And where isglasses.pdf
coming from?
â Arsenal
Aug 24 at 14:26
1
@Arsenal On the web there are many vectorial pictures of glasses. It would be interesting to know where he found a beautiful vector image with glasses.
â Sebastiano
Aug 25 at 21:30
I looked forglasses.pdf
on my computers. I didn't find it.
â thymaro
Sep 6 at 12:50
2
@thymaro That's strange, I can find it on my computer :)
â blub
Sep 6 at 20:31
Upvoted also your answer. Thank you very much.
â Sebastiano
Aug 23 at 21:18
Upvoted also your answer. Thank you very much.
â Sebastiano
Aug 23 at 21:18
17
17
And where is
glasses.pdf
coming from?â Arsenal
Aug 24 at 14:26
And where is
glasses.pdf
coming from?â Arsenal
Aug 24 at 14:26
1
1
@Arsenal On the web there are many vectorial pictures of glasses. It would be interesting to know where he found a beautiful vector image with glasses.
â Sebastiano
Aug 25 at 21:30
@Arsenal On the web there are many vectorial pictures of glasses. It would be interesting to know where he found a beautiful vector image with glasses.
â Sebastiano
Aug 25 at 21:30
I looked for
glasses.pdf
on my computers. I didn't find it.â thymaro
Sep 6 at 12:50
I looked for
glasses.pdf
on my computers. I didn't find it.â thymaro
Sep 6 at 12:50
2
2
@thymaro That's strange, I can find it on my computer :)
â blub
Sep 6 at 20:31
@thymaro That's strange, I can find it on my computer :)
â blub
Sep 6 at 20:31
 |Â
show 1 more comment
up vote
4
down vote
No images, no unicode characters, not tikz, no invisible ducks :(
Macho programmers use only ASCII. :)
documentclassarticle
usepackagegraphicx
defglassessffamily
leavevmoderlap%
rotatebox[origin=tr]125Jkern1ex%
rotatebox[origin=tr]125J%
rotatebox[origin=c]-90D%
rotatebox[origin=c]-90D%
defialysffamily
resizebox1ex1.5exreflectboxrotatebox[origin=]75Jkern-1pt%
rlaptiny$ ^bulletkern2.5pt^bullet$ %
rotatebox[origin=c]-90D%
rotatebox[origin=c]-90Dkern-1pt%
resizebox1ex1.5exrotatebox[origin=]75J
begindocument
My pure TeX(t) glasses glassespar
I am looking you ialy
enddocument
:-) ;-) double smiles for you and thank you very much to your answer +1.
â Sebastiano
Sep 6 at 12:34
add a comment |Â
up vote
4
down vote
No images, no unicode characters, not tikz, no invisible ducks :(
Macho programmers use only ASCII. :)
documentclassarticle
usepackagegraphicx
defglassessffamily
leavevmoderlap%
rotatebox[origin=tr]125Jkern1ex%
rotatebox[origin=tr]125J%
rotatebox[origin=c]-90D%
rotatebox[origin=c]-90D%
defialysffamily
resizebox1ex1.5exreflectboxrotatebox[origin=]75Jkern-1pt%
rlaptiny$ ^bulletkern2.5pt^bullet$ %
rotatebox[origin=c]-90D%
rotatebox[origin=c]-90Dkern-1pt%
resizebox1ex1.5exrotatebox[origin=]75J
begindocument
My pure TeX(t) glasses glassespar
I am looking you ialy
enddocument
:-) ;-) double smiles for you and thank you very much to your answer +1.
â Sebastiano
Sep 6 at 12:34
add a comment |Â
up vote
4
down vote
up vote
4
down vote
No images, no unicode characters, not tikz, no invisible ducks :(
Macho programmers use only ASCII. :)
documentclassarticle
usepackagegraphicx
defglassessffamily
leavevmoderlap%
rotatebox[origin=tr]125Jkern1ex%
rotatebox[origin=tr]125J%
rotatebox[origin=c]-90D%
rotatebox[origin=c]-90D%
defialysffamily
resizebox1ex1.5exreflectboxrotatebox[origin=]75Jkern-1pt%
rlaptiny$ ^bulletkern2.5pt^bullet$ %
rotatebox[origin=c]-90D%
rotatebox[origin=c]-90Dkern-1pt%
resizebox1ex1.5exrotatebox[origin=]75J
begindocument
My pure TeX(t) glasses glassespar
I am looking you ialy
enddocument
No images, no unicode characters, not tikz, no invisible ducks :(
Macho programmers use only ASCII. :)
documentclassarticle
usepackagegraphicx
defglassessffamily
leavevmoderlap%
rotatebox[origin=tr]125Jkern1ex%
rotatebox[origin=tr]125J%
rotatebox[origin=c]-90D%
rotatebox[origin=c]-90D%
defialysffamily
resizebox1ex1.5exreflectboxrotatebox[origin=]75Jkern-1pt%
rlaptiny$ ^bulletkern2.5pt^bullet$ %
rotatebox[origin=c]-90D%
rotatebox[origin=c]-90Dkern-1pt%
resizebox1ex1.5exrotatebox[origin=]75J
begindocument
My pure TeX(t) glasses glassespar
I am looking you ialy
enddocument
edited Sep 6 at 12:54
answered Sep 6 at 12:32
Fran
48.3k6110169
48.3k6110169
:-) ;-) double smiles for you and thank you very much to your answer +1.
â Sebastiano
Sep 6 at 12:34
add a comment |Â
:-) ;-) double smiles for you and thank you very much to your answer +1.
â Sebastiano
Sep 6 at 12:34
:-) ;-) double smiles for you and thank you very much to your answer +1.
â Sebastiano
Sep 6 at 12:34
:-) ;-) double smiles for you and thank you very much to your answer +1.
â Sebastiano
Sep 6 at 12:34
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f447397%2fdoes-a-symbol-for-glasses-exist%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
3
just use
includegraphicszzz
for any picture of glasses that you find with a google image searchâ David Carlisle
Aug 23 at 20:00
3
@DavidCarlisle wouldn't be includegraphicslooklooklook be more fitting?
â Ulrike Fischer
Aug 23 at 20:03
3
@Sebastiano if you have a book as paper you can not tell whether it is an image or a font glyph, why do you say it is not an image?
â David Carlisle
Aug 23 at 20:04
@DavidCarlisle I have used two tools on line What Font Is and What The Font and I have not find nothing. After I have searched on the web and I haven't find the same glasses.
â Sebastiano
Aug 23 at 20:08
3
@Sebastiano why do you think it is a font character?
â David Carlisle
Aug 23 at 20:13