Calls Incoming Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Calls Incoming icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/317188.svg" alt="Calls Incoming icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317188.svg" alt="Calls Incoming icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317188.svg" alt="Calls Incoming icon" :width="24" :height="24" />
CSS background
.icon-calls-incoming {
background-image: url('https://proicons.com/icon/317188.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?>
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<path d="m26,12c-2.2091,0-4,1.7908-4,4s1.7909,4,4,4,4-1.7909,4-4-1.7908-4-4-4Zm0,6c-1.1028,0-2-.8972-2-2s.8972-2,2-2,2,.8972,2,2-.8972,2-2,2Z"/>
<path d="m15,20l-1.4143,1.4141,2.5859,2.5859H7.8157c-.4141-1.1611-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c1.302,0,2.4016-.8389,2.8157-2h8.356l-2.5859,2.5859,1.4143,1.4141,5-5-5-5Zm-10,6c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"/>
<path d="m15,4l-1.4143,1.4141,2.5859,2.5859H7.8157c-.4141-1.1611-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c1.302,0,2.4016-.8389,2.8157-2h8.356l-2.5859,2.5859,1.4143,1.4141,5-5-5-5Zm-10,6c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"/>
<rect id="_Transparent_Rectangle_" data-name="&lt;Transparent Rectangle&gt;" class="cls-1" width="32" height="32"/>
</svg>
Copied!