Phone Battery Complication Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Phone Battery Complication icon is commonly used in contact pages, call-to-action sections and support widgets. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/331184.svg" alt="Phone Battery Complication icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331184.svg" alt="Phone Battery Complication icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331184.svg" alt="Phone Battery Complication icon" :width="24" :height="24" />
CSS background
.icon-phone-battery-complication {
background-image: url('https://proicons.com/icon/331184.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="24.0001" r="14.3"/><path class="c" d="M32.432,12.4534l-1.3106-5.6746c-.3081-1.3339-1.4959-2.2787-2.8649-2.2787h-8.513c-1.369,0-2.5568.9448-2.8649,2.2787l-1.3095,5.6699"/><path class="c" d="M15.568,35.5481l1.3102,5.673c.3081,1.3339,1.4959,2.2787,2.8649,2.2787h8.513c1.369,0,2.5568-.9448,2.8649-2.2787l1.3106-5.6746"/><rect class="c" x="19" y="16.0001" width="10" height="16" rx="2" ry="2"/><line class="c" x1="29" y1="29.0001" x2="19" y2="29.0001"/><line class="c" x1="19" y1="19.0001" x2="29" y2="19.0001"/></svg>
Copied!