Graphite Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Graphite 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/314566.svg" alt="Graphite icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314566.svg" alt="Graphite icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314566.svg" alt="Graphite icon" :width="24" :height="24" />
CSS background
.icon-graphite {
background-image: url('https://proicons.com/icon/314566.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>Graphite</title><path d="m15.215 0-12 3.215-3.215 12L8.785 24l12-3.215 3.215-12L15.215 0Zm1.958 20.966H6.827L1.655 12l5.172-8.966h10.346L22.345 12l-5.172 8.966Zm.68-14.823L9.86 4 4.006 9.858l2.14 8 7.995 2.141 5.853-5.857-2.14-8Z"/></svg>
Copied!