Double checkmark symbol
up vote
2
down vote
favorite
How do I produce double checkmarks? Similar to this:
rlap{checkmark}checkmark
overlaps one on the other
stacking-symbols
New contributor
add a comment |
up vote
2
down vote
favorite
How do I produce double checkmarks? Similar to this:
rlap{checkmark}checkmark
overlaps one on the other
stacking-symbols
New contributor
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
How do I produce double checkmarks? Similar to this:
rlap{checkmark}checkmark
overlaps one on the other
stacking-symbols
New contributor
How do I produce double checkmarks? Similar to this:
rlap{checkmark}checkmark
overlaps one on the other
stacking-symbols
stacking-symbols
New contributor
New contributor
New contributor
asked 59 mins ago
Rakshit Kothari
111
111
New contributor
New contributor
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
3
down vote
Rather than checkmark
from the amssymb package this symbols looks closure to checked
from wasysym. You can use:
documentclass{article}
usepackage{xcolor}
usepackage{wasysym}
newcommanddoublecheck{textcolor{blue}{checkedkern-2mmchecked}}
begin{document}
doublecheck
end{document}
to produce:
add a comment |
up vote
2
down vote
Just for fun (meaning that @Andrew's answer is the one that should be accepted): a TikZy proposal.
documentclass{article}
usepackage{tikz}
tikzset{pics/.cd,
checkmark/.style={code={% starting point : https://tex.stackexchange.com/a/132790/121799
pgfgettransformentries{tmpxx}{tmp}{tmp}{tmp}{tmp}{tmp}
draw[line width=tmpxx*1pt,blue!80,fill=blue!60,line join=bevel] (0,.35) -- (.25,0) to[bend left=5] (0.8,.6) to[bend
right=5] (.25,.18) -- cycle;}}}
newcommand{doubleckmark}{begin{tikzpicture}[baseline={(0,0)}]
path (0,0) pic[scale=0.4]{checkmark} (0.12,0) pic[scale=0.4]{checkmark};
end{tikzpicture}}
begin{document}
begin{tikzpicture}
pic{checkmark};
end{tikzpicture}
abc doubleckmark xyz
end{document}
+1 I vote for marmot's answer as it fulfills the two colour requirement
– Andrew
16 mins ago
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
Rather than checkmark
from the amssymb package this symbols looks closure to checked
from wasysym. You can use:
documentclass{article}
usepackage{xcolor}
usepackage{wasysym}
newcommanddoublecheck{textcolor{blue}{checkedkern-2mmchecked}}
begin{document}
doublecheck
end{document}
to produce:
add a comment |
up vote
3
down vote
Rather than checkmark
from the amssymb package this symbols looks closure to checked
from wasysym. You can use:
documentclass{article}
usepackage{xcolor}
usepackage{wasysym}
newcommanddoublecheck{textcolor{blue}{checkedkern-2mmchecked}}
begin{document}
doublecheck
end{document}
to produce:
add a comment |
up vote
3
down vote
up vote
3
down vote
Rather than checkmark
from the amssymb package this symbols looks closure to checked
from wasysym. You can use:
documentclass{article}
usepackage{xcolor}
usepackage{wasysym}
newcommanddoublecheck{textcolor{blue}{checkedkern-2mmchecked}}
begin{document}
doublecheck
end{document}
to produce:
Rather than checkmark
from the amssymb package this symbols looks closure to checked
from wasysym. You can use:
documentclass{article}
usepackage{xcolor}
usepackage{wasysym}
newcommanddoublecheck{textcolor{blue}{checkedkern-2mmchecked}}
begin{document}
doublecheck
end{document}
to produce:
answered 47 mins ago
Andrew
29.4k34178
29.4k34178
add a comment |
add a comment |
up vote
2
down vote
Just for fun (meaning that @Andrew's answer is the one that should be accepted): a TikZy proposal.
documentclass{article}
usepackage{tikz}
tikzset{pics/.cd,
checkmark/.style={code={% starting point : https://tex.stackexchange.com/a/132790/121799
pgfgettransformentries{tmpxx}{tmp}{tmp}{tmp}{tmp}{tmp}
draw[line width=tmpxx*1pt,blue!80,fill=blue!60,line join=bevel] (0,.35) -- (.25,0) to[bend left=5] (0.8,.6) to[bend
right=5] (.25,.18) -- cycle;}}}
newcommand{doubleckmark}{begin{tikzpicture}[baseline={(0,0)}]
path (0,0) pic[scale=0.4]{checkmark} (0.12,0) pic[scale=0.4]{checkmark};
end{tikzpicture}}
begin{document}
begin{tikzpicture}
pic{checkmark};
end{tikzpicture}
abc doubleckmark xyz
end{document}
+1 I vote for marmot's answer as it fulfills the two colour requirement
– Andrew
16 mins ago
add a comment |
up vote
2
down vote
Just for fun (meaning that @Andrew's answer is the one that should be accepted): a TikZy proposal.
documentclass{article}
usepackage{tikz}
tikzset{pics/.cd,
checkmark/.style={code={% starting point : https://tex.stackexchange.com/a/132790/121799
pgfgettransformentries{tmpxx}{tmp}{tmp}{tmp}{tmp}{tmp}
draw[line width=tmpxx*1pt,blue!80,fill=blue!60,line join=bevel] (0,.35) -- (.25,0) to[bend left=5] (0.8,.6) to[bend
right=5] (.25,.18) -- cycle;}}}
newcommand{doubleckmark}{begin{tikzpicture}[baseline={(0,0)}]
path (0,0) pic[scale=0.4]{checkmark} (0.12,0) pic[scale=0.4]{checkmark};
end{tikzpicture}}
begin{document}
begin{tikzpicture}
pic{checkmark};
end{tikzpicture}
abc doubleckmark xyz
end{document}
+1 I vote for marmot's answer as it fulfills the two colour requirement
– Andrew
16 mins ago
add a comment |
up vote
2
down vote
up vote
2
down vote
Just for fun (meaning that @Andrew's answer is the one that should be accepted): a TikZy proposal.
documentclass{article}
usepackage{tikz}
tikzset{pics/.cd,
checkmark/.style={code={% starting point : https://tex.stackexchange.com/a/132790/121799
pgfgettransformentries{tmpxx}{tmp}{tmp}{tmp}{tmp}{tmp}
draw[line width=tmpxx*1pt,blue!80,fill=blue!60,line join=bevel] (0,.35) -- (.25,0) to[bend left=5] (0.8,.6) to[bend
right=5] (.25,.18) -- cycle;}}}
newcommand{doubleckmark}{begin{tikzpicture}[baseline={(0,0)}]
path (0,0) pic[scale=0.4]{checkmark} (0.12,0) pic[scale=0.4]{checkmark};
end{tikzpicture}}
begin{document}
begin{tikzpicture}
pic{checkmark};
end{tikzpicture}
abc doubleckmark xyz
end{document}
Just for fun (meaning that @Andrew's answer is the one that should be accepted): a TikZy proposal.
documentclass{article}
usepackage{tikz}
tikzset{pics/.cd,
checkmark/.style={code={% starting point : https://tex.stackexchange.com/a/132790/121799
pgfgettransformentries{tmpxx}{tmp}{tmp}{tmp}{tmp}{tmp}
draw[line width=tmpxx*1pt,blue!80,fill=blue!60,line join=bevel] (0,.35) -- (.25,0) to[bend left=5] (0.8,.6) to[bend
right=5] (.25,.18) -- cycle;}}}
newcommand{doubleckmark}{begin{tikzpicture}[baseline={(0,0)}]
path (0,0) pic[scale=0.4]{checkmark} (0.12,0) pic[scale=0.4]{checkmark};
end{tikzpicture}}
begin{document}
begin{tikzpicture}
pic{checkmark};
end{tikzpicture}
abc doubleckmark xyz
end{document}
answered 27 mins ago
marmot
78.3k487166
78.3k487166
+1 I vote for marmot's answer as it fulfills the two colour requirement
– Andrew
16 mins ago
add a comment |
+1 I vote for marmot's answer as it fulfills the two colour requirement
– Andrew
16 mins ago
+1 I vote for marmot's answer as it fulfills the two colour requirement
– Andrew
16 mins ago
+1 I vote for marmot's answer as it fulfills the two colour requirement
– Andrew
16 mins ago
add a comment |
Rakshit Kothari is a new contributor. Be nice, and check out our Code of Conduct.
Rakshit Kothari is a new contributor. Be nice, and check out our Code of Conduct.
Rakshit Kothari is a new contributor. Be nice, and check out our Code of Conduct.
Rakshit Kothari is a new contributor. Be nice, and check out our Code of Conduct.
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f461926%2fdouble-checkmark-symbol%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown