message minus icon
message-minus-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- message-minus-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
Related icons in Myna UI Icons
Use the message minus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.953 2.25h.094c2.317 0 4.118 0 5.52.15c1.418.153 2.541.47 3.437 1.186c.92.736 1.35 1.693 1.553 2.9c.193 1.152.193 2.618.193 4.446v.183c0 1.782 0 3.015-.2 3.934a3.7 3.7 0 0 1-.545 1.323c-.264.392-.6.722-1 1.042c-.897.717-2.02 1.033-3.438 1.185c-1.402.151-3.203.151-5.52.151H12c-1.056 0-1.863.357-2.707.906c-.342.221-.675.464-1.036.729l-.304.22c-.475.345-.994.71-1.58 1.046A.75.75 0 0 1 5.25 21v-2.585c-.879-.19-1.623-.496-2.254-1c-.4-.321-.737-.65-1-1.043a3.7 3.7 0 0 1-.546-1.323c-.2-.919-.2-2.152-.2-3.934v-.183c0-1.828 0-3.294.193-4.445c.203-1.208.633-2.165 1.553-2.901c.896-.717 2.019-1.033 3.437-1.185c1.402-.151 3.203-.151 5.52-.151M9.5 9.75a.75.75 0 0 0 0 1.5h5a.75.75 0 0 0 0-1.5z"/></svg>
React
import type { SVGProps } from "react";
export function MynauiMessageMinusSolid(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="M11.953 2.25h.094c2.317 0 4.118 0 5.52.15c1.418.153 2.541.47 3.437 1.186c.92.736 1.35 1.693 1.553 2.9c.193 1.152.193 2.618.193 4.446v.183c0 1.782 0 3.015-.2 3.934a3.7 3.7 0 0 1-.545 1.323c-.264.392-.6.722-1 1.042c-.897.717-2.02 1.033-3.438 1.185c-1.402.151-3.203.151-5.52.151H12c-1.056 0-1.863.357-2.707.906c-.342.221-.675.464-1.036.729l-.304.22c-.475.345-.994.71-1.58 1.046A.75.75 0 0 1 5.25 21v-2.585c-.879-.19-1.623-.496-2.254-1c-.4-.321-.737-.65-1-1.043a3.7 3.7 0 0 1-.546-1.323c-.2-.919-.2-2.152-.2-3.934v-.183c0-1.828 0-3.294.193-4.445c.203-1.208.633-2.165 1.553-2.901c.896-.717 2.019-1.033 3.437-1.185c1.402-.151 3.203-.151 5.52-.151M9.5 9.75a.75.75 0 0 0 0 1.5h5a.75.75 0 0 0 0-1.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.953 2.25h.094c2.317 0 4.118 0 5.52.15c1.418.153 2.541.47 3.437 1.186c.92.736 1.35 1.693 1.553 2.9c.193 1.152.193 2.618.193 4.446v.183c0 1.782 0 3.015-.2 3.934a3.7 3.7 0 0 1-.545 1.323c-.264.392-.6.722-1 1.042c-.897.717-2.02 1.033-3.438 1.185c-1.402.151-3.203.151-5.52.151H12c-1.056 0-1.863.357-2.707.906c-.342.221-.675.464-1.036.729l-.304.22c-.475.345-.994.71-1.58 1.046A.75.75 0 0 1 5.25 21v-2.585c-.879-.19-1.623-.496-2.254-1c-.4-.321-.737-.65-1-1.043a3.7 3.7 0 0 1-.546-1.323c-.2-.919-.2-2.152-.2-3.934v-.183c0-1.828 0-3.294.193-4.445c.203-1.208.633-2.165 1.553-2.901c.896-.717 2.019-1.033 3.437-1.185c1.402-.151 3.203-.151 5.52-.151M9.5 9.75a.75.75 0 0 0 0 1.5h5a.75.75 0 0 0 0-1.5z"/></svg> </template>
CSS
.icon-message-minus-solid {
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%22M11.953%202.25h.094c2.317%200%204.118%200%205.52.15c1.418.153%202.541.47%203.437%201.186c.92.736%201.35%201.693%201.553%202.9c.193%201.152.193%202.618.193%204.446v.183c0%201.782%200%203.015-.2%203.934a3.7%203.7%200%200%201-.545%201.323c-.264.392-.6.722-1%201.042c-.897.717-2.02%201.033-3.438%201.185c-1.402.151-3.203.151-5.52.151H12c-1.056%200-1.863.357-2.707.906c-.342.221-.675.464-1.036.729l-.304.22c-.475.345-.994.71-1.58%201.046A.75.75%200%200%201%205.25%2021v-2.585c-.879-.19-1.623-.496-2.254-1c-.4-.321-.737-.65-1-1.043a3.7%203.7%200%200%201-.546-1.323c-.2-.919-.2-2.152-.2-3.934v-.183c0-1.828%200-3.294.193-4.445c.203-1.208.633-2.165%201.553-2.901c.896-.717%202.019-1.033%203.437-1.185c1.402-.151%203.203-.151%205.52-.151M9.5%209.75a.75.75%200%200%200%200%201.5h5a.75.75%200%200%200%200-1.5z%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%22M11.953%202.25h.094c2.317%200%204.118%200%205.52.15c1.418.153%202.541.47%203.437%201.186c.92.736%201.35%201.693%201.553%202.9c.193%201.152.193%202.618.193%204.446v.183c0%201.782%200%203.015-.2%203.934a3.7%203.7%200%200%201-.545%201.323c-.264.392-.6.722-1%201.042c-.897.717-2.02%201.033-3.438%201.185c-1.402.151-3.203.151-5.52.151H12c-1.056%200-1.863.357-2.707.906c-.342.221-.675.464-1.036.729l-.304.22c-.475.345-.994.71-1.58%201.046A.75.75%200%200%201%205.25%2021v-2.585c-.879-.19-1.623-.496-2.254-1c-.4-.321-.737-.65-1-1.043a3.7%203.7%200%200%201-.546-1.323c-.2-.919-.2-2.152-.2-3.934v-.183c0-1.828%200-3.294.193-4.445c.203-1.208.633-2.165%201.553-2.901c.896-.717%202.019-1.033%203.437-1.185c1.402-.151%203.203-.151%205.52-.151M9.5%209.75a.75.75%200%200%200%200%201.5h5a.75.75%200%200%200%200-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/message-minus-solid.svg?color=%231a73e8&size=48