Phone Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The 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/307578.svg" alt="Phone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307578.svg" alt="Phone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307578.svg" alt="Phone icon" :width="24" :height="24" />
CSS background
.icon-phone {
background-image: url('https://proicons.com/icon/307578.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0)"> <path d="M19.5064 7.95952C18.0667 13.6147 13.6148 18.0666 7.95965 19.5063C5.81879 20.0513 4.00012 18.2091 4.00012 16V15C4.00012 14.4477 4.44895 14.0053 4.99854 13.9508C5.92708 13.8587 6.81827 13.6397 7.6545 13.3112L9.17378 14.8305C11.6448 13.648 13.6481 11.6447 14.8306 9.17367L13.3114 7.65438C13.6398 6.81816 13.8589 5.92696 13.9509 4.99842C14.0054 4.44883 14.4478 4 15.0001 4H16.0001C18.2093 4 20.0514 5.81867 19.5064 7.95952Z" stroke="#292929" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/> </g> <defs> <clipPath id="clip0"> <rect width="24" height="24" fill="white" transform="translate(0.00012207)"/> </clipPath> </defs> </svg>
Phone in other icon packs
Copied!