Lingq Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lingq 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/328546.svg" alt="Lingq icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328546.svg" alt="Lingq icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328546.svg" alt="Lingq icon" :width="24" :height="24" />
CSS background
.icon-lingq {
background-image: url('https://proicons.com/icon/328546.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M31.6125,23.9816c5.2002,0,9.3914-3.8007,9.3914-8.5185v-1.9519c0-4.7141-4.1911-8.5111-9.3914-8.5111h-15.225c-5.2002,0-9.3914,3.7934-9.3914,8.5148v1.9519c0,1.51.2062,3.0973,1.1859,4.1543l21.6775,23.3789v-19.0184h1.7531Z"/></svg>
Copied!