Emoji Clock Face Nine Oclock Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Clock Face Nine 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/339748.svg" alt="Emoji Clock Face Nine Oclock icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339748.svg" alt="Emoji Clock Face Nine Oclock icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339748.svg" alt="Emoji Clock Face Nine Oclock icon" :width="24" :height="24" />
CSS background
.icon-emoji-clock-face-nine-oclock {
background-image: url('https://proicons.com/icon/339748.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.1075v15.89"/><path id="c" class="e" d="M24.0393,23.9976l-10.6404.0298"/><path id="d" class="e" d="M2.5,23.9983c-.0019,11.8732,9.6225,21.4998,21.4966,21.5017,11.8741.0019,21.5015-9.6217,21.5034-21.4949v-.0068c0-11.8732-9.6259-21.4983-21.5-21.4983S2.5,12.1251,2.5,23.9983"/></svg>
Copied!