Ap Easypower Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ap Easypower 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/336458.svg" alt="Ap Easypower icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336458.svg" alt="Ap Easypower icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336458.svg" alt="Ap Easypower icon" :width="24" :height="24" />
CSS background
.icon-ap-easypower {
background-image: url('https://proicons.com/icon/336458.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>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="b" class="g" cx="24" cy="24" r="21.5"/><path id="c" class="g" d="M16.2194,3.9572c-.0007,4.2928,1.9731,10.1053,7.7806,10.1053s7.9375-5.8125,7.9525-10.0377"/><path id="d" class="g" d="M31.9375,43.9811c0-3.8195-1.1295-9.7936-7.9375-9.7936s-7.7812,5.8401-7.7812,9.855"/><path id="e" class="g" d="M39.6875,9.2979c-1.2003,6.8906-5.6108,9.6352-10.6875,11.5771v6.5c6.0118,1.6249,9.1616,5.7159,10.6811,11.3339"/><path id="f" class="g" d="M8.3125,9.2979c1.8331,6.108,5.5322,9.8016,10.7812,11.5771l.0625,6.5c-5.0095,1.7663-8.912,5.0691-10.8438,11.3271"/></svg>
Copied!