messages square icon
messages-square from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- messages-square
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the messages square 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-linejoin="round" stroke-width="1.5"><path d="M1.996 8.737q0-.976.033-1.895c.071-1.998.107-2.998.928-3.817c.82-.819 1.857-.863 3.932-.95A86 86 0 0 1 10.496 2c1.257 0 2.47.026 3.607.074c2.075.088 3.112.132 3.932.951c.821.82.857 1.819.928 3.817a54 54 0 0 1 0 3.79c-.071 1.998-.107 2.997-.928 3.816c-.82.82-1.857.864-3.932.951q-.937.04-1.933.06c-.63.01-.945.017-1.222.121c-.277.105-.51.303-.975.698L8.12 17.852a.62.62 0 0 1-.403.148a.62.62 0 0 1-.62-.615v-1.977l-.208-.009c-2.075-.087-3.112-.131-3.932-.95c-.82-.82-.857-1.819-.928-3.818a53 53 0 0 1-.033-1.894"/><path d="M13.044 19.58c.277.105.51.303.975.698l1.853 1.574a.62.62 0 0 0 .404.148c.342 0 .62-.275.62-.615v-1.977l.207-.009c2.075-.088 3.112-.132 3.932-.95c.821-.82.857-1.819.928-3.818a54 54 0 0 0 0-3.789c-.026-.736-.048-1.336-.105-1.842"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMessagesSquare(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" strokeLinejoin="round" strokeWidth="1.5"><path d="M1.996 8.737q0-.976.033-1.895c.071-1.998.107-2.998.928-3.817c.82-.819 1.857-.863 3.932-.95A86 86 0 0 1 10.496 2c1.257 0 2.47.026 3.607.074c2.075.088 3.112.132 3.932.951c.821.82.857 1.819.928 3.817a54 54 0 0 1 0 3.79c-.071 1.998-.107 2.997-.928 3.816c-.82.82-1.857.864-3.932.951q-.937.04-1.933.06c-.63.01-.945.017-1.222.121c-.277.105-.51.303-.975.698L8.12 17.852a.62.62 0 0 1-.403.148a.62.62 0 0 1-.62-.615v-1.977l-.208-.009c-2.075-.087-3.112-.131-3.932-.95c-.82-.82-.857-1.819-.928-3.818a53 53 0 0 1-.033-1.894"/><path d="M13.044 19.58c.277.105.51.303.975.698l1.853 1.574a.62.62 0 0 0 .404.148c.342 0 .62-.275.62-.615v-1.977l.207-.009c2.075-.088 3.112-.132 3.932-.95c.821-.82.857-1.819.928-3.818a54 54 0 0 0 0-3.789c-.026-.736-.048-1.336-.105-1.842"/></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-linejoin="round" stroke-width="1.5"><path d="M1.996 8.737q0-.976.033-1.895c.071-1.998.107-2.998.928-3.817c.82-.819 1.857-.863 3.932-.95A86 86 0 0 1 10.496 2c1.257 0 2.47.026 3.607.074c2.075.088 3.112.132 3.932.951c.821.82.857 1.819.928 3.817a54 54 0 0 1 0 3.79c-.071 1.998-.107 2.997-.928 3.816c-.82.82-1.857.864-3.932.951q-.937.04-1.933.06c-.63.01-.945.017-1.222.121c-.277.105-.51.303-.975.698L8.12 17.852a.62.62 0 0 1-.403.148a.62.62 0 0 1-.62-.615v-1.977l-.208-.009c-2.075-.087-3.112-.131-3.932-.95c-.82-.82-.857-1.819-.928-3.818a53 53 0 0 1-.033-1.894"/><path d="M13.044 19.58c.277.105.51.303.975.698l1.853 1.574a.62.62 0 0 0 .404.148c.342 0 .62-.275.62-.615v-1.977l.207-.009c2.075-.088 3.112-.132 3.932-.95c.821-.82.857-1.819.928-3.818a54 54 0 0 0 0-3.789c-.026-.736-.048-1.336-.105-1.842"/></g></svg> </template>
CSS
.icon-messages-square {
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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M1.996%208.737q0-.976.033-1.895c.071-1.998.107-2.998.928-3.817c.82-.819%201.857-.863%203.932-.95A86%2086%200%200%201%2010.496%202c1.257%200%202.47.026%203.607.074c2.075.088%203.112.132%203.932.951c.821.82.857%201.819.928%203.817a54%2054%200%200%201%200%203.79c-.071%201.998-.107%202.997-.928%203.816c-.82.82-1.857.864-3.932.951q-.937.04-1.933.06c-.63.01-.945.017-1.222.121c-.277.105-.51.303-.975.698L8.12%2017.852a.62.62%200%200%201-.403.148a.62.62%200%200%201-.62-.615v-1.977l-.208-.009c-2.075-.087-3.112-.131-3.932-.95c-.82-.82-.857-1.819-.928-3.818a53%2053%200%200%201-.033-1.894%22%2F%3E%3Cpath%20d%3D%22M13.044%2019.58c.277.105.51.303.975.698l1.853%201.574a.62.62%200%200%200%20.404.148c.342%200%20.62-.275.62-.615v-1.977l.207-.009c2.075-.088%203.112-.132%203.932-.95c.821-.82.857-1.819.928-3.818a54%2054%200%200%200%200-3.789c-.026-.736-.048-1.336-.105-1.842%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M1.996%208.737q0-.976.033-1.895c.071-1.998.107-2.998.928-3.817c.82-.819%201.857-.863%203.932-.95A86%2086%200%200%201%2010.496%202c1.257%200%202.47.026%203.607.074c2.075.088%203.112.132%203.932.951c.821.82.857%201.819.928%203.817a54%2054%200%200%201%200%203.79c-.071%201.998-.107%202.997-.928%203.816c-.82.82-1.857.864-3.932.951q-.937.04-1.933.06c-.63.01-.945.017-1.222.121c-.277.105-.51.303-.975.698L8.12%2017.852a.62.62%200%200%201-.403.148a.62.62%200%200%201-.62-.615v-1.977l-.208-.009c-2.075-.087-3.112-.131-3.932-.95c-.82-.82-.857-1.819-.928-3.818a53%2053%200%200%201-.033-1.894%22%2F%3E%3Cpath%20d%3D%22M13.044%2019.58c.277.105.51.303.975.698l1.853%201.574a.62.62%200%200%200%20.404.148c.342%200%20.62-.275.62-.615v-1.977l.207-.009c2.075-.088%203.112-.132%203.932-.95c.821-.82.857-1.819.928-3.818a54%2054%200%200%200%200-3.789c-.026-.736-.048-1.336-.105-1.842%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/messages-square.svg?color=%231a73e8&size=48