Keystone Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Keystone 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/314896.svg" alt="Keystone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314896.svg" alt="Keystone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314896.svg" alt="Keystone icon" :width="24" :height="24" />
CSS background
.icon-keystone {
background-image: url('https://proicons.com/icon/314896.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>Keystone</title><path d="M4.5 0A4.5 4.5 0 000 4.5v15A4.5 4.5 0 004.5 24h15a4.5 4.5 0 004.5-4.5v-15A4.5 4.5 0 0019.5 0zm5.47 14.789v3.586H6.744V5.692H9.97v5.45h.167l4.218-5.45h3.463l-4.385 5.599 4.64 7.084h-3.788l-3.2-5.001z"/></svg>
Copied!