Phone Missed Call Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Phone Missed Call 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/310907.svg" alt="Phone Missed Call icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310907.svg" alt="Phone Missed Call icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310907.svg" alt="Phone Missed Call icon" :width="24" :height="24" />
CSS background
.icon-phone-missed-call {
background-image: url('https://proicons.com/icon/310907.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="M6.88898 12.731L7.66569 12.4621C8.99846 12.0923 10.3752 11.9047 11.7583 11.9045C13.5021 11.8414 15.2428 12.0944 16.8965 12.6513C17.7819 12.983 18.6088 13.4536 19.3461 14.0454C20.1353 14.5763 20.7461 15.3328 21.0987 16.2162C21.2035 16.6497 21.2537 17.0946 21.2481 17.5406C21.258 17.7328 21.2296 17.925 21.1647 18.1063C21.0998 18.2875 20.9995 18.454 20.8697 18.5961C20.5389 18.844 20.125 18.9547 19.7146 18.9048C18.898 18.9048 18.0815 18.9048 17.255 18.9048C16.9539 18.9236 16.6563 18.8315 16.4185 18.6459C16.2521 18.458 16.1538 18.2194 16.1397 17.9688C16.1397 17.6501 16.1397 17.3215 16.1397 16.973C16.1484 16.7845 16.1132 16.5965 16.0373 16.4238C15.9613 16.251 15.8464 16.0982 15.7016 15.9772C15.2905 15.7704 14.8374 15.6613 14.3772 15.6586C13.73 15.559 13.0827 15.4594 12.3857 15.4196C11.1797 15.3356 9.96812 15.4534 8.80087 15.7681C8.62695 15.7925 8.46258 15.8625 8.32442 15.9708C8.18626 16.0793 8.07924 16.2224 8.01421 16.3855C7.90794 16.7675 7.87085 17.1655 7.90467 17.5605C7.92852 17.7367 7.91609 17.916 7.86815 18.0872C7.8202 18.2584 7.73775 18.418 7.62586 18.5563C7.51465 18.6623 7.38338 18.7452 7.23974 18.7999C7.09611 18.8546 6.94301 18.8801 6.78941 18.8749C6.43093 18.8749 6.06249 18.8749 5.70401 18.8749H4.70824C4.37657 18.8936 4.04412 18.8936 3.71246 18.8749C3.42504 18.841 3.16145 18.6985 2.97559 18.4766C2.80257 18.1749 2.72612 17.8274 2.75652 17.4808C2.74245 16.9178 2.85196 16.3586 3.07734 15.8425C3.30271 15.3264 3.63846 14.8659 4.06098 14.4935C4.87803 13.7251 5.83919 13.126 6.88898 12.731Z" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M16.9861 5.0835L13.0628 9.00685C12.7815 9.28415 12.4023 9.4396 12.0073 9.4396C11.6122 9.4396 11.2331 9.28415 10.9517 9.00685L7.02838 5.0835" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M7.02838 9.0666V5.0835H11.0115" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!