Interval Timer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Interval Timer 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/342055.svg" alt="Interval Timer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342055.svg" alt="Interval Timer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342055.svg" alt="Interval Timer icon" :width="24" :height="24" />
CSS background
.icon-interval-timer {
background-image: url('https://proicons.com/icon/342055.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;}.b{fill:#fff;}</style></defs><path class="a" d="M23.2378,35.8279v3.5264"/><path class="a" d="M11.9609,24.0367H8.4345"/><path class="a" d="M23.44,42.6235a18.44,18.44,0,0,1,0-36.88"/><path class="a" d="M23.2378,8.6825v3.5263"/><circle class="b" cx="16.332" cy="11.7864" r="0.75"/><circle class="b" cx="10.7854" cy="30.6119" r="0.75"/><circle class="b" cx="16.0749" cy="35.8647" r="0.75"/><circle class="b" cx="10.6017" cy="17.6085" r="0.75"/><circle class="a" cx="28.2587" cy="14.7675" r="2.0169"/><path class="a" d="M27.3886,5.2663l6.5017,6.465-1.1755,5.5833"/><path class="a" d="M28.3105,19.0509l3.67,10.8263L27.3886,33.073l-.6245,9.6607"/><path class="a" d="M43,42.7337,36.7348,28.1311l-4.02-10.8165-4.4043,1.7363-5.036,5.9409,5.29,1.8"/><path class="a" d="M36.7348,28.1311,31.98,29.8772"/></svg>
Copied!