Digital Clock Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Digital Clock Alt 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/324525.svg" alt="Digital Clock Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324525.svg" alt="Digital Clock Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324525.svg" alt="Digital Clock Alt icon" :width="24" :height="24" />
CSS background
.icon-digital-clock-alt {
background-image: url('https://proicons.com/icon/324525.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>.n{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="n" 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="n" d="M21.4871,27.2996l-6.1478,9.6717"/><path id="e" class="n" d="M18.456,38.4182h0c-2.3375,0-4.2076-1.9291-4.2076-4.1798v-4.3405c0-2.4114,1.87-4.1798,4.0517-4.1798h0c2.3375,0,4.0517,1.9291,4.0517,4.1798v4.3405c.3117,2.4114-1.5584,4.1798-3.8959,4.1798Z"/></g><g id="f"><path id="g" class="n" d="M32.8537,27.2996l-6.1478,9.6717"/><path id="h" class="n" d="M29.8226,38.4182h0c-2.3375,0-4.2076-1.9291-4.2076-4.1798v-4.3405c0-2.4114,1.87-4.1798,4.0517-4.1798h0c2.3375,0,4.0517,1.9291,4.0517,4.1798v4.3405c.3117,2.4114-1.5584,4.1798-3.8959,4.1798Z"/></g><path id="i" class="n" d="M14.5151,13.8309c0-2.5722,2.3375-4.6621,4.9868-4.1798,1.7142.3215,3.1167,1.9291,3.2726,3.6975,0,1.2861-.3117,2.7329-1.2467,3.5367-1.7142,1.4468-7.0126,5.6266-7.0126,5.6266h8.2593"/><g id="j"><path id="k" class="n" d="M26.0048,21.4326c.935.8038,1.7142,1.1253,3.8959,1.1253h.4675c1.7142,0,3.1167-1.4468,3.1167-3.2152h0c0-1.7684-1.4025-3.2152-3.1167-3.2152"/><path id="l" class="n" d="M26.0048,10.7969c.935-.8038,1.87-1.1253,3.8959-1.1253h.4675c1.7142,0,3.1167,1.4468,3.1167,3.2152h0c0,1.7684-1.4025,3.2152-3.1167,3.2152"/><path id="m" class="n" d="M28.0306,16.1274h2.3375"/></g></svg>
Copied!