Wisetimer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wisetimer 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/349765.svg" alt="Wisetimer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349765.svg" alt="Wisetimer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349765.svg" alt="Wisetimer icon" :width="24" :height="24" />
CSS background
.icon-wisetimer {
background-image: url('https://proicons.com/icon/349765.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M24,45.013V41.6514"/><path class="a" d="M13.504,42.2l1.6808-2.9112"/><path class="a" d="M5.8206,34.517l2.9112-1.6808"/><path class="a" d="M3.0082,24.021H6.37"/><path class="a" d="M5.8206,13.525l2.9112,1.6808"/><path class="a" d="M13.504,5.8414l1.6808,2.9112"/><path class="a" d="M24,3.029V6.3906"/><path class="a" d="M34.496,5.8414,32.8152,8.7526"/><path class="a" d="M42.179,13.525l-2.9112,1.6808"/><path class="a" d="M44.992,24.021H41.63"/><path class="a" d="M42.179,34.517l-2.9112-1.6808"/><path class="a" d="M34.496,42.2l-1.6808-2.9112"/><circle class="a" cx="24" cy="24" r="2.498"/><path class="a" d="M24,26.495v7.0632"/><path class="a" d="M37.91,24H26.63"/><path class="a" d="M21.953,21.953l-8.7442-8.7442"/></svg>
Copied!