Skip to content

Commit 64d7e8b

Browse files
authored
Merge pull request #967 from SKG24/main
addded X icon using svg from https://icons.getbootstrap.com/icons/twi…
2 parents 324f3bd + 072f676 commit 64d7e8b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tool.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,11 @@
283283
</div>
284284
<div class="icon-content">
285285
<a href="https://twitter.com/sanjay_kv_" target="_blank" aria-label="Twitter" data-social="twitter">
286-
<i class="fab fa-x-twitter"></i>
286+
<!--<i class="fa-brands fa-x-twitter"></i>-->
287+
<!--svg from https://icons.getbootstrap.com/icons/twitter-x/ -->
288+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-twitter-x" viewBox="0 0 16 16">
289+
<path d="M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z"/>
290+
</svg>
287291
<div class="filled"></div>
288292
</a>
289293
</div>

0 commit comments

Comments
 (0)