message-cog from Material Design Icons by Pictogrammers · Filled · Settings · Apache-2.0 Free for personal and commercial use.

Name
message-cog
Set
Material Design Icons
Style
Filled
Category
Settings
Viewbox
24×24
License
Apache 2.0
Aliases
message-settings-variant

1 other variant in Material Design Icons

The same icon in other sets

More settings icons from Material Design Icons

Use the message cog icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.5 10a1.5 1.5 0 0 1-1.5 1.5c-.84 0-1.5-.67-1.5-1.5A1.5 1.5 0 0 1 12 8.5a1.5 1.5 0 0 1 1.5 1.5M22 4v12a2 2 0 0 1-2 2H6l-4 4V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2m-5.23 7.32l-1.07-.82c.01-.17.01-.34 0-.5c.02-.16.02-.33 0-.5l1.06-.82a.26.26 0 0 0 .06-.32l-1-1.73c-.06-.13-.19-.16-.32-.13l-1.23.5c-.27-.2-.54-.37-.85-.5l-.19-1.31A.235.235 0 0 0 13 5h-2c-.12 0-.23.09-.25.21l-.19 1.32c-.3.12-.59.28-.86.47l-1.24-.5c-.12-.04-.25 0-.31.11l-1 1.73c-.06.11-.04.24.06.32l1.06.84c-.04.32-.04.66 0 1l-1.06.82a.26.26 0 0 0-.06.32l1 1.73c.06.13.19.16.31.13L9.7 13c.26.2.54.37.85.5l.19 1.31c.03.12.14.19.26.19h2c.12 0 .23-.09.25-.21l.19-1.32c.3-.13.56-.29.84-.47l1.25.5c.12 0 .25 0 .31-.13l1-1.73a.25.25 0 0 0-.07-.32"/></svg>

React

import type { SVGProps } from "react";

export function MdiMessageCog(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="M13.5 10a1.5 1.5 0 0 1-1.5 1.5c-.84 0-1.5-.67-1.5-1.5A1.5 1.5 0 0 1 12 8.5a1.5 1.5 0 0 1 1.5 1.5M22 4v12a2 2 0 0 1-2 2H6l-4 4V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2m-5.23 7.32l-1.07-.82c.01-.17.01-.34 0-.5c.02-.16.02-.33 0-.5l1.06-.82a.26.26 0 0 0 .06-.32l-1-1.73c-.06-.13-.19-.16-.32-.13l-1.23.5c-.27-.2-.54-.37-.85-.5l-.19-1.31A.235.235 0 0 0 13 5h-2c-.12 0-.23.09-.25.21l-.19 1.32c-.3.12-.59.28-.86.47l-1.24-.5c-.12-.04-.25 0-.31.11l-1 1.73c-.06.11-.04.24.06.32l1.06.84c-.04.32-.04.66 0 1l-1.06.82a.26.26 0 0 0-.06.32l1 1.73c.06.13.19.16.31.13L9.7 13c.26.2.54.37.85.5l.19 1.31c.03.12.14.19.26.19h2c.12 0 .23-.09.25-.21l.19-1.32c.3-.13.56-.29.84-.47l1.25.5c.12 0 .25 0 .31-.13l1-1.73a.25.25 0 0 0-.07-.32"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.5 10a1.5 1.5 0 0 1-1.5 1.5c-.84 0-1.5-.67-1.5-1.5A1.5 1.5 0 0 1 12 8.5a1.5 1.5 0 0 1 1.5 1.5M22 4v12a2 2 0 0 1-2 2H6l-4 4V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2m-5.23 7.32l-1.07-.82c.01-.17.01-.34 0-.5c.02-.16.02-.33 0-.5l1.06-.82a.26.26 0 0 0 .06-.32l-1-1.73c-.06-.13-.19-.16-.32-.13l-1.23.5c-.27-.2-.54-.37-.85-.5l-.19-1.31A.235.235 0 0 0 13 5h-2c-.12 0-.23.09-.25.21l-.19 1.32c-.3.12-.59.28-.86.47l-1.24-.5c-.12-.04-.25 0-.31.11l-1 1.73c-.06.11-.04.24.06.32l1.06.84c-.04.32-.04.66 0 1l-1.06.82a.26.26 0 0 0-.06.32l1 1.73c.06.13.19.16.31.13L9.7 13c.26.2.54.37.85.5l.19 1.31c.03.12.14.19.26.19h2c.12 0 .23-.09.25-.21l.19-1.32c.3-.13.56-.29.84-.47l1.25.5c.12 0 .25 0 .31-.13l1-1.73a.25.25 0 0 0-.07-.32"/></svg>
</template>

CSS

.icon-message-cog {
  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%22M13.5%2010a1.5%201.5%200%200%201-1.5%201.5c-.84%200-1.5-.67-1.5-1.5A1.5%201.5%200%200%201%2012%208.5a1.5%201.5%200%200%201%201.5%201.5M22%204v12a2%202%200%200%201-2%202H6l-4%204V4a2%202%200%200%201%202-2h16a2%202%200%200%201%202%202m-5.23%207.32l-1.07-.82c.01-.17.01-.34%200-.5c.02-.16.02-.33%200-.5l1.06-.82a.26.26%200%200%200%20.06-.32l-1-1.73c-.06-.13-.19-.16-.32-.13l-1.23.5c-.27-.2-.54-.37-.85-.5l-.19-1.31A.235.235%200%200%200%2013%205h-2c-.12%200-.23.09-.25.21l-.19%201.32c-.3.12-.59.28-.86.47l-1.24-.5c-.12-.04-.25%200-.31.11l-1%201.73c-.06.11-.04.24.06.32l1.06.84c-.04.32-.04.66%200%201l-1.06.82a.26.26%200%200%200-.06.32l1%201.73c.06.13.19.16.31.13L9.7%2013c.26.2.54.37.85.5l.19%201.31c.03.12.14.19.26.19h2c.12%200%20.23-.09.25-.21l.19-1.32c.3-.13.56-.29.84-.47l1.25.5c.12%200%20.25%200%20.31-.13l1-1.73a.25.25%200%200%200-.07-.32%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%22M13.5%2010a1.5%201.5%200%200%201-1.5%201.5c-.84%200-1.5-.67-1.5-1.5A1.5%201.5%200%200%201%2012%208.5a1.5%201.5%200%200%201%201.5%201.5M22%204v12a2%202%200%200%201-2%202H6l-4%204V4a2%202%200%200%201%202-2h16a2%202%200%200%201%202%202m-5.23%207.32l-1.07-.82c.01-.17.01-.34%200-.5c.02-.16.02-.33%200-.5l1.06-.82a.26.26%200%200%200%20.06-.32l-1-1.73c-.06-.13-.19-.16-.32-.13l-1.23.5c-.27-.2-.54-.37-.85-.5l-.19-1.31A.235.235%200%200%200%2013%205h-2c-.12%200-.23.09-.25.21l-.19%201.32c-.3.12-.59.28-.86.47l-1.24-.5c-.12-.04-.25%200-.31.11l-1%201.73c-.06.11-.04.24.06.32l1.06.84c-.04.32-.04.66%200%201l-1.06.82a.26.26%200%200%200-.06.32l1%201.73c.06.13.19.16.31.13L9.7%2013c.26.2.54.37.85.5l.19%201.31c.03.12.14.19.26.19h2c.12%200%20.23-.09.25-.21l.19-1.32c.3-.13.56-.29.84-.47l1.25.5c.12%200%20.25%200%20.31-.13l1-1.73a.25.25%200%200%200-.07-.32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/message-cog.svg?color=%231a73e8&size=48