Gloryfit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gloryfit 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/341102.svg" alt="Gloryfit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341102.svg" alt="Gloryfit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341102.svg" alt="Gloryfit icon" :width="24" :height="24" />
CSS background
.icon-gloryfit {
background-image: url('https://proicons.com/icon/341102.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;fill-rule:evenodd;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m23.7485,2.5C13.4514,2.5,4.8559,9.7431,2.7515,19.4095l7.1944,2.7638c.8953-6.8341,6.7242-12.114,13.8025-12.114,7.6993,0,13.9408,6.2415,13.9408,13.9408s-6.2415,13.9407-13.9408,13.9407c-1.647,0-3.2203-.3005-4.6871-.8249l15.6562-13.6225H13.3823l7.4595,2.8656-13.6611,11.3421c3.9436,4.7633,9.9007,7.799,16.5678,7.799,11.8742,0,21.5-9.6259,21.5-21.5S35.6226,2.5,23.7485,2.5Z"/><polygon class="c" points="5.5898 34.6268 15.6141 26.9443 3.1249 24.315 6.8223 29.4093 5.5898 34.6268"/></svg>
Copied!