Message Dots Round Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Message Dots Round 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/310848.svg" alt="Message Dots Round icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310848.svg" alt="Message Dots Round icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310848.svg" alt="Message Dots Round icon" :width="24" :height="24" />
CSS background
.icon-message-dots-round {
background-image: url('https://proicons.com/icon/310848.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="M21.25 12C21.2516 13.2141 21.0135 14.4167 20.5493 15.5389C20.0852 16.6611 19.4041 17.6809 18.545 18.54C17.6859 19.3991 16.6656 20.0806 15.5426 20.5456C14.4196 21.0106 13.2158 21.25 12 21.25C10.6915 21.2531 9.39742 20.9767 8.20459 20.4394L4.33751 21.0116C4.14525 21.0433 3.94812 21.0275 3.76336 20.9656C3.57861 20.9037 3.41183 20.7976 3.27761 20.6565C3.14339 20.5154 3.04581 20.3436 2.99339 20.1562C2.94096 19.9687 2.93529 19.7713 2.97688 19.5812L3.51397 15.6595C3.00433 14.5069 2.74404 13.2599 2.7501 12C2.74854 10.7858 2.98663 9.58326 3.45079 8.46107C3.91494 7.33888 4.59603 6.31908 5.45513 5.45998C6.31422 4.60088 7.33446 3.91935 8.45749 3.45434C9.58052 2.98934 10.7843 2.75 12 2.75C13.2158 2.75 14.4196 2.98934 15.5426 3.45434C16.6656 3.91935 17.6859 4.60088 18.545 5.45998C19.4041 6.31908 20.0852 7.33888 20.5493 8.46107C21.0135 9.58326 21.2516 10.7858 21.25 12Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M12 12.6104C12.3375 12.6104 12.6112 12.3371 12.6112 12C12.6112 11.6628 12.3375 11.3895 12 11.3895C11.6624 11.3895 11.3887 11.6628 11.3887 12C11.3887 12.3371 11.6624 12.6104 12 12.6104Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M16.2787 12.6104C16.6163 12.6104 16.8899 12.3371 16.8899 12C16.8899 11.6628 16.6163 11.3895 16.2787 11.3895C15.9411 11.3895 15.6675 11.6628 15.6675 12C15.6675 12.3371 15.9411 12.6104 16.2787 12.6104Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M7.72136 12.6104C8.05894 12.6104 8.33261 12.3371 8.33261 12C8.33261 11.6628 8.05894 11.3895 7.72136 11.3895C7.38378 11.3895 7.11012 11.6628 7.11012 12C7.11012 12.3371 7.38378 12.6104 7.72136 12.6104Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!