Message Assistant Answer Phone Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Message Assistant Answer Phone 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/329102.svg" alt="Message Assistant Answer Phone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329102.svg" alt="Message Assistant Answer Phone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329102.svg" alt="Message Assistant Answer Phone icon" :width="24" :height="24" />
CSS background
.icon-message-assistant-answer-phone {
background-image: url('https://proicons.com/icon/329102.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="h" d="M17.0743,31.4299c.8693-.4289,1.5916-.4895,2.599.1078l3.3539,1.9884c1.1397.6757,1.5204,1.6543,1.0066,3.0317l-1.3029,3.4925c-.3444.9232-1.7859,1.5706-2.7003,1.2033-6.9274-2.783-10.0077-6.8055-12.3163-11.9857-2.3085-5.1802-3.2402-10.1602-.6777-17.172.3382-.9255,1.7835-1.5645,2.7003-1.2033l3.4683,1.3664c1.3678.5389,1.8409,1.4764,1.5814,2.7756l-.7639,3.8233c-.2294,1.1484-.7574,1.6449-1.6576,2.0046l-2.8806,1.1505c.4001,1.9121,1.0539,3.7556,1.8871,5.6252s1.7669,3.5885,2.9213,5.1644l2.7816-1.3726Z"/><g id="c"><g id="d"><path id="e" class="h" d="M40.7728,27.1261c0,1.3161-1.067,2.383-2.3831,2.383h0c-1.3162,0-2.3831-1.0669-2.3831-2.383s1.067-2.383,2.3831-2.383c1.3162,0,2.3831,1.0669,2.3831,2.383h0Z"/><path id="f" class="h" d="M27.6737,21.4548c-.0692-.3149-.1057-.642-.1057-.9776,0-2.5041,2.0301-4.5341,4.5343-4.5341,1.7999,0,3.2437,1.1075,4.0817,2.559l4.3279,7.4959"/></g><path id="g" class="h" d="M42.5,15.9526c-.9881-5.2993-5.6371-9.3108-11.2232-9.3108-6.3054,0-11.4169,5.1113-11.4169,11.4165,0,1.3951.2503,2.7317.7083,3.9675,2.282,6.1577,7.5799,7.3756,9.1461,10.765,1.5817,3.423,2.5883,8.3192,8.7063,7.299,1.2813-.2137,3.0334-1.4247,3.8397-3.8143"/></g></svg>
Copied!