bxl mastodon icon

bxl-mastodon from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
bxl-mastodon
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT

Related icons in BoxIcons v2

Use the bxl mastodon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M16 17.24c2.5-.3 4.69-1.84 5-3.25a33.59 33.59 0 0 0 .4-5.42C21.33 4.23 18.48 3 18.48 3A17.64 17.64 0 0 0 12 2a17.64 17.64 0 0 0-6.48 1S2.68 4.23 2.68 8.57v3.44c.1 4.24.78 8.42 4.7 9.46A14.73 14.73 0 0 0 12 22a9.21 9.21 0 0 0 3.54-.81l-.07-1.64A11.41 11.41 0 0 1 12 20c-1.8-.06-3.71-.19-4-2.4a4.26 4.26 0 0 1 0-.63a22.68 22.68 0 0 0 4 .54a23.6 23.6 0 0 0 4-.27zm-6.54-9.8q-1.35 0-1.35 1.62v5.1H6V8.9a3.78 3.78 0 0 1 .82-2.56a2.85 2.85 0 0 1 2.23-1a2.68 2.68 0 0 1 2.4 1.23l.52.87l.52-.87a2.68 2.68 0 0 1 2.4-1.23a2.85 2.85 0 0 1 2.23 1A3.78 3.78 0 0 1 18 8.9v5.26h-2.11v-5.1q0-1.62-1.35-1.62c-1 0-1.51.64-1.51 1.92v2.79H11V9.36c0-1.28-.54-1.92-1.54-1.92z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function BxBxlMastodon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M16 17.24c2.5-.3 4.69-1.84 5-3.25a33.59 33.59 0 0 0 .4-5.42C21.33 4.23 18.48 3 18.48 3A17.64 17.64 0 0 0 12 2a17.64 17.64 0 0 0-6.48 1S2.68 4.23 2.68 8.57v3.44c.1 4.24.78 8.42 4.7 9.46A14.73 14.73 0 0 0 12 22a9.21 9.21 0 0 0 3.54-.81l-.07-1.64A11.41 11.41 0 0 1 12 20c-1.8-.06-3.71-.19-4-2.4a4.26 4.26 0 0 1 0-.63a22.68 22.68 0 0 0 4 .54a23.6 23.6 0 0 0 4-.27zm-6.54-9.8q-1.35 0-1.35 1.62v5.1H6V8.9a3.78 3.78 0 0 1 .82-2.56a2.85 2.85 0 0 1 2.23-1a2.68 2.68 0 0 1 2.4 1.23l.52.87l.52-.87a2.68 2.68 0 0 1 2.4-1.23a2.85 2.85 0 0 1 2.23 1A3.78 3.78 0 0 1 18 8.9v5.26h-2.11v-5.1q0-1.62-1.35-1.62c-1 0-1.51.64-1.51 1.92v2.79H11V9.36c0-1.28-.54-1.92-1.54-1.92z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M16 17.24c2.5-.3 4.69-1.84 5-3.25a33.59 33.59 0 0 0 .4-5.42C21.33 4.23 18.48 3 18.48 3A17.64 17.64 0 0 0 12 2a17.64 17.64 0 0 0-6.48 1S2.68 4.23 2.68 8.57v3.44c.1 4.24.78 8.42 4.7 9.46A14.73 14.73 0 0 0 12 22a9.21 9.21 0 0 0 3.54-.81l-.07-1.64A11.41 11.41 0 0 1 12 20c-1.8-.06-3.71-.19-4-2.4a4.26 4.26 0 0 1 0-.63a22.68 22.68 0 0 0 4 .54a23.6 23.6 0 0 0 4-.27zm-6.54-9.8q-1.35 0-1.35 1.62v5.1H6V8.9a3.78 3.78 0 0 1 .82-2.56a2.85 2.85 0 0 1 2.23-1a2.68 2.68 0 0 1 2.4 1.23l.52.87l.52-.87a2.68 2.68 0 0 1 2.4-1.23a2.85 2.85 0 0 1 2.23 1A3.78 3.78 0 0 1 18 8.9v5.26h-2.11v-5.1q0-1.62-1.35-1.62c-1 0-1.51.64-1.51 1.92v2.79H11V9.36c0-1.28-.54-1.92-1.54-1.92z" fill="currentColor"/></svg>
</template>

CSS

.icon-bxl-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%2024%2024%22%3E%3Cpath%20d%3D%22M16%2017.24c2.5-.3%204.69-1.84%205-3.25a33.59%2033.59%200%200%200%20.4-5.42C21.33%204.23%2018.48%203%2018.48%203A17.64%2017.64%200%200%200%2012%202a17.64%2017.64%200%200%200-6.48%201S2.68%204.23%202.68%208.57v3.44c.1%204.24.78%208.42%204.7%209.46A14.73%2014.73%200%200%200%2012%2022a9.21%209.21%200%200%200%203.54-.81l-.07-1.64A11.41%2011.41%200%200%201%2012%2020c-1.8-.06-3.71-.19-4-2.4a4.26%204.26%200%200%201%200-.63a22.68%2022.68%200%200%200%204%20.54a23.6%2023.6%200%200%200%204-.27zm-6.54-9.8q-1.35%200-1.35%201.62v5.1H6V8.9a3.78%203.78%200%200%201%20.82-2.56a2.85%202.85%200%200%201%202.23-1a2.68%202.68%200%200%201%202.4%201.23l.52.87l.52-.87a2.68%202.68%200%200%201%202.4-1.23a2.85%202.85%200%200%201%202.23%201A3.78%203.78%200%200%201%2018%208.9v5.26h-2.11v-5.1q0-1.62-1.35-1.62c-1%200-1.51.64-1.51%201.92v2.79H11V9.36c0-1.28-.54-1.92-1.54-1.92z%22%20fill%3D%22currentColor%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%20d%3D%22M16%2017.24c2.5-.3%204.69-1.84%205-3.25a33.59%2033.59%200%200%200%20.4-5.42C21.33%204.23%2018.48%203%2018.48%203A17.64%2017.64%200%200%200%2012%202a17.64%2017.64%200%200%200-6.48%201S2.68%204.23%202.68%208.57v3.44c.1%204.24.78%208.42%204.7%209.46A14.73%2014.73%200%200%200%2012%2022a9.21%209.21%200%200%200%203.54-.81l-.07-1.64A11.41%2011.41%200%200%201%2012%2020c-1.8-.06-3.71-.19-4-2.4a4.26%204.26%200%200%201%200-.63a22.68%2022.68%200%200%200%204%20.54a23.6%2023.6%200%200%200%204-.27zm-6.54-9.8q-1.35%200-1.35%201.62v5.1H6V8.9a3.78%203.78%200%200%201%20.82-2.56a2.85%202.85%200%200%201%202.23-1a2.68%202.68%200%200%201%202.4%201.23l.52.87l.52-.87a2.68%202.68%200%200%201%202.4-1.23a2.85%202.85%200%200%201%202.23%201A3.78%203.78%200%200%201%2018%208.9v5.26h-2.11v-5.1q0-1.62-1.35-1.62c-1%200-1.51.64-1.51%201.92v2.79H11V9.36c0-1.28-.54-1.92-1.54-1.92z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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