Datacamp Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Datacamp 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/314046.svg" alt="Datacamp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314046.svg" alt="Datacamp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314046.svg" alt="Datacamp icon" :width="24" :height="24" />
CSS background
.icon-datacamp {
background-image: url('https://proicons.com/icon/314046.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>DataCamp</title><path d="M12.946 18.151v-5.239L21.209 8.2 19.2 7.048l-6.254 3.567V5.36c0-.356-.192-.689-.5-.866L4.922.177a1.434 1.434 0 0 0-1.455.044 1.438 1.438 0 0 0-.676 1.224v14.777A1.44 1.44 0 0 0 4.92 17.49l6.032-3.44v4.683a1 1 0 0 0 .504.867l7.73 4.4 2.01-1.152-8.25-4.697zM10.953 5.938v5.814L4.785 15.27V2.4l6.168 3.539v-.001z"/></svg>
Copied!