mattermost logo
mattermost from Devicon by konpa · Original · MIT Free for personal and commercial use.
- Name
- mattermost
- Set
- Devicon
- Style
- Original
- Viewbox
- 128×128
- License
- MIT
1 other variant in Devicon
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 128 128"><path fill="#19191c" d="M63.156.006C36.797.355 12.328 17.094 3.396 43.483c-11.33 33.471 6.618 69.79 40.089 81.121s69.789-6.618 81.12-40.089c9.206-27.197-.918-56.277-22.996-72.3l.673 13.584c11.012 12.166 15.36 29.398 9.877 45.592c-8.182 24.172-35.168 36.88-60.27 28.382S13.069 64.79 21.252 40.617C26.754 24.367 40.747 13.3 56.955 10.37L65.712.023a64 64 0 0 0-2.556-.017m19.967 5.831a1.5 1.5 0 0 0-.53.125l-.02.007l-.114.058a1.8 1.8 0 0 0-.466.323c-.78.757-3.511 4.414-3.511 4.414l-5.95 7.368l-6.931 8.452l-11.906 14.805s-5.462 6.818-4.256 15.21c1.206 8.391 7.446 12.48 12.287 14.118c4.838 1.64 12.277 2.181 18.336-3.751c6.056-5.933 5.856-14.668 5.856-14.668l-.462-18.99l-.371-10.927l-.253-9.468s.053-4.563-.107-5.636a1.7 1.7 0 0 0-.188-.572l-.033-.066l-.036-.06a1.48 1.48 0 0 0-.808-.667a1.5 1.5 0 0 0-.537-.075"/></svg>
React
import type { SVGProps } from "react";
export function DeviconMattermost(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#19191c" d="M63.156.006C36.797.355 12.328 17.094 3.396 43.483c-11.33 33.471 6.618 69.79 40.089 81.121s69.789-6.618 81.12-40.089c9.206-27.197-.918-56.277-22.996-72.3l.673 13.584c11.012 12.166 15.36 29.398 9.877 45.592c-8.182 24.172-35.168 36.88-60.27 28.382S13.069 64.79 21.252 40.617C26.754 24.367 40.747 13.3 56.955 10.37L65.712.023a64 64 0 0 0-2.556-.017m19.967 5.831a1.5 1.5 0 0 0-.53.125l-.02.007l-.114.058a1.8 1.8 0 0 0-.466.323c-.78.757-3.511 4.414-3.511 4.414l-5.95 7.368l-6.931 8.452l-11.906 14.805s-5.462 6.818-4.256 15.21c1.206 8.391 7.446 12.48 12.287 14.118c4.838 1.64 12.277 2.181 18.336-3.751c6.056-5.933 5.856-14.668 5.856-14.668l-.462-18.99l-.371-10.927l-.253-9.468s.053-4.563-.107-5.636a1.7 1.7 0 0 0-.188-.572l-.033-.066l-.036-.06a1.48 1.48 0 0 0-.808-.667a1.5 1.5 0 0 0-.537-.075"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#19191c" d="M63.156.006C36.797.355 12.328 17.094 3.396 43.483c-11.33 33.471 6.618 69.79 40.089 81.121s69.789-6.618 81.12-40.089c9.206-27.197-.918-56.277-22.996-72.3l.673 13.584c11.012 12.166 15.36 29.398 9.877 45.592c-8.182 24.172-35.168 36.88-60.27 28.382S13.069 64.79 21.252 40.617C26.754 24.367 40.747 13.3 56.955 10.37L65.712.023a64 64 0 0 0-2.556-.017m19.967 5.831a1.5 1.5 0 0 0-.53.125l-.02.007l-.114.058a1.8 1.8 0 0 0-.466.323c-.78.757-3.511 4.414-3.511 4.414l-5.95 7.368l-6.931 8.452l-11.906 14.805s-5.462 6.818-4.256 15.21c1.206 8.391 7.446 12.48 12.287 14.118c4.838 1.64 12.277 2.181 18.336-3.751c6.056-5.933 5.856-14.668 5.856-14.668l-.462-18.99l-.371-10.927l-.253-9.468s.053-4.563-.107-5.636a1.7 1.7 0 0 0-.188-.572l-.033-.066l-.036-.06a1.48 1.48 0 0 0-.808-.667a1.5 1.5 0 0 0-.537-.075"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%2319191c%22%20d%3D%22M63.156.006C36.797.355%2012.328%2017.094%203.396%2043.483c-11.33%2033.471%206.618%2069.79%2040.089%2081.121s69.789-6.618%2081.12-40.089c9.206-27.197-.918-56.277-22.996-72.3l.673%2013.584c11.012%2012.166%2015.36%2029.398%209.877%2045.592c-8.182%2024.172-35.168%2036.88-60.27%2028.382S13.069%2064.79%2021.252%2040.617C26.754%2024.367%2040.747%2013.3%2056.955%2010.37L65.712.023a64%2064%200%200%200-2.556-.017m19.967%205.831a1.5%201.5%200%200%200-.53.125l-.02.007l-.114.058a1.8%201.8%200%200%200-.466.323c-.78.757-3.511%204.414-3.511%204.414l-5.95%207.368l-6.931%208.452l-11.906%2014.805s-5.462%206.818-4.256%2015.21c1.206%208.391%207.446%2012.48%2012.287%2014.118c4.838%201.64%2012.277%202.181%2018.336-3.751c6.056-5.933%205.856-14.668%205.856-14.668l-.462-18.99l-.371-10.927l-.253-9.468s.053-4.563-.107-5.636a1.7%201.7%200%200%200-.188-.572l-.033-.066l-.036-.06a1.48%201.48%200%200%200-.808-.667a1.5%201.5%200%200%200-.537-.075%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%20128%20128%22%3E%3Cpath%20fill%3D%22%2319191c%22%20d%3D%22M63.156.006C36.797.355%2012.328%2017.094%203.396%2043.483c-11.33%2033.471%206.618%2069.79%2040.089%2081.121s69.789-6.618%2081.12-40.089c9.206-27.197-.918-56.277-22.996-72.3l.673%2013.584c11.012%2012.166%2015.36%2029.398%209.877%2045.592c-8.182%2024.172-35.168%2036.88-60.27%2028.382S13.069%2064.79%2021.252%2040.617C26.754%2024.367%2040.747%2013.3%2056.955%2010.37L65.712.023a64%2064%200%200%200-2.556-.017m19.967%205.831a1.5%201.5%200%200%200-.53.125l-.02.007l-.114.058a1.8%201.8%200%200%200-.466.323c-.78.757-3.511%204.414-3.511%204.414l-5.95%207.368l-6.931%208.452l-11.906%2014.805s-5.462%206.818-4.256%2015.21c1.206%208.391%207.446%2012.48%2012.287%2014.118c4.838%201.64%2012.277%202.181%2018.336-3.751c6.056-5.933%205.856-14.668%205.856-14.668l-.462-18.99l-.371-10.927l-.253-9.468s.053-4.563-.107-5.636a1.7%201.7%200%200%200-.188-.572l-.033-.066l-.036-.06a1.48%201.48%200%200%200-.808-.667a1.5%201.5%200%200%200-.537-.075%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/mattermost.svg?color=%231a73e8&size=48