Gtk Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Gtk 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/314588.svg" alt="Gtk icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314588.svg" alt="Gtk icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314588.svg" alt="Gtk icon" :width="24" :height="24" />
CSS background
.icon-gtk {
background-image: url('https://proicons.com/icon/314588.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>GTK</title><path d="M9.01 23.773V14.45l-7.584 2.245Zm0-13.87L.91 3.828l.502 12.526 7.597-2.249ZM9.57 24l12.353-5.146-8.285-5.775-4.068 1.204ZM23.09 5.815l-9.257 2.849v4.148l8.237 5.741ZM9.57 9.975v3.964l3.932-1.164v-4.01Zm-.228-.52 4.16-1.28V0L1.231 3.37ZM22.715 5.34 13.833.052v8.021Z"/></svg>
Copied!