Oxygenupdater Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Oxygenupdater 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/330875.svg" alt="Oxygenupdater icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330875.svg" alt="Oxygenupdater icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330875.svg" alt="Oxygenupdater icon" :width="24" :height="24" />
CSS background
.icon-oxygenupdater {
background-image: url('https://proicons.com/icon/330875.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="M5.9447,42.5H42.0553"/><path class="a" d="M9.1894,22.5986h7.0634V36.8227a2.0217,2.0217,0,0,0,2.0217,2.0218h11.496a2.0217,2.0217,0,0,0,2.0217-2.0218V22.5986h7.0634A.95.95,0,0,0,39.562,20.91L25.4352,6.0179a2.0041,2.0041,0,0,0-2.6881,0L8.4831,20.91c-.7555.7887-.4735,1.6884.7063,1.6884Z"/></svg>
Copied!