Warpclock Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Warpclock 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/349547.svg" alt="Warpclock icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349547.svg" alt="Warpclock icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349547.svg" alt="Warpclock icon" :width="24" :height="24" />
CSS background
.icon-warpclock {
background-image: url('https://proicons.com/icon/349547.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><circle class="c" cx="24" cy="24" r="21.5"/><line class="c" x1="24" y1="43.26" x2="24" y2="39.8"/><line class="c" x1="24" y1="8.2" x2="24" y2="4.74"/><line class="c" x1="33.63" y1="40.6796" x2="31.9" y2="37.6832"/><line class="c" x1="16.1" y1="10.3168" x2="14.37" y2="7.3204"/><line class="c" x1="40.6796" y1="33.63" x2="37.6832" y2="31.9"/><line class="c" x1="10.3168" y1="16.1" x2="7.3204" y2="14.37"/><line class="c" x1="4.74" y1="24" x2="8.2" y2="24"/><line class="c" x1="39.8" y1="24" x2="43.26" y2="24"/><line class="c" x1="7.3204" y1="33.63" x2="10.3168" y2="31.9"/><line class="c" x1="37.6832" y1="16.1" x2="40.6796" y2="14.37"/><line class="c" x1="14.37" y1="40.6796" x2="16.1" y2="37.6832"/><line class="c" x1="31.9" y1="10.3168" x2="33.63" y2="7.3204"/><path class="c" d="m12.5,33.0931c-3.4362-8.5824,1.6989-14.5622,6.1383-15.5186,5.9255-1.2766,8.8298,6.4255,4.6809,6.4255"/><path class="c" d="m9.1809,16.1c6.3713-6.6216,14.0106-5.5468,17.3936-2.866,2.3171,1.8362,4.2039,4.7234,4.1702,7.8191-.068,6.2548-7.9043,6.6702-7.4255,2.9468.3511-3.7128-7.2191-1.9574-6.8298,3.4681.3197,4.4555,3.5689,7.3188,6.9574,8.4255,7.9149,2.5851,20.9619-4.4646,17.2328-21.5236"/></svg>
Copied!