Watchmaker Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Watchmaker 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/334997.svg" alt="Watchmaker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334997.svg" alt="Watchmaker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334997.svg" alt="Watchmaker icon" :width="24" :height="24" />
CSS background
.icon-watchmaker {
background-image: url('https://proicons.com/icon/334997.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="23.8312" cy="24" r="13.7705"/><polyline class="a" points="23.831 14.003 23.831 24 13.834 24"/><polyline class="a" points="37.292 26.914 41.262 26.914 41.262 21.086 37.29 21.086"/><polyline class="a" points="31.62 12.645 30.441 4.5 17.221 4.5 16.042 12.645"/><polyline class="a" points="16.042 35.355 17.221 43.5 30.441 43.5 31.62 35.355"/></svg>
Copied!