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

Name
spotify
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 spotify logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 496 512"><path fill="currentColor" d="M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248s248-111.1 248-248S384.9 8 248 8m100.7 364.9c-4.2 0-6.8-1.3-10.7-3.6c-62.4-37.6-135-39.2-206.7-24.5c-3.9 1-9 2.6-11.9 2.6c-9.7 0-15.8-7.7-15.8-15.8c0-10.3 6.1-15.2 13.6-16.8c81.9-18.1 165.6-16.5 237 26.2c6.1 3.9 9.7 7.4 9.7 16.5s-7.1 15.4-15.2 15.4m26.9-65.6c-5.2 0-8.7-2.3-12.3-4.2c-62.5-37-155.7-51.9-238.6-29.4c-4.8 1.3-7.4 2.6-11.9 2.6c-10.7 0-19.4-8.7-19.4-19.4s5.2-17.8 15.5-20.7c27.8-7.8 56.2-13.6 97.8-13.6c64.9 0 127.6 16.1 177 45.5c8.1 4.8 11.3 11 11.3 19.7c-.1 10.8-8.5 19.5-19.4 19.5m31-76.2c-5.2 0-8.4-1.3-12.9-3.9c-71.2-42.5-198.5-52.7-280.9-29.7c-3.6 1-8.1 2.6-12.9 2.6c-13.2 0-23.3-10.3-23.3-23.6c0-13.6 8.4-21.3 17.4-23.9c35.2-10.3 74.6-15.2 117.5-15.2c73 0 149.5 15.2 205.4 47.8c7.8 4.5 12.9 10.7 12.9 22.6c0 13.6-11 23.3-23.2 23.3"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsSpotify(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="M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248s248-111.1 248-248S384.9 8 248 8m100.7 364.9c-4.2 0-6.8-1.3-10.7-3.6c-62.4-37.6-135-39.2-206.7-24.5c-3.9 1-9 2.6-11.9 2.6c-9.7 0-15.8-7.7-15.8-15.8c0-10.3 6.1-15.2 13.6-16.8c81.9-18.1 165.6-16.5 237 26.2c6.1 3.9 9.7 7.4 9.7 16.5s-7.1 15.4-15.2 15.4m26.9-65.6c-5.2 0-8.7-2.3-12.3-4.2c-62.5-37-155.7-51.9-238.6-29.4c-4.8 1.3-7.4 2.6-11.9 2.6c-10.7 0-19.4-8.7-19.4-19.4s5.2-17.8 15.5-20.7c27.8-7.8 56.2-13.6 97.8-13.6c64.9 0 127.6 16.1 177 45.5c8.1 4.8 11.3 11 11.3 19.7c-.1 10.8-8.5 19.5-19.4 19.5m31-76.2c-5.2 0-8.4-1.3-12.9-3.9c-71.2-42.5-198.5-52.7-280.9-29.7c-3.6 1-8.1 2.6-12.9 2.6c-13.2 0-23.3-10.3-23.3-23.6c0-13.6 8.4-21.3 17.4-23.9c35.2-10.3 74.6-15.2 117.5-15.2c73 0 149.5 15.2 205.4 47.8c7.8 4.5 12.9 10.7 12.9 22.6c0 13.6-11 23.3-23.2 23.3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 496 512"><path fill="currentColor" d="M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248s248-111.1 248-248S384.9 8 248 8m100.7 364.9c-4.2 0-6.8-1.3-10.7-3.6c-62.4-37.6-135-39.2-206.7-24.5c-3.9 1-9 2.6-11.9 2.6c-9.7 0-15.8-7.7-15.8-15.8c0-10.3 6.1-15.2 13.6-16.8c81.9-18.1 165.6-16.5 237 26.2c6.1 3.9 9.7 7.4 9.7 16.5s-7.1 15.4-15.2 15.4m26.9-65.6c-5.2 0-8.7-2.3-12.3-4.2c-62.5-37-155.7-51.9-238.6-29.4c-4.8 1.3-7.4 2.6-11.9 2.6c-10.7 0-19.4-8.7-19.4-19.4s5.2-17.8 15.5-20.7c27.8-7.8 56.2-13.6 97.8-13.6c64.9 0 127.6 16.1 177 45.5c8.1 4.8 11.3 11 11.3 19.7c-.1 10.8-8.5 19.5-19.4 19.5m31-76.2c-5.2 0-8.4-1.3-12.9-3.9c-71.2-42.5-198.5-52.7-280.9-29.7c-3.6 1-8.1 2.6-12.9 2.6c-13.2 0-23.3-10.3-23.3-23.6c0-13.6 8.4-21.3 17.4-23.9c35.2-10.3 74.6-15.2 117.5-15.2c73 0 149.5 15.2 205.4 47.8c7.8 4.5 12.9 10.7 12.9 22.6c0 13.6-11 23.3-23.2 23.3"/></svg>
</template>

CSS

.icon-spotify {
  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%22M248%208C111.1%208%200%20119.1%200%20256s111.1%20248%20248%20248s248-111.1%20248-248S384.9%208%20248%208m100.7%20364.9c-4.2%200-6.8-1.3-10.7-3.6c-62.4-37.6-135-39.2-206.7-24.5c-3.9%201-9%202.6-11.9%202.6c-9.7%200-15.8-7.7-15.8-15.8c0-10.3%206.1-15.2%2013.6-16.8c81.9-18.1%20165.6-16.5%20237%2026.2c6.1%203.9%209.7%207.4%209.7%2016.5s-7.1%2015.4-15.2%2015.4m26.9-65.6c-5.2%200-8.7-2.3-12.3-4.2c-62.5-37-155.7-51.9-238.6-29.4c-4.8%201.3-7.4%202.6-11.9%202.6c-10.7%200-19.4-8.7-19.4-19.4s5.2-17.8%2015.5-20.7c27.8-7.8%2056.2-13.6%2097.8-13.6c64.9%200%20127.6%2016.1%20177%2045.5c8.1%204.8%2011.3%2011%2011.3%2019.7c-.1%2010.8-8.5%2019.5-19.4%2019.5m31-76.2c-5.2%200-8.4-1.3-12.9-3.9c-71.2-42.5-198.5-52.7-280.9-29.7c-3.6%201-8.1%202.6-12.9%202.6c-13.2%200-23.3-10.3-23.3-23.6c0-13.6%208.4-21.3%2017.4-23.9c35.2-10.3%2074.6-15.2%20117.5-15.2c73%200%20149.5%2015.2%20205.4%2047.8c7.8%204.5%2012.9%2010.7%2012.9%2022.6c0%2013.6-11%2023.3-23.2%2023.3%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%22M248%208C111.1%208%200%20119.1%200%20256s111.1%20248%20248%20248s248-111.1%20248-248S384.9%208%20248%208m100.7%20364.9c-4.2%200-6.8-1.3-10.7-3.6c-62.4-37.6-135-39.2-206.7-24.5c-3.9%201-9%202.6-11.9%202.6c-9.7%200-15.8-7.7-15.8-15.8c0-10.3%206.1-15.2%2013.6-16.8c81.9-18.1%20165.6-16.5%20237%2026.2c6.1%203.9%209.7%207.4%209.7%2016.5s-7.1%2015.4-15.2%2015.4m26.9-65.6c-5.2%200-8.7-2.3-12.3-4.2c-62.5-37-155.7-51.9-238.6-29.4c-4.8%201.3-7.4%202.6-11.9%202.6c-10.7%200-19.4-8.7-19.4-19.4s5.2-17.8%2015.5-20.7c27.8-7.8%2056.2-13.6%2097.8-13.6c64.9%200%20127.6%2016.1%20177%2045.5c8.1%204.8%2011.3%2011%2011.3%2019.7c-.1%2010.8-8.5%2019.5-19.4%2019.5m31-76.2c-5.2%200-8.4-1.3-12.9-3.9c-71.2-42.5-198.5-52.7-280.9-29.7c-3.6%201-8.1%202.6-12.9%202.6c-13.2%200-23.3-10.3-23.3-23.6c0-13.6%208.4-21.3%2017.4-23.9c35.2-10.3%2074.6-15.2%20117.5-15.2c73%200%20149.5%2015.2%20205.4%2047.8c7.8%204.5%2012.9%2010.7%2012.9%2022.6c0%2013.6-11%2023.3-23.2%2023.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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