musical score emoji

musical-score from Streamline Emojis by Streamline · Default · Activity · CC-BY-4.0 Attribution required.

Name
musical-score
Set
Streamline Emojis
Style
Default
Category
Activity
Viewbox
48×48
License
CC BY 4.0

The same emoji in other sets

More activity icons from Streamline Emojis

Use the musical score emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M14.48 45.5a11.5 1.5 0 1 0 23 0a11.5 1.5 0 1 0-23 0" opacity=".15"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M37 18.4c-10.78 2.5-10.59-.63-21.73.87C6.86 20.39 3.5 24.58 3.5 24.58l6.17 18.19s3.33-4.19 11.74-5.31c11.14-1.5 11 1.62 21.73-.88"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M34.54 27.33a47 47 0 0 0 5.23-.87M6.26 32.7c1.23-1.53 5.15-4.48 11.78-5.37m16.8 5.05a40 40 0 0 0 6.68-1M8 37.7c1.18-1.47 5-4.51 11.84-5.43M4.76 28.28c1.7-2.12 5.84-4.71 11.9-5.52c11.15-1.5 11 1.62 21.73-.88"/><path fill="#656769" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M7 21.87a12.8 12.8 0 0 0-3.5 2.71l6.17 18.19a12.8 12.8 0 0 1 3.54-2.71Z"/><path fill="#4acfff" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M34.06 38.09a16 16 0 0 0-1-2.71a8.7 8.7 0 0 0 1.67-2.8c1.68-4.73-1.46-8.17-5.56-7.69a6.2 6.2 0 0 0-2.22.68c-.78-1.08-1.52-2.1-2.15-3a20.84 20.84 0 0 0 1.9-11.89c-.44-4.81-4.28-10.9-8.1-8.15C15.17 5 16 14 19.77 19.72a22.7 22.7 0 0 0-3.08 6.56c-2.24 7.16 2.3 11.4 6.37 12.56a10.12 10.12 0 0 0 8-1.67a28 28 0 0 1 .78 3c.21 1-.8 2.34-1.88 1.22c-1.36-1.4-3.41-.66-3.46 1a3.27 3.27 0 0 0 4.16 3c2.88-.54 4.39-2.48 3.4-7.3m-1.94-4.77C31.5 32.17 30.76 31 30 29.8c2.57-.27 3.7 1.39 2.12 3.52M20.28 10.77c-.17-5.56 4.84-6.17 3.6.94A13.55 13.55 0 0 1 21.74 17a20.3 20.3 0 0 1-1.46-6.23M22.59 35c-1.56-1.92-1.3-5 1-9.81l1.42 2a7.42 7.42 0 0 0-1.55 4.65c.09 2.66 3 3.23 3 3.23s.79-.86-.07-1.39s-1-2.23.94-3.29c.26.35.53.71.82 1.08a17.8 17.8 0 0 1 2.15 3.72c-2.92 2.12-6.15 1.81-7.71-.19"/></svg>

React

import type { SVGProps } from "react";

export function StreamlineEmojisMusicalScore(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M14.48 45.5a11.5 1.5 0 1 0 23 0a11.5 1.5 0 1 0-23 0" opacity=".15"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M37 18.4c-10.78 2.5-10.59-.63-21.73.87C6.86 20.39 3.5 24.58 3.5 24.58l6.17 18.19s3.33-4.19 11.74-5.31c11.14-1.5 11 1.62 21.73-.88"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M34.54 27.33a47 47 0 0 0 5.23-.87M6.26 32.7c1.23-1.53 5.15-4.48 11.78-5.37m16.8 5.05a40 40 0 0 0 6.68-1M8 37.7c1.18-1.47 5-4.51 11.84-5.43M4.76 28.28c1.7-2.12 5.84-4.71 11.9-5.52c11.15-1.5 11 1.62 21.73-.88"/><path fill="#656769" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M7 21.87a12.8 12.8 0 0 0-3.5 2.71l6.17 18.19a12.8 12.8 0 0 1 3.54-2.71Z"/><path fill="#4acfff" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M34.06 38.09a16 16 0 0 0-1-2.71a8.7 8.7 0 0 0 1.67-2.8c1.68-4.73-1.46-8.17-5.56-7.69a6.2 6.2 0 0 0-2.22.68c-.78-1.08-1.52-2.1-2.15-3a20.84 20.84 0 0 0 1.9-11.89c-.44-4.81-4.28-10.9-8.1-8.15C15.17 5 16 14 19.77 19.72a22.7 22.7 0 0 0-3.08 6.56c-2.24 7.16 2.3 11.4 6.37 12.56a10.12 10.12 0 0 0 8-1.67a28 28 0 0 1 .78 3c.21 1-.8 2.34-1.88 1.22c-1.36-1.4-3.41-.66-3.46 1a3.27 3.27 0 0 0 4.16 3c2.88-.54 4.39-2.48 3.4-7.3m-1.94-4.77C31.5 32.17 30.76 31 30 29.8c2.57-.27 3.7 1.39 2.12 3.52M20.28 10.77c-.17-5.56 4.84-6.17 3.6.94A13.55 13.55 0 0 1 21.74 17a20.3 20.3 0 0 1-1.46-6.23M22.59 35c-1.56-1.92-1.3-5 1-9.81l1.42 2a7.42 7.42 0 0 0-1.55 4.65c.09 2.66 3 3.23 3 3.23s.79-.86-.07-1.39s-1-2.23.94-3.29c.26.35.53.71.82 1.08a17.8 17.8 0 0 1 2.15 3.72c-2.92 2.12-6.15 1.81-7.71-.19"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M14.48 45.5a11.5 1.5 0 1 0 23 0a11.5 1.5 0 1 0-23 0" opacity=".15"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M37 18.4c-10.78 2.5-10.59-.63-21.73.87C6.86 20.39 3.5 24.58 3.5 24.58l6.17 18.19s3.33-4.19 11.74-5.31c11.14-1.5 11 1.62 21.73-.88"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M34.54 27.33a47 47 0 0 0 5.23-.87M6.26 32.7c1.23-1.53 5.15-4.48 11.78-5.37m16.8 5.05a40 40 0 0 0 6.68-1M8 37.7c1.18-1.47 5-4.51 11.84-5.43M4.76 28.28c1.7-2.12 5.84-4.71 11.9-5.52c11.15-1.5 11 1.62 21.73-.88"/><path fill="#656769" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M7 21.87a12.8 12.8 0 0 0-3.5 2.71l6.17 18.19a12.8 12.8 0 0 1 3.54-2.71Z"/><path fill="#4acfff" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M34.06 38.09a16 16 0 0 0-1-2.71a8.7 8.7 0 0 0 1.67-2.8c1.68-4.73-1.46-8.17-5.56-7.69a6.2 6.2 0 0 0-2.22.68c-.78-1.08-1.52-2.1-2.15-3a20.84 20.84 0 0 0 1.9-11.89c-.44-4.81-4.28-10.9-8.1-8.15C15.17 5 16 14 19.77 19.72a22.7 22.7 0 0 0-3.08 6.56c-2.24 7.16 2.3 11.4 6.37 12.56a10.12 10.12 0 0 0 8-1.67a28 28 0 0 1 .78 3c.21 1-.8 2.34-1.88 1.22c-1.36-1.4-3.41-.66-3.46 1a3.27 3.27 0 0 0 4.16 3c2.88-.54 4.39-2.48 3.4-7.3m-1.94-4.77C31.5 32.17 30.76 31 30 29.8c2.57-.27 3.7 1.39 2.12 3.52M20.28 10.77c-.17-5.56 4.84-6.17 3.6.94A13.55 13.55 0 0 1 21.74 17a20.3 20.3 0 0 1-1.46-6.23M22.59 35c-1.56-1.92-1.3-5 1-9.81l1.42 2a7.42 7.42 0 0 0-1.55 4.65c.09 2.66 3 3.23 3 3.23s.79-.86-.07-1.39s-1-2.23.94-3.29c.26.35.53.71.82 1.08a17.8 17.8 0 0 1 2.15 3.72c-2.92 2.12-6.15 1.81-7.71-.19"/></svg>
</template>

CSS

.icon-musical-score {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M14.48%2045.5a11.5%201.5%200%201%200%2023%200a11.5%201.5%200%201%200-23%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M37%2018.4c-10.78%202.5-10.59-.63-21.73.87C6.86%2020.39%203.5%2024.58%203.5%2024.58l6.17%2018.19s3.33-4.19%2011.74-5.31c11.14-1.5%2011%201.62%2021.73-.88%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M34.54%2027.33a47%2047%200%200%200%205.23-.87M6.26%2032.7c1.23-1.53%205.15-4.48%2011.78-5.37m16.8%205.05a40%2040%200%200%200%206.68-1M8%2037.7c1.18-1.47%205-4.51%2011.84-5.43M4.76%2028.28c1.7-2.12%205.84-4.71%2011.9-5.52c11.15-1.5%2011%201.62%2021.73-.88%22%2F%3E%3Cpath%20fill%3D%22%23656769%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2021.87a12.8%2012.8%200%200%200-3.5%202.71l6.17%2018.19a12.8%2012.8%200%200%201%203.54-2.71Z%22%2F%3E%3Cpath%20fill%3D%22%234acfff%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M34.06%2038.09a16%2016%200%200%200-1-2.71a8.7%208.7%200%200%200%201.67-2.8c1.68-4.73-1.46-8.17-5.56-7.69a6.2%206.2%200%200%200-2.22.68c-.78-1.08-1.52-2.1-2.15-3a20.84%2020.84%200%200%200%201.9-11.89c-.44-4.81-4.28-10.9-8.1-8.15C15.17%205%2016%2014%2019.77%2019.72a22.7%2022.7%200%200%200-3.08%206.56c-2.24%207.16%202.3%2011.4%206.37%2012.56a10.12%2010.12%200%200%200%208-1.67a28%2028%200%200%201%20.78%203c.21%201-.8%202.34-1.88%201.22c-1.36-1.4-3.41-.66-3.46%201a3.27%203.27%200%200%200%204.16%203c2.88-.54%204.39-2.48%203.4-7.3m-1.94-4.77C31.5%2032.17%2030.76%2031%2030%2029.8c2.57-.27%203.7%201.39%202.12%203.52M20.28%2010.77c-.17-5.56%204.84-6.17%203.6.94A13.55%2013.55%200%200%201%2021.74%2017a20.3%2020.3%200%200%201-1.46-6.23M22.59%2035c-1.56-1.92-1.3-5%201-9.81l1.42%202a7.42%207.42%200%200%200-1.55%204.65c.09%202.66%203%203.23%203%203.23s.79-.86-.07-1.39s-1-2.23.94-3.29c.26.35.53.71.82%201.08a17.8%2017.8%200%200%201%202.15%203.72c-2.92%202.12-6.15%201.81-7.71-.19%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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M14.48%2045.5a11.5%201.5%200%201%200%2023%200a11.5%201.5%200%201%200-23%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M37%2018.4c-10.78%202.5-10.59-.63-21.73.87C6.86%2020.39%203.5%2024.58%203.5%2024.58l6.17%2018.19s3.33-4.19%2011.74-5.31c11.14-1.5%2011%201.62%2021.73-.88%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M34.54%2027.33a47%2047%200%200%200%205.23-.87M6.26%2032.7c1.23-1.53%205.15-4.48%2011.78-5.37m16.8%205.05a40%2040%200%200%200%206.68-1M8%2037.7c1.18-1.47%205-4.51%2011.84-5.43M4.76%2028.28c1.7-2.12%205.84-4.71%2011.9-5.52c11.15-1.5%2011%201.62%2021.73-.88%22%2F%3E%3Cpath%20fill%3D%22%23656769%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2021.87a12.8%2012.8%200%200%200-3.5%202.71l6.17%2018.19a12.8%2012.8%200%200%201%203.54-2.71Z%22%2F%3E%3Cpath%20fill%3D%22%234acfff%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M34.06%2038.09a16%2016%200%200%200-1-2.71a8.7%208.7%200%200%200%201.67-2.8c1.68-4.73-1.46-8.17-5.56-7.69a6.2%206.2%200%200%200-2.22.68c-.78-1.08-1.52-2.1-2.15-3a20.84%2020.84%200%200%200%201.9-11.89c-.44-4.81-4.28-10.9-8.1-8.15C15.17%205%2016%2014%2019.77%2019.72a22.7%2022.7%200%200%200-3.08%206.56c-2.24%207.16%202.3%2011.4%206.37%2012.56a10.12%2010.12%200%200%200%208-1.67a28%2028%200%200%201%20.78%203c.21%201-.8%202.34-1.88%201.22c-1.36-1.4-3.41-.66-3.46%201a3.27%203.27%200%200%200%204.16%203c2.88-.54%204.39-2.48%203.4-7.3m-1.94-4.77C31.5%2032.17%2030.76%2031%2030%2029.8c2.57-.27%203.7%201.39%202.12%203.52M20.28%2010.77c-.17-5.56%204.84-6.17%203.6.94A13.55%2013.55%200%200%201%2021.74%2017a20.3%2020.3%200%200%201-1.46-6.23M22.59%2035c-1.56-1.92-1.3-5%201-9.81l1.42%202a7.42%207.42%200%200%200-1.55%204.65c.09%202.66%203%203.23%203%203.23s.79-.86-.07-1.39s-1-2.23.94-3.29c.26.35.53.71.82%201.08a17.8%2017.8%200%200%201%202.15%203.72c-2.92%202.12-6.15%201.81-7.71-.19%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/streamline-emojis/musical-score.svg?color=%231a73e8&size=48