medium logo icon

medium-logo from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
medium-logo
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Use the medium logo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M72 64a64 64 0 1 0 64 64a64.07 64.07 0 0 0-64-64m0 112a48 48 0 1 1 48-48a48.05 48.05 0 0 1-48 48M184 64c-5.68 0-16.4 2.76-24.32 21.25C154.73 96.8 152 112 152 128s2.73 31.2 7.68 42.75C167.6 189.24 178.32 192 184 192s16.4-2.76 24.32-21.25C213.27 159.2 216 144 216 128s-2.73-31.2-7.68-42.75C200.4 66.76 189.68 64 184 64m0 112c-5.64 0-16-18.22-16-48s10.36-48 16-48s16 18.22 16 48s-10.36 48-16 48m64-104v112a8 8 0 0 1-16 0V72a8 8 0 0 1 16 0"/></svg>

React

import type { SVGProps } from "react";

export function PhMediumLogo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M72 64a64 64 0 1 0 64 64a64.07 64.07 0 0 0-64-64m0 112a48 48 0 1 1 48-48a48.05 48.05 0 0 1-48 48M184 64c-5.68 0-16.4 2.76-24.32 21.25C154.73 96.8 152 112 152 128s2.73 31.2 7.68 42.75C167.6 189.24 178.32 192 184 192s16.4-2.76 24.32-21.25C213.27 159.2 216 144 216 128s-2.73-31.2-7.68-42.75C200.4 66.76 189.68 64 184 64m0 112c-5.64 0-16-18.22-16-48s10.36-48 16-48s16 18.22 16 48s-10.36 48-16 48m64-104v112a8 8 0 0 1-16 0V72a8 8 0 0 1 16 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M72 64a64 64 0 1 0 64 64a64.07 64.07 0 0 0-64-64m0 112a48 48 0 1 1 48-48a48.05 48.05 0 0 1-48 48M184 64c-5.68 0-16.4 2.76-24.32 21.25C154.73 96.8 152 112 152 128s2.73 31.2 7.68 42.75C167.6 189.24 178.32 192 184 192s16.4-2.76 24.32-21.25C213.27 159.2 216 144 216 128s-2.73-31.2-7.68-42.75C200.4 66.76 189.68 64 184 64m0 112c-5.64 0-16-18.22-16-48s10.36-48 16-48s16 18.22 16 48s-10.36 48-16 48m64-104v112a8 8 0 0 1-16 0V72a8 8 0 0 1 16 0"/></svg>
</template>

CSS

.icon-medium-logo {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M72%2064a64%2064%200%201%200%2064%2064a64.07%2064.07%200%200%200-64-64m0%20112a48%2048%200%201%201%2048-48a48.05%2048.05%200%200%201-48%2048M184%2064c-5.68%200-16.4%202.76-24.32%2021.25C154.73%2096.8%20152%20112%20152%20128s2.73%2031.2%207.68%2042.75C167.6%20189.24%20178.32%20192%20184%20192s16.4-2.76%2024.32-21.25C213.27%20159.2%20216%20144%20216%20128s-2.73-31.2-7.68-42.75C200.4%2066.76%20189.68%2064%20184%2064m0%20112c-5.64%200-16-18.22-16-48s10.36-48%2016-48s16%2018.22%2016%2048s-10.36%2048-16%2048m64-104v112a8%208%200%200%201-16%200V72a8%208%200%200%201%2016%200%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M72%2064a64%2064%200%201%200%2064%2064a64.07%2064.07%200%200%200-64-64m0%20112a48%2048%200%201%201%2048-48a48.05%2048.05%200%200%201-48%2048M184%2064c-5.68%200-16.4%202.76-24.32%2021.25C154.73%2096.8%20152%20112%20152%20128s2.73%2031.2%207.68%2042.75C167.6%20189.24%20178.32%20192%20184%20192s16.4-2.76%2024.32-21.25C213.27%20159.2%20216%20144%20216%20128s-2.73-31.2-7.68-42.75C200.4%2066.76%20189.68%2064%20184%2064m0%20112c-5.64%200-16-18.22-16-48s10.36-48%2016-48s16%2018.22%2016%2048s-10.36%2048-16%2048m64-104v112a8%208%200%200%201-16%200V72a8%208%200%200%201%2016%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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