Guilded Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Guilded 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/314590.svg" alt="Guilded icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314590.svg" alt="Guilded icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314590.svg" alt="Guilded icon" :width="24" :height="24" />
CSS background
.icon-guilded {
background-image: url('https://proicons.com/icon/314590.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>Guilded</title><path d="M5.297 6.255s.02 2.846 1.481 5.79c1.502 2.834 3.572 4.654 5.28 5.38 1.765-.826 3.47-2.258 4.4-3.8h-4.845c-1.253-1.04-2.24-2.763-2.466-4.755H23.36c-.701 3.203-2.188 6.116-3.605 7.971a17.108 17.108 0 01-7.686 5.659h-.045c-5.098-2.031-7.84-5.23-9.65-8.84C1.214 11.347 0 7.147 0 1.5h24a34.23 34.23 0 01-.32 4.755z"/></svg>
Copied!