Phone Off Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Phone Off 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/308794.svg" alt="Phone Off Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308794.svg" alt="Phone Off Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308794.svg" alt="Phone Off Svg icon" :width="24" :height="24" />
CSS background
.icon-phone-off---svg {
background-image: url('https://proicons.com/icon/308794.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="M4.70711 3.29289C4.31658 2.90237 3.68342 2.90237 3.29289 3.29289C2.90237 3.68342 2.90237 4.31658 3.29289 4.70711L11.0391 12.4533C10.5189 12.887 9.95816 13.2735 9.36358 13.6062L8.36148 12.6041C8.08022 12.3229 7.65901 12.235 7.28879 12.3805C6.53697 12.6758 5.73553 12.8728 4.89977 12.9557C3.90113 13.0547 3 13.8731 3 15V16C3 18.6685 5.25833 21.2259 8.20623 20.4754C10.8786 19.795 13.297 18.4823 15.293 16.7072L19.2929 20.7071C19.6834 21.0976 20.3166 21.0976 20.7071 20.7071C21.0976 20.3166 21.0976 19.6834 20.7071 19.2929L16.0357 14.6215C16.0309 14.6164 16.0259 14.6114 16.021 14.6064C16.016 14.6015 16.011 14.5966 16.0059 14.5917L13.2073 11.7931C13.2024 11.788 13.1975 11.783 13.1925 11.778C13.1876 11.773 13.1825 11.7681 13.1775 11.7633L4.70711 3.29289ZM12.9557 4.89977C13.0546 3.90113 13.8731 3 15 3H16C18.6685 3 21.2259 5.25833 20.4754 8.20623C20.074 9.78277 19.4525 11.2711 18.6458 12.6364C18.3648 13.1119 17.7516 13.2696 17.2761 12.9886C16.8006 12.7077 16.6429 12.0944 16.9239 11.619C17.6356 10.4145 18.1835 9.10229 18.5372 7.71281C18.8768 6.37901 17.7497 5 16 5H15C14.999 5 14.9998 4.99991 14.9997 4.99997C14.9987 5.0004 14.9931 5.00299 14.9851 5.01083C14.9671 5.02825 14.9497 5.05899 14.9459 5.09706C14.8673 5.89047 14.7042 6.6595 14.4659 7.39482L15.5376 8.46656C15.9281 8.85708 15.9281 9.49025 15.5376 9.88077C15.1471 10.2713 14.5139 10.2713 14.1234 9.88077L12.6041 8.36149C12.3229 8.08023 12.235 7.65902 12.3805 7.2888C12.6758 6.53697 12.8728 5.73553 12.9557 4.89977Z" fill="#292929"/> </svg>
Copied!