Pricesmart App Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pricesmart App 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/346149.svg" alt="Pricesmart App icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346149.svg" alt="Pricesmart App icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346149.svg" alt="Pricesmart App icon" :width="24" :height="24" />
CSS background
.icon-pricesmart-app {
background-image: url('https://proicons.com/icon/346149.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="M32.1346,30.3266l10.365-1.4334-9.2509-4.8942,7.0188-7.7611-10.23,2.198.3874-10.457-6.4249,8.2594-6.4249-8.2594.3874,10.457-10.23-2.198,7.0188,7.7611-9.2509,4.8942,10.365,1.4334-3.9403,9.6945c1.6749-3.5415,5.1905-6.2226,9.2355-7.0785-3.021-1.1698-5.0154-4.0727-5.0239-7.3123,0-4.3429,3.5206-7.8635,7.8635-7.8635s7.8635,3.5206,7.8635,7.8635c-.0078,3.2215-1.9797,6.1123-4.9761,7.2952,4.0412.8692,7.5261,3.5491,9.1877,7.0956l-3.9406-9.6945Z"/></svg>
Copied!