Phone Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Phone Svg 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/307881.svg" alt="Phone Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307881.svg" alt="Phone Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307881.svg" alt="Phone Svg icon" :width="24" :height="24" />
CSS background
.icon-phone---svg {
background-image: url('https://proicons.com/icon/307881.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"> <path d="M12.4705 12.5C11.5163 13.451 10.4028 14.2423 9.17365 14.8305L7.65436 13.3112C6.81814 13.6397 5.92695 13.8587 4.9984 13.9508C4.44881 14.0053 3.99999 14.4477 3.99999 15V16C3.99999 18.2091 5.81853 20.0513 7.95939 19.5063C11.9871 18.481 15.4044 15.9277 17.5579 12.5" stroke="#292929" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M12.4705 12.5C13.4346 11.5392 14.2362 10.4155 14.8305 9.17367L13.3112 7.65438C13.6397 6.81816 13.8587 5.92696 13.9508 4.99842C14.0053 4.44883 14.4477 4 15 4H16C18.2091 4 20.0514 5.81817 19.5064 7.95904C19.0921 9.58674 18.4282 11.1148 17.5579 12.5" stroke="#4400FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!