music note 3 icon

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

Name
music-note-3-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Video
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More video icons from Solar

Use the music note 3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.3187 2.50498C13.0514 2.35716 11.8489 3.10033 11.4144 4.29989C11.3165 4.57023 11.2821 4.86251 11.266 5.16888C11.2539 5.40001 11.2509 5.67552 11.2503 6L11.25 6.45499C11.25 6.4598 11.25 6.4646 11.25 6.46938V14.5359C10.4003 13.7384 9.25721 13.25 8 13.25C5.37665 13.25 3.25 15.3766 3.25 18C3.25 20.6234 5.37665 22.75 8 22.75C10.6234 22.75 12.75 20.6234 12.75 18V9.21059C12.8548 9.26646 12.9683 9.32316 13.0927 9.38527L15.8002 10.739C16.2185 10.9481 16.5589 11.1183 16.8378 11.2399C17.119 11.3625 17.3958 11.4625 17.6814 11.4958C18.9486 11.6436 20.1511 10.9004 20.5856 9.70089C20.6836 9.43055 20.7179 9.13826 20.7341 8.83189C20.75 8.52806 20.75 8.14752 20.75 7.67988L20.7501 7.59705C20.7502 7.2493 20.7503 6.97726 20.701 6.71946C20.574 6.05585 20.2071 5.46223 19.6704 5.05185C19.4618 4.89242 19.2185 4.77088 18.9074 4.6155L16.1999 3.26179C15.7816 3.05264 15.4412 2.88244 15.1623 2.76086C14.8811 2.63826 14.6043 2.53829 14.3187 2.50498Z"/></svg>

React

import type { SVGProps } from "react";

export function SolarMusicNote3BoldDuotone(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="M14.3187 2.50498C13.0514 2.35716 11.8489 3.10033 11.4144 4.29989C11.3165 4.57023 11.2821 4.86251 11.266 5.16888C11.2539 5.40001 11.2509 5.67552 11.2503 6L11.25 6.45499C11.25 6.4598 11.25 6.4646 11.25 6.46938V14.5359C10.4003 13.7384 9.25721 13.25 8 13.25C5.37665 13.25 3.25 15.3766 3.25 18C3.25 20.6234 5.37665 22.75 8 22.75C10.6234 22.75 12.75 20.6234 12.75 18V9.21059C12.8548 9.26646 12.9683 9.32316 13.0927 9.38527L15.8002 10.739C16.2185 10.9481 16.5589 11.1183 16.8378 11.2399C17.119 11.3625 17.3958 11.4625 17.6814 11.4958C18.9486 11.6436 20.1511 10.9004 20.5856 9.70089C20.6836 9.43055 20.7179 9.13826 20.7341 8.83189C20.75 8.52806 20.75 8.14752 20.75 7.67988L20.7501 7.59705C20.7502 7.2493 20.7503 6.97726 20.701 6.71946C20.574 6.05585 20.2071 5.46223 19.6704 5.05185C19.4618 4.89242 19.2185 4.77088 18.9074 4.6155L16.1999 3.26179C15.7816 3.05264 15.4412 2.88244 15.1623 2.76086C14.8811 2.63826 14.6043 2.53829 14.3187 2.50498Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.3187 2.50498C13.0514 2.35716 11.8489 3.10033 11.4144 4.29989C11.3165 4.57023 11.2821 4.86251 11.266 5.16888C11.2539 5.40001 11.2509 5.67552 11.2503 6L11.25 6.45499C11.25 6.4598 11.25 6.4646 11.25 6.46938V14.5359C10.4003 13.7384 9.25721 13.25 8 13.25C5.37665 13.25 3.25 15.3766 3.25 18C3.25 20.6234 5.37665 22.75 8 22.75C10.6234 22.75 12.75 20.6234 12.75 18V9.21059C12.8548 9.26646 12.9683 9.32316 13.0927 9.38527L15.8002 10.739C16.2185 10.9481 16.5589 11.1183 16.8378 11.2399C17.119 11.3625 17.3958 11.4625 17.6814 11.4958C18.9486 11.6436 20.1511 10.9004 20.5856 9.70089C20.6836 9.43055 20.7179 9.13826 20.7341 8.83189C20.75 8.52806 20.75 8.14752 20.75 7.67988L20.7501 7.59705C20.7502 7.2493 20.7503 6.97726 20.701 6.71946C20.574 6.05585 20.2071 5.46223 19.6704 5.05185C19.4618 4.89242 19.2185 4.77088 18.9074 4.6155L16.1999 3.26179C15.7816 3.05264 15.4412 2.88244 15.1623 2.76086C14.8811 2.63826 14.6043 2.53829 14.3187 2.50498Z"/></svg>
</template>

CSS

.icon-music-note-3-bold-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.3187%202.50498C13.0514%202.35716%2011.8489%203.10033%2011.4144%204.29989C11.3165%204.57023%2011.2821%204.86251%2011.266%205.16888C11.2539%205.40001%2011.2509%205.67552%2011.2503%206L11.25%206.45499C11.25%206.4598%2011.25%206.4646%2011.25%206.46938V14.5359C10.4003%2013.7384%209.25721%2013.25%208%2013.25C5.37665%2013.25%203.25%2015.3766%203.25%2018C3.25%2020.6234%205.37665%2022.75%208%2022.75C10.6234%2022.75%2012.75%2020.6234%2012.75%2018V9.21059C12.8548%209.26646%2012.9683%209.32316%2013.0927%209.38527L15.8002%2010.739C16.2185%2010.9481%2016.5589%2011.1183%2016.8378%2011.2399C17.119%2011.3625%2017.3958%2011.4625%2017.6814%2011.4958C18.9486%2011.6436%2020.1511%2010.9004%2020.5856%209.70089C20.6836%209.43055%2020.7179%209.13826%2020.7341%208.83189C20.75%208.52806%2020.75%208.14752%2020.75%207.67988L20.7501%207.59705C20.7502%207.2493%2020.7503%206.97726%2020.701%206.71946C20.574%206.05585%2020.2071%205.46223%2019.6704%205.05185C19.4618%204.89242%2019.2185%204.77088%2018.9074%204.6155L16.1999%203.26179C15.7816%203.05264%2015.4412%202.88244%2015.1623%202.76086C14.8811%202.63826%2014.6043%202.53829%2014.3187%202.50498Z%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%22M14.3187%202.50498C13.0514%202.35716%2011.8489%203.10033%2011.4144%204.29989C11.3165%204.57023%2011.2821%204.86251%2011.266%205.16888C11.2539%205.40001%2011.2509%205.67552%2011.2503%206L11.25%206.45499C11.25%206.4598%2011.25%206.4646%2011.25%206.46938V14.5359C10.4003%2013.7384%209.25721%2013.25%208%2013.25C5.37665%2013.25%203.25%2015.3766%203.25%2018C3.25%2020.6234%205.37665%2022.75%208%2022.75C10.6234%2022.75%2012.75%2020.6234%2012.75%2018V9.21059C12.8548%209.26646%2012.9683%209.32316%2013.0927%209.38527L15.8002%2010.739C16.2185%2010.9481%2016.5589%2011.1183%2016.8378%2011.2399C17.119%2011.3625%2017.3958%2011.4625%2017.6814%2011.4958C18.9486%2011.6436%2020.1511%2010.9004%2020.5856%209.70089C20.6836%209.43055%2020.7179%209.13826%2020.7341%208.83189C20.75%208.52806%2020.75%208.14752%2020.75%207.67988L20.7501%207.59705C20.7502%207.2493%2020.7503%206.97726%2020.701%206.71946C20.574%206.05585%2020.2071%205.46223%2019.6704%205.05185C19.4618%204.89242%2019.2185%204.77088%2018.9074%204.6155L16.1999%203.26179C15.7816%203.05264%2015.4412%202.88244%2015.1623%202.76086C14.8811%202.63826%2014.6043%202.53829%2014.3187%202.50498Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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