Qunar Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Qunar 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/346397.svg" alt="Qunar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346397.svg" alt="Qunar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346397.svg" alt="Qunar icon" :width="24" :height="24" />
CSS background
.icon-qunar {
background-image: url('https://proicons.com/icon/346397.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M42.5,20.5731s-2.6564-1.255-3.59,0c-2.8635,3.8492-18.707,9.96-16.625-4.8051-1.8457-.691-4.521-.6168-6.7382-.0553-.0325.0731-3.8441,1.222-4.529,1.3808-1.8475.4282-3.2715,4.5386-.7732,3.6453,5.5636-1.9894,4.7042,4.5604,7.7324,5.1365.494.094,1.265.1182,1.3808.6075,1.1144,4.7096,6.3767,7.5297,9.9416,6.5173,5.3659-1.5239,8.6481,5.3527,2.2645,9.4998"/><path id="b" class="c" d="M36.5,5.5H11.5c-3.3137,0-6,2.6863-6,6v25c0,3.3137,2.6863,6,6,6h25c3.3137,0,6-2.6863,6-6V11.5c0-3.3137-2.6863-6-6-6Z"/></svg>
Copied!