message round square icon
message-round-square-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- message-round-square-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
Related icons in Mage Icons
message-checkmessage-check-roundmessage-conversationmessage-dotsmessage-dots-checkmessage-dots-crossmessage-dots-downloadmessage-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-plus
Use the message round square icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.25 2h-6.5A6.76 6.76 0 0 0 2 8.75v6.5A6.76 6.76 0 0 0 8.75 22h6.5A6.76 6.76 0 0 0 22 15.25v-6.5A6.76 6.76 0 0 0 15.25 2m1.61 12A5.26 5.26 0 0 1 12 17.25a5.3 5.3 0 0 1-1.91-.37l-1.62.24a1.2 1.2 0 0 1-.65-.06a1.25 1.25 0 0 1-.57-.35a1.41 1.41 0 0 1-.36-1.27l.21-1.59a5.4 5.4 0 0 1-.34-1.87a5.23 5.23 0 0 1 1.54-3.7A5.26 5.26 0 0 1 16.88 14z"/></svg>
React
import type { SVGProps } from "react";
export function MageMessageRoundSquareFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.25 2h-6.5A6.76 6.76 0 0 0 2 8.75v6.5A6.76 6.76 0 0 0 8.75 22h6.5A6.76 6.76 0 0 0 22 15.25v-6.5A6.76 6.76 0 0 0 15.25 2m1.61 12A5.26 5.26 0 0 1 12 17.25a5.3 5.3 0 0 1-1.91-.37l-1.62.24a1.2 1.2 0 0 1-.65-.06a1.25 1.25 0 0 1-.57-.35a1.41 1.41 0 0 1-.36-1.27l.21-1.59a5.4 5.4 0 0 1-.34-1.87a5.23 5.23 0 0 1 1.54-3.7A5.26 5.26 0 0 1 16.88 14z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.25 2h-6.5A6.76 6.76 0 0 0 2 8.75v6.5A6.76 6.76 0 0 0 8.75 22h6.5A6.76 6.76 0 0 0 22 15.25v-6.5A6.76 6.76 0 0 0 15.25 2m1.61 12A5.26 5.26 0 0 1 12 17.25a5.3 5.3 0 0 1-1.91-.37l-1.62.24a1.2 1.2 0 0 1-.65-.06a1.25 1.25 0 0 1-.57-.35a1.41 1.41 0 0 1-.36-1.27l.21-1.59a5.4 5.4 0 0 1-.34-1.87a5.23 5.23 0 0 1 1.54-3.7A5.26 5.26 0 0 1 16.88 14z"/></svg> </template>
CSS
.icon-message-round-square-fill {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.25%202h-6.5A6.76%206.76%200%200%200%202%208.75v6.5A6.76%206.76%200%200%200%208.75%2022h6.5A6.76%206.76%200%200%200%2022%2015.25v-6.5A6.76%206.76%200%200%200%2015.25%202m1.61%2012A5.26%205.26%200%200%201%2012%2017.25a5.3%205.3%200%200%201-1.91-.37l-1.62.24a1.2%201.2%200%200%201-.65-.06a1.25%201.25%200%200%201-.57-.35a1.41%201.41%200%200%201-.36-1.27l.21-1.59a5.4%205.4%200%200%201-.34-1.87a5.23%205.23%200%200%201%201.54-3.7A5.26%205.26%200%200%201%2016.88%2014z%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.25%202h-6.5A6.76%206.76%200%200%200%202%208.75v6.5A6.76%206.76%200%200%200%208.75%2022h6.5A6.76%206.76%200%200%200%2022%2015.25v-6.5A6.76%206.76%200%200%200%2015.25%202m1.61%2012A5.26%205.26%200%200%201%2012%2017.25a5.3%205.3%200%200%201-1.91-.37l-1.62.24a1.2%201.2%200%200%201-.65-.06a1.25%201.25%200%200%201-.57-.35a1.41%201.41%200%200%201-.36-1.27l.21-1.59a5.4%205.4%200%200%201-.34-1.87a5.23%205.23%200%200%201%201.54-3.7A5.26%205.26%200%200%201%2016.88%2014z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/message-round-square-fill.svg?color=%231a73e8&size=48