Metrictime Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Metrictime 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/329130.svg" alt="Metrictime icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329130.svg" alt="Metrictime icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329130.svg" alt="Metrictime icon" :width="24" :height="24" />
CSS background
.icon-metrictime {
background-image: url('https://proicons.com/icon/329130.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;}.b{fill:#000;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><circle class="a" cx="24" cy="24" r="1.5"/><path class="a" d="M24,3V5"/><path class="a" d="M24,43v2"/><path class="a" d="M43.972,30.489l-1.902-.618"/><path class="a" d="M35.168,39.371l1.175,1.618"/><path class="a" d="M43.972,17.511l-1.902.618"/><path class="a" d="M36.343,7.011,35.168,8.629"/><path class="a" d="M12.832,39.371l-1.175,1.618"/><path class="a" d="M5.93,29.871l-1.902.618"/><path class="a" d="M4.028,17.511l1.902.618"/><path class="a" d="M11.657,7.011l1.175,1.618"/><path class="a" d="M24,25.5V35"/><path class="a" d="M38.266,28.635,25.425,24.463"/><path class="a" d="M30.245,16.6665a2.3485,2.3485,0,0,0,2.3583,2.3583,2.2759,2.2759,0,0,0,2.2709-2.3583V14.3083A2.3313,2.3313,0,0,0,32.6033,11.95a2.4056,2.4056,0,0,0-2.3583,2.3583Z"/><line class="a" x1="34.3502" y1="12.8234" x2="30.8564" y2="18.1514"/><circle class="b" cx="20.812" cy="18.2387" r="0.8734"/><path class="a" d="M13.1258,18.4134a2.7393,2.7393,0,0,0,2.0962.6114h.262a2.3124,2.3124,0,0,0,2.271-2.2709h0a2.3124,2.3124,0,0,0-2.271-2.2709H13.1258V12.0373H17.755"/><path class="a" d="M26.7513,19.0248a1.752,1.752,0,0,0,1.7469-1.7469h0a1.752,1.752,0,0,0-1.7469-1.7468h0a1.752,1.752,0,0,0,1.7469-1.7469h0a1.752,1.752,0,0,0-1.7469-1.7469m-2.8823.6114a2.9718,2.9718,0,0,1,2.1836-.6114h.6987M23.869,18.4134a2.8416,2.8416,0,0,0,2.1836.6114h.6987"/><circle class="b" cx="20.812" cy="13.6095" r="0.8734"/></svg>
Copied!