lastfm logo
lastfm from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- lastfm
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Viewbox
- 512×512
- License
- CC BY 4.0
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 512"><path fill="currentColor" d="m225.8 367.1l-18.8-51s-30.5 34-76.2 34c-40.5 0-69.2-35.2-69.2-91.5c0-72.1 36.4-97.9 72.1-97.9c66.5 0 74.8 53.3 100.9 134.9c18.8 56.9 54 102.6 155.4 102.6c72.7 0 122-22.3 122-80.9c0-72.9-62.7-80.6-115-92.1c-25.8-5.9-33.4-16.4-33.4-34c0-19.9 15.8-31.7 41.6-31.7c28.2 0 43.4 10.6 45.7 35.8l58.6-7c-4.7-52.8-41.1-74.5-100.9-74.5c-52.8 0-104.4 19.9-104.4 83.9c0 39.9 19.4 65.1 68 76.8c44.9 10.6 79.8 13.8 79.8 45.7c0 21.7-21.1 30.5-61 30.5c-59.2 0-83.9-31.1-97.9-73.9c-32-96.8-43.6-163-161.3-163C45.7 113.8 0 168.3 0 261c0 89.1 45.7 137.2 127.9 137.2c66.2 0 97.9-31.1 97.9-31.1"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsLastfm(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m225.8 367.1l-18.8-51s-30.5 34-76.2 34c-40.5 0-69.2-35.2-69.2-91.5c0-72.1 36.4-97.9 72.1-97.9c66.5 0 74.8 53.3 100.9 134.9c18.8 56.9 54 102.6 155.4 102.6c72.7 0 122-22.3 122-80.9c0-72.9-62.7-80.6-115-92.1c-25.8-5.9-33.4-16.4-33.4-34c0-19.9 15.8-31.7 41.6-31.7c28.2 0 43.4 10.6 45.7 35.8l58.6-7c-4.7-52.8-41.1-74.5-100.9-74.5c-52.8 0-104.4 19.9-104.4 83.9c0 39.9 19.4 65.1 68 76.8c44.9 10.6 79.8 13.8 79.8 45.7c0 21.7-21.1 30.5-61 30.5c-59.2 0-83.9-31.1-97.9-73.9c-32-96.8-43.6-163-161.3-163C45.7 113.8 0 168.3 0 261c0 89.1 45.7 137.2 127.9 137.2c66.2 0 97.9-31.1 97.9-31.1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m225.8 367.1l-18.8-51s-30.5 34-76.2 34c-40.5 0-69.2-35.2-69.2-91.5c0-72.1 36.4-97.9 72.1-97.9c66.5 0 74.8 53.3 100.9 134.9c18.8 56.9 54 102.6 155.4 102.6c72.7 0 122-22.3 122-80.9c0-72.9-62.7-80.6-115-92.1c-25.8-5.9-33.4-16.4-33.4-34c0-19.9 15.8-31.7 41.6-31.7c28.2 0 43.4 10.6 45.7 35.8l58.6-7c-4.7-52.8-41.1-74.5-100.9-74.5c-52.8 0-104.4 19.9-104.4 83.9c0 39.9 19.4 65.1 68 76.8c44.9 10.6 79.8 13.8 79.8 45.7c0 21.7-21.1 30.5-61 30.5c-59.2 0-83.9-31.1-97.9-73.9c-32-96.8-43.6-163-161.3-163C45.7 113.8 0 168.3 0 261c0 89.1 45.7 137.2 127.9 137.2c66.2 0 97.9-31.1 97.9-31.1"/></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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m225.8%20367.1l-18.8-51s-30.5%2034-76.2%2034c-40.5%200-69.2-35.2-69.2-91.5c0-72.1%2036.4-97.9%2072.1-97.9c66.5%200%2074.8%2053.3%20100.9%20134.9c18.8%2056.9%2054%20102.6%20155.4%20102.6c72.7%200%20122-22.3%20122-80.9c0-72.9-62.7-80.6-115-92.1c-25.8-5.9-33.4-16.4-33.4-34c0-19.9%2015.8-31.7%2041.6-31.7c28.2%200%2043.4%2010.6%2045.7%2035.8l58.6-7c-4.7-52.8-41.1-74.5-100.9-74.5c-52.8%200-104.4%2019.9-104.4%2083.9c0%2039.9%2019.4%2065.1%2068%2076.8c44.9%2010.6%2079.8%2013.8%2079.8%2045.7c0%2021.7-21.1%2030.5-61%2030.5c-59.2%200-83.9-31.1-97.9-73.9c-32-96.8-43.6-163-161.3-163C45.7%20113.8%200%20168.3%200%20261c0%2089.1%2045.7%20137.2%20127.9%20137.2c66.2%200%2097.9-31.1%2097.9-31.1%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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m225.8%20367.1l-18.8-51s-30.5%2034-76.2%2034c-40.5%200-69.2-35.2-69.2-91.5c0-72.1%2036.4-97.9%2072.1-97.9c66.5%200%2074.8%2053.3%20100.9%20134.9c18.8%2056.9%2054%20102.6%20155.4%20102.6c72.7%200%20122-22.3%20122-80.9c0-72.9-62.7-80.6-115-92.1c-25.8-5.9-33.4-16.4-33.4-34c0-19.9%2015.8-31.7%2041.6-31.7c28.2%200%2043.4%2010.6%2045.7%2035.8l58.6-7c-4.7-52.8-41.1-74.5-100.9-74.5c-52.8%200-104.4%2019.9-104.4%2083.9c0%2039.9%2019.4%2065.1%2068%2076.8c44.9%2010.6%2079.8%2013.8%2079.8%2045.7c0%2021.7-21.1%2030.5-61%2030.5c-59.2%200-83.9-31.1-97.9-73.9c-32-96.8-43.6-163-161.3-163C45.7%20113.8%200%20168.3%200%20261c0%2089.1%2045.7%20137.2%20127.9%20137.2c66.2%200%2097.9-31.1%2097.9-31.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/lastfm.svg?color=%231a73e8&size=48