Emoji Clock Face Three Thirty Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Clock Face Three 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/339759.svg" alt="Emoji Clock Face Three Thirty icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339759.svg" alt="Emoji Clock Face Three Thirty icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339759.svg" alt="Emoji Clock Face Three Thirty icon" :width="24" :height="24" />
CSS background
.icon-emoji-clock-face-three-thirty {
background-image: url('https://proicons.com/icon/339759.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,24l.0393,15.954"/><path id="c" class="e" d="M34.9111,24.0027l-10.9111-.0027"/><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!