logo mastodon icon

logo-mastodon from Carbon by IBM · Outline · Brand · Apache-2.0 Free for personal and commercial use.

Name
logo-mastodon
Set
Carbon
Style
Outline
Category
Brand
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More brand icons from Carbon

Use the logo mastodon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29.058 11.193c0-6.074-3.98-7.855-3.98-7.855C23.072 2.417 19.626 2.03 16.047 2h-.088c-3.58.03-7.023.417-9.03 1.338c0 0-3.98 1.78-3.98 7.855c0 1.391-.027 3.054.017 4.817c.145 5.94 1.09 11.795 6.581 13.248c2.532.67 4.707.81 6.458.715c3.175-.176 4.958-1.133 4.958-1.133l-.105-2.304s-2.27.715-4.818.628c-2.525-.087-5.19-.272-5.598-3.372a6 6 0 0 1-.057-.87s2.479.607 5.62.75c1.92.088 3.722-.112 5.551-.33c3.508-.42 6.563-2.581 6.947-4.556c.605-3.112.555-7.593.555-7.593m-4.694 7.826H21.45V11.88c0-1.505-.633-2.268-1.9-2.268c-1.4 0-2.102.906-2.102 2.697v3.908h-2.896v-3.908c0-1.791-.702-2.697-2.102-2.697c-1.267 0-1.9.763-1.9 2.268v7.139H7.636v-7.355q0-2.255 1.152-3.581c.792-.884 1.83-1.337 3.12-1.337c1.49 0 2.62.573 3.366 1.72L16 9.681l.726-1.217c.746-1.146 1.876-1.719 3.367-1.719c1.288 0 2.326.453 3.12 1.337q1.151 1.325 1.15 3.581z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonLogoMastodon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29.058 11.193c0-6.074-3.98-7.855-3.98-7.855C23.072 2.417 19.626 2.03 16.047 2h-.088c-3.58.03-7.023.417-9.03 1.338c0 0-3.98 1.78-3.98 7.855c0 1.391-.027 3.054.017 4.817c.145 5.94 1.09 11.795 6.581 13.248c2.532.67 4.707.81 6.458.715c3.175-.176 4.958-1.133 4.958-1.133l-.105-2.304s-2.27.715-4.818.628c-2.525-.087-5.19-.272-5.598-3.372a6 6 0 0 1-.057-.87s2.479.607 5.62.75c1.92.088 3.722-.112 5.551-.33c3.508-.42 6.563-2.581 6.947-4.556c.605-3.112.555-7.593.555-7.593m-4.694 7.826H21.45V11.88c0-1.505-.633-2.268-1.9-2.268c-1.4 0-2.102.906-2.102 2.697v3.908h-2.896v-3.908c0-1.791-.702-2.697-2.102-2.697c-1.267 0-1.9.763-1.9 2.268v7.139H7.636v-7.355q0-2.255 1.152-3.581c.792-.884 1.83-1.337 3.12-1.337c1.49 0 2.62.573 3.366 1.72L16 9.681l.726-1.217c.746-1.146 1.876-1.719 3.367-1.719c1.288 0 2.326.453 3.12 1.337q1.151 1.325 1.15 3.581z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29.058 11.193c0-6.074-3.98-7.855-3.98-7.855C23.072 2.417 19.626 2.03 16.047 2h-.088c-3.58.03-7.023.417-9.03 1.338c0 0-3.98 1.78-3.98 7.855c0 1.391-.027 3.054.017 4.817c.145 5.94 1.09 11.795 6.581 13.248c2.532.67 4.707.81 6.458.715c3.175-.176 4.958-1.133 4.958-1.133l-.105-2.304s-2.27.715-4.818.628c-2.525-.087-5.19-.272-5.598-3.372a6 6 0 0 1-.057-.87s2.479.607 5.62.75c1.92.088 3.722-.112 5.551-.33c3.508-.42 6.563-2.581 6.947-4.556c.605-3.112.555-7.593.555-7.593m-4.694 7.826H21.45V11.88c0-1.505-.633-2.268-1.9-2.268c-1.4 0-2.102.906-2.102 2.697v3.908h-2.896v-3.908c0-1.791-.702-2.697-2.102-2.697c-1.267 0-1.9.763-1.9 2.268v7.139H7.636v-7.355q0-2.255 1.152-3.581c.792-.884 1.83-1.337 3.12-1.337c1.49 0 2.62.573 3.366 1.72L16 9.681l.726-1.217c.746-1.146 1.876-1.719 3.367-1.719c1.288 0 2.326.453 3.12 1.337q1.151 1.325 1.15 3.581z"/></svg>
</template>

CSS

.icon-logo-mastodon {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.058%2011.193c0-6.074-3.98-7.855-3.98-7.855C23.072%202.417%2019.626%202.03%2016.047%202h-.088c-3.58.03-7.023.417-9.03%201.338c0%200-3.98%201.78-3.98%207.855c0%201.391-.027%203.054.017%204.817c.145%205.94%201.09%2011.795%206.581%2013.248c2.532.67%204.707.81%206.458.715c3.175-.176%204.958-1.133%204.958-1.133l-.105-2.304s-2.27.715-4.818.628c-2.525-.087-5.19-.272-5.598-3.372a6%206%200%200%201-.057-.87s2.479.607%205.62.75c1.92.088%203.722-.112%205.551-.33c3.508-.42%206.563-2.581%206.947-4.556c.605-3.112.555-7.593.555-7.593m-4.694%207.826H21.45V11.88c0-1.505-.633-2.268-1.9-2.268c-1.4%200-2.102.906-2.102%202.697v3.908h-2.896v-3.908c0-1.791-.702-2.697-2.102-2.697c-1.267%200-1.9.763-1.9%202.268v7.139H7.636v-7.355q0-2.255%201.152-3.581c.792-.884%201.83-1.337%203.12-1.337c1.49%200%202.62.573%203.366%201.72L16%209.681l.726-1.217c.746-1.146%201.876-1.719%203.367-1.719c1.288%200%202.326.453%203.12%201.337q1.151%201.325%201.15%203.581z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.058%2011.193c0-6.074-3.98-7.855-3.98-7.855C23.072%202.417%2019.626%202.03%2016.047%202h-.088c-3.58.03-7.023.417-9.03%201.338c0%200-3.98%201.78-3.98%207.855c0%201.391-.027%203.054.017%204.817c.145%205.94%201.09%2011.795%206.581%2013.248c2.532.67%204.707.81%206.458.715c3.175-.176%204.958-1.133%204.958-1.133l-.105-2.304s-2.27.715-4.818.628c-2.525-.087-5.19-.272-5.598-3.372a6%206%200%200%201-.057-.87s2.479.607%205.62.75c1.92.088%203.722-.112%205.551-.33c3.508-.42%206.563-2.581%206.947-4.556c.605-3.112.555-7.593.555-7.593m-4.694%207.826H21.45V11.88c0-1.505-.633-2.268-1.9-2.268c-1.4%200-2.102.906-2.102%202.697v3.908h-2.896v-3.908c0-1.791-.702-2.697-2.102-2.697c-1.267%200-1.9.763-1.9%202.268v7.139H7.636v-7.355q0-2.255%201.152-3.581c.792-.884%201.83-1.337%203.12-1.337c1.49%200%202.62.573%203.366%201.72L16%209.681l.726-1.217c.746-1.146%201.876-1.719%203.367-1.719c1.288%200%202.326.453%203.12%201.337q1.151%201.325%201.15%203.581z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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