Flux 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flux 2 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/340592.svg" alt="Flux 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340592.svg" alt="Flux 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340592.svg" alt="Flux 2 icon" :width="24" :height="24" />
CSS background
.icon-flux-2 {
background-image: url('https://proicons.com/icon/340592.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><ellipse class="a" cx="17.3431" cy="24.7015" rx="12.8431" ry="12.8699"/><path class="a" d="M24.8589,14.0675A7.8387,7.8387,0,0,1,38.308,22.1122"/><path class="a" d="M29.8127,21.6129h5.7118a7.9755,7.9755,0,0,1,0,15.951H16.3538"/></svg>
Copied!