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/308793.svg" alt="Phone Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308793.svg" alt="Phone Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308793.svg" alt="Phone Svg icon" :width="24" :height="24" />
CSS background
.icon-phone---svg {
background-image: url('https://proicons.com/icon/308793.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 fill-rule="evenodd" clip-rule="evenodd" d="M16 3C18.6685 3 21.2259 5.25833 20.4754 8.20623C18.9453 14.2163 14.2163 18.9453 8.20624 20.4754C5.25833 21.2259 3 18.6685 3 16V15C3 13.8731 3.90113 13.0547 4.89977 12.9557C5.73553 12.8728 6.53697 12.6758 7.28879 12.3805C7.65901 12.235 8.08022 12.3229 8.36148 12.6041L9.36358 13.6062C11.1396 12.6123 12.6123 11.1396 13.6062 9.36358L12.6041 8.36149C12.3229 8.08023 12.235 7.65902 12.3805 7.2888C12.6758 6.53697 12.8728 5.73553 12.9557 4.89977C13.0546 3.90113 13.8731 3 15 3H16Z" fill="#292929"/> </svg>
Copied!