Hashicorp Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Hashicorp 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/314620.svg" alt="Hashicorp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314620.svg" alt="Hashicorp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314620.svg" alt="Hashicorp icon" :width="24" :height="24" />
CSS background
.icon-hashicorp {
background-image: url('https://proicons.com/icon/314620.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>HashiCorp</title><path d="M10.114 4.094 4.215 7.5v13.09L.666 18.542V5.45L10.114 0v4.094zm3.772 13.37 3.549-2.049V2.05L13.885 0v10.426h-3.77v-3.89L6.562 8.585v13.357l3.551 2.054V13.599h3.772v3.865zM19.783 3.41V16.5l-5.897 3.405V24l9.448-5.45V5.458l-3.551-2.05z"/></svg>
Copied!