Mi O2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mi O2 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/329177.svg" alt="Mi O2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329177.svg" alt="Mi O2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329177.svg" alt="Mi O2 icon" :width="24" :height="24" />
CSS background
.icon-mi-o2 {
background-image: url('https://proicons.com/icon/329177.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{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M33.5451,34.0631a4.17,4.17,0,0,1,4.0622-4.2185,4.1983,4.1983,0,0,1,2.9686,7.1871C38.8573,38.4378,33.5451,42.5,33.5451,42.5h8.2807"/><ellipse class="a" cx="19.8164" cy="20.9615" rx="13.6422" ry="15.4615"/></svg>
Copied!