Ui Dial Phone Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Dial 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/306754.svg" alt="Ui Dial Phone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306754.svg" alt="Ui Dial Phone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306754.svg" alt="Ui Dial Phone icon" :width="24" :height="24" />
CSS background
.icon-ui-dial-phone {
background-image: url('https://proicons.com/icon/306754.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="M1000 215c0-35-68-81-152-95-230-38-464-38-694 0C69 134 1 180 1 215c0 1 1 2 1 3-1 3-2 7-2 11v118c0 16 14 30 31 30h154c17 0 31-14 31-30V239c188-25 380-25 568 0v115c0 17 14 30 31 30h154c17 0 31-13 31-30V231c0-3-1-6-2-9 1-2 2-4 2-7zm-79 362l-169-57c-13-4-31-8-49-12V321h-71v110H370V321h-72v188c-16 4-31 7-43 11L90 576c-32 11-58 48-58 82v189c0 34 27 61 61 61h825c34 0 61-27 61-61V658c0-34-26-71-58-81zM496 840c-92 0-166-75-166-167s74-167 166-167c93 0 167 75 167 167s-74 167-167 167zm0-256c-49 0-89 40-89 89s40 89 89 89c50 0 90-40 90-89s-40-89-90-89z"/></svg>
Copied!