mattermost logo

mattermost from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
mattermost
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the mattermost logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.081 0C7.048-.034 2.339 3.125.637 8.153c-2.125 6.276 1.24 13.086 7.516 15.21s13.086-1.24 15.21-7.516c1.727-5.1-.172-10.552-4.311-13.557l.126 2.547c2.065 2.282 2.88 5.512 1.852 8.549c-1.534 4.532-6.594 6.915-11.3 5.321c-4.708-1.593-7.28-6.559-5.745-11.092c1.031-3.046 3.655-5.121 6.694-5.67l1.642-1.94A5 5 0 0 0 12.08 0zm3.528 1.094a.3.3 0 0 0-.123.024l-.004.001a.3.3 0 0 0-.109.071c-.145.142-.657.828-.657.828L13.6 3.4l-1.3 1.585l-2.232 2.776s-1.024 1.278-.798 2.851c.226 1.574 1.396 2.34 2.304 2.648c.907.307 2.302.408 3.438-.704c1.135-1.112 1.098-2.75 1.098-2.75l-.087-3.56l-.07-2.05l-.047-1.775s.01-.856-.02-1.057a.3.3 0 0 0-.035-.107l-.006-.012l-.007-.011a.28.28 0 0 0-.229-.14"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsMattermost(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="M12.081 0C7.048-.034 2.339 3.125.637 8.153c-2.125 6.276 1.24 13.086 7.516 15.21s13.086-1.24 15.21-7.516c1.727-5.1-.172-10.552-4.311-13.557l.126 2.547c2.065 2.282 2.88 5.512 1.852 8.549c-1.534 4.532-6.594 6.915-11.3 5.321c-4.708-1.593-7.28-6.559-5.745-11.092c1.031-3.046 3.655-5.121 6.694-5.67l1.642-1.94A5 5 0 0 0 12.08 0zm3.528 1.094a.3.3 0 0 0-.123.024l-.004.001a.3.3 0 0 0-.109.071c-.145.142-.657.828-.657.828L13.6 3.4l-1.3 1.585l-2.232 2.776s-1.024 1.278-.798 2.851c.226 1.574 1.396 2.34 2.304 2.648c.907.307 2.302.408 3.438-.704c1.135-1.112 1.098-2.75 1.098-2.75l-.087-3.56l-.07-2.05l-.047-1.775s.01-.856-.02-1.057a.3.3 0 0 0-.035-.107l-.006-.012l-.007-.011a.28.28 0 0 0-.229-.14"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.081 0C7.048-.034 2.339 3.125.637 8.153c-2.125 6.276 1.24 13.086 7.516 15.21s13.086-1.24 15.21-7.516c1.727-5.1-.172-10.552-4.311-13.557l.126 2.547c2.065 2.282 2.88 5.512 1.852 8.549c-1.534 4.532-6.594 6.915-11.3 5.321c-4.708-1.593-7.28-6.559-5.745-11.092c1.031-3.046 3.655-5.121 6.694-5.67l1.642-1.94A5 5 0 0 0 12.08 0zm3.528 1.094a.3.3 0 0 0-.123.024l-.004.001a.3.3 0 0 0-.109.071c-.145.142-.657.828-.657.828L13.6 3.4l-1.3 1.585l-2.232 2.776s-1.024 1.278-.798 2.851c.226 1.574 1.396 2.34 2.304 2.648c.907.307 2.302.408 3.438-.704c1.135-1.112 1.098-2.75 1.098-2.75l-.087-3.56l-.07-2.05l-.047-1.775s.01-.856-.02-1.057a.3.3 0 0 0-.035-.107l-.006-.012l-.007-.011a.28.28 0 0 0-.229-.14"/></svg>
</template>

CSS

.icon-mattermost {
  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%22M12.081%200C7.048-.034%202.339%203.125.637%208.153c-2.125%206.276%201.24%2013.086%207.516%2015.21s13.086-1.24%2015.21-7.516c1.727-5.1-.172-10.552-4.311-13.557l.126%202.547c2.065%202.282%202.88%205.512%201.852%208.549c-1.534%204.532-6.594%206.915-11.3%205.321c-4.708-1.593-7.28-6.559-5.745-11.092c1.031-3.046%203.655-5.121%206.694-5.67l1.642-1.94A5%205%200%200%200%2012.08%200zm3.528%201.094a.3.3%200%200%200-.123.024l-.004.001a.3.3%200%200%200-.109.071c-.145.142-.657.828-.657.828L13.6%203.4l-1.3%201.585l-2.232%202.776s-1.024%201.278-.798%202.851c.226%201.574%201.396%202.34%202.304%202.648c.907.307%202.302.408%203.438-.704c1.135-1.112%201.098-2.75%201.098-2.75l-.087-3.56l-.07-2.05l-.047-1.775s.01-.856-.02-1.057a.3.3%200%200%200-.035-.107l-.006-.012l-.007-.011a.28.28%200%200%200-.229-.14%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%22M12.081%200C7.048-.034%202.339%203.125.637%208.153c-2.125%206.276%201.24%2013.086%207.516%2015.21s13.086-1.24%2015.21-7.516c1.727-5.1-.172-10.552-4.311-13.557l.126%202.547c2.065%202.282%202.88%205.512%201.852%208.549c-1.534%204.532-6.594%206.915-11.3%205.321c-4.708-1.593-7.28-6.559-5.745-11.092c1.031-3.046%203.655-5.121%206.694-5.67l1.642-1.94A5%205%200%200%200%2012.08%200zm3.528%201.094a.3.3%200%200%200-.123.024l-.004.001a.3.3%200%200%200-.109.071c-.145.142-.657.828-.657.828L13.6%203.4l-1.3%201.585l-2.232%202.776s-1.024%201.278-.798%202.851c.226%201.574%201.396%202.34%202.304%202.648c.907.307%202.302.408%203.438-.704c1.135-1.112%201.098-2.75%201.098-2.75l-.087-3.56l-.07-2.05l-.047-1.775s.01-.856-.02-1.057a.3.3%200%200%200-.035-.107l-.006-.012l-.007-.011a.28.28%200%200%200-.229-.14%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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