Emoji Musical Score Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Musical Score icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/339911.svg" alt="Emoji Musical Score icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339911.svg" alt="Emoji Musical Score icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339911.svg" alt="Emoji Musical Score icon" :width="24" :height="24" />
CSS background
.icon-emoji-musical-score {
background-image: url('https://proicons.com/icon/339911.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="e" d="m20.9039,28.2423c-.2601-2.6902,2.1911-4.8936,4.894-4.8936s4.894,2.2169,4.894,4.8936c0,1.2963-.3837,6.3316-7.2035,6.0967-3.0628-.2456-5.6401-2.5029-6.0749-5.8969-.3349-2.6153.0149-4.8807,2.7219-7.5875,2.7071-2.7069,3.4879-2.8685,6.2247-6.643,2.7369-3.7745,1.7245-6.204,1.5851-6.6832-.1394-.4792-1.0734-2.0282-2.8052-2.0282s-2.5665,1.8491-2.7926,2.6134c-.2261.7642-.4854,2.2999-.0622,5.2604.3168,2.2165,5.3793,21.5611,5.9987,24.4417.0594.2764.1051.5556.131.8344.0019.0206.0186.5113.0186.5113,0,1.844-1.4949,3.3388-3.339,3.3388s-3.339-1.4436-3.339-3.2876"/><path id="d" class="e" d="m21.3288,38.2338c-.0007.7376.5967,1.3361,1.3343,1.3368s1.3362-.5967,1.3369-1.3342v-.0025c.0007-.7376-.5967-1.3361-1.3343-1.3368s-1.3362.5967-1.3369,1.3342v.0025"/></svg>
Copied!