Gatsby Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Gatsby 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/314430.svg" alt="Gatsby icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314430.svg" alt="Gatsby icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314430.svg" alt="Gatsby icon" :width="24" :height="24" />
CSS background
.icon-gatsby {
background-image: url('https://proicons.com/icon/314430.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>Gatsby</title><path d="M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.6 0 12 0zm0 2.571c3.171 0 5.915 1.543 7.629 3.858l-1.286 1.115C16.886 5.572 14.571 4.286 12 4.286c-3.343 0-6.171 2.143-7.286 5.143l9.857 9.857c2.486-.857 4.373-3 4.973-5.572h-4.115V12h6c0 4.457-3.172 8.228-7.372 9.17L2.83 9.944C3.772 5.743 7.543 2.57 12 2.57zm-9.429 9.6l9.344 9.258c-2.4-.086-4.801-.943-6.601-2.743-1.8-1.8-2.743-4.201-2.743-6.515z"/></svg>
Gatsby in other icon packs
Copied!