Gocd Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Gocd 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/314489.svg" alt="Gocd icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314489.svg" alt="Gocd icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314489.svg" alt="Gocd icon" :width="24" :height="24" />
CSS background
.icon-gocd {
background-image: url('https://proicons.com/icon/314489.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>GoCD</title><path d="M18.043 13.237l-8.907 5.935a1.47 1.47 0 01-.823.25 1.449 1.449 0 01-.696-.173 1.48 1.48 0 01-.784-1.308V12a1.482 1.482 0 112.957 0v3.163L14.537 12 7.478 7.304A1.49 1.49 0 119.13 4.823l8.913 5.94a1.492 1.492 0 010 2.474M12 0a12 12 0 1012 12A12.012 12.012 0 0012 0"/></svg>
Copied!