Guilded Icon
Free SVG icon from the Arcticons 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/341384.svg" alt="Guilded icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341384.svg" alt="Guilded icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341384.svg" alt="Guilded icon" :width="24" :height="24" />
CSS background
.icon-guilded {
background-image: url('https://proicons.com/icon/341384.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M13.1072,14.6639a23.9007,23.9007,0,0,0,2.4076,9.41c2.44,4.6049,5.8045,7.5629,8.58,8.7412a17.1405,17.1405,0,0,0,7.15-6.1747H23.3719a11.8878,11.8878,0,0,1-4.0078-7.7265H42.46a34.4768,34.4768,0,0,1-5.8578,12.9534,27.8006,27.8006,0,0,1-12.49,9.1957h-.0728a28.2818,28.2818,0,0,1-15.68-14.3647C6.4721,22.9389,4.5,16.1139,4.5,6.9375h39a55.6259,55.6259,0,0,1-.52,7.7264Z"/></svg>
Copied!