music-clef-alto from Material Design Icons by Pictogrammers · Filled · Music · Apache-2.0 Free for personal and commercial use.

Name
music-clef-alto
Set
Material Design Icons
Style
Filled
Category
Music
Viewbox
24×24
License
Apache 2.0
Aliases
music-c-clef, music-clef-baritone, music-clef-soprano, music-clef-tenor

More music icons from Material Design Icons

Use the music clef alto icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 4h2v16H5m10.46-7h-.63l-1-1l1-1h.63a3.5 3.5 0 1 0-3.5-3.5h2a1.5 1.5 0 1 1 1.5 1.5H14l-2 2h-1V4H9v16h2v-7h1l2 2h1.46a1.5 1.5 0 1 1-1.5 1.5h-2a3.5 3.5 0 1 0 3.5-3.5"/></svg>

React

import type { SVGProps } from "react";

export function MdiMusicClefAlto(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="M5 4h2v16H5m10.46-7h-.63l-1-1l1-1h.63a3.5 3.5 0 1 0-3.5-3.5h2a1.5 1.5 0 1 1 1.5 1.5H14l-2 2h-1V4H9v16h2v-7h1l2 2h1.46a1.5 1.5 0 1 1-1.5 1.5h-2a3.5 3.5 0 1 0 3.5-3.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 4h2v16H5m10.46-7h-.63l-1-1l1-1h.63a3.5 3.5 0 1 0-3.5-3.5h2a1.5 1.5 0 1 1 1.5 1.5H14l-2 2h-1V4H9v16h2v-7h1l2 2h1.46a1.5 1.5 0 1 1-1.5 1.5h-2a3.5 3.5 0 1 0 3.5-3.5"/></svg>
</template>

CSS

.icon-music-clef-alto {
  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%22M5%204h2v16H5m10.46-7h-.63l-1-1l1-1h.63a3.5%203.5%200%201%200-3.5-3.5h2a1.5%201.5%200%201%201%201.5%201.5H14l-2%202h-1V4H9v16h2v-7h1l2%202h1.46a1.5%201.5%200%201%201-1.5%201.5h-2a3.5%203.5%200%201%200%203.5-3.5%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%22M5%204h2v16H5m10.46-7h-.63l-1-1l1-1h.63a3.5%203.5%200%201%200-3.5-3.5h2a1.5%201.5%200%201%201%201.5%201.5H14l-2%202h-1V4H9v16h2v-7h1l2%202h1.46a1.5%201.5%200%201%201-1.5%201.5h-2a3.5%203.5%200%201%200%203.5-3.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/music-clef-alto.svg?color=%231a73e8&size=48