Flip Clock Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flip Clock 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/340537.svg" alt="Flip Clock icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340537.svg" alt="Flip Clock icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340537.svg" alt="Flip Clock icon" :width="24" :height="24" />
CSS background
.icon-flip-clock {
background-image: url('https://proicons.com/icon/340537.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>.i{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="i" d="M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4Z"/><g id="c"><path id="d" class="i" d="M20.6592,25.0589c-2.1853,1.7112-8.1592,6.1232-8.1592,6.1232h9.8003"/><path id="e" class="i" d="M12.5,21.5385c0-2.8574,2.7737-5.179,5.9172-4.6432,2.034.3572,3.6982,2.143,3.8831,4.1074,0,.6315-.0723,1.2979-.2487,1.9221"/></g><g id="f"><path id="g" class="i" d="M33.859,25.0587c-2.1852,1.7111-8.1594,6.1233-8.1594,6.1233h9.8003"/><path id="h" class="i" d="M25.6997,21.5385c0-2.8574,2.7737-5.179,5.9172-4.6432,2.034.3572,3.6982,2.143,3.8831,4.1074,0,.6315-.0723,1.2979-.2487,1.9221"/></g></svg>
Copied!