Quicklyric Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Quicklyric 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/346374.svg" alt="Quicklyric icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346374.svg" alt="Quicklyric icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346374.svg" alt="Quicklyric icon" :width="24" :height="24" />
CSS background
.icon-quicklyric {
background-image: url('https://proicons.com/icon/346374.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><line class="b" x1="29.42" y1="26.431" x2="34.163" y2="26.431"/><line class="b" x1="29.421" y1="22.563" x2="37.548" y2="22.563"/><line class="b" x1="29.421" y1="18.694" x2="37.548" y2="18.694"/><path class="b" d="m16.478,28.696c.0304-1.6765-1.3039-3.0602-2.9804-3.0906-1.6765-.0304-3.0602,1.3039-3.0906,2.9804-.0007.0367-.0007.0735,0,.1102.0304,1.6765,1.4141,3.0108,3.0906,2.9804,1.6336-.0296,2.9508-1.3468,2.9804-2.9804v-8.44h3.56"/><path class="b" d="m28.235,5.64h11.365c1.5989-.0028,2.8972,1.2911,2.9,2.89,0,.004,0,.008,0,.012v27.53c.0039,1.5989-1.2891,2.8981-2.888,2.902-.0043,0-.0087,0-.013,0h-16.435"/><polyline class="b" points="28.234 5.641 19.857 38.973 22.371 42.358"/><path class="b" d="m27.364,9.026H8.4c-1.5989-.0028-2.8972,1.2911-2.9,2.89,0,.0037,0,.0073,0,.011v27.53c-.0039,1.5989,1.2891,2.8981,2.888,2.902.0043,0,.0087,0,.013,0h13.97l.794-3.385h-3.309"/></svg>
Copied!