Certificate Alt 2 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Certificate Alt 2 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/305353.svg" alt="Certificate Alt 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305353.svg" alt="Certificate Alt 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305353.svg" alt="Certificate Alt 2 icon" :width="24" :height="24" />
CSS background
.icon-certificate-alt-2 {
background-image: url('https://proicons.com/icon/305353.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M836 459c-53 22-92 58-117 108-24 47-30 95 5 140 31 40 74 56 123 44 54-14 87-51 102-103 9-35-1-67-28-92-19-17-42-22-68-14-28 11-46 36-41 64 5 31 31 30 53 34 5 1 9 0 14-1 16-1 28 3 30 21 1 18-13 23-27 26-53 11-109-18-118-61-12-59 25-118 82-130 46-10 86 0 118 37 37 43 45 93 26 146-46 120-188 164-285 80-82-72-173-134-270-186-42-23-51-60-47-102 5-44 26-79 69-97 13-5 26-2 40 3 109 41 221 71 339 83zM0 339c1-48 19-85 53-115 34-29 72-33 111-11 60 32 120 64 180 95 14 8 20 12 6 26-38 41-60 90-58 147 0 15-5 19-18 14-77-31-157-52-237-73-39-11-35-53-37-83zm172 218c73-55 142-35 209 20-43 19-86 37-130 56-9 4-17 0-14-11 11-43-18-52-50-58-7-1-14-2-15-7z"/></svg>
Copied!