Collectr Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Collectr 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/338473.svg" alt="Collectr icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338473.svg" alt="Collectr icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338473.svg" alt="Collectr icon" :width="24" :height="24" />
CSS background
.icon-collectr {
background-image: url('https://proicons.com/icon/338473.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="M35.0005,42.6186c-9.0355,5.2166-20.5121,3.193-27.2185-4.7993-6.9318-8.0601-7.1631-19.7773,0-27.6385C14.4884,2.1884,25.9651.1648,35.0005,5.3814"/><path class="b" d="M31.2507,36.1229c-5.8836,3.3971-13.357,2.0794-17.724-3.1251-4.2524-5.1678-4.1268-12.7259,0-17.997,4.367-5.2045,11.8404-6.5222,17.724-3.1251"/></svg>
Copied!