ios musical note icon

ios-musical-note from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
ios-musical-note
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the ios musical note icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M364.3 48.2c-4.7.9-118 24.1-122.2 24.9-4.2.8-8.1 3.6-8.1 8v255.1c0 1.6-.1 7.2-2.4 11.7-3.1 5.9-8.5 10.2-16.1 12.7-3.3 1.1-7.8 2.1-13.1 3.3-24.1 5.4-64.4 14.6-64.4 51.8 0 30.1 21.7 44.5 35 47.1 5 1 11 1 13.8 1 8.2 0 36-3.3 51.2-13.2 11-7.2 24.1-21.4 24.1-47.8V173.1c0-3.8 2.7-7.1 6.4-7.8l92.8-19c7.4-1.5 12.8-8.1 12.8-15.7V55.8c-.1-4.3-3.8-8.8-9.8-7.6z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosMusicalNote(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M364.3 48.2c-4.7.9-118 24.1-122.2 24.9-4.2.8-8.1 3.6-8.1 8v255.1c0 1.6-.1 7.2-2.4 11.7-3.1 5.9-8.5 10.2-16.1 12.7-3.3 1.1-7.8 2.1-13.1 3.3-24.1 5.4-64.4 14.6-64.4 51.8 0 30.1 21.7 44.5 35 47.1 5 1 11 1 13.8 1 8.2 0 36-3.3 51.2-13.2 11-7.2 24.1-21.4 24.1-47.8V173.1c0-3.8 2.7-7.1 6.4-7.8l92.8-19c7.4-1.5 12.8-8.1 12.8-15.7V55.8c-.1-4.3-3.8-8.8-9.8-7.6z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M364.3 48.2c-4.7.9-118 24.1-122.2 24.9-4.2.8-8.1 3.6-8.1 8v255.1c0 1.6-.1 7.2-2.4 11.7-3.1 5.9-8.5 10.2-16.1 12.7-3.3 1.1-7.8 2.1-13.1 3.3-24.1 5.4-64.4 14.6-64.4 51.8 0 30.1 21.7 44.5 35 47.1 5 1 11 1 13.8 1 8.2 0 36-3.3 51.2-13.2 11-7.2 24.1-21.4 24.1-47.8V173.1c0-3.8 2.7-7.1 6.4-7.8l92.8-19c7.4-1.5 12.8-8.1 12.8-15.7V55.8c-.1-4.3-3.8-8.8-9.8-7.6z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-musical-note {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M364.3%2048.2c-4.7.9-118%2024.1-122.2%2024.9-4.2.8-8.1%203.6-8.1%208v255.1c0%201.6-.1%207.2-2.4%2011.7-3.1%205.9-8.5%2010.2-16.1%2012.7-3.3%201.1-7.8%202.1-13.1%203.3-24.1%205.4-64.4%2014.6-64.4%2051.8%200%2030.1%2021.7%2044.5%2035%2047.1%205%201%2011%201%2013.8%201%208.2%200%2036-3.3%2051.2-13.2%2011-7.2%2024.1-21.4%2024.1-47.8V173.1c0-3.8%202.7-7.1%206.4-7.8l92.8-19c7.4-1.5%2012.8-8.1%2012.8-15.7V55.8c-.1-4.3-3.8-8.8-9.8-7.6z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M364.3%2048.2c-4.7.9-118%2024.1-122.2%2024.9-4.2.8-8.1%203.6-8.1%208v255.1c0%201.6-.1%207.2-2.4%2011.7-3.1%205.9-8.5%2010.2-16.1%2012.7-3.3%201.1-7.8%202.1-13.1%203.3-24.1%205.4-64.4%2014.6-64.4%2051.8%200%2030.1%2021.7%2044.5%2035%2047.1%205%201%2011%201%2013.8%201%208.2%200%2036-3.3%2051.2-13.2%2011-7.2%2024.1-21.4%2024.1-47.8V173.1c0-3.8%202.7-7.1%206.4-7.8l92.8-19c7.4-1.5%2012.8-8.1%2012.8-15.7V55.8c-.1-4.3-3.8-8.8-9.8-7.6z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-musical-note.svg?color=%231a73e8&size=48