Phone Performance Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Phone Performance 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/345747.svg" alt="Phone Performance icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345747.svg" alt="Phone Performance icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345747.svg" alt="Phone Performance icon" :width="24" :height="24" />
CSS background
.icon-phone-performance {
background-image: url('https://proicons.com/icon/345747.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>.l{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect id="b" class="l" x="10.5" y="10.5" width="27" height="27" rx="3" ry="3"/><rect id="c" class="l" x="18" y="17.8593" width="12" height="12"/><path id="d" class="l" d="M37.5,19.8603h5"/><path id="e" class="l" d="M37.5,28.0396h5"/><path id="f" class="l" d="M27.8645,37.5v5"/><path id="g" class="l" d="M19.9104,37.5v5"/><path id="h" class="l" d="M5.5,28.0271h5"/><path id="i" class="l" d="M5.5,19.8603h5"/><path id="j" class="l" d="M19.9104,5.5117v4.9883"/><path id="k" class="l" d="M27.8645,5.5v5"/></svg>
Copied!