Concrete5 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Concrete5 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/305433.svg" alt="Concrete5 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305433.svg" alt="Concrete5 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305433.svg" alt="Concrete5 icon" :width="24" :height="24" />
CSS background
.icon-concrete5 {
background-image: url('https://proicons.com/icon/305433.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="M855 62H145c-45 0-82 38-82 83v710c0 45 37 83 82 83h710c45 0 83-38 83-83V145c0-45-38-83-83-83zM602 419s24-169 51-182c0 0 42-28 42 45 0 0-12 118-49 191 0 0-32 63-48 0 0 0 0-42 4-54zm-70-252s29 7 24 76c0 0-1 177-18 205 0 0-25 57-46-21 0 0-8-38-7-202 0 0-2-74 47-58zm-162 45s23 2 33 63c0 0 19 93 24 131 0 0 7 66-16 77 0 0-22 15-48-65 0 0-22-93-28-145 0 0-6-66 35-61zM214 379s-13-46 20-55c0 0 24-7 36 22 0 0 40 144 44 163 0 0 6 50-15 28 0 0-16-6-53-81 0 0-24-46-32-77zm521 302s-58 65-103 105c0 0-79 82-227 35 0 0-104-24-134-129 0 0-32-124 134-182 0 0 104-26 184 3 0 0 75 26 32 75 0 0-20 31-90 15 0 0-73-19-99 4 0 0-52 37-25 96 0 0 47 65 146 27 0 0 30-16 43-35 0 0 73-77 85-85 0 0 45-39 79-30 0 0 28 7 28 27 1 0-3 20-53 74z"/></svg>
Copied!