mastodon logo
mastodon from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.
- Name
- mastodon
- Set
- Boxicons Brands
- Style
- Logo
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
mastodon-fillAkar Iconsmastodon-filledAnt Design IconsmastodonBootstrap IconsmastodonCoreUI BrandsmastodonFont Awesome 6 BrandsmastodonFont Awesome BrandsmastodonHuge IconsmastodonIconoirmastodonLine AwesomemastodonMaterial Line IconsmastodonSVG LogosmastodonMaterial Design Iconsmastodon-fillMingCute IconmastodonOpenMojimastodonPixelarticonsmastodon-fillRemix IconmastodonSimple Iconsmastodon-darkSkill Icons
Use the mastodon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 17.24c2.5-.3 4.69-1.84 5-3.25a33.6 33.6 0 0 0 .4-5.42C21.33 4.23 18.48 3 18.48 3A17.6 17.6 0 0 0 12 2a17.6 17.6 0 0 0-6.48 1S2.68 4.23 2.68 8.57v3.44c.1 4.24.78 8.42 4.7 9.46A14.7 14.7 0 0 0 12 22a9.2 9.2 0 0 0 3.54-.81l-.07-1.64A11.4 11.4 0 0 1 12 20c-1.8-.06-3.71-.19-4-2.4a4 4 0 0 1 0-.63a22.7 22.7 0 0 0 4 .54a23.6 23.6 0 0 0 4-.27m-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.92"/></svg>
React
import type { SVGProps } from "react";
export function BxlMastodon(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="M16 17.24c2.5-.3 4.69-1.84 5-3.25a33.6 33.6 0 0 0 .4-5.42C21.33 4.23 18.48 3 18.48 3A17.6 17.6 0 0 0 12 2a17.6 17.6 0 0 0-6.48 1S2.68 4.23 2.68 8.57v3.44c.1 4.24.78 8.42 4.7 9.46A14.7 14.7 0 0 0 12 22a9.2 9.2 0 0 0 3.54-.81l-.07-1.64A11.4 11.4 0 0 1 12 20c-1.8-.06-3.71-.19-4-2.4a4 4 0 0 1 0-.63a22.7 22.7 0 0 0 4 .54a23.6 23.6 0 0 0 4-.27m-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.92"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 17.24c2.5-.3 4.69-1.84 5-3.25a33.6 33.6 0 0 0 .4-5.42C21.33 4.23 18.48 3 18.48 3A17.6 17.6 0 0 0 12 2a17.6 17.6 0 0 0-6.48 1S2.68 4.23 2.68 8.57v3.44c.1 4.24.78 8.42 4.7 9.46A14.7 14.7 0 0 0 12 22a9.2 9.2 0 0 0 3.54-.81l-.07-1.64A11.4 11.4 0 0 1 12 20c-1.8-.06-3.71-.19-4-2.4a4 4 0 0 1 0-.63a22.7 22.7 0 0 0 4 .54a23.6 23.6 0 0 0 4-.27m-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.92"/></svg> </template>
CSS
.icon-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%20fill%3D%22currentColor%22%20d%3D%22M16%2017.24c2.5-.3%204.69-1.84%205-3.25a33.6%2033.6%200%200%200%20.4-5.42C21.33%204.23%2018.48%203%2018.48%203A17.6%2017.6%200%200%200%2012%202a17.6%2017.6%200%200%200-6.48%201S2.68%204.23%202.68%208.57v3.44c.1%204.24.78%208.42%204.7%209.46A14.7%2014.7%200%200%200%2012%2022a9.2%209.2%200%200%200%203.54-.81l-.07-1.64A11.4%2011.4%200%200%201%2012%2020c-1.8-.06-3.71-.19-4-2.4a4%204%200%200%201%200-.63a22.7%2022.7%200%200%200%204%20.54a23.6%2023.6%200%200%200%204-.27m-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.92%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%22M16%2017.24c2.5-.3%204.69-1.84%205-3.25a33.6%2033.6%200%200%200%20.4-5.42C21.33%204.23%2018.48%203%2018.48%203A17.6%2017.6%200%200%200%2012%202a17.6%2017.6%200%200%200-6.48%201S2.68%204.23%202.68%208.57v3.44c.1%204.24.78%208.42%204.7%209.46A14.7%2014.7%200%200%200%2012%2022a9.2%209.2%200%200%200%203.54-.81l-.07-1.64A11.4%2011.4%200%200%201%2012%2020c-1.8-.06-3.71-.19-4-2.4a4%204%200%200%201%200-.63a22.7%2022.7%200%200%200%204%20.54a23.6%2023.6%200%200%200%204-.27m-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.92%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxl/mastodon.svg?color=%231a73e8&size=48