lastfm logo icon

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

Name
lastfm-logo-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Use the lastfm logo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M246 160a38 38 0 0 1-38 38h-17.43a54.21 54.21 0 0 1-48.94-31.16l-30.14-64.6A42.14 42.14 0 0 0 73.43 78H64a42 42 0 0 0-42 42v24a42 42 0 0 0 42 42h8a34 34 0 0 0 31.17-20.4a6 6 0 0 1 11 4.8A46 46 0 0 1 72 198h-8a54.06 54.06 0 0 1-54-54v-24a54.06 54.06 0 0 1 54-54h9.43a54.21 54.21 0 0 1 48.94 31.16l30.14 64.6A42.14 42.14 0 0 0 190.57 186H208a26 26 0 0 0 0-52h-20a34 34 0 0 1 0-68h20a30 30 0 0 1 30 30a6 6 0 0 1-12 0a18 18 0 0 0-18-18h-20a22 22 0 0 0 0 44h20a38 38 0 0 1 38 38"/></svg>

React

import type { SVGProps } from "react";

export function PhLastfmLogoLight(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="M246 160a38 38 0 0 1-38 38h-17.43a54.21 54.21 0 0 1-48.94-31.16l-30.14-64.6A42.14 42.14 0 0 0 73.43 78H64a42 42 0 0 0-42 42v24a42 42 0 0 0 42 42h8a34 34 0 0 0 31.17-20.4a6 6 0 0 1 11 4.8A46 46 0 0 1 72 198h-8a54.06 54.06 0 0 1-54-54v-24a54.06 54.06 0 0 1 54-54h9.43a54.21 54.21 0 0 1 48.94 31.16l30.14 64.6A42.14 42.14 0 0 0 190.57 186H208a26 26 0 0 0 0-52h-20a34 34 0 0 1 0-68h20a30 30 0 0 1 30 30a6 6 0 0 1-12 0a18 18 0 0 0-18-18h-20a22 22 0 0 0 0 44h20a38 38 0 0 1 38 38"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M246 160a38 38 0 0 1-38 38h-17.43a54.21 54.21 0 0 1-48.94-31.16l-30.14-64.6A42.14 42.14 0 0 0 73.43 78H64a42 42 0 0 0-42 42v24a42 42 0 0 0 42 42h8a34 34 0 0 0 31.17-20.4a6 6 0 0 1 11 4.8A46 46 0 0 1 72 198h-8a54.06 54.06 0 0 1-54-54v-24a54.06 54.06 0 0 1 54-54h9.43a54.21 54.21 0 0 1 48.94 31.16l30.14 64.6A42.14 42.14 0 0 0 190.57 186H208a26 26 0 0 0 0-52h-20a34 34 0 0 1 0-68h20a30 30 0 0 1 30 30a6 6 0 0 1-12 0a18 18 0 0 0-18-18h-20a22 22 0 0 0 0 44h20a38 38 0 0 1 38 38"/></svg>
</template>

CSS

.icon-lastfm-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%22M246%20160a38%2038%200%200%201-38%2038h-17.43a54.21%2054.21%200%200%201-48.94-31.16l-30.14-64.6A42.14%2042.14%200%200%200%2073.43%2078H64a42%2042%200%200%200-42%2042v24a42%2042%200%200%200%2042%2042h8a34%2034%200%200%200%2031.17-20.4a6%206%200%200%201%2011%204.8A46%2046%200%200%201%2072%20198h-8a54.06%2054.06%200%200%201-54-54v-24a54.06%2054.06%200%200%201%2054-54h9.43a54.21%2054.21%200%200%201%2048.94%2031.16l30.14%2064.6A42.14%2042.14%200%200%200%20190.57%20186H208a26%2026%200%200%200%200-52h-20a34%2034%200%200%201%200-68h20a30%2030%200%200%201%2030%2030a6%206%200%200%201-12%200a18%2018%200%200%200-18-18h-20a22%2022%200%200%200%200%2044h20a38%2038%200%200%201%2038%2038%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%22M246%20160a38%2038%200%200%201-38%2038h-17.43a54.21%2054.21%200%200%201-48.94-31.16l-30.14-64.6A42.14%2042.14%200%200%200%2073.43%2078H64a42%2042%200%200%200-42%2042v24a42%2042%200%200%200%2042%2042h8a34%2034%200%200%200%2031.17-20.4a6%206%200%200%201%2011%204.8A46%2046%200%200%201%2072%20198h-8a54.06%2054.06%200%200%201-54-54v-24a54.06%2054.06%200%200%201%2054-54h9.43a54.21%2054.21%200%200%201%2048.94%2031.16l30.14%2064.6A42.14%2042.14%200%200%200%20190.57%20186H208a26%2026%200%200%200%200-52h-20a34%2034%200%200%201%200-68h20a30%2030%200%200%201%2030%2030a6%206%200%200%201-12%200a18%2018%200%200%200-18-18h-20a22%2022%200%200%200%200%2044h20a38%2038%200%200%201%2038%2038%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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