Message Dots Download Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Message Dots Download icon is commonly used in file managers, asset libraries and download pages. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/310837.svg" alt="Message Dots Download icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310837.svg" alt="Message Dots Download icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310837.svg" alt="Message Dots Download icon" :width="24" :height="24" />
CSS background
.icon-message-dots-download {
background-image: url('https://proicons.com/icon/310837.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="M12 11.3383C12.3649 11.3383 12.6607 11.0425 12.6607 10.6776C12.6607 10.3127 12.3649 10.0168 12 10.0168C11.6351 10.0168 11.3393 10.3127 11.3393 10.6776C11.3393 11.0425 11.6351 11.3383 12 11.3383Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M16.625 11.3383C16.9899 11.3383 17.2857 11.0425 17.2857 10.6776C17.2857 10.3127 16.9899 10.0168 16.625 10.0168C16.2601 10.0168 15.9643 10.3127 15.9643 10.6776C15.9643 11.0425 16.2601 11.3383 16.625 11.3383Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M7.37501 11.3383C7.73991 11.3383 8.03572 11.0425 8.03572 10.6776C8.03572 10.3127 7.73991 10.0168 7.37501 10.0168C7.01011 10.0168 6.71429 10.3127 6.71429 10.6776C6.71429 11.0425 7.01011 11.3383 7.37501 11.3383Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M21.25 10.94V14.11C21.2482 15.1628 20.8314 16.1725 20.09 16.92C19.7177 17.285 19.2801 17.5767 18.8 17.78C18.3201 17.9742 17.8077 18.076 17.29 18.08H14.64L12.46 20.26C12.3986 20.321 12.3277 20.3717 12.25 20.41C12.1708 20.443 12.0858 20.46 12 20.46C11.9142 20.46 11.8292 20.443 11.75 20.41C11.6723 20.3717 11.6014 20.321 11.54 20.26L9.36 18.08H6.71C5.66064 18.0756 4.65504 17.659 3.91 16.92C3.1686 16.1725 2.75179 15.1628 2.75 14.11V7.51001C2.75 6.44914 3.17143 5.43173 3.92157 4.68158C4.67172 3.93144 5.68913 3.51001 6.75 3.51001H13" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M18.4773 8.25L18.4773 3.75" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M16.4136 6.35553L18.1842 8.12614C18.2226 8.16481 18.2682 8.19552 18.3185 8.21646C18.3688 8.23743 18.4228 8.24822 18.4772 8.24822C18.5317 8.24822 18.5857 8.23743 18.636 8.21646C18.6863 8.19552 18.7319 8.16481 18.7703 8.12614L20.5409 6.35553" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!