spotify-solid from Teenyicons by smhmd · Solid · MIT Free for personal and commercial use.

Name
spotify-solid
Set
Teenyicons
Style
Solid
Viewbox
15×15
License
MIT

1 other variant in Teenyicons

The same icon in other sets

Use the spotify icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" fill-rule="evenodd" d="M0 7.5a7.5 7.5 0 1 1 15 0a7.5 7.5 0 0 1-15 0m7.726-2.203c-1.621-.132-3.272.066-4.625.544l-.333-.943c1.5-.53 3.293-.74 5.04-.597c1.743.142 3.478.641 4.843 1.568l-.562.827c-1.185-.804-2.74-1.266-4.363-1.399m-4.4 2.695c3.446-.61 5.848-.297 7.839 1.132l.583-.813C9.45 6.661 6.732 6.374 3.152 7.008zm.336 2.124c.986-.24 2.2-.345 3.392-.228c1.196.117 2.334.454 3.202 1.065l.575-.819c-1.053-.74-2.375-1.113-3.68-1.241a11.5 11.5 0 0 0-3.726.252z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function TeenyiconsSpotifySolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" fillRule="evenodd" d="M0 7.5a7.5 7.5 0 1 1 15 0a7.5 7.5 0 0 1-15 0m7.726-2.203c-1.621-.132-3.272.066-4.625.544l-.333-.943c1.5-.53 3.293-.74 5.04-.597c1.743.142 3.478.641 4.843 1.568l-.562.827c-1.185-.804-2.74-1.266-4.363-1.399m-4.4 2.695c3.446-.61 5.848-.297 7.839 1.132l.583-.813C9.45 6.661 6.732 6.374 3.152 7.008zm.336 2.124c.986-.24 2.2-.345 3.392-.228c1.196.117 2.334.454 3.202 1.065l.575-.819c-1.053-.74-2.375-1.113-3.68-1.241a11.5 11.5 0 0 0-3.726.252z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" fill-rule="evenodd" d="M0 7.5a7.5 7.5 0 1 1 15 0a7.5 7.5 0 0 1-15 0m7.726-2.203c-1.621-.132-3.272.066-4.625.544l-.333-.943c1.5-.53 3.293-.74 5.04-.597c1.743.142 3.478.641 4.843 1.568l-.562.827c-1.185-.804-2.74-1.266-4.363-1.399m-4.4 2.695c3.446-.61 5.848-.297 7.839 1.132l.583-.813C9.45 6.661 6.732 6.374 3.152 7.008zm.336 2.124c.986-.24 2.2-.345 3.392-.228c1.196.117 2.334.454 3.202 1.065l.575-.819c-1.053-.74-2.375-1.113-3.68-1.241a11.5 11.5 0 0 0-3.726.252z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-spotify-solid {
  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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%207.5a7.5%207.5%200%201%201%2015%200a7.5%207.5%200%200%201-15%200m7.726-2.203c-1.621-.132-3.272.066-4.625.544l-.333-.943c1.5-.53%203.293-.74%205.04-.597c1.743.142%203.478.641%204.843%201.568l-.562.827c-1.185-.804-2.74-1.266-4.363-1.399m-4.4%202.695c3.446-.61%205.848-.297%207.839%201.132l.583-.813C9.45%206.661%206.732%206.374%203.152%207.008zm.336%202.124c.986-.24%202.2-.345%203.392-.228c1.196.117%202.334.454%203.202%201.065l.575-.819c-1.053-.74-2.375-1.113-3.68-1.241a11.5%2011.5%200%200%200-3.726.252z%22%20clip-rule%3D%22evenodd%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%207.5a7.5%207.5%200%201%201%2015%200a7.5%207.5%200%200%201-15%200m7.726-2.203c-1.621-.132-3.272.066-4.625.544l-.333-.943c1.5-.53%203.293-.74%205.04-.597c1.743.142%203.478.641%204.843%201.568l-.562.827c-1.185-.804-2.74-1.266-4.363-1.399m-4.4%202.695c3.446-.61%205.848-.297%207.839%201.132l.583-.813C9.45%206.661%206.732%206.374%203.152%207.008zm.336%202.124c.986-.24%202.2-.345%203.392-.228c1.196.117%202.334.454%203.202%201.065l.575-.819c-1.053-.74-2.375-1.113-3.68-1.241a11.5%2011.5%200%200%200-3.726.252z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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