music history icon
music-history from Material Symbols by Google · Regular · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- music-history
- Set
- Material Symbols
- Style
- Regular
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- music-history-outline, music-history-outline-sharp, music-history-sharp
2 other variants in Material Symbols
The same icon in other sets
More audio & video icons from Material Symbols
Use the music history icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.725 16.275Q8 15.55 8 14.5t.725-1.775T10.5 12q.425 0 .8.125t.7.375V7h4v2h-3v5.5q0 1.05-.725 1.775T10.5 17t-1.775-.725M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12h2q0 1.65.625 3.113t1.713 2.55t2.55 1.725t3.112.637q3.35 0 5.675-2.325T20 12.025T17.675 6.35T12 4.025q-2.225 0-4.038 1.088T5.1 8H8v2H2V4h2v2q1.375-1.825 3.45-2.912T12 2q2.075 0 3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMusicHistory(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="M8.725 16.275Q8 15.55 8 14.5t.725-1.775T10.5 12q.425 0 .8.125t.7.375V7h4v2h-3v5.5q0 1.05-.725 1.775T10.5 17t-1.775-.725M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12h2q0 1.65.625 3.113t1.713 2.55t2.55 1.725t3.112.637q3.35 0 5.675-2.325T20 12.025T17.675 6.35T12 4.025q-2.225 0-4.038 1.088T5.1 8H8v2H2V4h2v2q1.375-1.825 3.45-2.912T12 2q2.075 0 3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.725 16.275Q8 15.55 8 14.5t.725-1.775T10.5 12q.425 0 .8.125t.7.375V7h4v2h-3v5.5q0 1.05-.725 1.775T10.5 17t-1.775-.725M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12h2q0 1.65.625 3.113t1.713 2.55t2.55 1.725t3.112.637q3.35 0 5.675-2.325T20 12.025T17.675 6.35T12 4.025q-2.225 0-4.038 1.088T5.1 8H8v2H2V4h2v2q1.375-1.825 3.45-2.912T12 2q2.075 0 3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22"/></svg> </template>
CSS
.icon-music-history {
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%22M8.725%2016.275Q8%2015.55%208%2014.5t.725-1.775T10.5%2012q.425%200%20.8.125t.7.375V7h4v2h-3v5.5q0%201.05-.725%201.775T10.5%2017t-1.775-.725M12%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012h2q0%201.65.625%203.113t1.713%202.55t2.55%201.725t3.112.637q3.35%200%205.675-2.325T20%2012.025T17.675%206.35T12%204.025q-2.225%200-4.038%201.088T5.1%208H8v2H2V4h2v2q1.375-1.825%203.45-2.912T12%202q2.075%200%203.9.788t3.175%202.137T21.213%208.1T22%2012t-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022%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%22M8.725%2016.275Q8%2015.55%208%2014.5t.725-1.775T10.5%2012q.425%200%20.8.125t.7.375V7h4v2h-3v5.5q0%201.05-.725%201.775T10.5%2017t-1.775-.725M12%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012h2q0%201.65.625%203.113t1.713%202.55t2.55%201.725t3.112.637q3.35%200%205.675-2.325T20%2012.025T17.675%206.35T12%204.025q-2.225%200-4.038%201.088T5.1%208H8v2H2V4h2v2q1.375-1.825%203.45-2.912T12%202q2.075%200%203.9.788t3.175%202.137T21.213%208.1T22%2012t-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/music-history.svg?color=%231a73e8&size=48