Emoji Clock Face Six Thirty Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Clock Face Six Thirty 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/339755.svg" alt="Emoji Clock Face Six Thirty icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339755.svg" alt="Emoji Clock Face Six Thirty icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339755.svg" alt="Emoji Clock Face Six Thirty icon" :width="24" :height="24" />
CSS background
.icon-emoji-clock-face-six-thirty {
background-image: url('https://proicons.com/icon/339755.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.0431,39.8987v-2.0699"/><path id="c" class="e" d="M24.0393,23.9993v10.2793"/><path id="d" class="e" d="M2.5,24c-.0038,11.8703,9.6189,21.4962,21.4931,21.5,11.8741.0038,21.5031-9.6158,21.5069-21.4861v-.0139c.0038-11.8703-9.6189-21.4962-21.4931-21.5-11.8741-.0038-21.5031,9.6158-21.5069,21.4861,0,.0046,0,.0092,0,.0139"/></svg>
Copied!