lastfm logo icon
lastfm-logo from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- lastfm-logo
- Set
- Phosphor
- Style
- Regular
- 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="M248 160a40 40 0 0 1-40 40h-17.43a56.22 56.22 0 0 1-50.75-32.32l-30.14-64.6A40.15 40.15 0 0 0 73.43 80H64a40 40 0 0 0-40 40v24a40 40 0 0 0 40 40h8a32 32 0 0 0 29.34-19.2a8 8 0 1 1 14.66 6.4A48 48 0 0 1 72 200h-8a56.06 56.06 0 0 1-56-56v-24a56.06 56.06 0 0 1 56-56h9.43a56.22 56.22 0 0 1 50.75 32.32l30.14 64.6A40.15 40.15 0 0 0 190.57 184H208a24 24 0 0 0 0-48h-20a36 36 0 0 1 0-72h20a32 32 0 0 1 32 32a8 8 0 0 1-16 0a16 16 0 0 0-16-16h-20a20 20 0 0 0 0 40h20a40 40 0 0 1 40 40"/></svg>
React
import type { SVGProps } from "react";
export function PhLastfmLogo(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="M248 160a40 40 0 0 1-40 40h-17.43a56.22 56.22 0 0 1-50.75-32.32l-30.14-64.6A40.15 40.15 0 0 0 73.43 80H64a40 40 0 0 0-40 40v24a40 40 0 0 0 40 40h8a32 32 0 0 0 29.34-19.2a8 8 0 1 1 14.66 6.4A48 48 0 0 1 72 200h-8a56.06 56.06 0 0 1-56-56v-24a56.06 56.06 0 0 1 56-56h9.43a56.22 56.22 0 0 1 50.75 32.32l30.14 64.6A40.15 40.15 0 0 0 190.57 184H208a24 24 0 0 0 0-48h-20a36 36 0 0 1 0-72h20a32 32 0 0 1 32 32a8 8 0 0 1-16 0a16 16 0 0 0-16-16h-20a20 20 0 0 0 0 40h20a40 40 0 0 1 40 40"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M248 160a40 40 0 0 1-40 40h-17.43a56.22 56.22 0 0 1-50.75-32.32l-30.14-64.6A40.15 40.15 0 0 0 73.43 80H64a40 40 0 0 0-40 40v24a40 40 0 0 0 40 40h8a32 32 0 0 0 29.34-19.2a8 8 0 1 1 14.66 6.4A48 48 0 0 1 72 200h-8a56.06 56.06 0 0 1-56-56v-24a56.06 56.06 0 0 1 56-56h9.43a56.22 56.22 0 0 1 50.75 32.32l30.14 64.6A40.15 40.15 0 0 0 190.57 184H208a24 24 0 0 0 0-48h-20a36 36 0 0 1 0-72h20a32 32 0 0 1 32 32a8 8 0 0 1-16 0a16 16 0 0 0-16-16h-20a20 20 0 0 0 0 40h20a40 40 0 0 1 40 40"/></svg> </template>
CSS
.icon-lastfm-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%22M248%20160a40%2040%200%200%201-40%2040h-17.43a56.22%2056.22%200%200%201-50.75-32.32l-30.14-64.6A40.15%2040.15%200%200%200%2073.43%2080H64a40%2040%200%200%200-40%2040v24a40%2040%200%200%200%2040%2040h8a32%2032%200%200%200%2029.34-19.2a8%208%200%201%201%2014.66%206.4A48%2048%200%200%201%2072%20200h-8a56.06%2056.06%200%200%201-56-56v-24a56.06%2056.06%200%200%201%2056-56h9.43a56.22%2056.22%200%200%201%2050.75%2032.32l30.14%2064.6A40.15%2040.15%200%200%200%20190.57%20184H208a24%2024%200%200%200%200-48h-20a36%2036%200%200%201%200-72h20a32%2032%200%200%201%2032%2032a8%208%200%200%201-16%200a16%2016%200%200%200-16-16h-20a20%2020%200%200%200%200%2040h20a40%2040%200%200%201%2040%2040%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%22M248%20160a40%2040%200%200%201-40%2040h-17.43a56.22%2056.22%200%200%201-50.75-32.32l-30.14-64.6A40.15%2040.15%200%200%200%2073.43%2080H64a40%2040%200%200%200-40%2040v24a40%2040%200%200%200%2040%2040h8a32%2032%200%200%200%2029.34-19.2a8%208%200%201%201%2014.66%206.4A48%2048%200%200%201%2072%20200h-8a56.06%2056.06%200%200%201-56-56v-24a56.06%2056.06%200%200%201%2056-56h9.43a56.22%2056.22%200%200%201%2050.75%2032.32l30.14%2064.6A40.15%2040.15%200%200%200%20190.57%20184H208a24%2024%200%200%200%200-48h-20a36%2036%200%200%201%200-72h20a32%2032%200%200%201%2032%2032a8%208%200%200%201-16%200a16%2016%200%200%200-16-16h-20a20%2020%200%200%200%200%2040h20a40%2040%200%200%201%2040%2040%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/lastfm-logo.svg?color=%231a73e8&size=48