Complete Icon
Free SVG icon from the Skware collection. Download or copy for use in any project.
The 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/312471.svg" alt="Complete icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312471.svg" alt="Complete icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312471.svg" alt="Complete icon" :width="24" :height="24" />
CSS background
.icon-complete {
background-image: url('https://proicons.com/icon/312471.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 25.4.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve"> <polygon points="20,4 20,6 18,6 18,8 16,8 16,10 14,10 14,12 12,12 12,14 10,14 10,16 9,16 9,17 7,17 7,16 6,16 6,14 4,14 4,13 2,13 2,16 4,16 4,18 6,18 6,20 7,20 7,21 9,21 9,20 10,20 10,18 12,18 12,16 14,16 14,14 16,14 16,12 18,12 18,10 20,10 20,8 22,8 22,4 "/> </svg>
Copied!