lastfm icon
lastfm from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- lastfm
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More other icons from Line Awesome
Use the lastfm icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14.348 22.078L13.32 19.29s-1.668 1.86-4.168 1.86c-2.21 0-3.785-1.926-3.785-5.004c0-3.946 1.988-5.356 3.946-5.356c2.824 0 3.718 1.828 4.492 4.168l1.023 3.207c1.027 3.113 2.953 5.613 8.5 5.613c3.977 0 6.672-1.218 6.672-4.425c0-2.598-1.477-3.946-4.234-4.586l-2.055-.45c-1.41-.32-1.828-.898-1.828-1.859c0-1.09.867-1.734 2.277-1.734c1.54 0 2.375.578 2.504 1.957l3.207-.383c-.258-2.887-2.246-4.074-5.52-4.074c-2.882 0-5.706 1.09-5.706 4.586c0 2.18 1.058 3.558 3.718 4.203l2.184.511c1.633.387 2.18 1.059 2.18 1.989c0 1.187-1.157 1.668-3.336 1.668c-3.239 0-4.586-1.7-5.356-4.04l-1.058-3.206c-1.348-4.172-3.497-5.711-7.762-5.711c-4.711 0-7.215 2.98-7.215 8.05c0 4.875 2.504 7.504 6.992 7.504c3.625 0 5.356-1.699 5.356-1.699z"/></svg>
React
import type { SVGProps } from "react";
export function LaLastfm(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14.348 22.078L13.32 19.29s-1.668 1.86-4.168 1.86c-2.21 0-3.785-1.926-3.785-5.004c0-3.946 1.988-5.356 3.946-5.356c2.824 0 3.718 1.828 4.492 4.168l1.023 3.207c1.027 3.113 2.953 5.613 8.5 5.613c3.977 0 6.672-1.218 6.672-4.425c0-2.598-1.477-3.946-4.234-4.586l-2.055-.45c-1.41-.32-1.828-.898-1.828-1.859c0-1.09.867-1.734 2.277-1.734c1.54 0 2.375.578 2.504 1.957l3.207-.383c-.258-2.887-2.246-4.074-5.52-4.074c-2.882 0-5.706 1.09-5.706 4.586c0 2.18 1.058 3.558 3.718 4.203l2.184.511c1.633.387 2.18 1.059 2.18 1.989c0 1.187-1.157 1.668-3.336 1.668c-3.239 0-4.586-1.7-5.356-4.04l-1.058-3.206c-1.348-4.172-3.497-5.711-7.762-5.711c-4.711 0-7.215 2.98-7.215 8.05c0 4.875 2.504 7.504 6.992 7.504c3.625 0 5.356-1.699 5.356-1.699z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14.348 22.078L13.32 19.29s-1.668 1.86-4.168 1.86c-2.21 0-3.785-1.926-3.785-5.004c0-3.946 1.988-5.356 3.946-5.356c2.824 0 3.718 1.828 4.492 4.168l1.023 3.207c1.027 3.113 2.953 5.613 8.5 5.613c3.977 0 6.672-1.218 6.672-4.425c0-2.598-1.477-3.946-4.234-4.586l-2.055-.45c-1.41-.32-1.828-.898-1.828-1.859c0-1.09.867-1.734 2.277-1.734c1.54 0 2.375.578 2.504 1.957l3.207-.383c-.258-2.887-2.246-4.074-5.52-4.074c-2.882 0-5.706 1.09-5.706 4.586c0 2.18 1.058 3.558 3.718 4.203l2.184.511c1.633.387 2.18 1.059 2.18 1.989c0 1.187-1.157 1.668-3.336 1.668c-3.239 0-4.586-1.7-5.356-4.04l-1.058-3.206c-1.348-4.172-3.497-5.711-7.762-5.711c-4.711 0-7.215 2.98-7.215 8.05c0 4.875 2.504 7.504 6.992 7.504c3.625 0 5.356-1.699 5.356-1.699z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.348%2022.078L13.32%2019.29s-1.668%201.86-4.168%201.86c-2.21%200-3.785-1.926-3.785-5.004c0-3.946%201.988-5.356%203.946-5.356c2.824%200%203.718%201.828%204.492%204.168l1.023%203.207c1.027%203.113%202.953%205.613%208.5%205.613c3.977%200%206.672-1.218%206.672-4.425c0-2.598-1.477-3.946-4.234-4.586l-2.055-.45c-1.41-.32-1.828-.898-1.828-1.859c0-1.09.867-1.734%202.277-1.734c1.54%200%202.375.578%202.504%201.957l3.207-.383c-.258-2.887-2.246-4.074-5.52-4.074c-2.882%200-5.706%201.09-5.706%204.586c0%202.18%201.058%203.558%203.718%204.203l2.184.511c1.633.387%202.18%201.059%202.18%201.989c0%201.187-1.157%201.668-3.336%201.668c-3.239%200-4.586-1.7-5.356-4.04l-1.058-3.206c-1.348-4.172-3.497-5.711-7.762-5.711c-4.711%200-7.215%202.98-7.215%208.05c0%204.875%202.504%207.504%206.992%207.504c3.625%200%205.356-1.699%205.356-1.699z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.348%2022.078L13.32%2019.29s-1.668%201.86-4.168%201.86c-2.21%200-3.785-1.926-3.785-5.004c0-3.946%201.988-5.356%203.946-5.356c2.824%200%203.718%201.828%204.492%204.168l1.023%203.207c1.027%203.113%202.953%205.613%208.5%205.613c3.977%200%206.672-1.218%206.672-4.425c0-2.598-1.477-3.946-4.234-4.586l-2.055-.45c-1.41-.32-1.828-.898-1.828-1.859c0-1.09.867-1.734%202.277-1.734c1.54%200%202.375.578%202.504%201.957l3.207-.383c-.258-2.887-2.246-4.074-5.52-4.074c-2.882%200-5.706%201.09-5.706%204.586c0%202.18%201.058%203.558%203.718%204.203l2.184.511c1.633.387%202.18%201.059%202.18%201.989c0%201.187-1.157%201.668-3.336%201.668c-3.239%200-4.586-1.7-5.356-4.04l-1.058-3.206c-1.348-4.172-3.497-5.711-7.762-5.711c-4.711%200-7.215%202.98-7.215%208.05c0%204.875%202.504%207.504%206.992%207.504c3.625%200%205.356-1.699%205.356-1.699z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/lastfm.svg?color=%231a73e8&size=48