Posted in svg
2074
6:32 am, June 29, 2021
 

globe svg testing (broken)

nope seems not to be working, it seems you cant just copy the glyph path into a normal svg and hope for the best, oh well i tried. 

HTML

<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="white" class="globe-icon" viewBox="0 0 32 32">
  <path d="M507.904 109.397l8.192-16.384-6.144 20.48-2.048-4.096zM512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512c282.77 0 512 229.23 512 512-0.388 282.613-229.386 511.612-511.962 512zM845.824 618.667h-299.691v204.8c131.399-12.878 241.834-91.782 298.705-202.685zM887.467 448c-0.008-36.474-5.243-71.722-14.998-105.040l-326.335 2.64v204.8h326.997c9.093-30.678 14.328-65.926 14.336-102.396zM136.533 448c0.008 36.474 5.243 71.722 14.998 105.040l326.335-2.64v-204.8h-326.997c-9.093 30.678-14.328 65.926-14.336 102.396zM477.867 821.419v-204.8h-299.691c57.856 113.018 168.292 191.922 298.142 204.677zM178.176 275.285h299.691v-204.8c-131.776 13.307-242.32 93-298.706 204.697zM546.133 70.485v204.8h299.691c-58.814-111.363-169.040-188.696-298.216-200.594z" />
</svg>

View Statistics
This Week
51
This Month
229
This Year
256

No Items Found.

Add Comment
Type in a Nick Name here
 
Search Code
Search Code by entering your search text above.
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

Subscribe to weekly updates about things i have added to the site or thought interesting during the last week.

You could also follow me on twitter or not... does anyone even use twitter anymore?

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote
“If you just sit and observe, you will see how restless your mind is. If you try to calm it, it only makes it worse, but over time it does calm, and when it does, there’s room to hear more subtle things. You see so much more than you could see before. It’s a discipline; you have to practice it.”
Steve Jobs
Random CSS Property

width

The width CSS property sets an element's width. By default, it sets the width of the content area, but if box-sizing is set to border-box, it sets the width of the border area.
width css reference