Fixprice Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fixprice 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/340488.svg" alt="Fixprice icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340488.svg" alt="Fixprice icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340488.svg" alt="Fixprice icon" :width="24" :height="24" />
CSS background
.icon-fixprice {
background-image: url('https://proicons.com/icon/340488.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M24.1471,21.004h7.7669c.308,0,.556.248.556.556v4.639c.0006.3065-.2475.5554-.554.556-.0007,0-.0013,0-.002,0h-7.7669c-.3065.0006-.5554-.2475-.556-.554,0-.0007,0-.0013,0-.002v-4.639c0-.308.248-.556.556-.556Z"/><path class="c" d="M24.1471,11.624h8.6489c.309,0,.557.249.557.556v4.64c0,.3065-.2485.555-.555.555h-8.6499c-.3065.0011-.5559-.2465-.557-.553,0-.001,0-.002,0-.003v-4.638c0-.307.248-.555.556-.555v-.002Z"/><path class="c" d="M15.203,11.624c-.3065-.0006-.5554.2475-.556.554,0,.0007,0,.0013,0,.002v23.641c0,.308.248.556.556.556h5.563c.3065.0006.5554-.2475.556-.554,0-.0007,0-.0013,0-.002v-9.066h1.7121c.3065.0011.5559-.2465.557-.553,0-.0007,0-.0013,0-.002v-4.64c.0011-.3065-.2465-.5559-.553-.557-.001,0-.002,0-.003,0h-1.7121v-3.628h1.7121c.3065.0006.5554-.2475.556-.554,0-.0007,0-.0013,0-.002v-4.64c.0006-.3065-.2475-.5554-.554-.556-.0007,0-.0013,0-.002,0h-5.8011l-2.031.001Z"/><circle class="c" cx="24" cy="24" r="21.5"/></svg>
Copied!