musical notes emoji
musical-notes from Twitter Emoji by Twitter · Default · Objects · CC-BY-4.0 Attribution required.
- Name
- musical-notes
- Set
- Twitter Emoji
- Style
- Default
- Category
- Objects
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More objects icons from Twitter Emoji
Use the musical notes emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#5dadec" d="M14.182.168L7.818 1.469A1.07 1.07 0 0 0 7 2.471v15.857A6.2 6.2 0 0 0 5 18c-2.762 0-5 1.741-5 3.889s2.238 3.889 5 3.889c2.713 0 4.908-1.683 4.985-3.777H10V6.477l4.182-.855A1.07 1.07 0 0 0 15 4.62V.835c0-.459-.368-.76-.818-.667m21 4l-6.363 1.301c-.451.092-.819.543-.819 1.002v15.857A6.2 6.2 0 0 0 26 22c-2.762 0-5 1.741-5 3.889s2.238 3.889 5 3.889c2.713 0 4.908-1.683 4.985-3.777H31V10.477l4.182-.855A1.07 1.07 0 0 0 36 8.62V4.835c0-.459-.368-.76-.818-.667"/><path fill="#5dadec" d="m23.182 10.167l-6.363 1.301c-.451.093-.819.544-.819 1.003v15.857A6.2 6.2 0 0 0 14 28c-2.762 0-5 1.741-5 3.889s2.238 3.889 5 3.889c2.713 0 4.908-1.683 4.985-3.777H19V16.477l4.182-.855A1.07 1.07 0 0 0 24 14.62v-3.785c0-.459-.368-.76-.818-.668"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiMusicalNotes(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#5dadec" d="M14.182.168L7.818 1.469A1.07 1.07 0 0 0 7 2.471v15.857A6.2 6.2 0 0 0 5 18c-2.762 0-5 1.741-5 3.889s2.238 3.889 5 3.889c2.713 0 4.908-1.683 4.985-3.777H10V6.477l4.182-.855A1.07 1.07 0 0 0 15 4.62V.835c0-.459-.368-.76-.818-.667m21 4l-6.363 1.301c-.451.092-.819.543-.819 1.002v15.857A6.2 6.2 0 0 0 26 22c-2.762 0-5 1.741-5 3.889s2.238 3.889 5 3.889c2.713 0 4.908-1.683 4.985-3.777H31V10.477l4.182-.855A1.07 1.07 0 0 0 36 8.62V4.835c0-.459-.368-.76-.818-.667"/><path fill="#5dadec" d="m23.182 10.167l-6.363 1.301c-.451.093-.819.544-.819 1.003v15.857A6.2 6.2 0 0 0 14 28c-2.762 0-5 1.741-5 3.889s2.238 3.889 5 3.889c2.713 0 4.908-1.683 4.985-3.777H19V16.477l4.182-.855A1.07 1.07 0 0 0 24 14.62v-3.785c0-.459-.368-.76-.818-.668"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#5dadec" d="M14.182.168L7.818 1.469A1.07 1.07 0 0 0 7 2.471v15.857A6.2 6.2 0 0 0 5 18c-2.762 0-5 1.741-5 3.889s2.238 3.889 5 3.889c2.713 0 4.908-1.683 4.985-3.777H10V6.477l4.182-.855A1.07 1.07 0 0 0 15 4.62V.835c0-.459-.368-.76-.818-.667m21 4l-6.363 1.301c-.451.092-.819.543-.819 1.002v15.857A6.2 6.2 0 0 0 26 22c-2.762 0-5 1.741-5 3.889s2.238 3.889 5 3.889c2.713 0 4.908-1.683 4.985-3.777H31V10.477l4.182-.855A1.07 1.07 0 0 0 36 8.62V4.835c0-.459-.368-.76-.818-.667"/><path fill="#5dadec" d="m23.182 10.167l-6.363 1.301c-.451.093-.819.544-.819 1.003v15.857A6.2 6.2 0 0 0 14 28c-2.762 0-5 1.741-5 3.889s2.238 3.889 5 3.889c2.713 0 4.908-1.683 4.985-3.777H19V16.477l4.182-.855A1.07 1.07 0 0 0 24 14.62v-3.785c0-.459-.368-.76-.818-.668"/></svg> </template>
CSS
.icon-musical-notes {
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%2036%2036%22%3E%3Cpath%20fill%3D%22%235dadec%22%20d%3D%22M14.182.168L7.818%201.469A1.07%201.07%200%200%200%207%202.471v15.857A6.2%206.2%200%200%200%205%2018c-2.762%200-5%201.741-5%203.889s2.238%203.889%205%203.889c2.713%200%204.908-1.683%204.985-3.777H10V6.477l4.182-.855A1.07%201.07%200%200%200%2015%204.62V.835c0-.459-.368-.76-.818-.667m21%204l-6.363%201.301c-.451.092-.819.543-.819%201.002v15.857A6.2%206.2%200%200%200%2026%2022c-2.762%200-5%201.741-5%203.889s2.238%203.889%205%203.889c2.713%200%204.908-1.683%204.985-3.777H31V10.477l4.182-.855A1.07%201.07%200%200%200%2036%208.62V4.835c0-.459-.368-.76-.818-.667%22%2F%3E%3Cpath%20fill%3D%22%235dadec%22%20d%3D%22m23.182%2010.167l-6.363%201.301c-.451.093-.819.544-.819%201.003v15.857A6.2%206.2%200%200%200%2014%2028c-2.762%200-5%201.741-5%203.889s2.238%203.889%205%203.889c2.713%200%204.908-1.683%204.985-3.777H19V16.477l4.182-.855A1.07%201.07%200%200%200%2024%2014.62v-3.785c0-.459-.368-.76-.818-.668%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%2036%2036%22%3E%3Cpath%20fill%3D%22%235dadec%22%20d%3D%22M14.182.168L7.818%201.469A1.07%201.07%200%200%200%207%202.471v15.857A6.2%206.2%200%200%200%205%2018c-2.762%200-5%201.741-5%203.889s2.238%203.889%205%203.889c2.713%200%204.908-1.683%204.985-3.777H10V6.477l4.182-.855A1.07%201.07%200%200%200%2015%204.62V.835c0-.459-.368-.76-.818-.667m21%204l-6.363%201.301c-.451.092-.819.543-.819%201.002v15.857A6.2%206.2%200%200%200%2026%2022c-2.762%200-5%201.741-5%203.889s2.238%203.889%205%203.889c2.713%200%204.908-1.683%204.985-3.777H31V10.477l4.182-.855A1.07%201.07%200%200%200%2036%208.62V4.835c0-.459-.368-.76-.818-.667%22%2F%3E%3Cpath%20fill%3D%22%235dadec%22%20d%3D%22m23.182%2010.167l-6.363%201.301c-.451.093-.819.544-.819%201.003v15.857A6.2%206.2%200%200%200%2014%2028c-2.762%200-5%201.741-5%203.889s2.238%203.889%205%203.889c2.713%200%204.908-1.683%204.985-3.777H19V16.477l4.182-.855A1.07%201.07%200%200%200%2024%2014.62v-3.785c0-.459-.368-.76-.818-.668%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/musical-notes.svg?color=%231a73e8&size=48