medium logo icon

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

Name
medium-logo-light
Set
Phosphor
Style
Light
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 66a62 62 0 1 0 62 62a62.07 62.07 0 0 0-62-62m0 112a50 50 0 1 1 50-50a50.06 50.06 0 0 1-50 50M184 66c-17.1 0-30 26.65-30 62s12.9 62 30 62s30-26.65 30-62s-12.9-62-30-62m0 112c-7.34 0-18-19.48-18-50s10.66-50 18-50s18 19.48 18 50s-10.66 50-18 50m62-106v112a6 6 0 0 1-12 0V72a6 6 0 0 1 12 0"/></svg>

React

import type { SVGProps } from "react";

export function PhMediumLogoLight(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 66a62 62 0 1 0 62 62a62.07 62.07 0 0 0-62-62m0 112a50 50 0 1 1 50-50a50.06 50.06 0 0 1-50 50M184 66c-17.1 0-30 26.65-30 62s12.9 62 30 62s30-26.65 30-62s-12.9-62-30-62m0 112c-7.34 0-18-19.48-18-50s10.66-50 18-50s18 19.48 18 50s-10.66 50-18 50m62-106v112a6 6 0 0 1-12 0V72a6 6 0 0 1 12 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 66a62 62 0 1 0 62 62a62.07 62.07 0 0 0-62-62m0 112a50 50 0 1 1 50-50a50.06 50.06 0 0 1-50 50M184 66c-17.1 0-30 26.65-30 62s12.9 62 30 62s30-26.65 30-62s-12.9-62-30-62m0 112c-7.34 0-18-19.48-18-50s10.66-50 18-50s18 19.48 18 50s-10.66 50-18 50m62-106v112a6 6 0 0 1-12 0V72a6 6 0 0 1 12 0"/></svg>
</template>

CSS

.icon-medium-logo-light {
  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%2066a62%2062%200%201%200%2062%2062a62.07%2062.07%200%200%200-62-62m0%20112a50%2050%200%201%201%2050-50a50.06%2050.06%200%200%201-50%2050M184%2066c-17.1%200-30%2026.65-30%2062s12.9%2062%2030%2062s30-26.65%2030-62s-12.9-62-30-62m0%20112c-7.34%200-18-19.48-18-50s10.66-50%2018-50s18%2019.48%2018%2050s-10.66%2050-18%2050m62-106v112a6%206%200%200%201-12%200V72a6%206%200%200%201%2012%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%2066a62%2062%200%201%200%2062%2062a62.07%2062.07%200%200%200-62-62m0%20112a50%2050%200%201%201%2050-50a50.06%2050.06%200%200%201-50%2050M184%2066c-17.1%200-30%2026.65-30%2062s12.9%2062%2030%2062s30-26.65%2030-62s-12.9-62-30-62m0%20112c-7.34%200-18-19.48-18-50s10.66-50%2018-50s18%2019.48%2018%2050s-10.66%2050-18%2050m62-106v112a6%206%200%200%201-12%200V72a6%206%200%200%201%2012%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-light.svg?color=%231a73e8&size=48