music note icon

music-note-linear from Solar by 480 Design · Linear · Video · CC-BY-4.0 Attribution required.

Name
music-note-linear
Set
Solar
Style
Linear
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 note 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="M9 19C9 20.6569 7.65685 22 6 22C4.34315 22 3 20.6569 3 19C3 17.3431 4.34315 16 6 16C7.65685 16 9 17.3431 9 19Z"/><path d="M21 17C21 18.6569 19.6569 20 18 20C16.3431 20 15 18.6569 15 17C15 15.3431 16.3431 14 18 14C19.6569 14 21 15.3431 21 17Z"/><path d="M9 19V8"/><path d="M21 17V6"/><path stroke-linecap="round" d="M15.7351 3.75466L11.7351 5.08799C10.4151 5.52801 9.75503 5.74801 9.37752 6.27179C9 6.79556 9 7.49128 9 8.88273V11.9997L21 7.99969V7.54939C21 5.01693 21 3.7507 20.1694 3.15206C19.3388 2.55341 18.1376 2.95383 15.7351 3.75466Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarMusicNoteLinear(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="M9 19C9 20.6569 7.65685 22 6 22C4.34315 22 3 20.6569 3 19C3 17.3431 4.34315 16 6 16C7.65685 16 9 17.3431 9 19Z"/><path d="M21 17C21 18.6569 19.6569 20 18 20C16.3431 20 15 18.6569 15 17C15 15.3431 16.3431 14 18 14C19.6569 14 21 15.3431 21 17Z"/><path d="M9 19V8"/><path d="M21 17V6"/><path strokeLinecap="round" d="M15.7351 3.75466L11.7351 5.08799C10.4151 5.52801 9.75503 5.74801 9.37752 6.27179C9 6.79556 9 7.49128 9 8.88273V11.9997L21 7.99969V7.54939C21 5.01693 21 3.7507 20.1694 3.15206C19.3388 2.55341 18.1376 2.95383 15.7351 3.75466Z"/></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="M9 19C9 20.6569 7.65685 22 6 22C4.34315 22 3 20.6569 3 19C3 17.3431 4.34315 16 6 16C7.65685 16 9 17.3431 9 19Z"/><path d="M21 17C21 18.6569 19.6569 20 18 20C16.3431 20 15 18.6569 15 17C15 15.3431 16.3431 14 18 14C19.6569 14 21 15.3431 21 17Z"/><path d="M9 19V8"/><path d="M21 17V6"/><path stroke-linecap="round" d="M15.7351 3.75466L11.7351 5.08799C10.4151 5.52801 9.75503 5.74801 9.37752 6.27179C9 6.79556 9 7.49128 9 8.88273V11.9997L21 7.99969V7.54939C21 5.01693 21 3.7507 20.1694 3.15206C19.3388 2.55341 18.1376 2.95383 15.7351 3.75466Z"/></g></svg>
</template>

CSS

.icon-music-note-linear {
  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%22M9%2019C9%2020.6569%207.65685%2022%206%2022C4.34315%2022%203%2020.6569%203%2019C3%2017.3431%204.34315%2016%206%2016C7.65685%2016%209%2017.3431%209%2019Z%22%2F%3E%3Cpath%20d%3D%22M21%2017C21%2018.6569%2019.6569%2020%2018%2020C16.3431%2020%2015%2018.6569%2015%2017C15%2015.3431%2016.3431%2014%2018%2014C19.6569%2014%2021%2015.3431%2021%2017Z%22%2F%3E%3Cpath%20d%3D%22M9%2019V8%22%2F%3E%3Cpath%20d%3D%22M21%2017V6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15.7351%203.75466L11.7351%205.08799C10.4151%205.52801%209.75503%205.74801%209.37752%206.27179C9%206.79556%209%207.49128%209%208.88273V11.9997L21%207.99969V7.54939C21%205.01693%2021%203.7507%2020.1694%203.15206C19.3388%202.55341%2018.1376%202.95383%2015.7351%203.75466Z%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%22M9%2019C9%2020.6569%207.65685%2022%206%2022C4.34315%2022%203%2020.6569%203%2019C3%2017.3431%204.34315%2016%206%2016C7.65685%2016%209%2017.3431%209%2019Z%22%2F%3E%3Cpath%20d%3D%22M21%2017C21%2018.6569%2019.6569%2020%2018%2020C16.3431%2020%2015%2018.6569%2015%2017C15%2015.3431%2016.3431%2014%2018%2014C19.6569%2014%2021%2015.3431%2021%2017Z%22%2F%3E%3Cpath%20d%3D%22M9%2019V8%22%2F%3E%3Cpath%20d%3D%22M21%2017V6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15.7351%203.75466L11.7351%205.08799C10.4151%205.52801%209.75503%205.74801%209.37752%206.27179C9%206.79556%209%207.49128%209%208.88273V11.9997L21%207.99969V7.54939C21%205.01693%2021%203.7507%2020.1694%203.15206C19.3388%202.55341%2018.1376%202.95383%2015.7351%203.75466Z%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-note-linear.svg?color=%231a73e8&size=48