music note 2 icon

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

Name
music-note-2-outline
Set
Solar
Style
Outline
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" fill-rule="evenodd" d="M13.75 2C13.75 4.8995 16.1005 7.25 19 7.25C19.4142 7.25 19.75 7.58579 19.75 8C19.75 8.41421 19.4142 8.75 19 8.75C16.8795 8.75 14.9875 7.77225 13.75 6.243V18C13.75 20.6234 11.6234 22.75 9 22.75C6.37665 22.75 4.25 20.6234 4.25 18C4.25 15.3766 6.37665 13.25 9 13.25C10.2572 13.25 11.4003 13.7384 12.25 14.5359V2H13.75ZM12.25 18C12.25 16.2051 10.7949 14.75 9 14.75C7.20507 14.75 5.75 16.2051 5.75 18C5.75 19.7949 7.20507 21.25 9 21.25C10.7949 21.25 12.25 19.7949 12.25 18Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarMusicNote2Outline(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" fillRule="evenodd" d="M13.75 2C13.75 4.8995 16.1005 7.25 19 7.25C19.4142 7.25 19.75 7.58579 19.75 8C19.75 8.41421 19.4142 8.75 19 8.75C16.8795 8.75 14.9875 7.77225 13.75 6.243V18C13.75 20.6234 11.6234 22.75 9 22.75C6.37665 22.75 4.25 20.6234 4.25 18C4.25 15.3766 6.37665 13.25 9 13.25C10.2572 13.25 11.4003 13.7384 12.25 14.5359V2H13.75ZM12.25 18C12.25 16.2051 10.7949 14.75 9 14.75C7.20507 14.75 5.75 16.2051 5.75 18C5.75 19.7949 7.20507 21.25 9 21.25C10.7949 21.25 12.25 19.7949 12.25 18Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M13.75 2C13.75 4.8995 16.1005 7.25 19 7.25C19.4142 7.25 19.75 7.58579 19.75 8C19.75 8.41421 19.4142 8.75 19 8.75C16.8795 8.75 14.9875 7.77225 13.75 6.243V18C13.75 20.6234 11.6234 22.75 9 22.75C6.37665 22.75 4.25 20.6234 4.25 18C4.25 15.3766 6.37665 13.25 9 13.25C10.2572 13.25 11.4003 13.7384 12.25 14.5359V2H13.75ZM12.25 18C12.25 16.2051 10.7949 14.75 9 14.75C7.20507 14.75 5.75 16.2051 5.75 18C5.75 19.7949 7.20507 21.25 9 21.25C10.7949 21.25 12.25 19.7949 12.25 18Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-music-note-2-outline {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M13.75%202C13.75%204.8995%2016.1005%207.25%2019%207.25C19.4142%207.25%2019.75%207.58579%2019.75%208C19.75%208.41421%2019.4142%208.75%2019%208.75C16.8795%208.75%2014.9875%207.77225%2013.75%206.243V18C13.75%2020.6234%2011.6234%2022.75%209%2022.75C6.37665%2022.75%204.25%2020.6234%204.25%2018C4.25%2015.3766%206.37665%2013.25%209%2013.25C10.2572%2013.25%2011.4003%2013.7384%2012.25%2014.5359V2H13.75ZM12.25%2018C12.25%2016.2051%2010.7949%2014.75%209%2014.75C7.20507%2014.75%205.75%2016.2051%205.75%2018C5.75%2019.7949%207.20507%2021.25%209%2021.25C10.7949%2021.25%2012.25%2019.7949%2012.25%2018Z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M13.75%202C13.75%204.8995%2016.1005%207.25%2019%207.25C19.4142%207.25%2019.75%207.58579%2019.75%208C19.75%208.41421%2019.4142%208.75%2019%208.75C16.8795%208.75%2014.9875%207.77225%2013.75%206.243V18C13.75%2020.6234%2011.6234%2022.75%209%2022.75C6.37665%2022.75%204.25%2020.6234%204.25%2018C4.25%2015.3766%206.37665%2013.25%209%2013.25C10.2572%2013.25%2011.4003%2013.7384%2012.25%2014.5359V2H13.75ZM12.25%2018C12.25%2016.2051%2010.7949%2014.75%209%2014.75C7.20507%2014.75%205.75%2016.2051%205.75%2018C5.75%2019.7949%207.20507%2021.25%209%2021.25C10.7949%2021.25%2012.25%2019.7949%2012.25%2018Z%22%20clip-rule%3D%22evenodd%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-outline.svg?color=%231a73e8&size=48