Tempo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tempo 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/333775.svg" alt="Tempo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333775.svg" alt="Tempo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333775.svg" alt="Tempo icon" :width="24" :height="24" />
CSS background
.icon-tempo {
background-image: url('https://proicons.com/icon/333775.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.m{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1px;}</style></defs><path id="b" class="m" d="m4.5,12.8794l.0278,7.6171"/><path id="c" class="m" d="m43.0808,12.8794l.0278,7.6171"/><path id="d" class="m" d="m39.2495,7.2639v19.0705"/><path id="e" class="m" d="m8.3335,7.2639v19.0705"/><path id="f" class="m" d="m35.3575,10.0716v13.3438"/><path id="g" class="m" d="m12.2053,10.0716v13.3438"/><path id="h" class="m" d="m31.508,12.9072v10.0356"/><path id="i" class="m" d="m16.0771,12.9072v10.0356"/><path id="j" class="m" d="m27.7273,10.1828v25.9092"/><path id="k" class="m" d="m19.9489,10.1828v25.9092"/><path id="l" class="m" d="m23.8207,7.2083v35.5834"/></svg>
Copied!