Price Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Price 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/306288.svg" alt="Price icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306288.svg" alt="Price icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306288.svg" alt="Price icon" :width="24" :height="24" />
CSS background
.icon-price {
background-image: url('https://proicons.com/icon/306288.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M697 71c-7-7-17-10-26-8l-148 38c-5 1-9 4-13 7L71 548c-11 11-11 28 0 39l332 332c6 6 14 14 19 16 4 2 7 3 11 3 7 0 14-3 19-9l440-439c3-4 6-8 7-13l38-148c2-9-1-19-8-26L697 71zM288 608c-7 0-14-2-20-8-11-10-11-28 0-39l195-194c11-11 28-11 39 0 11 10 11 28 0 39L307 600c-5 6-12 8-19 8zm65 66c-7 0-14-3-19-8-11-11-11-28 0-39l195-195c10-10 28-10 39 0 10 11 10 29 0 39L373 666c-5 5-13 8-20 8zm280-137L439 732c-6 5-13 8-20 8s-14-3-19-8c-11-11-11-28 0-39l194-195c11-11 29-11 39 0s11 28 0 39zm121-163c-17 17-40 27-64 27s-47-10-64-27c-36-35-36-93 0-128 17-17 40-27 64-27s47 10 64 27c35 35 35 93 0 128z"/></svg>
Price in other icon packs
Copied!