Qonto Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Qonto 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/346332.svg" alt="Qonto icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346332.svg" alt="Qonto icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346332.svg" alt="Qonto icon" :width="24" :height="24" />
CSS background
.icon-qonto {
background-image: url('https://proicons.com/icon/346332.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><path class="b" d="M42.4845,42.5c-11.0382-1.1003-17.1997-7.267-18.4845-18.5,10.835,2.1772,16.997,8.3439,18.4859,18.5h-.0014ZM42.5,5.5c-1.489,10.1664-7.6557,16.3331-18.5,18.5,1.2942-11.233,7.4609-17.3997,18.5-18.5Z"/><path class="b" d="M5.5155,42.5c11.0382-1.1003,17.1997-7.267,18.4845-18.5-10.835,2.1772-16.997,8.3439-18.4859,18.5h.0014ZM5.5,5.5c1.489,10.1664,7.6557,16.3331,18.5,18.5-1.2942-11.233-7.4609-17.3997-18.5-18.5Z"/></svg>
Copied!