Ui Touch Phone Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Touch 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/306810.svg" alt="Ui Touch Phone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306810.svg" alt="Ui Touch Phone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306810.svg" alt="Ui Touch Phone icon" :width="24" :height="24" />
CSS background
.icon-ui-touch-phone {
background-image: url('https://proicons.com/icon/306810.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="M716 0H285c-48 0-87 39-87 87v826c0 48 39 87 87 87h431c48 0 87-39 87-87V87c0-48-39-87-87-87zM429 36h142c8 0 13 4 13 9 0 4-5 8-13 8H429c-7 0-13-4-13-8 0-5 6-9 13-9zm71 920c-37 0-67-30-67-67s30-68 67-68 68 31 68 68-31 67-68 67zm253-206c0 24-20 44-43 44H291c-24 0-44-20-44-44V130c0-24 20-43 44-43h419c23 0 43 19 43 43v620z"/></svg>
Copied!