Ui Cell Phone Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Cell Phone 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/306743.svg" alt="Ui Cell Phone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306743.svg" alt="Ui Cell Phone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306743.svg" alt="Ui Cell Phone icon" :width="24" :height="24" />
CSS background
.icon-ui-cell-phone {
background-image: url('https://proicons.com/icon/306743.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M712 0h-54c-21 0-39 17-39 39v57H326c-42 0-77 35-77 78v749c0 42 35 77 77 77h348c42 0 77-35 77-77V39c0-22-17-39-39-39zM409 918h-92v-92h92v92zm0-137h-92v-92h92v92zm136 137h-92v-92h92v92zm0-137h-92v-92h92v92zm136 137h-91v-92h91v92zm0-137h-91v-92h91v92zm15-190c0 21-18 38-39 38H344c-22 0-39-17-39-38V226c0-21 17-38 39-38h313c21 0 39 17 39 38v365z"/></svg>
Copied!