music notes icon

music-notes-line-duotone from Solar by 480 Design · Line Duotone · Video · CC-BY-4.0 Attribution required.

Name
music-notes-line-duotone
Set
Solar
Style
Line Duotone
Category
Video
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More video icons from Solar

Use the music notes icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M12 19.5C12 20.8807 10.8807 22 9.5 22C8.11929 22 7 20.8807 7 19.5C7 18.1193 8.11929 17 9.5 17C10.8807 17 12 18.1193 12 19.5Z"/><path d="M22 17.5C22 18.8807 20.8807 20 19.5 20C18.1193 20 17 18.8807 17 17.5C17 16.1193 18.1193 15 19.5 15C20.8807 15 22 16.1193 22 17.5Z"/><path stroke-linecap="round" d="M22 8L12 12"/><path d="M12 19.0004V8.84787C12 7.5574 12 6.91217 12.335 6.40878C12.67 5.90539 13.2652 5.65627 14.4556 5.15803L16.4556 4.32094C18.9626 3.27164 20.2161 2.747 21.1081 3.34059C22 3.93418 22 5.29305 22 8.01078V17.1542"/><path stroke-linecap="round" stroke-linejoin="round" d="M7 11V2C7 4.07107 8.75736 5 10 5M7 10.5C7 11.8807 5.88071 13 4.5 13C3.11929 13 2 11.8807 2 10.5C2 9.11929 3.11929 8 4.5 8C5.88071 8 7 9.11929 7 10.5Z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarMusicNotesLineDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M12 19.5C12 20.8807 10.8807 22 9.5 22C8.11929 22 7 20.8807 7 19.5C7 18.1193 8.11929 17 9.5 17C10.8807 17 12 18.1193 12 19.5Z"/><path d="M22 17.5C22 18.8807 20.8807 20 19.5 20C18.1193 20 17 18.8807 17 17.5C17 16.1193 18.1193 15 19.5 15C20.8807 15 22 16.1193 22 17.5Z"/><path strokeLinecap="round" d="M22 8L12 12"/><path d="M12 19.0004V8.84787C12 7.5574 12 6.91217 12.335 6.40878C12.67 5.90539 13.2652 5.65627 14.4556 5.15803L16.4556 4.32094C18.9626 3.27164 20.2161 2.747 21.1081 3.34059C22 3.93418 22 5.29305 22 8.01078V17.1542"/><path strokeLinecap="round" strokeLinejoin="round" d="M7 11V2C7 4.07107 8.75736 5 10 5M7 10.5C7 11.8807 5.88071 13 4.5 13C3.11929 13 2 11.8807 2 10.5C2 9.11929 3.11929 8 4.5 8C5.88071 8 7 9.11929 7 10.5Z" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M12 19.5C12 20.8807 10.8807 22 9.5 22C8.11929 22 7 20.8807 7 19.5C7 18.1193 8.11929 17 9.5 17C10.8807 17 12 18.1193 12 19.5Z"/><path d="M22 17.5C22 18.8807 20.8807 20 19.5 20C18.1193 20 17 18.8807 17 17.5C17 16.1193 18.1193 15 19.5 15C20.8807 15 22 16.1193 22 17.5Z"/><path stroke-linecap="round" d="M22 8L12 12"/><path d="M12 19.0004V8.84787C12 7.5574 12 6.91217 12.335 6.40878C12.67 5.90539 13.2652 5.65627 14.4556 5.15803L16.4556 4.32094C18.9626 3.27164 20.2161 2.747 21.1081 3.34059C22 3.93418 22 5.29305 22 8.01078V17.1542"/><path stroke-linecap="round" stroke-linejoin="round" d="M7 11V2C7 4.07107 8.75736 5 10 5M7 10.5C7 11.8807 5.88071 13 4.5 13C3.11929 13 2 11.8807 2 10.5C2 9.11929 3.11929 8 4.5 8C5.88071 8 7 9.11929 7 10.5Z" opacity=".5"/></g></svg>
</template>

CSS

.icon-music-notes-line-duotone {
  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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2019.5C12%2020.8807%2010.8807%2022%209.5%2022C8.11929%2022%207%2020.8807%207%2019.5C7%2018.1193%208.11929%2017%209.5%2017C10.8807%2017%2012%2018.1193%2012%2019.5Z%22%2F%3E%3Cpath%20d%3D%22M22%2017.5C22%2018.8807%2020.8807%2020%2019.5%2020C18.1193%2020%2017%2018.8807%2017%2017.5C17%2016.1193%2018.1193%2015%2019.5%2015C20.8807%2015%2022%2016.1193%2022%2017.5Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%208L12%2012%22%2F%3E%3Cpath%20d%3D%22M12%2019.0004V8.84787C12%207.5574%2012%206.91217%2012.335%206.40878C12.67%205.90539%2013.2652%205.65627%2014.4556%205.15803L16.4556%204.32094C18.9626%203.27164%2020.2161%202.747%2021.1081%203.34059C22%203.93418%2022%205.29305%2022%208.01078V17.1542%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2011V2C7%204.07107%208.75736%205%2010%205M7%2010.5C7%2011.8807%205.88071%2013%204.5%2013C3.11929%2013%202%2011.8807%202%2010.5C2%209.11929%203.11929%208%204.5%208C5.88071%208%207%209.11929%207%2010.5Z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2019.5C12%2020.8807%2010.8807%2022%209.5%2022C8.11929%2022%207%2020.8807%207%2019.5C7%2018.1193%208.11929%2017%209.5%2017C10.8807%2017%2012%2018.1193%2012%2019.5Z%22%2F%3E%3Cpath%20d%3D%22M22%2017.5C22%2018.8807%2020.8807%2020%2019.5%2020C18.1193%2020%2017%2018.8807%2017%2017.5C17%2016.1193%2018.1193%2015%2019.5%2015C20.8807%2015%2022%2016.1193%2022%2017.5Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%208L12%2012%22%2F%3E%3Cpath%20d%3D%22M12%2019.0004V8.84787C12%207.5574%2012%206.91217%2012.335%206.40878C12.67%205.90539%2013.2652%205.65627%2014.4556%205.15803L16.4556%204.32094C18.9626%203.27164%2020.2161%202.747%2021.1081%203.34059C22%203.93418%2022%205.29305%2022%208.01078V17.1542%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2011V2C7%204.07107%208.75736%205%2010%205M7%2010.5C7%2011.8807%205.88071%2013%204.5%2013C3.11929%2013%202%2011.8807%202%2010.5C2%209.11929%203.11929%208%204.5%208C5.88071%208%207%209.11929%207%2010.5Z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/music-notes-line-duotone.svg?color=%231a73e8&size=48