Ui Timer Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Timer icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/306809.svg" alt="Ui Timer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306809.svg" alt="Ui Timer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306809.svg" alt="Ui Timer icon" :width="24" :height="24" />
CSS background
.icon-ui-timer {
background-image: url('https://proicons.com/icon/306809.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M943 627h-81c-23 67-64 127-117 171h255l-57-171zm-804 0H57L0 798h255c-53-44-94-104-116-171zm361-437c-171 0-309 139-309 310s138 309 309 309 309-138 309-309-138-310-309-310zm-2 514c-112 0-204-91-204-204s92-205 204-205c113 0 205 92 205 205s-92 204-205 204zm47-232V363c0-19-17-36-36-36h-17c-20 0-36 17-36 36v131c0 13 7 25 18 31 1 2 1 3 3 5l92 92c14 14 37 14 51 0l12-12c14-14 14-37 0-51l-87-87z"/></svg>
Copied!