Digital Watch Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Digital Watch 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/324534.svg" alt="Digital Watch icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324534.svg" alt="Digital Watch icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324534.svg" alt="Digital Watch icon" :width="24" :height="24" />
CSS background
.icon-digital-watch {
background-image: url('https://proicons.com/icon/324534.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#000;stroke-width:0px;}</style></defs><path class="b" d="m30.8136,36.0791l-.4528,5.6574c-.1396,1.0107-1.0036,1.7635-2.0239,1.7635h-10.3914c-1.0203,0-1.8843-.7528-2.0239-1.7635l-.4528-5.6574m11.0875,7.4209v-6.7571m-6.8302,6.7571v-6.7571"/><path class="b" d="m20.4631,33.7984h5.1328"/><path class="b" d="m17.1269,26.608v-5.1832"/><path class="b" d="m19.7261,26.608v-5.1832"/><path class="b" d="m26.2926,26.608v-5.1832"/><path class="b" d="m28.8188,26.608v-5.1832"/><path class="b" d="m30.8136,11.8541l-.4528-5.5906c-.1396-1.0107-1.0036-1.7635-2.0239-1.7635h-10.3914c-1.0203,0-1.8843.7528-2.0239,1.7635l-.4528,5.5906m11.0875-7.3541v6.7892m-6.8302-6.7892v6.7892"/><circle class="c" cx="23.1415" cy="25.608" r=".75"/><circle class="c" cx="23.1415" cy="22.4247" r=".75"/><path class="b" d="m35.8673,20.1198h1.717v3.8905h-1.7144"/><path class="b" d="m35.8673,25.8656h1.717v2.6349h-1.7144"/><path class="b" d="m35.8686,17.6765v12.6793c0,.8487-.3655,1.6563-1.0031,2.2164l-3.7444,3.2895c-.6465.568-1.4777.8812-2.3383.8812h-11.2814c-.8606-.0001-1.6918-.3134-2.3383-.8814l-3.7444-3.2895c-.6376-.5601-1.0031-1.3677-1.0031-2.2164v-12.6793c0-.8487.3655-1.6563,1.0031-2.2164l3.7444-3.2895c.6465-.568,1.4777-.8812,2.3383-.8812h11.2814c.8606.0001,1.6918.3134,2.3383.8814l3.7444,3.2895c.6376.5601,1.0031,1.3677,1.0031,2.2164Z"/><rect class="b" x="12.8088" y="16.3492" width="20.6653" height="15.3343" rx="3.0572" ry="3.0572"/></svg>
Copied!