World Clock Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The World Clock icon is commonly used in time-tracking tools, dashboards and scheduling apps. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/349827.svg" alt="World Clock icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349827.svg" alt="World Clock icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349827.svg" alt="World Clock icon" :width="24" :height="24" />
CSS background
.icon-world-clock {
background-image: url('https://proicons.com/icon/349827.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M40.388,24.5581c.0711-.64.1016-1.3004.1016-1.9607,0-10.2202-8.2797-18.4999-18.4897-18.4999C11.7797,4.0974,3.5,12.3772,3.5,22.5973c0,10.21,8.2797,18.4897,18.4999,18.4897,1.3512,0,2.6719-.1422,3.9418-.4267"/><circle class="cls-1" cx="33.6554" cy="33.058" r="10.8446"/><polyline class="cls-1" points="21.9963 4.0989 20.5593 6.2727 25.4357 7.9938 24.0927 12.3921 18.7904 15.6909 19.3163 19.8023 15.3482 16.4558 15.0135 17.89 16.1131 22.5954 15.0135 25.5393 9.5156 27.0691 11.667 28.9815 11.4279 31.7543 8.3204 30.4635 4.2315 27.7596"/><polyline class="cls-1" points="25.7225 16.8383 25.4357 19.8502 21.3242 22.2134"/><line class="cls-1" x1="25.7225" y1="14.9738" x2="25.9615" y2="13.7786"/><polyline class="cls-1" points="27.8408 5.0422 29.6906 9.6193 31.0138 6.4436"/><line class="cls-1" x1="16.4" y1="26.9735" x2="16.4" y2="29.1727"/><line class="cls-1" x1="17.3561" y1="31.4197" x2="19.1728" y2="34.0013"/><polyline class="cls-1" points="10.5196 33.058 12.671 35.4833 15.157 36.9176"/><line class="cls-1" x1="15.157" y1="33.7623" x2="15.157" y2="34.9878"/><line class="cls-1" x1="29.9296" y1="30.8938" x2="35.4753" y2="34.575"/><line class="cls-1" x1="32.7025" y1="34.375" x2="41.1166" y2="29.1727"/></svg>
Copied!