music square icon
music-square-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- music-square-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
The same icon in other sets
Related icons in Mage Icons
Use the music square icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.25 2h-6.5A6.76 6.76 0 0 0 2 8.75v6.5A6.76 6.76 0 0 0 8.75 22h6.5A6.76 6.76 0 0 0 22 15.25v-6.5A6.76 6.76 0 0 0 15.25 2m2.17 7.39a2.2 2.2 0 0 1-.22.92a2.1 2.1 0 0 1-.6.73a2.06 2.06 0 0 1-.85.39q-.21.023-.42 0q-.264 0-.52-.06l-2.06-.58v4.34a3.09 3.09 0 1 1-3.08-3.09a2.94 2.94 0 0 1 1.58.45v-6a.6.6 0 0 1 0-.2v-.08a.72.72 0 0 1 .54-.44a.3.3 0 0 1 .14 0h.3l3.61 1a2.1 2.1 0 0 1 1.09.75c.27.362.42.799.43 1.25z"/><path fill="currentColor" d="M11.25 15.17a1.59 1.59 0 1 1-1.58-1.59a1.58 1.58 0 0 1 1.58 1.59m4.67-6.34v.56a.8.8 0 0 1-.07.26a.45.45 0 0 1-.16.2a.7.7 0 0 1-.24.11a.5.5 0 0 1-.25 0l-2.45-.69V7.49l2.74.78a.66.66 0 0 1 .31.21c.068.105.11.225.12.35"/></svg>
React
import type { SVGProps } from "react";
export function MageMusicSquareFill(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="M15.25 2h-6.5A6.76 6.76 0 0 0 2 8.75v6.5A6.76 6.76 0 0 0 8.75 22h6.5A6.76 6.76 0 0 0 22 15.25v-6.5A6.76 6.76 0 0 0 15.25 2m2.17 7.39a2.2 2.2 0 0 1-.22.92a2.1 2.1 0 0 1-.6.73a2.06 2.06 0 0 1-.85.39q-.21.023-.42 0q-.264 0-.52-.06l-2.06-.58v4.34a3.09 3.09 0 1 1-3.08-3.09a2.94 2.94 0 0 1 1.58.45v-6a.6.6 0 0 1 0-.2v-.08a.72.72 0 0 1 .54-.44a.3.3 0 0 1 .14 0h.3l3.61 1a2.1 2.1 0 0 1 1.09.75c.27.362.42.799.43 1.25z"/><path fill="currentColor" d="M11.25 15.17a1.59 1.59 0 1 1-1.58-1.59a1.58 1.58 0 0 1 1.58 1.59m4.67-6.34v.56a.8.8 0 0 1-.07.26a.45.45 0 0 1-.16.2a.7.7 0 0 1-.24.11a.5.5 0 0 1-.25 0l-2.45-.69V7.49l2.74.78a.66.66 0 0 1 .31.21c.068.105.11.225.12.35"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.25 2h-6.5A6.76 6.76 0 0 0 2 8.75v6.5A6.76 6.76 0 0 0 8.75 22h6.5A6.76 6.76 0 0 0 22 15.25v-6.5A6.76 6.76 0 0 0 15.25 2m2.17 7.39a2.2 2.2 0 0 1-.22.92a2.1 2.1 0 0 1-.6.73a2.06 2.06 0 0 1-.85.39q-.21.023-.42 0q-.264 0-.52-.06l-2.06-.58v4.34a3.09 3.09 0 1 1-3.08-3.09a2.94 2.94 0 0 1 1.58.45v-6a.6.6 0 0 1 0-.2v-.08a.72.72 0 0 1 .54-.44a.3.3 0 0 1 .14 0h.3l3.61 1a2.1 2.1 0 0 1 1.09.75c.27.362.42.799.43 1.25z"/><path fill="currentColor" d="M11.25 15.17a1.59 1.59 0 1 1-1.58-1.59a1.58 1.58 0 0 1 1.58 1.59m4.67-6.34v.56a.8.8 0 0 1-.07.26a.45.45 0 0 1-.16.2a.7.7 0 0 1-.24.11a.5.5 0 0 1-.25 0l-2.45-.69V7.49l2.74.78a.66.66 0 0 1 .31.21c.068.105.11.225.12.35"/></svg> </template>
CSS
.icon-music-square-fill {
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%22M15.25%202h-6.5A6.76%206.76%200%200%200%202%208.75v6.5A6.76%206.76%200%200%200%208.75%2022h6.5A6.76%206.76%200%200%200%2022%2015.25v-6.5A6.76%206.76%200%200%200%2015.25%202m2.17%207.39a2.2%202.2%200%200%201-.22.92a2.1%202.1%200%200%201-.6.73a2.06%202.06%200%200%201-.85.39q-.21.023-.42%200q-.264%200-.52-.06l-2.06-.58v4.34a3.09%203.09%200%201%201-3.08-3.09a2.94%202.94%200%200%201%201.58.45v-6a.6.6%200%200%201%200-.2v-.08a.72.72%200%200%201%20.54-.44a.3.3%200%200%201%20.14%200h.3l3.61%201a2.1%202.1%200%200%201%201.09.75c.27.362.42.799.43%201.25z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.25%2015.17a1.59%201.59%200%201%201-1.58-1.59a1.58%201.58%200%200%201%201.58%201.59m4.67-6.34v.56a.8.8%200%200%201-.07.26a.45.45%200%200%201-.16.2a.7.7%200%200%201-.24.11a.5.5%200%200%201-.25%200l-2.45-.69V7.49l2.74.78a.66.66%200%200%201%20.31.21c.068.105.11.225.12.35%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%22M15.25%202h-6.5A6.76%206.76%200%200%200%202%208.75v6.5A6.76%206.76%200%200%200%208.75%2022h6.5A6.76%206.76%200%200%200%2022%2015.25v-6.5A6.76%206.76%200%200%200%2015.25%202m2.17%207.39a2.2%202.2%200%200%201-.22.92a2.1%202.1%200%200%201-.6.73a2.06%202.06%200%200%201-.85.39q-.21.023-.42%200q-.264%200-.52-.06l-2.06-.58v4.34a3.09%203.09%200%201%201-3.08-3.09a2.94%202.94%200%200%201%201.58.45v-6a.6.6%200%200%201%200-.2v-.08a.72.72%200%200%201%20.54-.44a.3.3%200%200%201%20.14%200h.3l3.61%201a2.1%202.1%200%200%201%201.09.75c.27.362.42.799.43%201.25z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.25%2015.17a1.59%201.59%200%201%201-1.58-1.59a1.58%201.58%200%200%201%201.58%201.59m4.67-6.34v.56a.8.8%200%200%201-.07.26a.45.45%200%200%201-.16.2a.7.7%200%200%201-.24.11a.5.5%200%200%201-.25%200l-2.45-.69V7.49l2.74.78a.66.66%200%200%201%20.31.21c.068.105.11.225.12.35%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/music-square-fill.svg?color=%231a73e8&size=48