Miband Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Miband 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/329188.svg" alt="Miband icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329188.svg" alt="Miband icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329188.svg" alt="Miband icon" :width="24" :height="24" />
CSS background
.icon-miband {
background-image: url('https://proicons.com/icon/329188.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a,.b{fill:none;stroke:#000;}.a{stroke-linecap:round;stroke-miterlimit:10;}</style></defs><path class="a" d="M24,8.5a5.4534,5.4534,0,0,1,5.45,5.4564V34.0436a5.45,5.45,0,1,1-10.9008,0V13.9564A5.4534,5.4534,0,0,1,24,8.5Z"/><path class="b" d="M31.8291,33.5186c0,3.2033.0642,6.0418-1.3139,8.3844S25.5526,44.5,24.7221,44.5H23.2779c-.83,0-4.415-.2544-5.7931-2.597s-1.3139-5.1811-1.3139-8.3844V14.4814c0-3.2033-.0642-6.0418,1.3139-8.3844S22.4475,3.5,23.2779,3.5h1.4442c.83,0,4.415.2544,5.7931,2.597s1.3139,5.1811,1.3139,8.3844V33.5186Z"/></svg>
Copied!