sydney opera house icon
sydney-opera-house-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- sydney-opera-house-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Use the sydney opera house icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.038 5a1 1 0 0 0-.827 1.614c1 1.286 1.558 2.88 1.845 4.481C5.083 10.55 3.686 10 2 10a1 1 0 0 0-.906.576L3.61 17H2a1 1 0 1 0 0 2h20a1 1 0 1 0 0-2h-1.134a9 9 0 0 1 .006-1.417c.112-1.351.562-3.162 1.928-4.983A1 1 0 0 0 22 9a12.7 12.7 0 0 0-5.156 1.086c-.426.19-.788.38-1.08.548a9.6 9.6 0 0 0-2.987-3.367C10.947 5.987 8.438 5.13 5.038 5" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteSydneyOperaHouseFill(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" fillRule="evenodd" d="M5.038 5a1 1 0 0 0-.827 1.614c1 1.286 1.558 2.88 1.845 4.481C5.083 10.55 3.686 10 2 10a1 1 0 0 0-.906.576L3.61 17H2a1 1 0 1 0 0 2h20a1 1 0 1 0 0-2h-1.134a9 9 0 0 1 .006-1.417c.112-1.351.562-3.162 1.928-4.983A1 1 0 0 0 22 9a12.7 12.7 0 0 0-5.156 1.086c-.426.19-.788.38-1.08.548a9.6 9.6 0 0 0-2.987-3.367C10.947 5.987 8.438 5.13 5.038 5" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.038 5a1 1 0 0 0-.827 1.614c1 1.286 1.558 2.88 1.845 4.481C5.083 10.55 3.686 10 2 10a1 1 0 0 0-.906.576L3.61 17H2a1 1 0 1 0 0 2h20a1 1 0 1 0 0-2h-1.134a9 9 0 0 1 .006-1.417c.112-1.351.562-3.162 1.928-4.983A1 1 0 0 0 22 9a12.7 12.7 0 0 0-5.156 1.086c-.426.19-.788.38-1.08.548a9.6 9.6 0 0 0-2.987-3.367C10.947 5.987 8.438 5.13 5.038 5" clip-rule="evenodd"/></svg> </template>
CSS
.icon-sydney-opera-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.038%205a1%201%200%200%200-.827%201.614c1%201.286%201.558%202.88%201.845%204.481C5.083%2010.55%203.686%2010%202%2010a1%201%200%200%200-.906.576L3.61%2017H2a1%201%200%201%200%200%202h20a1%201%200%201%200%200-2h-1.134a9%209%200%200%201%20.006-1.417c.112-1.351.562-3.162%201.928-4.983A1%201%200%200%200%2022%209a12.7%2012.7%200%200%200-5.156%201.086c-.426.19-.788.38-1.08.548a9.6%209.6%200%200%200-2.987-3.367C10.947%205.987%208.438%205.13%205.038%205%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M5.038%205a1%201%200%200%200-.827%201.614c1%201.286%201.558%202.88%201.845%204.481C5.083%2010.55%203.686%2010%202%2010a1%201%200%200%200-.906.576L3.61%2017H2a1%201%200%201%200%200%202h20a1%201%200%201%200%200-2h-1.134a9%209%200%200%201%20.006-1.417c.112-1.351.562-3.162%201.928-4.983A1%201%200%200%200%2022%209a12.7%2012.7%200%200%200-5.156%201.086c-.426.19-.788.38-1.08.548a9.6%209.6%200%200%200-2.987-3.367C10.947%205.987%208.438%205.13%205.038%205%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/sydney-opera-house-fill.svg?color=%231a73e8&size=48