medapps from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.

Name
medapps
Set
Font Awesome Brands
Style
Brand
Viewbox
640×640
License
CC BY 4.0

The same logo in other sets

Use the medapps logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M278.3 302.4c3.5-12.5 6.9-33.6 13.2-33.6c8.3 1.8 9.6 23.4 18.6 36.6c4.6-23.5 5.3-85.1 14.1-86.7c9-.7 19.7 66.5 22 77.5c9.9 4.1 48.9 6.6 48.9 6.6c1.9 7.3-24 7.6-40 7.8c-4.6 14.8-5.4 27.7-11.4 28c-4.7.2-8.2-28.8-17.5-49.6l-9.4 65.5c-4.4 13-15.5-22.5-21.9-39.3c-3.3-.1-62.4-1.6-47.6-7.8zM388 512c21.2 0 21.2-32 0-32H252c-21.2 0-21.2 32 0 32zm-24 64c21.2 0 21.2-32 0-32h-88c-21.2 0-21.2 32 0 32zm34.2-141.5c3.2-18.9 5.2-36.4 11.9-48.8c7.9-14.7 16.1-28.1 24-41c24.6-40.4 45.9-75.2 45.9-125.5C480 133.6 408.2 64 320 64s-160 69.6-160 155.2c0 50.2 21.3 85.1 45.9 125.5c7.9 12.9 16 26.3 24 41c6.7 12.5 8.7 29.8 11.9 48.9c3.5 21 36.1 15.7 32.6-5.1c-3.6-21.7-5.6-40.7-15.3-58.6c-32.6-60.4-66.1-95.6-66.1-151.7C193 151.3 250 96 320 96s127 55.3 127 123.2c0 56.1-33.5 91.3-66.1 151.6c-9.7 18-11.7 37.4-15.3 58.6c-3.4 20.6 29 26.4 32.6 5.1"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsMedapps(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M278.3 302.4c3.5-12.5 6.9-33.6 13.2-33.6c8.3 1.8 9.6 23.4 18.6 36.6c4.6-23.5 5.3-85.1 14.1-86.7c9-.7 19.7 66.5 22 77.5c9.9 4.1 48.9 6.6 48.9 6.6c1.9 7.3-24 7.6-40 7.8c-4.6 14.8-5.4 27.7-11.4 28c-4.7.2-8.2-28.8-17.5-49.6l-9.4 65.5c-4.4 13-15.5-22.5-21.9-39.3c-3.3-.1-62.4-1.6-47.6-7.8zM388 512c21.2 0 21.2-32 0-32H252c-21.2 0-21.2 32 0 32zm-24 64c21.2 0 21.2-32 0-32h-88c-21.2 0-21.2 32 0 32zm34.2-141.5c3.2-18.9 5.2-36.4 11.9-48.8c7.9-14.7 16.1-28.1 24-41c24.6-40.4 45.9-75.2 45.9-125.5C480 133.6 408.2 64 320 64s-160 69.6-160 155.2c0 50.2 21.3 85.1 45.9 125.5c7.9 12.9 16 26.3 24 41c6.7 12.5 8.7 29.8 11.9 48.9c3.5 21 36.1 15.7 32.6-5.1c-3.6-21.7-5.6-40.7-15.3-58.6c-32.6-60.4-66.1-95.6-66.1-151.7C193 151.3 250 96 320 96s127 55.3 127 123.2c0 56.1-33.5 91.3-66.1 151.6c-9.7 18-11.7 37.4-15.3 58.6c-3.4 20.6 29 26.4 32.6 5.1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M278.3 302.4c3.5-12.5 6.9-33.6 13.2-33.6c8.3 1.8 9.6 23.4 18.6 36.6c4.6-23.5 5.3-85.1 14.1-86.7c9-.7 19.7 66.5 22 77.5c9.9 4.1 48.9 6.6 48.9 6.6c1.9 7.3-24 7.6-40 7.8c-4.6 14.8-5.4 27.7-11.4 28c-4.7.2-8.2-28.8-17.5-49.6l-9.4 65.5c-4.4 13-15.5-22.5-21.9-39.3c-3.3-.1-62.4-1.6-47.6-7.8zM388 512c21.2 0 21.2-32 0-32H252c-21.2 0-21.2 32 0 32zm-24 64c21.2 0 21.2-32 0-32h-88c-21.2 0-21.2 32 0 32zm34.2-141.5c3.2-18.9 5.2-36.4 11.9-48.8c7.9-14.7 16.1-28.1 24-41c24.6-40.4 45.9-75.2 45.9-125.5C480 133.6 408.2 64 320 64s-160 69.6-160 155.2c0 50.2 21.3 85.1 45.9 125.5c7.9 12.9 16 26.3 24 41c6.7 12.5 8.7 29.8 11.9 48.9c3.5 21 36.1 15.7 32.6-5.1c-3.6-21.7-5.6-40.7-15.3-58.6c-32.6-60.4-66.1-95.6-66.1-151.7C193 151.3 250 96 320 96s127 55.3 127 123.2c0 56.1-33.5 91.3-66.1 151.6c-9.7 18-11.7 37.4-15.3 58.6c-3.4 20.6 29 26.4 32.6 5.1"/></svg>
</template>

CSS

.icon-medapps {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M278.3%20302.4c3.5-12.5%206.9-33.6%2013.2-33.6c8.3%201.8%209.6%2023.4%2018.6%2036.6c4.6-23.5%205.3-85.1%2014.1-86.7c9-.7%2019.7%2066.5%2022%2077.5c9.9%204.1%2048.9%206.6%2048.9%206.6c1.9%207.3-24%207.6-40%207.8c-4.6%2014.8-5.4%2027.7-11.4%2028c-4.7.2-8.2-28.8-17.5-49.6l-9.4%2065.5c-4.4%2013-15.5-22.5-21.9-39.3c-3.3-.1-62.4-1.6-47.6-7.8zM388%20512c21.2%200%2021.2-32%200-32H252c-21.2%200-21.2%2032%200%2032zm-24%2064c21.2%200%2021.2-32%200-32h-88c-21.2%200-21.2%2032%200%2032zm34.2-141.5c3.2-18.9%205.2-36.4%2011.9-48.8c7.9-14.7%2016.1-28.1%2024-41c24.6-40.4%2045.9-75.2%2045.9-125.5C480%20133.6%20408.2%2064%20320%2064s-160%2069.6-160%20155.2c0%2050.2%2021.3%2085.1%2045.9%20125.5c7.9%2012.9%2016%2026.3%2024%2041c6.7%2012.5%208.7%2029.8%2011.9%2048.9c3.5%2021%2036.1%2015.7%2032.6-5.1c-3.6-21.7-5.6-40.7-15.3-58.6c-32.6-60.4-66.1-95.6-66.1-151.7C193%20151.3%20250%2096%20320%2096s127%2055.3%20127%20123.2c0%2056.1-33.5%2091.3-66.1%20151.6c-9.7%2018-11.7%2037.4-15.3%2058.6c-3.4%2020.6%2029%2026.4%2032.6%205.1%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M278.3%20302.4c3.5-12.5%206.9-33.6%2013.2-33.6c8.3%201.8%209.6%2023.4%2018.6%2036.6c4.6-23.5%205.3-85.1%2014.1-86.7c9-.7%2019.7%2066.5%2022%2077.5c9.9%204.1%2048.9%206.6%2048.9%206.6c1.9%207.3-24%207.6-40%207.8c-4.6%2014.8-5.4%2027.7-11.4%2028c-4.7.2-8.2-28.8-17.5-49.6l-9.4%2065.5c-4.4%2013-15.5-22.5-21.9-39.3c-3.3-.1-62.4-1.6-47.6-7.8zM388%20512c21.2%200%2021.2-32%200-32H252c-21.2%200-21.2%2032%200%2032zm-24%2064c21.2%200%2021.2-32%200-32h-88c-21.2%200-21.2%2032%200%2032zm34.2-141.5c3.2-18.9%205.2-36.4%2011.9-48.8c7.9-14.7%2016.1-28.1%2024-41c24.6-40.4%2045.9-75.2%2045.9-125.5C480%20133.6%20408.2%2064%20320%2064s-160%2069.6-160%20155.2c0%2050.2%2021.3%2085.1%2045.9%20125.5c7.9%2012.9%2016%2026.3%2024%2041c6.7%2012.5%208.7%2029.8%2011.9%2048.9c3.5%2021%2036.1%2015.7%2032.6-5.1c-3.6-21.7-5.6-40.7-15.3-58.6c-32.6-60.4-66.1-95.6-66.1-151.7C193%20151.3%20250%2096%20320%2096s127%2055.3%20127%20123.2c0%2056.1-33.5%2091.3-66.1%20151.6c-9.7%2018-11.7%2037.4-15.3%2058.6c-3.4%2020.6%2029%2026.4%2032.6%205.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Medapps logo — Font Awesome Brands · IconsDB