Phone Ringing Loud Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Phone Ringing Loud 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/310910.svg" alt="Phone Ringing Loud icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310910.svg" alt="Phone Ringing Loud icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310910.svg" alt="Phone Ringing Loud icon" :width="24" :height="24" />
CSS background
.icon-phone-ringing-loud {
background-image: url('https://proicons.com/icon/310910.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.8896 13.0419C7.14382 12.9422 7.40304 12.8558 7.66623 12.783C8.99791 12.4086 10.3752 12.2209 11.7585 12.2255C13.5018 12.154 15.2433 12.4037 16.8963 12.9623C17.7765 13.2694 18.6031 13.7129 19.3456 14.2766C20.1347 14.8075 20.7455 15.5639 21.098 16.4472C21.2022 16.8808 21.2524 17.3256 21.2474 17.7714C21.259 17.9638 21.2315 18.1566 21.1665 18.338C21.1014 18.5194 21.0003 18.6857 20.869 18.8269C20.5402 19.0787 20.1248 19.1897 19.714 19.1355C18.8976 19.1355 18.0811 19.1355 17.2547 19.1355C16.9519 19.1553 16.6528 19.0592 16.4183 18.8667C16.2504 18.6797 16.152 18.4406 16.1395 18.1896C16.1395 17.871 16.1395 17.5424 16.1395 17.1939C16.1497 17.0052 16.1153 16.8168 16.0393 16.6438C15.9631 16.4709 15.8474 16.3182 15.7014 16.1982C15.2933 15.9827 14.8388 15.8699 14.3772 15.8697C13.73 15.7701 13.0828 15.6805 12.3858 15.6407C11.1805 15.5584 9.96988 15.6727 8.80132 15.9792C8.62907 16.0082 8.46683 16.0799 8.32943 16.1877C8.19203 16.2955 8.08382 16.4361 8.01472 16.5965C7.90846 16.9785 7.87137 17.3764 7.9052 17.7714C7.92846 17.9477 7.91574 18.1267 7.86783 18.2978C7.81991 18.469 7.73778 18.6286 7.62641 18.7671C7.39676 18.9733 7.09868 19.0869 6.79003 19.0857C6.43158 19.0857 6.06318 19.0857 5.70473 19.0857C5.34629 19.0857 5.06749 19.0857 4.70905 19.0857C4.37741 19.1044 4.04499 19.1044 3.71336 19.0857C3.57029 19.0715 3.43147 19.0289 3.30499 18.9606C3.1785 18.8922 3.06686 18.7994 2.97655 18.6875C2.80108 18.3867 2.72447 18.0384 2.7575 17.6918C2.75107 17.142 2.86237 16.5972 3.08391 16.0941C3.30545 15.5909 3.6321 15.1409 4.04194 14.7744C4.8674 14.0145 5.83526 13.4257 6.8896 13.0419Z" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M15.5322 9.29811C15.0697 8.83448 14.5204 8.46666 13.9155 8.21567C13.3107 7.9647 12.6623 7.83551 12.0075 7.83551C11.3526 7.83551 10.7042 7.9647 10.0994 8.21567C9.49455 8.46666 8.94518 8.83448 8.48273 9.29811" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M17.643 7.18724C16.9032 6.44664 16.0247 5.85912 15.0577 5.45825C14.0907 5.0574 13.0542 4.85107 12.0075 4.85107C10.9607 4.85107 9.92414 5.0574 8.95714 5.45825C7.99015 5.85912 7.11165 6.44664 6.37187 7.18724" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> </svg>
Copied!