Qliro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Qliro 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/346325.svg" alt="Qliro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346325.svg" alt="Qliro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346325.svg" alt="Qliro icon" :width="24" :height="24" />
CSS background
.icon-qliro {
background-image: url('https://proicons.com/icon/346325.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m25.4953,31.2477h10.0047c4.9706,0,9-4.0294,9-9h0c0-4.9706-4.0294-9-9-9H12.5c-4.9706,0-9,4.0294-9,9h0c0,4.9706,4.0294,9,9,9h8.1755c.8481,0,1.6614.3369,2.2611.9366l2.5681,2.5681"/></svg>
Copied!