Quivr Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Quivr 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/331833.svg" alt="Quivr icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331833.svg" alt="Quivr icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331833.svg" alt="Quivr icon" :width="24" :height="24" />
CSS background
.icon-quivr {
background-image: url('https://proicons.com/icon/331833.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="e" d="m43.6066,32.8124c-4.1825,9.3065-14.3307,14.3911-24.2891,12.1697-9.9585-2.2214-16.9836-11.1368-16.8145-21.3386.1692-10.2018,7.4861-18.8794,17.5127-20.7694,10.0266-1.89,20.0006,3.5282,23.8723,12.9683"/><path id="d" class="e" d="m22.9087,23.9999l19.3833,19.4424"/></svg>
Copied!