Pricespy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pricespy 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/346150.svg" alt="Pricespy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346150.svg" alt="Pricespy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346150.svg" alt="Pricespy icon" :width="24" :height="24" />
CSS background
.icon-pricespy {
background-image: url('https://proicons.com/icon/346150.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>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><circle id="c" class="g" cx="24" cy="24" r="21.5"/><circle id="d" class="g" cx="24" cy="24" r="10.5"/><circle id="e" class="g" cx="24" cy="24" r="5"/><path id="f" class="g" d="m11.3404,32.9458c-1.7891-2.5273-2.8404-5.6137-2.8404-8.9457,0-3.3475,1.0611-6.4471,2.8654-8.9809l-1.9669-2.0423c1.0367-1.3711,2.2622-2.5916,3.6376-3.6229l2.031,1.9773c2.5249-1.7836,5.6065-2.8314,8.9329-2.8314,3.3177,0,6.392,1.0424,8.9133,2.8175l2.0702-1.9489c1.3639,1.0255,2.5798,2.2372,3.6098,3.5974l-1.9726,2.0336c1.8127,2.5373,2.8793,5.6443,2.8793,9.0004,0,3.3204-1.0441,6.397-2.8218,8.9193l1.9542,2.0628c-1.0354,1.3772-2.2606,2.6036-3.6368,3.6401l-1.9973-2c-2.5369,1.8118-5.6431,2.8778-8.9982,2.8778-3.3463,0-6.4449-1.0604-8.9781-2.8635l-2.06,1.9535c-1.3472-1.0208-2.5486-2.2239-3.5676-3.5726l1.946-2.0717Z"/></g></svg>
Copied!