lastfm from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
lastfm
Set
SVG Logos
Style
Color
Viewbox
512×131
License
CC0

The same logo in other sets

Use the lastfm logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 131"><path fill="#d41107" d="m114.41 120.162l-6.033-16.399s-9.803 10.934-24.504 10.934c-13.008 0-22.244-11.31-22.244-29.407c0-23.186 11.686-31.48 23.186-31.48c16.587 0 21.865 10.745 26.39 24.506l6.032 18.85c6.03 18.284 17.341 32.986 49.95 32.986c23.377 0 39.21-7.162 39.21-26.01c0-15.27-8.673-23.188-24.883-26.958l-12.064-2.639c-8.293-1.884-10.743-5.278-10.743-10.933c0-6.409 5.088-10.178 13.383-10.178c9.048 0 13.949 3.393 14.703 11.498l18.85-2.262c-1.508-16.965-13.195-23.94-32.422-23.94c-16.964 0-33.553 6.41-33.553 26.956c0 12.818 6.22 20.924 21.865 24.694l12.82 3.016c9.613 2.262 12.816 6.22 12.816 11.687c0 6.973-6.785 9.8-19.603 9.8c-19.04 0-26.955-9.99-31.48-23.75l-6.22-18.849C121.95 47.78 109.32 38.731 84.247 38.731c-27.708 0-42.412 17.53-42.412 47.312c0 28.654 14.704 44.109 41.094 44.109c21.3 0 31.48-9.99 31.48-9.99m-80.666-8.86c-1.886.566-3.77.942-6.22.942c-4.525 0-7.73-2.072-7.73-7.54V1.968H0v107.45C0 123.553 9.803 129.4 21.301 129.4c3.77 0 7.352-.567 11.876-1.696zm238.441-3.016c-4.901 3.395-9.048 5.092-14.703 5.092c-7.164 0-11.122-3.77-11.122-13.007V56.258h26.014V40.802h-25.826V19.876l-19.98 2.451v18.475h-12.632v15.456h12.631v48.258c0 17.346 9.99 25.636 26.202 25.636c8.86 0 16.777-1.694 22.998-5.275zm17.192 6.785c0 7.731 6.033 13.952 13.76 13.952c8.107 0 14.14-6.221 14.14-13.952c0-7.916-6.033-13.946-14.14-13.946c-7.727 0-13.76 6.03-13.76 13.946m48.39-58.813v71.633h19.793V56.258h22.244V40.802h-22.244v-7.918c0-11.875 5.09-15.645 13.385-15.645c5.843 0 9.802 1.318 14.326 3.77l3.204-16.59c-5.277-2.451-11.498-3.77-19.038-3.77c-16.59 0-31.67 7.916-31.67 31.48v8.673h-12.63v15.456zm120.907 1.698c-2.263-14.138-11.5-19.23-23.564-19.23s-22.431 5.468-26.957 18.851l-2.45-16.775H389.68v87.089h19.793V78.692c0-16.779 8.672-23.188 17.909-23.188c9.614 0 13.572 6.409 13.572 16.778v55.609h19.605V78.504c0-16.591 8.86-23 18.097-23c9.425 0 13.383 6.409 13.383 16.778v55.609h19.794V65.309c0-18.663-10.934-26.583-25.45-26.583c-12.25 0-23.185 5.468-27.71 19.23"/></svg>

React

import type { SVGProps } from "react";

export function LogosLastfm(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 131"><path fill="#d41107" d="m114.41 120.162l-6.033-16.399s-9.803 10.934-24.504 10.934c-13.008 0-22.244-11.31-22.244-29.407c0-23.186 11.686-31.48 23.186-31.48c16.587 0 21.865 10.745 26.39 24.506l6.032 18.85c6.03 18.284 17.341 32.986 49.95 32.986c23.377 0 39.21-7.162 39.21-26.01c0-15.27-8.673-23.188-24.883-26.958l-12.064-2.639c-8.293-1.884-10.743-5.278-10.743-10.933c0-6.409 5.088-10.178 13.383-10.178c9.048 0 13.949 3.393 14.703 11.498l18.85-2.262c-1.508-16.965-13.195-23.94-32.422-23.94c-16.964 0-33.553 6.41-33.553 26.956c0 12.818 6.22 20.924 21.865 24.694l12.82 3.016c9.613 2.262 12.816 6.22 12.816 11.687c0 6.973-6.785 9.8-19.603 9.8c-19.04 0-26.955-9.99-31.48-23.75l-6.22-18.849C121.95 47.78 109.32 38.731 84.247 38.731c-27.708 0-42.412 17.53-42.412 47.312c0 28.654 14.704 44.109 41.094 44.109c21.3 0 31.48-9.99 31.48-9.99m-80.666-8.86c-1.886.566-3.77.942-6.22.942c-4.525 0-7.73-2.072-7.73-7.54V1.968H0v107.45C0 123.553 9.803 129.4 21.301 129.4c3.77 0 7.352-.567 11.876-1.696zm238.441-3.016c-4.901 3.395-9.048 5.092-14.703 5.092c-7.164 0-11.122-3.77-11.122-13.007V56.258h26.014V40.802h-25.826V19.876l-19.98 2.451v18.475h-12.632v15.456h12.631v48.258c0 17.346 9.99 25.636 26.202 25.636c8.86 0 16.777-1.694 22.998-5.275zm17.192 6.785c0 7.731 6.033 13.952 13.76 13.952c8.107 0 14.14-6.221 14.14-13.952c0-7.916-6.033-13.946-14.14-13.946c-7.727 0-13.76 6.03-13.76 13.946m48.39-58.813v71.633h19.793V56.258h22.244V40.802h-22.244v-7.918c0-11.875 5.09-15.645 13.385-15.645c5.843 0 9.802 1.318 14.326 3.77l3.204-16.59c-5.277-2.451-11.498-3.77-19.038-3.77c-16.59 0-31.67 7.916-31.67 31.48v8.673h-12.63v15.456zm120.907 1.698c-2.263-14.138-11.5-19.23-23.564-19.23s-22.431 5.468-26.957 18.851l-2.45-16.775H389.68v87.089h19.793V78.692c0-16.779 8.672-23.188 17.909-23.188c9.614 0 13.572 6.409 13.572 16.778v55.609h19.605V78.504c0-16.591 8.86-23 18.097-23c9.425 0 13.383 6.409 13.383 16.778v55.609h19.794V65.309c0-18.663-10.934-26.583-25.45-26.583c-12.25 0-23.185 5.468-27.71 19.23"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 131"><path fill="#d41107" d="m114.41 120.162l-6.033-16.399s-9.803 10.934-24.504 10.934c-13.008 0-22.244-11.31-22.244-29.407c0-23.186 11.686-31.48 23.186-31.48c16.587 0 21.865 10.745 26.39 24.506l6.032 18.85c6.03 18.284 17.341 32.986 49.95 32.986c23.377 0 39.21-7.162 39.21-26.01c0-15.27-8.673-23.188-24.883-26.958l-12.064-2.639c-8.293-1.884-10.743-5.278-10.743-10.933c0-6.409 5.088-10.178 13.383-10.178c9.048 0 13.949 3.393 14.703 11.498l18.85-2.262c-1.508-16.965-13.195-23.94-32.422-23.94c-16.964 0-33.553 6.41-33.553 26.956c0 12.818 6.22 20.924 21.865 24.694l12.82 3.016c9.613 2.262 12.816 6.22 12.816 11.687c0 6.973-6.785 9.8-19.603 9.8c-19.04 0-26.955-9.99-31.48-23.75l-6.22-18.849C121.95 47.78 109.32 38.731 84.247 38.731c-27.708 0-42.412 17.53-42.412 47.312c0 28.654 14.704 44.109 41.094 44.109c21.3 0 31.48-9.99 31.48-9.99m-80.666-8.86c-1.886.566-3.77.942-6.22.942c-4.525 0-7.73-2.072-7.73-7.54V1.968H0v107.45C0 123.553 9.803 129.4 21.301 129.4c3.77 0 7.352-.567 11.876-1.696zm238.441-3.016c-4.901 3.395-9.048 5.092-14.703 5.092c-7.164 0-11.122-3.77-11.122-13.007V56.258h26.014V40.802h-25.826V19.876l-19.98 2.451v18.475h-12.632v15.456h12.631v48.258c0 17.346 9.99 25.636 26.202 25.636c8.86 0 16.777-1.694 22.998-5.275zm17.192 6.785c0 7.731 6.033 13.952 13.76 13.952c8.107 0 14.14-6.221 14.14-13.952c0-7.916-6.033-13.946-14.14-13.946c-7.727 0-13.76 6.03-13.76 13.946m48.39-58.813v71.633h19.793V56.258h22.244V40.802h-22.244v-7.918c0-11.875 5.09-15.645 13.385-15.645c5.843 0 9.802 1.318 14.326 3.77l3.204-16.59c-5.277-2.451-11.498-3.77-19.038-3.77c-16.59 0-31.67 7.916-31.67 31.48v8.673h-12.63v15.456zm120.907 1.698c-2.263-14.138-11.5-19.23-23.564-19.23s-22.431 5.468-26.957 18.851l-2.45-16.775H389.68v87.089h19.793V78.692c0-16.779 8.672-23.188 17.909-23.188c9.614 0 13.572 6.409 13.572 16.778v55.609h19.605V78.504c0-16.591 8.86-23 18.097-23c9.425 0 13.383 6.409 13.383 16.778v55.609h19.794V65.309c0-18.663-10.934-26.583-25.45-26.583c-12.25 0-23.185 5.468-27.71 19.23"/></svg>
</template>

CSS

.icon-lastfm {
  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%20512%20131%22%3E%3Cpath%20fill%3D%22%23d41107%22%20d%3D%22m114.41%20120.162l-6.033-16.399s-9.803%2010.934-24.504%2010.934c-13.008%200-22.244-11.31-22.244-29.407c0-23.186%2011.686-31.48%2023.186-31.48c16.587%200%2021.865%2010.745%2026.39%2024.506l6.032%2018.85c6.03%2018.284%2017.341%2032.986%2049.95%2032.986c23.377%200%2039.21-7.162%2039.21-26.01c0-15.27-8.673-23.188-24.883-26.958l-12.064-2.639c-8.293-1.884-10.743-5.278-10.743-10.933c0-6.409%205.088-10.178%2013.383-10.178c9.048%200%2013.949%203.393%2014.703%2011.498l18.85-2.262c-1.508-16.965-13.195-23.94-32.422-23.94c-16.964%200-33.553%206.41-33.553%2026.956c0%2012.818%206.22%2020.924%2021.865%2024.694l12.82%203.016c9.613%202.262%2012.816%206.22%2012.816%2011.687c0%206.973-6.785%209.8-19.603%209.8c-19.04%200-26.955-9.99-31.48-23.75l-6.22-18.849C121.95%2047.78%20109.32%2038.731%2084.247%2038.731c-27.708%200-42.412%2017.53-42.412%2047.312c0%2028.654%2014.704%2044.109%2041.094%2044.109c21.3%200%2031.48-9.99%2031.48-9.99m-80.666-8.86c-1.886.566-3.77.942-6.22.942c-4.525%200-7.73-2.072-7.73-7.54V1.968H0v107.45C0%20123.553%209.803%20129.4%2021.301%20129.4c3.77%200%207.352-.567%2011.876-1.696zm238.441-3.016c-4.901%203.395-9.048%205.092-14.703%205.092c-7.164%200-11.122-3.77-11.122-13.007V56.258h26.014V40.802h-25.826V19.876l-19.98%202.451v18.475h-12.632v15.456h12.631v48.258c0%2017.346%209.99%2025.636%2026.202%2025.636c8.86%200%2016.777-1.694%2022.998-5.275zm17.192%206.785c0%207.731%206.033%2013.952%2013.76%2013.952c8.107%200%2014.14-6.221%2014.14-13.952c0-7.916-6.033-13.946-14.14-13.946c-7.727%200-13.76%206.03-13.76%2013.946m48.39-58.813v71.633h19.793V56.258h22.244V40.802h-22.244v-7.918c0-11.875%205.09-15.645%2013.385-15.645c5.843%200%209.802%201.318%2014.326%203.77l3.204-16.59c-5.277-2.451-11.498-3.77-19.038-3.77c-16.59%200-31.67%207.916-31.67%2031.48v8.673h-12.63v15.456zm120.907%201.698c-2.263-14.138-11.5-19.23-23.564-19.23s-22.431%205.468-26.957%2018.851l-2.45-16.775H389.68v87.089h19.793V78.692c0-16.779%208.672-23.188%2017.909-23.188c9.614%200%2013.572%206.409%2013.572%2016.778v55.609h19.605V78.504c0-16.591%208.86-23%2018.097-23c9.425%200%2013.383%206.409%2013.383%2016.778v55.609h19.794V65.309c0-18.663-10.934-26.583-25.45-26.583c-12.25%200-23.185%205.468-27.71%2019.23%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%20512%20131%22%3E%3Cpath%20fill%3D%22%23d41107%22%20d%3D%22m114.41%20120.162l-6.033-16.399s-9.803%2010.934-24.504%2010.934c-13.008%200-22.244-11.31-22.244-29.407c0-23.186%2011.686-31.48%2023.186-31.48c16.587%200%2021.865%2010.745%2026.39%2024.506l6.032%2018.85c6.03%2018.284%2017.341%2032.986%2049.95%2032.986c23.377%200%2039.21-7.162%2039.21-26.01c0-15.27-8.673-23.188-24.883-26.958l-12.064-2.639c-8.293-1.884-10.743-5.278-10.743-10.933c0-6.409%205.088-10.178%2013.383-10.178c9.048%200%2013.949%203.393%2014.703%2011.498l18.85-2.262c-1.508-16.965-13.195-23.94-32.422-23.94c-16.964%200-33.553%206.41-33.553%2026.956c0%2012.818%206.22%2020.924%2021.865%2024.694l12.82%203.016c9.613%202.262%2012.816%206.22%2012.816%2011.687c0%206.973-6.785%209.8-19.603%209.8c-19.04%200-26.955-9.99-31.48-23.75l-6.22-18.849C121.95%2047.78%20109.32%2038.731%2084.247%2038.731c-27.708%200-42.412%2017.53-42.412%2047.312c0%2028.654%2014.704%2044.109%2041.094%2044.109c21.3%200%2031.48-9.99%2031.48-9.99m-80.666-8.86c-1.886.566-3.77.942-6.22.942c-4.525%200-7.73-2.072-7.73-7.54V1.968H0v107.45C0%20123.553%209.803%20129.4%2021.301%20129.4c3.77%200%207.352-.567%2011.876-1.696zm238.441-3.016c-4.901%203.395-9.048%205.092-14.703%205.092c-7.164%200-11.122-3.77-11.122-13.007V56.258h26.014V40.802h-25.826V19.876l-19.98%202.451v18.475h-12.632v15.456h12.631v48.258c0%2017.346%209.99%2025.636%2026.202%2025.636c8.86%200%2016.777-1.694%2022.998-5.275zm17.192%206.785c0%207.731%206.033%2013.952%2013.76%2013.952c8.107%200%2014.14-6.221%2014.14-13.952c0-7.916-6.033-13.946-14.14-13.946c-7.727%200-13.76%206.03-13.76%2013.946m48.39-58.813v71.633h19.793V56.258h22.244V40.802h-22.244v-7.918c0-11.875%205.09-15.645%2013.385-15.645c5.843%200%209.802%201.318%2014.326%203.77l3.204-16.59c-5.277-2.451-11.498-3.77-19.038-3.77c-16.59%200-31.67%207.916-31.67%2031.48v8.673h-12.63v15.456zm120.907%201.698c-2.263-14.138-11.5-19.23-23.564-19.23s-22.431%205.468-26.957%2018.851l-2.45-16.775H389.68v87.089h19.793V78.692c0-16.779%208.672-23.188%2017.909-23.188c9.614%200%2013.572%206.409%2013.572%2016.778v55.609h19.605V78.504c0-16.591%208.86-23%2018.097-23c9.425%200%2013.383%206.409%2013.383%2016.778v55.609h19.794V65.309c0-18.663-10.934-26.583-25.45-26.583c-12.25%200-23.185%205.468-27.71%2019.23%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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