music note 2 icon

music-note-2-bold from Solar by 480 Design · Bold · Video · CC-BY-4.0 Attribution required.

Name
music-note-2-bold
Set
Solar
Style
Bold
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 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.75 2C13.75 1.58579 13.4142 1.25 13 1.25C12.5858 1.25 12.25 1.58579 12.25 2V14.5359C11.4003 13.7384 10.2572 13.25 9 13.25C6.37665 13.25 4.25 15.3766 4.25 18C4.25 20.6234 6.37665 22.75 9 22.75C11.6234 22.75 13.75 20.6234 13.75 18V6.243C14.9875 7.77225 16.8795 8.75 19 8.75C19.4142 8.75 19.75 8.41421 19.75 8C19.75 7.58579 19.4142 7.25 19 7.25C16.1005 7.25 13.75 4.8995 13.75 2Z"/></svg>

React

import type { SVGProps } from "react";

export function SolarMusicNote2Bold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.75 2C13.75 1.58579 13.4142 1.25 13 1.25C12.5858 1.25 12.25 1.58579 12.25 2V14.5359C11.4003 13.7384 10.2572 13.25 9 13.25C6.37665 13.25 4.25 15.3766 4.25 18C4.25 20.6234 6.37665 22.75 9 22.75C11.6234 22.75 13.75 20.6234 13.75 18V6.243C14.9875 7.77225 16.8795 8.75 19 8.75C19.4142 8.75 19.75 8.41421 19.75 8C19.75 7.58579 19.4142 7.25 19 7.25C16.1005 7.25 13.75 4.8995 13.75 2Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.75 2C13.75 1.58579 13.4142 1.25 13 1.25C12.5858 1.25 12.25 1.58579 12.25 2V14.5359C11.4003 13.7384 10.2572 13.25 9 13.25C6.37665 13.25 4.25 15.3766 4.25 18C4.25 20.6234 6.37665 22.75 9 22.75C11.6234 22.75 13.75 20.6234 13.75 18V6.243C14.9875 7.77225 16.8795 8.75 19 8.75C19.4142 8.75 19.75 8.41421 19.75 8C19.75 7.58579 19.4142 7.25 19 7.25C16.1005 7.25 13.75 4.8995 13.75 2Z"/></svg>
</template>

CSS

.icon-music-note-2-bold {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.75%202C13.75%201.58579%2013.4142%201.25%2013%201.25C12.5858%201.25%2012.25%201.58579%2012.25%202V14.5359C11.4003%2013.7384%2010.2572%2013.25%209%2013.25C6.37665%2013.25%204.25%2015.3766%204.25%2018C4.25%2020.6234%206.37665%2022.75%209%2022.75C11.6234%2022.75%2013.75%2020.6234%2013.75%2018V6.243C14.9875%207.77225%2016.8795%208.75%2019%208.75C19.4142%208.75%2019.75%208.41421%2019.75%208C19.75%207.58579%2019.4142%207.25%2019%207.25C16.1005%207.25%2013.75%204.8995%2013.75%202Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.75%202C13.75%201.58579%2013.4142%201.25%2013%201.25C12.5858%201.25%2012.25%201.58579%2012.25%202V14.5359C11.4003%2013.7384%2010.2572%2013.25%209%2013.25C6.37665%2013.25%204.25%2015.3766%204.25%2018C4.25%2020.6234%206.37665%2022.75%209%2022.75C11.6234%2022.75%2013.75%2020.6234%2013.75%2018V6.243C14.9875%207.77225%2016.8795%208.75%2019%208.75C19.4142%208.75%2019.75%208.41421%2019.75%208C19.75%207.58579%2019.4142%207.25%2019%207.25C16.1005%207.25%2013.75%204.8995%2013.75%202Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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