Pixel Clock Widgets Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pixel Clock Widgets 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/345854.svg" alt="Pixel Clock Widgets icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345854.svg" alt="Pixel Clock Widgets icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345854.svg" alt="Pixel Clock Widgets icon" :width="24" :height="24" />
CSS background
.icon-pixel-clock-widgets {
background-image: url('https://proicons.com/icon/345854.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m41.0802,11.6217c.3882,4.4319,6.1492,4.3961,3.9007,10.1986-1.8796,4.0321,3.1274,6.8816-1.721,10.7825-3.6438,2.5521-.7324,7.5233-6.8817,8.4774-4.4317.3883-4.3959,6.1492-10.1984,3.9008-4.0321-1.8796-6.8816,3.1274-10.7825-1.7211-2.5521-3.6438-7.5233-.7324-8.4774-6.8817-.3883-4.4317-6.1492-4.3959-3.9008-10.1984,1.8796-4.0321-3.1274-6.8816,1.721-10.7825,3.6438-2.5521.7324-7.5233,6.8817-8.4774,4.4317-.3883,4.3959-6.1492,10.1984-3.9008,4.0321,1.8796,6.8816-3.1274,10.7825,1.721,2.5521,3.6439,7.5233.7323,8.4775,6.8816Z"/><path class="c" d="m22.4977,22.4977c.8296-.8296,2.1748-.8297,3.0045,0l6.6756,6.6756c.8297.8297.8296,2.1749,0,3.0045s-2.1748.8297-3.0045,0l-6.6756-6.6756c-.8297-.8297-.8296-2.1749,0-3.0045Z"/><path class="c" d="m23.2786,25.9983c-1.1036-.3984-1.6753-1.6161-1.2769-2.7197l3.7512-10.3911c.3984-1.1036,1.6161-1.6753,2.7197-1.2769s1.6753,1.6161,1.2769,2.7197l-3.7512,10.3911c-.3984,1.1036-1.6161,1.6753-2.7197,1.2769Z"/><circle class="c" cx="7.2921" cy="22.009" r="2.1245"/></svg>
Copied!