Emoji Clock Face Two Oclock Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Clock Face Two 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/339762.svg" alt="Emoji Clock Face Two Oclock icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339762.svg" alt="Emoji Clock Face Two Oclock icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339762.svg" alt="Emoji Clock Face Two Oclock icon" :width="24" :height="24" />
CSS background
.icon-emoji-clock-face-two-oclock {
background-image: url('https://proicons.com/icon/339762.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.1128l-.0393,15.8872"/><path id="c" class="e" d="M33.4402,18.595l-9.4402,5.405"/><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!