music note3 icon
music-note3 from Reicon by REICON · Outline · Video · MIT Free for personal and commercial use.
- Name
- music-note3
- Set
- Reicon
- Style
- Outline
- Category
- Video
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More video icons from Reicon
albumcameracamera-addcamera-add2camera-altcamera-offcamera-recordcamera-rotatecamera-squarecamera2camera3clapperboardclapperboard-editclapperboard-openclapperboard-open-playclapperboard-playclapperboard-textexit-fullscreenexit-fullscreen-circleexit-fullscreen-squareexit-pipfast-forwardfast-forward-circlefilm
Use the music note3 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="M14.145 3.995a1.25 1.25 0 0 0-1.32.816c-.022.06-.047.175-.061.437c-.014.26-.014.6-.014 1.094c0 .438.003.558.022.657c.058.302.225.572.469.758c.08.062.186.118.578.314l2.633 1.317c.442.22.747.373.985.477c.24.105.355.134.418.14a1.25 1.25 0 0 0 1.32-.815c.022-.06.047-.175.061-.437c.014-.26.014-.6.014-1.094c0-.439-.003-.558-.022-.658a1.25 1.25 0 0 0-.469-.758c-.08-.061-.186-.117-.578-.313l-2.633-1.317a24 24 0 0 0-.985-.477c-.24-.105-.355-.134-.418-.141M12.75 9.21a15 15 0 0 0 .398.202l2.652 1.326c.418.21.759.38 1.038.5c.281.123.558.223.843.257A2.75 2.75 0 0 0 20.586 9.7c.098-.27.132-.563.148-.87c.016-.303.016-.684.016-1.151v-.083c0-.348 0-.62-.049-.878a2.75 2.75 0 0 0-1.03-1.667c-.21-.16-.453-.281-.764-.436l-.055-.028L16.2 3.262a22 22 0 0 0-1.038-.501c-.281-.123-.558-.223-.843-.256A2.75 2.75 0 0 0 11.414 4.3c-.098.27-.132.563-.148.869A17 17 0 0 0 11.25 6v8.536A4.75 4.75 0 1 0 12.75 18zM11.25 18a3.25 3.25 0 1 0-6.5 0a3.25 3.25 0 0 0 6.5 0" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconMusicNote3(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="M14.145 3.995a1.25 1.25 0 0 0-1.32.816c-.022.06-.047.175-.061.437c-.014.26-.014.6-.014 1.094c0 .438.003.558.022.657c.058.302.225.572.469.758c.08.062.186.118.578.314l2.633 1.317c.442.22.747.373.985.477c.24.105.355.134.418.14a1.25 1.25 0 0 0 1.32-.815c.022-.06.047-.175.061-.437c.014-.26.014-.6.014-1.094c0-.439-.003-.558-.022-.658a1.25 1.25 0 0 0-.469-.758c-.08-.061-.186-.117-.578-.313l-2.633-1.317a24 24 0 0 0-.985-.477c-.24-.105-.355-.134-.418-.141M12.75 9.21a15 15 0 0 0 .398.202l2.652 1.326c.418.21.759.38 1.038.5c.281.123.558.223.843.257A2.75 2.75 0 0 0 20.586 9.7c.098-.27.132-.563.148-.87c.016-.303.016-.684.016-1.151v-.083c0-.348 0-.62-.049-.878a2.75 2.75 0 0 0-1.03-1.667c-.21-.16-.453-.281-.764-.436l-.055-.028L16.2 3.262a22 22 0 0 0-1.038-.501c-.281-.123-.558-.223-.843-.256A2.75 2.75 0 0 0 11.414 4.3c-.098.27-.132.563-.148.869A17 17 0 0 0 11.25 6v8.536A4.75 4.75 0 1 0 12.75 18zM11.25 18a3.25 3.25 0 1 0-6.5 0a3.25 3.25 0 0 0 6.5 0" 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="M14.145 3.995a1.25 1.25 0 0 0-1.32.816c-.022.06-.047.175-.061.437c-.014.26-.014.6-.014 1.094c0 .438.003.558.022.657c.058.302.225.572.469.758c.08.062.186.118.578.314l2.633 1.317c.442.22.747.373.985.477c.24.105.355.134.418.14a1.25 1.25 0 0 0 1.32-.815c.022-.06.047-.175.061-.437c.014-.26.014-.6.014-1.094c0-.439-.003-.558-.022-.658a1.25 1.25 0 0 0-.469-.758c-.08-.061-.186-.117-.578-.313l-2.633-1.317a24 24 0 0 0-.985-.477c-.24-.105-.355-.134-.418-.141M12.75 9.21a15 15 0 0 0 .398.202l2.652 1.326c.418.21.759.38 1.038.5c.281.123.558.223.843.257A2.75 2.75 0 0 0 20.586 9.7c.098-.27.132-.563.148-.87c.016-.303.016-.684.016-1.151v-.083c0-.348 0-.62-.049-.878a2.75 2.75 0 0 0-1.03-1.667c-.21-.16-.453-.281-.764-.436l-.055-.028L16.2 3.262a22 22 0 0 0-1.038-.501c-.281-.123-.558-.223-.843-.256A2.75 2.75 0 0 0 11.414 4.3c-.098.27-.132.563-.148.869A17 17 0 0 0 11.25 6v8.536A4.75 4.75 0 1 0 12.75 18zM11.25 18a3.25 3.25 0 1 0-6.5 0a3.25 3.25 0 0 0 6.5 0" clip-rule="evenodd"/></svg> </template>
CSS
.icon-music-note3 {
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%22M14.145%203.995a1.25%201.25%200%200%200-1.32.816c-.022.06-.047.175-.061.437c-.014.26-.014.6-.014%201.094c0%20.438.003.558.022.657c.058.302.225.572.469.758c.08.062.186.118.578.314l2.633%201.317c.442.22.747.373.985.477c.24.105.355.134.418.14a1.25%201.25%200%200%200%201.32-.815c.022-.06.047-.175.061-.437c.014-.26.014-.6.014-1.094c0-.439-.003-.558-.022-.658a1.25%201.25%200%200%200-.469-.758c-.08-.061-.186-.117-.578-.313l-2.633-1.317a24%2024%200%200%200-.985-.477c-.24-.105-.355-.134-.418-.141M12.75%209.21a15%2015%200%200%200%20.398.202l2.652%201.326c.418.21.759.38%201.038.5c.281.123.558.223.843.257A2.75%202.75%200%200%200%2020.586%209.7c.098-.27.132-.563.148-.87c.016-.303.016-.684.016-1.151v-.083c0-.348%200-.62-.049-.878a2.75%202.75%200%200%200-1.03-1.667c-.21-.16-.453-.281-.764-.436l-.055-.028L16.2%203.262a22%2022%200%200%200-1.038-.501c-.281-.123-.558-.223-.843-.256A2.75%202.75%200%200%200%2011.414%204.3c-.098.27-.132.563-.148.869A17%2017%200%200%200%2011.25%206v8.536A4.75%204.75%200%201%200%2012.75%2018zM11.25%2018a3.25%203.25%200%201%200-6.5%200a3.25%203.25%200%200%200%206.5%200%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%22M14.145%203.995a1.25%201.25%200%200%200-1.32.816c-.022.06-.047.175-.061.437c-.014.26-.014.6-.014%201.094c0%20.438.003.558.022.657c.058.302.225.572.469.758c.08.062.186.118.578.314l2.633%201.317c.442.22.747.373.985.477c.24.105.355.134.418.14a1.25%201.25%200%200%200%201.32-.815c.022-.06.047-.175.061-.437c.014-.26.014-.6.014-1.094c0-.439-.003-.558-.022-.658a1.25%201.25%200%200%200-.469-.758c-.08-.061-.186-.117-.578-.313l-2.633-1.317a24%2024%200%200%200-.985-.477c-.24-.105-.355-.134-.418-.141M12.75%209.21a15%2015%200%200%200%20.398.202l2.652%201.326c.418.21.759.38%201.038.5c.281.123.558.223.843.257A2.75%202.75%200%200%200%2020.586%209.7c.098-.27.132-.563.148-.87c.016-.303.016-.684.016-1.151v-.083c0-.348%200-.62-.049-.878a2.75%202.75%200%200%200-1.03-1.667c-.21-.16-.453-.281-.764-.436l-.055-.028L16.2%203.262a22%2022%200%200%200-1.038-.501c-.281-.123-.558-.223-.843-.256A2.75%202.75%200%200%200%2011.414%204.3c-.098.27-.132.563-.148.869A17%2017%200%200%200%2011.25%206v8.536A4.75%204.75%200%201%200%2012.75%2018zM11.25%2018a3.25%203.25%200%201%200-6.5%200a3.25%203.25%200%200%200%206.5%200%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/reicon/music-note3.svg?color=%231a73e8&size=48