Update Complete Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Update Complete 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/319166.svg" alt="Update Complete icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319166.svg" alt="Update Complete icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319166.svg" alt="Update Complete icon" :width="24" :height="24" />
CSS background
.icon-update-complete {
background-image: url('https://proicons.com/icon/319166.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="icon" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 32 32">
<!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) -->
<defs>
<style>
.st0 {
fill: none;
}
</style>
</defs>
<path d="M16,30c-7.72,0-14-6.28-14-14h2c0,6.617,5.383,12,12,12v2ZM12,8h-4.922c2.258-2.524,5.467-4,8.922-4,6.617,0,12,5.383,12,12h2c0-7.72-6.28-14-14-14-3.828,0-7.393,1.558-10,4.234V2h-2v8h8v-2ZM22,27.18l-2.59-2.59-1.41,1.41,4,4,8-8-1.41-1.41s-6.59,6.59-6.59,6.59Z"/>
<rect id="_Transparent_Rectangle_" class="st0" width="32" height="32"/>
</svg>
Copied!