Brand Compaq Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Compaq 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/305104.svg" alt="Brand Compaq icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305104.svg" alt="Brand Compaq icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305104.svg" alt="Brand Compaq icon" :width="24" :height="24" />
CSS background
.icon-brand-compaq {
background-image: url('https://proicons.com/icon/305104.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="M457 23c83 0 167 3 251-1 101-4 190 68 198 185 4 71 3 142 1 213-1 52-39 84-94 83-54 0-89-32-91-85-2-56-4-112-4-167 0-19-5-26-26-25-155 2-311 4-467 4-31 0-37 9-36 39 2 105 2 209 2 314-1 25 6 34 33 34 174 0 347 3 521 4 60 1 107 22 140 76 28 47 62 90 94 135 32 46 27 86-14 121s-97 36-132-2c-32-33-60-70-87-107-13-18-27-24-50-24-155 1-311 1-467 0-19 0-38 0-56-2C71 809 6 744 4 643 1 501-1 360 1 218 2 104 85 24 199 22c86-2 172-1 258-1v2z"/></svg>
Copied!