Ampereflow Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ampereflow 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/321723.svg" alt="Ampereflow icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321723.svg" alt="Ampereflow icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321723.svg" alt="Ampereflow icon" :width="24" :height="24" />
CSS background
.icon-ampereflow {
background-image: url('https://proicons.com/icon/321723.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>.k{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="k" d="M19.505,8.5v-3c0-.5523.4477-1,1-1h6.67c.5523,0,1,.4477,1,1v3"/><path id="d" class="k" d="M28.175,8.5h4.63c1.1046,0,2,.8954,2,2v31c0,1.1046-.8954,2-2,2H15.195c-1.1046,0-2-.8954-2-2V10.5c0-1.1046.8954-2,2-2h4.31"/><path id="e" class="k" d="M19.5,8.5h8.67"/></g><g id="f"><path id="g" class="k" d="M25.3585,21.0594l-4.267,6.3168h5.817l-4.267,6.3168"/><path id="h" class="k" d="M24,16.1022v2.2481"/><path id="i" class="k" d="M20.5155,16.9442l.969,1.7785"/><path id="j" class="k" d="M27.4845,16.9442l-.969,1.7785"/></g></svg>
Copied!