Aep Ohio Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aep Ohio 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/321427.svg" alt="Aep Ohio icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321427.svg" alt="Aep Ohio icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321427.svg" alt="Aep Ohio icon" :width="24" :height="24" />
CSS background
.icon-aep-ohio {
background-image: url('https://proicons.com/icon/321427.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="b" points="5.507 38.7412 24.2288 38.7391 25.166 31.9915 31.5314 32.0694 30.1074 42.5"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><polyline class="b" points="34.9783 5.5 33.7052 16.084 27.2375 16.084 28.1211 9.2195 5.5097 9.2195"/><path class="b" d="M32.0197,28.5v-8.9999h2.9464c1.6657,0,3.0161,1.3532,3.0161,3.0226s-1.3503,3.0226-3.0161,3.0226h-2.9464"/><line class="b" x1="25.2052" y1="24" x2="28.1391" y2="24"/><polyline class="b" points="29.7051 28.5 25.2052 28.5 25.2052 19.5001 29.7051 19.5001"/><line class="b" x1="22.3456" y1="25.5187" x2="18.3582" y2="25.5187"/><polyline class="b" points="17.3707 28.5 20.3519 19.5 23.3332 28.5"/></svg>
Copied!