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/308186.svg" alt="Phone Off Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308186.svg" alt="Phone Off Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308186.svg" alt="Phone Off Svg icon" :width="24" :height="24" />
CSS background
.icon-phone-off---svg {
background-image: url('https://proicons.com/icon/308186.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="M3.99994 16V15C3.99994 14.4477 4.44876 14.0053 4.99836 13.9508C5.9269 13.8587 6.81809 13.6397 7.65431 13.3112L9.1736 14.8305C10.4092 14.2392 11.5278 13.4427 12.4854 12.4851L15.3138 15.3136C13.3139 17.3135 10.7871 18.7864 7.95946 19.5063C5.81861 20.0513 3.99994 18.2091 3.99994 16Z" fill="#58CC02"/> <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.1277M7.95946 19.5063C5.81861 20.0513 3.99994 18.2091 3.99994 16V15C3.99994 14.4477 4.44876 14.0053 4.99836 13.9508C5.9269 13.8587 6.81809 13.6397 7.65431 13.3112L9.1736 14.8305C10.4092 14.2392 11.5278 13.4427 12.4854 12.4851L15.3138 15.3136C13.3139 17.3135 10.7871 18.7864 7.95946 19.5063Z" stroke="#58CC02" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M4 4L20 20" stroke="#58A700" stroke-width="2" stroke-linecap="round"/> </svg>
Copied!