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/308490.svg" alt="Phone Off Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308490.svg" alt="Phone Off Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308490.svg" alt="Phone Off Svg icon" :width="24" :height="24" />
CSS background
.icon-phone-off---svg {
background-image: url('https://proicons.com/icon/308490.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 opacity="0.16" d="M4 16V15C4 14.4477 4.44883 14.0053 4.99842 13.9508C5.92696 13.8588 6.81815 13.6397 7.65438 13.3112L9.17366 14.8305C10.4092 14.2392 11.5279 13.4427 12.4854 12.4851L15.3139 15.3136C13.314 17.3135 10.7872 18.7864 7.95953 19.5063C5.81867 20.0513 4 18.2092 4 16Z" fill="#292929"/> <path d="M14.8305 9.17367L13.3112 7.65438C13.6396 6.81816 13.8587 5.92696 13.9507 4.99842C14.0052 4.44883 14.4477 4 14.9999 4H15.9999C18.2091 4 20.0512 5.81867 19.5062 7.95952C19.1287 9.44253 18.544 10.8428 17.7848 12.1277M12.4854 12.4851C11.5278 13.4427 10.4092 14.2392 9.1736 14.8305L7.65431 13.3112C6.81809 13.6397 5.9269 13.8587 4.99836 13.9508C4.44876 14.0053 3.99994 14.4477 3.99994 15V16C3.99994 18.2091 5.81861 20.0513 7.95946 19.5063C10.7871 18.7864 13.3139 17.3135 15.3138 15.3136" stroke="#292929" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M4 4L20 20" stroke="#292929" stroke-width="2" stroke-linecap="round"/> </svg>
Copied!