Floating Counter Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Floating Counter 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/340555.svg" alt="Floating Counter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340555.svg" alt="Floating Counter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340555.svg" alt="Floating Counter icon" :width="24" :height="24" />
CSS background
.icon-floating-counter {
background-image: url('https://proicons.com/icon/340555.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><rect class="b" x="4.5" y="8.5" width="39" height="31" rx="4" ry="4"/><path class="b" d="M34.815,32.028c-.9187,1.6147-2.6468,2.7023-4.6272,2.7023h0c-2.9431,0-5.3287-2.4021-5.3287-5.3654v-3.4875c0-2.9633,2.3857-5.3654,5.3287-5.3654h0c1.9767,0,3.7019,1.0835,4.6219,2.6931"/><path class="b" d="M16.345,34.731v-17.706c0-2.0743,1.67-3.7558,3.7301-3.7558h0c1.8358,0,2.982.5473,3.768,1.5715"/><line class="b" x1="13.185" y1="20.513" x2="20.645" y2="20.513"/></svg>
Copied!