round-museum from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.

Name
round-museum
Set
Google Material Icons
Style
Baseline
Category
Maps
Viewbox
24×24
License
Apache 2.0

More maps icons from Google Material Icons

Use the round museum icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.5 11c.28 0 .5-.22.5-.5V9.26c0-.16-.08-.32-.21-.41L12.57 2.4c-.34-.24-.8-.24-1.15 0L2.21 8.85c-.13.09-.21.25-.21.41v1.24c0 .28.22.5.5.5H4v9H3c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1h-1v-9zM16 17c0 .55-.45 1-1 1s-1-.45-1-1v-3l-1.17 1.75a1 1 0 0 1-1.66 0L10 14v3c0 .55-.45 1-1 1s-1-.45-1-1v-4.7a1.297 1.297 0 0 1 2.38-.72L12 14l1.61-2.42c.25-.36.65-.58 1.09-.58c.72 0 1.3.58 1.3 1.3z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundMuseum(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="M21.5 11c.28 0 .5-.22.5-.5V9.26c0-.16-.08-.32-.21-.41L12.57 2.4c-.34-.24-.8-.24-1.15 0L2.21 8.85c-.13.09-.21.25-.21.41v1.24c0 .28.22.5.5.5H4v9H3c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1h-1v-9zM16 17c0 .55-.45 1-1 1s-1-.45-1-1v-3l-1.17 1.75a1 1 0 0 1-1.66 0L10 14v3c0 .55-.45 1-1 1s-1-.45-1-1v-4.7a1.297 1.297 0 0 1 2.38-.72L12 14l1.61-2.42c.25-.36.65-.58 1.09-.58c.72 0 1.3.58 1.3 1.3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.5 11c.28 0 .5-.22.5-.5V9.26c0-.16-.08-.32-.21-.41L12.57 2.4c-.34-.24-.8-.24-1.15 0L2.21 8.85c-.13.09-.21.25-.21.41v1.24c0 .28.22.5.5.5H4v9H3c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1h-1v-9zM16 17c0 .55-.45 1-1 1s-1-.45-1-1v-3l-1.17 1.75a1 1 0 0 1-1.66 0L10 14v3c0 .55-.45 1-1 1s-1-.45-1-1v-4.7a1.297 1.297 0 0 1 2.38-.72L12 14l1.61-2.42c.25-.36.65-.58 1.09-.58c.72 0 1.3.58 1.3 1.3z"/></svg>
</template>

CSS

.icon-round-museum {
  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%22M21.5%2011c.28%200%20.5-.22.5-.5V9.26c0-.16-.08-.32-.21-.41L12.57%202.4c-.34-.24-.8-.24-1.15%200L2.21%208.85c-.13.09-.21.25-.21.41v1.24c0%20.28.22.5.5.5H4v9H3c-.55%200-1%20.45-1%201s.45%201%201%201h18c.55%200%201-.45%201-1s-.45-1-1-1h-1v-9zM16%2017c0%20.55-.45%201-1%201s-1-.45-1-1v-3l-1.17%201.75a1%201%200%200%201-1.66%200L10%2014v3c0%20.55-.45%201-1%201s-1-.45-1-1v-4.7a1.297%201.297%200%200%201%202.38-.72L12%2014l1.61-2.42c.25-.36.65-.58%201.09-.58c.72%200%201.3.58%201.3%201.3z%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%22M21.5%2011c.28%200%20.5-.22.5-.5V9.26c0-.16-.08-.32-.21-.41L12.57%202.4c-.34-.24-.8-.24-1.15%200L2.21%208.85c-.13.09-.21.25-.21.41v1.24c0%20.28.22.5.5.5H4v9H3c-.55%200-1%20.45-1%201s.45%201%201%201h18c.55%200%201-.45%201-1s-.45-1-1-1h-1v-9zM16%2017c0%20.55-.45%201-1%201s-1-.45-1-1v-3l-1.17%201.75a1%201%200%200%201-1.66%200L10%2014v3c0%20.55-.45%201-1%201s-1-.45-1-1v-4.7a1.297%201.297%200%200%201%202.38-.72L12%2014l1.61-2.42c.25-.36.65-.58%201.09-.58c.72%200%201.3.58%201.3%201.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-museum.svg?color=%231a73e8&size=48