message dots download icon
message-dots-download from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- message-dots-download
- Set
- Mage Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
Related icons in Mage Icons
message-checkmessage-check-roundmessage-conversationmessage-dotsmessage-dots-checkmessage-dots-crossmessage-dots-minusmessage-dots-plusmessage-dots-question-markmessage-dots-roundmessage-dots-round-checkmessage-dots-round-crossmessage-dots-round-downloadmessage-dots-round-minusmessage-dots-round-plusmessage-dots-round-question-markmessage-dots-round-uploadmessage-dots-uploadmessage-info-roundmessage-informationmessage-minusmessage-minus-roundmessage-plusmessage-plus-round
Use the message dots download icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M12 11.338a.66.66 0 1 0 0-1.321a.66.66 0 0 0 0 1.321m4.625 0a.66.66 0 1 0 0-1.321a.66.66 0 0 0 0 1.321m-9.25 0a.66.66 0 1 0 0-1.321a.66.66 0 0 0 0 1.321"/><path stroke-linejoin="round" d="M21.25 10.94v3.17a4 4 0 0 1-1.16 2.81a4.2 4.2 0 0 1-1.29.86a4.1 4.1 0 0 1-1.51.3h-2.65l-2.18 2.18a.8.8 0 0 1-.21.15a.65.65 0 0 1-.5 0a.8.8 0 0 1-.21-.15l-2.18-2.18H6.71a4 4 0 0 1-2.8-1.16a4 4 0 0 1-1.16-2.81v-6.6a4 4 0 0 1 4-4H13"/><path stroke-miterlimit="10" d="M18.477 8.25v-4.5"/><path stroke-linejoin="round" d="m16.414 6.356l1.77 1.77a.413.413 0 0 0 .586 0l1.77-1.77"/></g></svg>
React
import type { SVGProps } from "react";
export function MageMessageDotsDownload(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M12 11.338a.66.66 0 1 0 0-1.321a.66.66 0 0 0 0 1.321m4.625 0a.66.66 0 1 0 0-1.321a.66.66 0 0 0 0 1.321m-9.25 0a.66.66 0 1 0 0-1.321a.66.66 0 0 0 0 1.321"/><path strokeLinejoin="round" d="M21.25 10.94v3.17a4 4 0 0 1-1.16 2.81a4.2 4.2 0 0 1-1.29.86a4.1 4.1 0 0 1-1.51.3h-2.65l-2.18 2.18a.8.8 0 0 1-.21.15a.65.65 0 0 1-.5 0a.8.8 0 0 1-.21-.15l-2.18-2.18H6.71a4 4 0 0 1-2.8-1.16a4 4 0 0 1-1.16-2.81v-6.6a4 4 0 0 1 4-4H13"/><path strokeMiterlimit="10" d="M18.477 8.25v-4.5"/><path strokeLinejoin="round" d="m16.414 6.356l1.77 1.77a.413.413 0 0 0 .586 0l1.77-1.77"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M12 11.338a.66.66 0 1 0 0-1.321a.66.66 0 0 0 0 1.321m4.625 0a.66.66 0 1 0 0-1.321a.66.66 0 0 0 0 1.321m-9.25 0a.66.66 0 1 0 0-1.321a.66.66 0 0 0 0 1.321"/><path stroke-linejoin="round" d="M21.25 10.94v3.17a4 4 0 0 1-1.16 2.81a4.2 4.2 0 0 1-1.29.86a4.1 4.1 0 0 1-1.51.3h-2.65l-2.18 2.18a.8.8 0 0 1-.21.15a.65.65 0 0 1-.5 0a.8.8 0 0 1-.21-.15l-2.18-2.18H6.71a4 4 0 0 1-2.8-1.16a4 4 0 0 1-1.16-2.81v-6.6a4 4 0 0 1 4-4H13"/><path stroke-miterlimit="10" d="M18.477 8.25v-4.5"/><path stroke-linejoin="round" d="m16.414 6.356l1.77 1.77a.413.413 0 0 0 .586 0l1.77-1.77"/></g></svg> </template>
CSS
.icon-message-dots-download {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2011.338a.66.66%200%201%200%200-1.321a.66.66%200%200%200%200%201.321m4.625%200a.66.66%200%201%200%200-1.321a.66.66%200%200%200%200%201.321m-9.25%200a.66.66%200%201%200%200-1.321a.66.66%200%200%200%200%201.321%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M21.25%2010.94v3.17a4%204%200%200%201-1.16%202.81a4.2%204.2%200%200%201-1.29.86a4.1%204.1%200%200%201-1.51.3h-2.65l-2.18%202.18a.8.8%200%200%201-.21.15a.65.65%200%200%201-.5%200a.8.8%200%200%201-.21-.15l-2.18-2.18H6.71a4%204%200%200%201-2.8-1.16a4%204%200%200%201-1.16-2.81v-6.6a4%204%200%200%201%204-4H13%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M18.477%208.25v-4.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m16.414%206.356l1.77%201.77a.413.413%200%200%200%20.586%200l1.77-1.77%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2011.338a.66.66%200%201%200%200-1.321a.66.66%200%200%200%200%201.321m4.625%200a.66.66%200%201%200%200-1.321a.66.66%200%200%200%200%201.321m-9.25%200a.66.66%200%201%200%200-1.321a.66.66%200%200%200%200%201.321%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M21.25%2010.94v3.17a4%204%200%200%201-1.16%202.81a4.2%204.2%200%200%201-1.29.86a4.1%204.1%200%200%201-1.51.3h-2.65l-2.18%202.18a.8.8%200%200%201-.21.15a.65.65%200%200%201-.5%200a.8.8%200%200%201-.21-.15l-2.18-2.18H6.71a4%204%200%200%201-2.8-1.16a4%204%200%200%201-1.16-2.81v-6.6a4%204%200%200%201%204-4H13%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M18.477%208.25v-4.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m16.414%206.356l1.77%201.77a.413.413%200%200%200%20.586%200l1.77-1.77%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/message-dots-download.svg?color=%231a73e8&size=48