Uptodate Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Uptodate 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/334576.svg" alt="Uptodate icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334576.svg" alt="Uptodate icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334576.svg" alt="Uptodate icon" :width="24" :height="24" />
CSS background
.icon-uptodate {
background-image: url('https://proicons.com/icon/334576.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 viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
<defs>
<style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style>
</defs>
<path class="a" d="M31.7554,12.31A14.11,14.11,0,0,0,9.7472,24"/>
<path class="a" d="M15.9673,35.6987A14.11,14.11,0,0,0,37.9635,24"/>
<polygon class="a" points="11.421 24 15.376 24 9.938 29.438 4.5 24 4.5 24 8.455 24"/>
<polygon class="a" points="36.579 24 32.624 24 38.062 18.562 43.5 24 39.545 24"/>
<polyline class="a" points="18.331 24.176 22.66 28.505 31.669 19.495"/>
</svg>
Copied!