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

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

The same logo in other sets

Related icons in Font Awesome Brands

Use the medium logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M465.4 96c43.4 0 78.6 35.2 78.6 78.6v83.8c-1.9-.1-3.8-.2-5.7-.2h-.4c-10 0-22.3 2.4-31.1 6.8c-10 4.6-18.7 11.5-26 20.6c-11.8 14.6-18.9 34.3-20.6 56.4c-.1.7-.1 1.3-.2 2s-.1 1.2-.1 1.9c-.1 1.2-.1 2.4-.1 3.6c0 1.9-.1 3.8 0 5.8c1.2 50.1 28.2 90.2 76.3 90.2c2.7 0 5.3-.1 7.9-.4v20.4c0 43.4-35.2 78.6-78.6 78.6l-290.8-.1c-43.4 0-78.6-35.2-78.6-78.6V174.6c0-43.4 35.2-78.6 78.6-78.6zM178.3 202.9l.3.1c13.2 3 19.8 7.4 19.8 23.4v187.2c0 16-6.7 20.4-19.9 23.4l-.3.1v2.8H231v-2.8l-.3-.1c-13.2-3-19.9-7.4-19.9-23.4V237.3l86.1 202.5h4.9l88.6-208.2v186.6c-1.1 12.6-7.8 16.5-19.7 19.2l-.3.1v2.7h91.9v-2.7l-.3-.1c-11.9-2.7-18.7-6.6-19.9-19.2l-.1-191.8h.1c0-16 6.7-20.4 19.9-23.4l.3-.1v-2.7h-72.2l-67 157.4l-67-157.4h-77.8zM544 404.3c-25.1-7.4-43-35.1-41.2-67.8h41.1v67.8zm-6.4-135.6c2.3 0 4.4.3 6.4.9V327h-40.2c1.5-33.6 13.6-57.9 33.8-58.3"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsMedium(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="M465.4 96c43.4 0 78.6 35.2 78.6 78.6v83.8c-1.9-.1-3.8-.2-5.7-.2h-.4c-10 0-22.3 2.4-31.1 6.8c-10 4.6-18.7 11.5-26 20.6c-11.8 14.6-18.9 34.3-20.6 56.4c-.1.7-.1 1.3-.2 2s-.1 1.2-.1 1.9c-.1 1.2-.1 2.4-.1 3.6c0 1.9-.1 3.8 0 5.8c1.2 50.1 28.2 90.2 76.3 90.2c2.7 0 5.3-.1 7.9-.4v20.4c0 43.4-35.2 78.6-78.6 78.6l-290.8-.1c-43.4 0-78.6-35.2-78.6-78.6V174.6c0-43.4 35.2-78.6 78.6-78.6zM178.3 202.9l.3.1c13.2 3 19.8 7.4 19.8 23.4v187.2c0 16-6.7 20.4-19.9 23.4l-.3.1v2.8H231v-2.8l-.3-.1c-13.2-3-19.9-7.4-19.9-23.4V237.3l86.1 202.5h4.9l88.6-208.2v186.6c-1.1 12.6-7.8 16.5-19.7 19.2l-.3.1v2.7h91.9v-2.7l-.3-.1c-11.9-2.7-18.7-6.6-19.9-19.2l-.1-191.8h.1c0-16 6.7-20.4 19.9-23.4l.3-.1v-2.7h-72.2l-67 157.4l-67-157.4h-77.8zM544 404.3c-25.1-7.4-43-35.1-41.2-67.8h41.1v67.8zm-6.4-135.6c2.3 0 4.4.3 6.4.9V327h-40.2c1.5-33.6 13.6-57.9 33.8-58.3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M465.4 96c43.4 0 78.6 35.2 78.6 78.6v83.8c-1.9-.1-3.8-.2-5.7-.2h-.4c-10 0-22.3 2.4-31.1 6.8c-10 4.6-18.7 11.5-26 20.6c-11.8 14.6-18.9 34.3-20.6 56.4c-.1.7-.1 1.3-.2 2s-.1 1.2-.1 1.9c-.1 1.2-.1 2.4-.1 3.6c0 1.9-.1 3.8 0 5.8c1.2 50.1 28.2 90.2 76.3 90.2c2.7 0 5.3-.1 7.9-.4v20.4c0 43.4-35.2 78.6-78.6 78.6l-290.8-.1c-43.4 0-78.6-35.2-78.6-78.6V174.6c0-43.4 35.2-78.6 78.6-78.6zM178.3 202.9l.3.1c13.2 3 19.8 7.4 19.8 23.4v187.2c0 16-6.7 20.4-19.9 23.4l-.3.1v2.8H231v-2.8l-.3-.1c-13.2-3-19.9-7.4-19.9-23.4V237.3l86.1 202.5h4.9l88.6-208.2v186.6c-1.1 12.6-7.8 16.5-19.7 19.2l-.3.1v2.7h91.9v-2.7l-.3-.1c-11.9-2.7-18.7-6.6-19.9-19.2l-.1-191.8h.1c0-16 6.7-20.4 19.9-23.4l.3-.1v-2.7h-72.2l-67 157.4l-67-157.4h-77.8zM544 404.3c-25.1-7.4-43-35.1-41.2-67.8h41.1v67.8zm-6.4-135.6c2.3 0 4.4.3 6.4.9V327h-40.2c1.5-33.6 13.6-57.9 33.8-58.3"/></svg>
</template>

CSS

.icon-medium {
  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%22M465.4%2096c43.4%200%2078.6%2035.2%2078.6%2078.6v83.8c-1.9-.1-3.8-.2-5.7-.2h-.4c-10%200-22.3%202.4-31.1%206.8c-10%204.6-18.7%2011.5-26%2020.6c-11.8%2014.6-18.9%2034.3-20.6%2056.4c-.1.7-.1%201.3-.2%202s-.1%201.2-.1%201.9c-.1%201.2-.1%202.4-.1%203.6c0%201.9-.1%203.8%200%205.8c1.2%2050.1%2028.2%2090.2%2076.3%2090.2c2.7%200%205.3-.1%207.9-.4v20.4c0%2043.4-35.2%2078.6-78.6%2078.6l-290.8-.1c-43.4%200-78.6-35.2-78.6-78.6V174.6c0-43.4%2035.2-78.6%2078.6-78.6zM178.3%20202.9l.3.1c13.2%203%2019.8%207.4%2019.8%2023.4v187.2c0%2016-6.7%2020.4-19.9%2023.4l-.3.1v2.8H231v-2.8l-.3-.1c-13.2-3-19.9-7.4-19.9-23.4V237.3l86.1%20202.5h4.9l88.6-208.2v186.6c-1.1%2012.6-7.8%2016.5-19.7%2019.2l-.3.1v2.7h91.9v-2.7l-.3-.1c-11.9-2.7-18.7-6.6-19.9-19.2l-.1-191.8h.1c0-16%206.7-20.4%2019.9-23.4l.3-.1v-2.7h-72.2l-67%20157.4l-67-157.4h-77.8zM544%20404.3c-25.1-7.4-43-35.1-41.2-67.8h41.1v67.8zm-6.4-135.6c2.3%200%204.4.3%206.4.9V327h-40.2c1.5-33.6%2013.6-57.9%2033.8-58.3%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%22M465.4%2096c43.4%200%2078.6%2035.2%2078.6%2078.6v83.8c-1.9-.1-3.8-.2-5.7-.2h-.4c-10%200-22.3%202.4-31.1%206.8c-10%204.6-18.7%2011.5-26%2020.6c-11.8%2014.6-18.9%2034.3-20.6%2056.4c-.1.7-.1%201.3-.2%202s-.1%201.2-.1%201.9c-.1%201.2-.1%202.4-.1%203.6c0%201.9-.1%203.8%200%205.8c1.2%2050.1%2028.2%2090.2%2076.3%2090.2c2.7%200%205.3-.1%207.9-.4v20.4c0%2043.4-35.2%2078.6-78.6%2078.6l-290.8-.1c-43.4%200-78.6-35.2-78.6-78.6V174.6c0-43.4%2035.2-78.6%2078.6-78.6zM178.3%20202.9l.3.1c13.2%203%2019.8%207.4%2019.8%2023.4v187.2c0%2016-6.7%2020.4-19.9%2023.4l-.3.1v2.8H231v-2.8l-.3-.1c-13.2-3-19.9-7.4-19.9-23.4V237.3l86.1%20202.5h4.9l88.6-208.2v186.6c-1.1%2012.6-7.8%2016.5-19.7%2019.2l-.3.1v2.7h91.9v-2.7l-.3-.1c-11.9-2.7-18.7-6.6-19.9-19.2l-.1-191.8h.1c0-16%206.7-20.4%2019.9-23.4l.3-.1v-2.7h-72.2l-67%20157.4l-67-157.4h-77.8zM544%20404.3c-25.1-7.4-43-35.1-41.2-67.8h41.1v67.8zm-6.4-135.6c2.3%200%204.4.3%206.4.9V327h-40.2c1.5-33.6%2013.6-57.9%2033.8-58.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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