music house icon
music-house-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- music-house-fill
- Set
- Framework7 Icons
- Style
- Fill
- 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="M.625 27.824c0 1.125.89 1.805 1.992 1.805c.68 0 1.219-.328 1.688-.797L27.18 7.996c.257-.258.539-.352.843-.352c.282 0 .54.094.82.352l22.852 20.836c.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.11-7.382V5.043c0-1.031-.656-1.687-1.687-1.687h-3.07c-1.008 0-1.711.656-1.711 1.687v7.969l-9.282-8.485C29.992 3.754 28.984 3.38 28 3.38c-.985 0-1.969.375-2.813 1.148L1.328 26.277c-.422.399-.703.844-.703 1.547m6.703 19.664c0 3.258 1.969 5.157 5.273 5.157h30.82c3.305 0 5.25-1.899 5.25-5.157V30.332l-19.898-17.93c-.258-.234-.539-.351-.82-.351c-.258 0-.516.117-.797.375L7.328 30.449Zm25.781-16.382l-5.344 1.288c-.492.118-.703.329-.703 1.172v7.852c0 3.281-2.18 5.625-5.437 5.625c-2.273 0-3.75-1.406-3.75-3.352c0-2.226 1.734-3.445 3.82-3.984l2.086-.562c1.149-.282 1.242-.493 1.242-1.524V27.355c0-1.335.258-1.57 1.383-1.851l6.633-1.64c1.195-.305 1.5.07 1.5.96v4.453c0 1.313-.328 1.57-1.43 1.828"/></svg>
React
import type { SVGProps } from "react";
export function F7MusicHouseFill(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="M.625 27.824c0 1.125.89 1.805 1.992 1.805c.68 0 1.219-.328 1.688-.797L27.18 7.996c.257-.258.539-.352.843-.352c.282 0 .54.094.82.352l22.852 20.836c.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.11-7.382V5.043c0-1.031-.656-1.687-1.687-1.687h-3.07c-1.008 0-1.711.656-1.711 1.687v7.969l-9.282-8.485C29.992 3.754 28.984 3.38 28 3.38c-.985 0-1.969.375-2.813 1.148L1.328 26.277c-.422.399-.703.844-.703 1.547m6.703 19.664c0 3.258 1.969 5.157 5.273 5.157h30.82c3.305 0 5.25-1.899 5.25-5.157V30.332l-19.898-17.93c-.258-.234-.539-.351-.82-.351c-.258 0-.516.117-.797.375L7.328 30.449Zm25.781-16.382l-5.344 1.288c-.492.118-.703.329-.703 1.172v7.852c0 3.281-2.18 5.625-5.437 5.625c-2.273 0-3.75-1.406-3.75-3.352c0-2.226 1.734-3.445 3.82-3.984l2.086-.562c1.149-.282 1.242-.493 1.242-1.524V27.355c0-1.335.258-1.57 1.383-1.851l6.633-1.64c1.195-.305 1.5.07 1.5.96v4.453c0 1.313-.328 1.57-1.43 1.828"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M.625 27.824c0 1.125.89 1.805 1.992 1.805c.68 0 1.219-.328 1.688-.797L27.18 7.996c.257-.258.539-.352.843-.352c.282 0 .54.094.82.352l22.852 20.836c.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.11-7.382V5.043c0-1.031-.656-1.687-1.687-1.687h-3.07c-1.008 0-1.711.656-1.711 1.687v7.969l-9.282-8.485C29.992 3.754 28.984 3.38 28 3.38c-.985 0-1.969.375-2.813 1.148L1.328 26.277c-.422.399-.703.844-.703 1.547m6.703 19.664c0 3.258 1.969 5.157 5.273 5.157h30.82c3.305 0 5.25-1.899 5.25-5.157V30.332l-19.898-17.93c-.258-.234-.539-.351-.82-.351c-.258 0-.516.117-.797.375L7.328 30.449Zm25.781-16.382l-5.344 1.288c-.492.118-.703.329-.703 1.172v7.852c0 3.281-2.18 5.625-5.437 5.625c-2.273 0-3.75-1.406-3.75-3.352c0-2.226 1.734-3.445 3.82-3.984l2.086-.562c1.149-.282 1.242-.493 1.242-1.524V27.355c0-1.335.258-1.57 1.383-1.851l6.633-1.64c1.195-.305 1.5.07 1.5.96v4.453c0 1.313-.328 1.57-1.43 1.828"/></svg> </template>
CSS
.icon-music-house-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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M.625%2027.824c0%201.125.89%201.805%201.992%201.805c.68%200%201.219-.328%201.688-.797L27.18%207.996c.257-.258.539-.352.843-.352c.282%200%20.54.094.82.352l22.852%2020.836c.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.11-7.382V5.043c0-1.031-.656-1.687-1.687-1.687h-3.07c-1.008%200-1.711.656-1.711%201.687v7.969l-9.282-8.485C29.992%203.754%2028.984%203.38%2028%203.38c-.985%200-1.969.375-2.813%201.148L1.328%2026.277c-.422.399-.703.844-.703%201.547m6.703%2019.664c0%203.258%201.969%205.157%205.273%205.157h30.82c3.305%200%205.25-1.899%205.25-5.157V30.332l-19.898-17.93c-.258-.234-.539-.351-.82-.351c-.258%200-.516.117-.797.375L7.328%2030.449Zm25.781-16.382l-5.344%201.288c-.492.118-.703.329-.703%201.172v7.852c0%203.281-2.18%205.625-5.437%205.625c-2.273%200-3.75-1.406-3.75-3.352c0-2.226%201.734-3.445%203.82-3.984l2.086-.562c1.149-.282%201.242-.493%201.242-1.524V27.355c0-1.335.258-1.57%201.383-1.851l6.633-1.64c1.195-.305%201.5.07%201.5.96v4.453c0%201.313-.328%201.57-1.43%201.828%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%22M.625%2027.824c0%201.125.89%201.805%201.992%201.805c.68%200%201.219-.328%201.688-.797L27.18%207.996c.257-.258.539-.352.843-.352c.282%200%20.54.094.82.352l22.852%2020.836c.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.11-7.382V5.043c0-1.031-.656-1.687-1.687-1.687h-3.07c-1.008%200-1.711.656-1.711%201.687v7.969l-9.282-8.485C29.992%203.754%2028.984%203.38%2028%203.38c-.985%200-1.969.375-2.813%201.148L1.328%2026.277c-.422.399-.703.844-.703%201.547m6.703%2019.664c0%203.258%201.969%205.157%205.273%205.157h30.82c3.305%200%205.25-1.899%205.25-5.157V30.332l-19.898-17.93c-.258-.234-.539-.351-.82-.351c-.258%200-.516.117-.797.375L7.328%2030.449Zm25.781-16.382l-5.344%201.288c-.492.118-.703.329-.703%201.172v7.852c0%203.281-2.18%205.625-5.437%205.625c-2.273%200-3.75-1.406-3.75-3.352c0-2.226%201.734-3.445%203.82-3.984l2.086-.562c1.149-.282%201.242-.493%201.242-1.524V27.355c0-1.335.258-1.57%201.383-1.851l6.633-1.64c1.195-.305%201.5.07%201.5.96v4.453c0%201.313-.328%201.57-1.43%201.828%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/music-house-fill.svg?color=%231a73e8&size=48