napster from Font Awesome 6 Brands by Dave Gandy · Regular · Music · CC-BY-4.0 Attribution required.

Name
napster
Set
Font Awesome 6 Brands
Style
Regular
Category
Music
Viewbox
496×512
License
CC BY 4.0

The same logo in other sets

More music icons from Font Awesome 6 Brands

Use the napster logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 496 512"><path fill="currentColor" d="M298.3 373.6c-14.2 13.6-31.3 24.1-50.4 30.5c-19-6.4-36.2-16.9-50.3-30.5zm44-199.6c20-16.9 43.6-29.2 69.6-36.2V299c0 219.4-328 217.6-328 .3V137.7c25.9 6.9 49.6 19.6 69.5 36.4c56.8-40 132.5-39.9 188.9-.1m-208.8-58.5c64.4-60 164.3-60.1 228.9-.2c-7.1 3.5-13.9 7.3-20.6 11.5c-58.7-30.5-129.2-30.4-187.9.1c-6.3-4-13.9-8.2-20.4-11.4M43.8 93.2v69.3c-58.4 36.5-58.4 121.1.1 158.3c26.4 245.1 381.7 240.3 407.6 1.5l.3-1.7c58.7-36.3 58.9-121.7.2-158.2V93.2c-17.3.5-34 3-50.1 7.4c-82-91.5-225.5-91.5-307.5.1c-16.3-4.4-33.1-7-50.6-7.5M259.2 352s36-.3 61.3-1.5c10.2-.5 21.1-4 25.5-6.5c26.3-15.1 25.4-39.2 26.2-47.4c-79.5-.6-99.9-3.9-113 55.4m-135.5-55.3c.8 8.2-.1 32.3 26.2 47.4c4.4 2.5 15.2 6 25.5 6.5c25.3 1.1 61.3 1.5 61.3 1.5c-13.2-59.4-33.7-56.1-113-55.4m169.1 123.4c-3.2-5.3-6.9-7.3-6.9-7.3c-24.8 7.3-52.2 6.9-75.9 0c0 0-2.9 1.5-6.4 6.6c-2.8 4.1-3.7 9.6-3.7 9.6c29.1 17.6 67.1 17.6 96.2 0c-.1-.1-.3-4-3.3-8.9"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsNapster(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 496 512"><path fill="currentColor" d="M298.3 373.6c-14.2 13.6-31.3 24.1-50.4 30.5c-19-6.4-36.2-16.9-50.3-30.5zm44-199.6c20-16.9 43.6-29.2 69.6-36.2V299c0 219.4-328 217.6-328 .3V137.7c25.9 6.9 49.6 19.6 69.5 36.4c56.8-40 132.5-39.9 188.9-.1m-208.8-58.5c64.4-60 164.3-60.1 228.9-.2c-7.1 3.5-13.9 7.3-20.6 11.5c-58.7-30.5-129.2-30.4-187.9.1c-6.3-4-13.9-8.2-20.4-11.4M43.8 93.2v69.3c-58.4 36.5-58.4 121.1.1 158.3c26.4 245.1 381.7 240.3 407.6 1.5l.3-1.7c58.7-36.3 58.9-121.7.2-158.2V93.2c-17.3.5-34 3-50.1 7.4c-82-91.5-225.5-91.5-307.5.1c-16.3-4.4-33.1-7-50.6-7.5M259.2 352s36-.3 61.3-1.5c10.2-.5 21.1-4 25.5-6.5c26.3-15.1 25.4-39.2 26.2-47.4c-79.5-.6-99.9-3.9-113 55.4m-135.5-55.3c.8 8.2-.1 32.3 26.2 47.4c4.4 2.5 15.2 6 25.5 6.5c25.3 1.1 61.3 1.5 61.3 1.5c-13.2-59.4-33.7-56.1-113-55.4m169.1 123.4c-3.2-5.3-6.9-7.3-6.9-7.3c-24.8 7.3-52.2 6.9-75.9 0c0 0-2.9 1.5-6.4 6.6c-2.8 4.1-3.7 9.6-3.7 9.6c29.1 17.6 67.1 17.6 96.2 0c-.1-.1-.3-4-3.3-8.9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 496 512"><path fill="currentColor" d="M298.3 373.6c-14.2 13.6-31.3 24.1-50.4 30.5c-19-6.4-36.2-16.9-50.3-30.5zm44-199.6c20-16.9 43.6-29.2 69.6-36.2V299c0 219.4-328 217.6-328 .3V137.7c25.9 6.9 49.6 19.6 69.5 36.4c56.8-40 132.5-39.9 188.9-.1m-208.8-58.5c64.4-60 164.3-60.1 228.9-.2c-7.1 3.5-13.9 7.3-20.6 11.5c-58.7-30.5-129.2-30.4-187.9.1c-6.3-4-13.9-8.2-20.4-11.4M43.8 93.2v69.3c-58.4 36.5-58.4 121.1.1 158.3c26.4 245.1 381.7 240.3 407.6 1.5l.3-1.7c58.7-36.3 58.9-121.7.2-158.2V93.2c-17.3.5-34 3-50.1 7.4c-82-91.5-225.5-91.5-307.5.1c-16.3-4.4-33.1-7-50.6-7.5M259.2 352s36-.3 61.3-1.5c10.2-.5 21.1-4 25.5-6.5c26.3-15.1 25.4-39.2 26.2-47.4c-79.5-.6-99.9-3.9-113 55.4m-135.5-55.3c.8 8.2-.1 32.3 26.2 47.4c4.4 2.5 15.2 6 25.5 6.5c25.3 1.1 61.3 1.5 61.3 1.5c-13.2-59.4-33.7-56.1-113-55.4m169.1 123.4c-3.2-5.3-6.9-7.3-6.9-7.3c-24.8 7.3-52.2 6.9-75.9 0c0 0-2.9 1.5-6.4 6.6c-2.8 4.1-3.7 9.6-3.7 9.6c29.1 17.6 67.1 17.6 96.2 0c-.1-.1-.3-4-3.3-8.9"/></svg>
</template>

CSS

.icon-napster {
  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%20496%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M298.3%20373.6c-14.2%2013.6-31.3%2024.1-50.4%2030.5c-19-6.4-36.2-16.9-50.3-30.5zm44-199.6c20-16.9%2043.6-29.2%2069.6-36.2V299c0%20219.4-328%20217.6-328%20.3V137.7c25.9%206.9%2049.6%2019.6%2069.5%2036.4c56.8-40%20132.5-39.9%20188.9-.1m-208.8-58.5c64.4-60%20164.3-60.1%20228.9-.2c-7.1%203.5-13.9%207.3-20.6%2011.5c-58.7-30.5-129.2-30.4-187.9.1c-6.3-4-13.9-8.2-20.4-11.4M43.8%2093.2v69.3c-58.4%2036.5-58.4%20121.1.1%20158.3c26.4%20245.1%20381.7%20240.3%20407.6%201.5l.3-1.7c58.7-36.3%2058.9-121.7.2-158.2V93.2c-17.3.5-34%203-50.1%207.4c-82-91.5-225.5-91.5-307.5.1c-16.3-4.4-33.1-7-50.6-7.5M259.2%20352s36-.3%2061.3-1.5c10.2-.5%2021.1-4%2025.5-6.5c26.3-15.1%2025.4-39.2%2026.2-47.4c-79.5-.6-99.9-3.9-113%2055.4m-135.5-55.3c.8%208.2-.1%2032.3%2026.2%2047.4c4.4%202.5%2015.2%206%2025.5%206.5c25.3%201.1%2061.3%201.5%2061.3%201.5c-13.2-59.4-33.7-56.1-113-55.4m169.1%20123.4c-3.2-5.3-6.9-7.3-6.9-7.3c-24.8%207.3-52.2%206.9-75.9%200c0%200-2.9%201.5-6.4%206.6c-2.8%204.1-3.7%209.6-3.7%209.6c29.1%2017.6%2067.1%2017.6%2096.2%200c-.1-.1-.3-4-3.3-8.9%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%20496%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M298.3%20373.6c-14.2%2013.6-31.3%2024.1-50.4%2030.5c-19-6.4-36.2-16.9-50.3-30.5zm44-199.6c20-16.9%2043.6-29.2%2069.6-36.2V299c0%20219.4-328%20217.6-328%20.3V137.7c25.9%206.9%2049.6%2019.6%2069.5%2036.4c56.8-40%20132.5-39.9%20188.9-.1m-208.8-58.5c64.4-60%20164.3-60.1%20228.9-.2c-7.1%203.5-13.9%207.3-20.6%2011.5c-58.7-30.5-129.2-30.4-187.9.1c-6.3-4-13.9-8.2-20.4-11.4M43.8%2093.2v69.3c-58.4%2036.5-58.4%20121.1.1%20158.3c26.4%20245.1%20381.7%20240.3%20407.6%201.5l.3-1.7c58.7-36.3%2058.9-121.7.2-158.2V93.2c-17.3.5-34%203-50.1%207.4c-82-91.5-225.5-91.5-307.5.1c-16.3-4.4-33.1-7-50.6-7.5M259.2%20352s36-.3%2061.3-1.5c10.2-.5%2021.1-4%2025.5-6.5c26.3-15.1%2025.4-39.2%2026.2-47.4c-79.5-.6-99.9-3.9-113%2055.4m-135.5-55.3c.8%208.2-.1%2032.3%2026.2%2047.4c4.4%202.5%2015.2%206%2025.5%206.5c25.3%201.1%2061.3%201.5%2061.3%201.5c-13.2-59.4-33.7-56.1-113-55.4m169.1%20123.4c-3.2-5.3-6.9-7.3-6.9-7.3c-24.8%207.3-52.2%206.9-75.9%200c0%200-2.9%201.5-6.4%206.6c-2.8%204.1-3.7%209.6-3.7%209.6c29.1%2017.6%2067.1%2017.6%2096.2%200c-.1-.1-.3-4-3.3-8.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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