mastodon-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.

Name
mastodon-filled
Set
Ant Design Icons
Style
Filled
Viewbox
1024×1024
License
MIT

The same icon in other sets

Use the mastodon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M932.672 262.352C919.605 166.107 834.97 90.245 734.656 75.536C717.706 73.035 653.568 64 505.019 64h-1.12c-148.587 0-180.507 9.035-197.419 11.536c-97.552 14.299-186.63 82.47-208.245 179.872c-10.342 47.973-11.462 101.173-9.558 149.93c2.763 69.963 3.286 139.814 9.707 209.478a967 967 0 0 0 23.147 137.387c20.533 83.514 103.674 152.992 185.173 181.328c87.21 29.568 181.03 34.458 270.89 14.186a396 396 0 0 0 29.345-7.952c21.84-6.87 47.413-14.56 66.229-28.112a2.13 2.13 0 0 0 .859-1.605v-67.536a1.94 1.94 0 0 0-.747-1.53a1.98 1.98 0 0 0-1.717-.374a757.2 757.2 0 0 1-175.803 20.347c-101.92 0-129.285-47.936-137.163-67.872a208.8 208.8 0 0 1-11.909-53.5a1.98 1.98 0 0 1 2.464-2.015a743 743 0 0 0 172.928 20.384c14.037 0 28 0 42-.373c58.613-1.643 120.363-4.63 178.005-15.755c1.419-.299 2.875-.56 4.107-.896c90.907-17.323 177.445-71.68 186.256-209.216c.299-5.413 1.12-56.747 1.12-62.347c.075-19.114 6.235-135.52-.896-207.013m-139.925 343.28h-95.611V373.493c0-48.869-20.533-73.77-62.347-73.77c-45.92 0-68.917 29.493-68.917 87.733v127.045h-95.05V387.42c0-58.24-23.035-87.734-68.993-87.734c-41.514 0-62.272 24.939-62.346 73.808v232.139H244.02V366.475q0-73.36 37.744-116.48c25.984-28.747 60.032-43.456 102.294-43.456c48.944 0 85.941 18.666 110.581 55.925l23.819 39.573l23.818-39.573c24.64-37.296 61.6-55.925 110.507-55.925c42.187 0 76.272 14.746 102.293 43.456c25.2 28.746 37.782 67.573 37.782 116.48z"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignMastodonFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M932.672 262.352C919.605 166.107 834.97 90.245 734.656 75.536C717.706 73.035 653.568 64 505.019 64h-1.12c-148.587 0-180.507 9.035-197.419 11.536c-97.552 14.299-186.63 82.47-208.245 179.872c-10.342 47.973-11.462 101.173-9.558 149.93c2.763 69.963 3.286 139.814 9.707 209.478a967 967 0 0 0 23.147 137.387c20.533 83.514 103.674 152.992 185.173 181.328c87.21 29.568 181.03 34.458 270.89 14.186a396 396 0 0 0 29.345-7.952c21.84-6.87 47.413-14.56 66.229-28.112a2.13 2.13 0 0 0 .859-1.605v-67.536a1.94 1.94 0 0 0-.747-1.53a1.98 1.98 0 0 0-1.717-.374a757.2 757.2 0 0 1-175.803 20.347c-101.92 0-129.285-47.936-137.163-67.872a208.8 208.8 0 0 1-11.909-53.5a1.98 1.98 0 0 1 2.464-2.015a743 743 0 0 0 172.928 20.384c14.037 0 28 0 42-.373c58.613-1.643 120.363-4.63 178.005-15.755c1.419-.299 2.875-.56 4.107-.896c90.907-17.323 177.445-71.68 186.256-209.216c.299-5.413 1.12-56.747 1.12-62.347c.075-19.114 6.235-135.52-.896-207.013m-139.925 343.28h-95.611V373.493c0-48.869-20.533-73.77-62.347-73.77c-45.92 0-68.917 29.493-68.917 87.733v127.045h-95.05V387.42c0-58.24-23.035-87.734-68.993-87.734c-41.514 0-62.272 24.939-62.346 73.808v232.139H244.02V366.475q0-73.36 37.744-116.48c25.984-28.747 60.032-43.456 102.294-43.456c48.944 0 85.941 18.666 110.581 55.925l23.819 39.573l23.818-39.573c24.64-37.296 61.6-55.925 110.507-55.925c42.187 0 76.272 14.746 102.293 43.456c25.2 28.746 37.782 67.573 37.782 116.48z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M932.672 262.352C919.605 166.107 834.97 90.245 734.656 75.536C717.706 73.035 653.568 64 505.019 64h-1.12c-148.587 0-180.507 9.035-197.419 11.536c-97.552 14.299-186.63 82.47-208.245 179.872c-10.342 47.973-11.462 101.173-9.558 149.93c2.763 69.963 3.286 139.814 9.707 209.478a967 967 0 0 0 23.147 137.387c20.533 83.514 103.674 152.992 185.173 181.328c87.21 29.568 181.03 34.458 270.89 14.186a396 396 0 0 0 29.345-7.952c21.84-6.87 47.413-14.56 66.229-28.112a2.13 2.13 0 0 0 .859-1.605v-67.536a1.94 1.94 0 0 0-.747-1.53a1.98 1.98 0 0 0-1.717-.374a757.2 757.2 0 0 1-175.803 20.347c-101.92 0-129.285-47.936-137.163-67.872a208.8 208.8 0 0 1-11.909-53.5a1.98 1.98 0 0 1 2.464-2.015a743 743 0 0 0 172.928 20.384c14.037 0 28 0 42-.373c58.613-1.643 120.363-4.63 178.005-15.755c1.419-.299 2.875-.56 4.107-.896c90.907-17.323 177.445-71.68 186.256-209.216c.299-5.413 1.12-56.747 1.12-62.347c.075-19.114 6.235-135.52-.896-207.013m-139.925 343.28h-95.611V373.493c0-48.869-20.533-73.77-62.347-73.77c-45.92 0-68.917 29.493-68.917 87.733v127.045h-95.05V387.42c0-58.24-23.035-87.734-68.993-87.734c-41.514 0-62.272 24.939-62.346 73.808v232.139H244.02V366.475q0-73.36 37.744-116.48c25.984-28.747 60.032-43.456 102.294-43.456c48.944 0 85.941 18.666 110.581 55.925l23.819 39.573l23.818-39.573c24.64-37.296 61.6-55.925 110.507-55.925c42.187 0 76.272 14.746 102.293 43.456c25.2 28.746 37.782 67.573 37.782 116.48z"/></svg>
</template>

CSS

.icon-mastodon-filled {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M932.672%20262.352C919.605%20166.107%20834.97%2090.245%20734.656%2075.536C717.706%2073.035%20653.568%2064%20505.019%2064h-1.12c-148.587%200-180.507%209.035-197.419%2011.536c-97.552%2014.299-186.63%2082.47-208.245%20179.872c-10.342%2047.973-11.462%20101.173-9.558%20149.93c2.763%2069.963%203.286%20139.814%209.707%20209.478a967%20967%200%200%200%2023.147%20137.387c20.533%2083.514%20103.674%20152.992%20185.173%20181.328c87.21%2029.568%20181.03%2034.458%20270.89%2014.186a396%20396%200%200%200%2029.345-7.952c21.84-6.87%2047.413-14.56%2066.229-28.112a2.13%202.13%200%200%200%20.859-1.605v-67.536a1.94%201.94%200%200%200-.747-1.53a1.98%201.98%200%200%200-1.717-.374a757.2%20757.2%200%200%201-175.803%2020.347c-101.92%200-129.285-47.936-137.163-67.872a208.8%20208.8%200%200%201-11.909-53.5a1.98%201.98%200%200%201%202.464-2.015a743%20743%200%200%200%20172.928%2020.384c14.037%200%2028%200%2042-.373c58.613-1.643%20120.363-4.63%20178.005-15.755c1.419-.299%202.875-.56%204.107-.896c90.907-17.323%20177.445-71.68%20186.256-209.216c.299-5.413%201.12-56.747%201.12-62.347c.075-19.114%206.235-135.52-.896-207.013m-139.925%20343.28h-95.611V373.493c0-48.869-20.533-73.77-62.347-73.77c-45.92%200-68.917%2029.493-68.917%2087.733v127.045h-95.05V387.42c0-58.24-23.035-87.734-68.993-87.734c-41.514%200-62.272%2024.939-62.346%2073.808v232.139H244.02V366.475q0-73.36%2037.744-116.48c25.984-28.747%2060.032-43.456%20102.294-43.456c48.944%200%2085.941%2018.666%20110.581%2055.925l23.819%2039.573l23.818-39.573c24.64-37.296%2061.6-55.925%20110.507-55.925c42.187%200%2076.272%2014.746%20102.293%2043.456c25.2%2028.746%2037.782%2067.573%2037.782%20116.48z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M932.672%20262.352C919.605%20166.107%20834.97%2090.245%20734.656%2075.536C717.706%2073.035%20653.568%2064%20505.019%2064h-1.12c-148.587%200-180.507%209.035-197.419%2011.536c-97.552%2014.299-186.63%2082.47-208.245%20179.872c-10.342%2047.973-11.462%20101.173-9.558%20149.93c2.763%2069.963%203.286%20139.814%209.707%20209.478a967%20967%200%200%200%2023.147%20137.387c20.533%2083.514%20103.674%20152.992%20185.173%20181.328c87.21%2029.568%20181.03%2034.458%20270.89%2014.186a396%20396%200%200%200%2029.345-7.952c21.84-6.87%2047.413-14.56%2066.229-28.112a2.13%202.13%200%200%200%20.859-1.605v-67.536a1.94%201.94%200%200%200-.747-1.53a1.98%201.98%200%200%200-1.717-.374a757.2%20757.2%200%200%201-175.803%2020.347c-101.92%200-129.285-47.936-137.163-67.872a208.8%20208.8%200%200%201-11.909-53.5a1.98%201.98%200%200%201%202.464-2.015a743%20743%200%200%200%20172.928%2020.384c14.037%200%2028%200%2042-.373c58.613-1.643%20120.363-4.63%20178.005-15.755c1.419-.299%202.875-.56%204.107-.896c90.907-17.323%20177.445-71.68%20186.256-209.216c.299-5.413%201.12-56.747%201.12-62.347c.075-19.114%206.235-135.52-.896-207.013m-139.925%20343.28h-95.611V373.493c0-48.869-20.533-73.77-62.347-73.77c-45.92%200-68.917%2029.493-68.917%2087.733v127.045h-95.05V387.42c0-58.24-23.035-87.734-68.993-87.734c-41.514%200-62.272%2024.939-62.346%2073.808v232.139H244.02V366.475q0-73.36%2037.744-116.48c25.984-28.747%2060.032-43.456%20102.294-43.456c48.944%200%2085.941%2018.666%20110.581%2055.925l23.819%2039.573l23.818-39.573c24.64-37.296%2061.6-55.925%20110.507-55.925c42.187%200%2076.272%2014.746%20102.293%2043.456c25.2%2028.746%2037.782%2067.573%2037.782%20116.48z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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