Lysn Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lysn 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/343309.svg" alt="Lysn icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343309.svg" alt="Lysn icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343309.svg" alt="Lysn icon" :width="24" :height="24" />
CSS background
.icon-lysn {
background-image: url('https://proicons.com/icon/343309.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>.p{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><circle id="d" class="p" cx="26.233" cy="21.635" r="19.1358"/><path id="e" class="p" d="m21.7409,45.5c-10.554,0-19.1097-8.5554-19.1097-19.1089S11.1869,7.2822,21.7409,7.2822c10.554,0,19.1097,8.5554,19.1097,19.1089v19.1089h-19.1097Z"/><g id="f"><polyline id="g" class="p" points="13.6761 18.751 13.6761 26.751 17.6761 26.751"/><g id="h"><path id="i" class="p" d="m23.069,24.751v2.7c0,1.1046-.8954,2-2,2h0c-.5523,0-1.0522-.2238-1.4142-.5858"/><path id="j" class="p" d="m23.069,21.451v3.3c0,1.1046-.8954,2-2,2h0c-1.1046,0-2-.8954-2-2v-3.3"/></g><g id="k"><path id="l" class="p" d="m25.0516,26.3039c.3652.3066.7594.4472,1.6449.4472h.4487c.7302,0,1.3221-.5932,1.3221-1.325h0c0-.7318-.5919-1.325-1.3221-1.325h-.8974c-.7302,0-1.3221-.5932-1.3221-1.325h0c0-.7318.5919-1.325,1.3221-1.325h.4487c.8854,0,1.2797.1405,1.6449.4472"/></g><g id="m"><path id="n" class="p" d="m34.3239,26.751v-3.3c0-1.1046-.8954-2-2-2h0c-1.1046,0-2,.8954-2,2"/><line id="o" class="p" x1="30.3239" y1="26.751" x2="30.3239" y2="21.451"/></g></g></g></svg>
Copied!