Glady Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Glady 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/341080.svg" alt="Glady icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341080.svg" alt="Glady icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341080.svg" alt="Glady icon" :width="24" :height="24" />
CSS background
.icon-glady {
background-image: url('https://proicons.com/icon/341080.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M40.46523795,7.52599927c-3.18203354-3.15341282-9.53953743-2.59229898-16.47400093,1.454-6.9344635-4.04629803-13.2919693-4.60741377-16.47400093-1.454-3.15341282,3.18203211-2.59229755,9.53953695,1.45400047,16.47400045-4.04629803,6.9344635-4.60741377,13.29197121-1.454,16.47400093,3.1820302,3.15341187,9.53953505,2.59230042,16.47400045-1.45399857,6.93446159,4.04629517,13.29196739,4.60741043,16.47400093,1.45399857,3.16965866-3.17265701,2.61911011-9.53203392-1.42620087-16.47400093,4.04530716-6.9419651,4.59585953-13.30134678,1.42620087-16.47400045Z"/></svg>
Copied!