Palantir Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Palantir 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/315504.svg" alt="Palantir icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315504.svg" alt="Palantir icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315504.svg" alt="Palantir icon" :width="24" :height="24" />
CSS background
.icon-palantir {
background-image: url('https://proicons.com/icon/315504.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>Palantir</title><path d="M20.147 18L12 21.178 3.853 18 2.5 20.343 12 24l9.5-3.657L20.147 18zM12 0a9.5 9.5 0 1 0 0 19 9.5 9.5 0 0 0 0-19zm0 16.078a6.568 6.568 0 1 1 0-13.136 6.568 6.568 0 0 1 0 13.136z"/></svg>
Copied!