Emoji Clock Face Ten Oclock Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Clock Face Ten Oclock 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/339756.svg" alt="Emoji Clock Face Ten Oclock icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339756.svg" alt="Emoji Clock Face Ten Oclock icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339756.svg" alt="Emoji Clock Face Ten Oclock icon" :width="24" :height="24" />
CSS background
.icon-emoji-clock-face-ten-oclock {
background-image: url('https://proicons.com/icon/339756.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M24.0393,8.1128v15.8865"/><path id="c" class="e" d="M23.9788,24.0378l-8.9049-5.1397"/><path id="d" class="e" d="M2.5,24c-.0036,11.8705,9.6193,21.4964,21.4934,21.5,11.8741.0036,21.5029-9.6164,21.5066-21.4869v-.0131c.0036-11.8705-9.6193-21.4964-21.4934-21.5-11.8741-.0036-21.5029,9.6164-21.5066,21.4869,0,.0044,0,.0087,0,.0131"/></svg>
Copied!