Mi Band 6 Watch Faces Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mi Band 6 Watch Faces 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/329165.svg" alt="Mi Band 6 Watch Faces icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329165.svg" alt="Mi Band 6 Watch Faces icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329165.svg" alt="Mi Band 6 Watch Faces icon" :width="24" :height="24" />
CSS background
.icon-mi-band-6-watch-faces {
background-image: url('https://proicons.com/icon/329165.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>.f,.g,.h{fill:none;stroke:#000;}.g{stroke-linejoin:round;}.g,.h{stroke-linecap:round;}.h{stroke-miterlimit:10;}</style></defs><g id="b"><g id="c"><path id="d" class="h" d="m24,8.455c3.0085,0,5.4347,2.4289,5.4347,5.4408v20.1114c0,3.0118-2.4262,5.4408-5.4347,5.4408s-5.4347-2.4289-5.4347-5.4408V13.8957c0-3.0118,2.4262-5.4408,5.4347-5.4408Z"/><path id="e" class="f" d="m31.8609,33.5213c0,3.2062.097,6.0237-1.3587,8.3555-1.3587,2.3318-4.9495,2.6232-5.8229,2.6232h-1.3587c-.8734,0-4.4642-.2915-5.8229-2.6232s-1.3587-5.1493-1.3587-8.3554V14.4787c0-3.2062-.097-6.0237,1.3587-8.3555,1.3587-2.3318,4.9495-2.6232,5.8229-2.6232h1.3587c.8734,0,4.4642.2915,5.8229,2.6232,1.3587,2.3318,1.3587,5.1493,1.3587,8.3555v10.8815s0,8.1611,0,8.1611Z"/></g></g><rect class="g" x="21.8963" y="21.8963" width="4.3076" height="4.3076"/><polygon class="g" points="26.1037 17.0877 21.8963 17.0877 24 12.8803 26.1037 17.0877"/><path class="g" d="m26.1037,33.016c-.1002,2.805-4.2075,2.805-4.3076,0,.1002-2.805,4.3076-2.805,4.3076,0Z"/></svg>
Copied!