music house icon
music-house from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- music-house
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
Related icons in Framework7 Icons
Use the music house icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M12.625 52.645h30.773c3.328 0 5.274-1.876 5.274-5.18V26.066l3.023 2.766c.492.469 1.031.797 1.688.797c1.101 0 1.992-.68 1.992-1.805c0-.703-.258-1.148-.703-1.547l-8.133-7.43V5.044c0-1.031-.656-1.687-1.687-1.687h-3.07c-1.009 0-1.712.656-1.712 1.687v7.922l-9.258-8.438c-.82-.75-1.804-1.171-2.812-1.171s-1.992.421-2.813 1.171L1.328 26.277c-.422.399-.703.844-.703 1.547c0 1.125.89 1.805 1.992 1.805c.68 0 1.219-.328 1.688-.797l3.023-2.742v21.375c0 3.304 1.945 5.18 5.297 5.18m.797-3.774c-1.5 0-2.32-.82-2.32-2.344V22.645L27.18 7.996c.234-.234.515-.375.82-.375s.586.117.844.375l16.055 14.649v23.882c0 1.524-.798 2.344-2.297 2.344Zm20.812-21.164c1.149-.281 1.477-.54 1.477-1.898v-4.664c0-.891-.305-1.266-1.57-.985l-6.914 1.711c-1.172.305-1.43.54-1.43 1.945v10.665c0 1.054-.07 1.242-1.29 1.57l-2.179.586c-2.133.562-3.937 1.828-3.937 4.148c0 2.016 1.5 3.469 3.89 3.469c3.375 0 5.672-2.414 5.672-5.86v-8.132c0-.89.188-1.102.727-1.219Z"/></svg>
React
import type { SVGProps } from "react";
export function F7MusicHouse(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M12.625 52.645h30.773c3.328 0 5.274-1.876 5.274-5.18V26.066l3.023 2.766c.492.469 1.031.797 1.688.797c1.101 0 1.992-.68 1.992-1.805c0-.703-.258-1.148-.703-1.547l-8.133-7.43V5.044c0-1.031-.656-1.687-1.687-1.687h-3.07c-1.009 0-1.712.656-1.712 1.687v7.922l-9.258-8.438c-.82-.75-1.804-1.171-2.812-1.171s-1.992.421-2.813 1.171L1.328 26.277c-.422.399-.703.844-.703 1.547c0 1.125.89 1.805 1.992 1.805c.68 0 1.219-.328 1.688-.797l3.023-2.742v21.375c0 3.304 1.945 5.18 5.297 5.18m.797-3.774c-1.5 0-2.32-.82-2.32-2.344V22.645L27.18 7.996c.234-.234.515-.375.82-.375s.586.117.844.375l16.055 14.649v23.882c0 1.524-.798 2.344-2.297 2.344Zm20.812-21.164c1.149-.281 1.477-.54 1.477-1.898v-4.664c0-.891-.305-1.266-1.57-.985l-6.914 1.711c-1.172.305-1.43.54-1.43 1.945v10.665c0 1.054-.07 1.242-1.29 1.57l-2.179.586c-2.133.562-3.937 1.828-3.937 4.148c0 2.016 1.5 3.469 3.89 3.469c3.375 0 5.672-2.414 5.672-5.86v-8.132c0-.89.188-1.102.727-1.219Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M12.625 52.645h30.773c3.328 0 5.274-1.876 5.274-5.18V26.066l3.023 2.766c.492.469 1.031.797 1.688.797c1.101 0 1.992-.68 1.992-1.805c0-.703-.258-1.148-.703-1.547l-8.133-7.43V5.044c0-1.031-.656-1.687-1.687-1.687h-3.07c-1.009 0-1.712.656-1.712 1.687v7.922l-9.258-8.438c-.82-.75-1.804-1.171-2.812-1.171s-1.992.421-2.813 1.171L1.328 26.277c-.422.399-.703.844-.703 1.547c0 1.125.89 1.805 1.992 1.805c.68 0 1.219-.328 1.688-.797l3.023-2.742v21.375c0 3.304 1.945 5.18 5.297 5.18m.797-3.774c-1.5 0-2.32-.82-2.32-2.344V22.645L27.18 7.996c.234-.234.515-.375.82-.375s.586.117.844.375l16.055 14.649v23.882c0 1.524-.798 2.344-2.297 2.344Zm20.812-21.164c1.149-.281 1.477-.54 1.477-1.898v-4.664c0-.891-.305-1.266-1.57-.985l-6.914 1.711c-1.172.305-1.43.54-1.43 1.945v10.665c0 1.054-.07 1.242-1.29 1.57l-2.179.586c-2.133.562-3.937 1.828-3.937 4.148c0 2.016 1.5 3.469 3.89 3.469c3.375 0 5.672-2.414 5.672-5.86v-8.132c0-.89.188-1.102.727-1.219Z"/></svg> </template>
CSS
.icon-music-house {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.625%2052.645h30.773c3.328%200%205.274-1.876%205.274-5.18V26.066l3.023%202.766c.492.469%201.031.797%201.688.797c1.101%200%201.992-.68%201.992-1.805c0-.703-.258-1.148-.703-1.547l-8.133-7.43V5.044c0-1.031-.656-1.687-1.687-1.687h-3.07c-1.009%200-1.712.656-1.712%201.687v7.922l-9.258-8.438c-.82-.75-1.804-1.171-2.812-1.171s-1.992.421-2.813%201.171L1.328%2026.277c-.422.399-.703.844-.703%201.547c0%201.125.89%201.805%201.992%201.805c.68%200%201.219-.328%201.688-.797l3.023-2.742v21.375c0%203.304%201.945%205.18%205.297%205.18m.797-3.774c-1.5%200-2.32-.82-2.32-2.344V22.645L27.18%207.996c.234-.234.515-.375.82-.375s.586.117.844.375l16.055%2014.649v23.882c0%201.524-.798%202.344-2.297%202.344Zm20.812-21.164c1.149-.281%201.477-.54%201.477-1.898v-4.664c0-.891-.305-1.266-1.57-.985l-6.914%201.711c-1.172.305-1.43.54-1.43%201.945v10.665c0%201.054-.07%201.242-1.29%201.57l-2.179.586c-2.133.562-3.937%201.828-3.937%204.148c0%202.016%201.5%203.469%203.89%203.469c3.375%200%205.672-2.414%205.672-5.86v-8.132c0-.89.188-1.102.727-1.219Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.625%2052.645h30.773c3.328%200%205.274-1.876%205.274-5.18V26.066l3.023%202.766c.492.469%201.031.797%201.688.797c1.101%200%201.992-.68%201.992-1.805c0-.703-.258-1.148-.703-1.547l-8.133-7.43V5.044c0-1.031-.656-1.687-1.687-1.687h-3.07c-1.009%200-1.712.656-1.712%201.687v7.922l-9.258-8.438c-.82-.75-1.804-1.171-2.812-1.171s-1.992.421-2.813%201.171L1.328%2026.277c-.422.399-.703.844-.703%201.547c0%201.125.89%201.805%201.992%201.805c.68%200%201.219-.328%201.688-.797l3.023-2.742v21.375c0%203.304%201.945%205.18%205.297%205.18m.797-3.774c-1.5%200-2.32-.82-2.32-2.344V22.645L27.18%207.996c.234-.234.515-.375.82-.375s.586.117.844.375l16.055%2014.649v23.882c0%201.524-.798%202.344-2.297%202.344Zm20.812-21.164c1.149-.281%201.477-.54%201.477-1.898v-4.664c0-.891-.305-1.266-1.57-.985l-6.914%201.711c-1.172.305-1.43.54-1.43%201.945v10.665c0%201.054-.07%201.242-1.29%201.57l-2.179.586c-2.133.562-3.937%201.828-3.937%204.148c0%202.016%201.5%203.469%203.89%203.469c3.375%200%205.672-2.414%205.672-5.86v-8.132c0-.89.188-1.102.727-1.219Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/music-house.svg?color=%231a73e8&size=48