Phone Off Filled Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Phone Off Filled 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/318591.svg" alt="Phone Off Filled icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318591.svg" alt="Phone Off Filled icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318591.svg" alt="Phone Off Filled icon" :width="24" :height="24" />
CSS background
.icon-phone-off-filled {
background-image: url('https://proicons.com/icon/318591.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>phone--off--filled</title><path d="M26.74,19.56l-2.52-1a2,2,0,0,0-2.15.44L20,21.06a9.93,9.93,0,0,1-5.35-2.29L30,3.41,28.59,2,2,28.59,3.41,30l7.93-7.92c3.24,3.12,7.89,5.5,14.55,5.92A2,2,0,0,0,28,26V21.41A2,2,0,0,0,26.74,19.56Z" transform="translate(0 0)"/><path d="M8.15,18.19l3.52-3.52A11.68,11.68,0,0,1,10.85,12l2.07-2.07a2,2,0,0,0,.44-2.15l-1-2.52A2,2,0,0,0,10.5,4H6A2,2,0,0,0,4,6.22,29,29,0,0,0,8.15,18.19Z" transform="translate(0 0)"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Copied!