Glowline Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Glowline 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/326545.svg" alt="Glowline icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326545.svg" alt="Glowline icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326545.svg" alt="Glowline icon" :width="24" :height="24" />
CSS background
.icon-glowline {
background-image: url('https://proicons.com/icon/326545.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="b" class="g" cx="32.7449" cy="35.9732" r="6.0423"/><path id="c" class="g" d="M19.2533,5.9836c3.7346,2.5591,4.2191,4.7768,4.8514,7.4369.7629-2.8402,1.0732-4.98,4.8817-7.4369"/><path id="d" class="g" d="M26.7027,35.9732v-16.4762c.2859-5.7294,4.5237-7.9213,7.6037-7.8904,4.148.0416,8.1101,2.5693,8.1915,7.2253.1693,9.6787-9.7529,11.0981-9.7529,11.0981"/><path id="e" class="g" d="M21.1878,35.9732v-16.2343c-.1008-4.9685-3.6855-8.0716-7.7986-8.1323-3.3368-.0492-7.9018,2.6124-7.8893,8.495.0164,7.7232,9.6456,9.8284,9.6456,9.8284"/><circle id="f" class="g" cx="15.1456" cy="35.9732" r="6.0423"/></svg>
Copied!