pavilion-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
pavilion-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Use the pavilion 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="M12.903 2.57a1.01 1.01 0 0 0-1.806 0c-.945 1.884-1.964 3.096-3.208 3.907c-1.254.817-2.828 1.287-4.99 1.528a1.01 1.01 0 0 0-.883 1.173c.33 1.95 1.665 2.922 2.804 3.377l.18.069V20H4a1 1 0 1 0 0 2h16a1 1 0 1 0 0-2h-1v-7.376l.18-.069c1.14-.455 2.474-1.428 2.804-3.377a1.01 1.01 0 0 0-.884-1.173c-2.16-.241-3.735-.711-4.988-1.528c-1.245-.811-2.264-2.023-3.209-3.907M17 13h-1v7h1zm-3 0h-4v7h4zm-6 0H7v7h1z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcutePavilionFill(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="M12.903 2.57a1.01 1.01 0 0 0-1.806 0c-.945 1.884-1.964 3.096-3.208 3.907c-1.254.817-2.828 1.287-4.99 1.528a1.01 1.01 0 0 0-.883 1.173c.33 1.95 1.665 2.922 2.804 3.377l.18.069V20H4a1 1 0 1 0 0 2h16a1 1 0 1 0 0-2h-1v-7.376l.18-.069c1.14-.455 2.474-1.428 2.804-3.377a1.01 1.01 0 0 0-.884-1.173c-2.16-.241-3.735-.711-4.988-1.528c-1.245-.811-2.264-2.023-3.209-3.907M17 13h-1v7h1zm-3 0h-4v7h4zm-6 0H7v7h1z" 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="M12.903 2.57a1.01 1.01 0 0 0-1.806 0c-.945 1.884-1.964 3.096-3.208 3.907c-1.254.817-2.828 1.287-4.99 1.528a1.01 1.01 0 0 0-.883 1.173c.33 1.95 1.665 2.922 2.804 3.377l.18.069V20H4a1 1 0 1 0 0 2h16a1 1 0 1 0 0-2h-1v-7.376l.18-.069c1.14-.455 2.474-1.428 2.804-3.377a1.01 1.01 0 0 0-.884-1.173c-2.16-.241-3.735-.711-4.988-1.528c-1.245-.811-2.264-2.023-3.209-3.907M17 13h-1v7h1zm-3 0h-4v7h4zm-6 0H7v7h1z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-pavilion-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%22M12.903%202.57a1.01%201.01%200%200%200-1.806%200c-.945%201.884-1.964%203.096-3.208%203.907c-1.254.817-2.828%201.287-4.99%201.528a1.01%201.01%200%200%200-.883%201.173c.33%201.95%201.665%202.922%202.804%203.377l.18.069V20H4a1%201%200%201%200%200%202h16a1%201%200%201%200%200-2h-1v-7.376l.18-.069c1.14-.455%202.474-1.428%202.804-3.377a1.01%201.01%200%200%200-.884-1.173c-2.16-.241-3.735-.711-4.988-1.528c-1.245-.811-2.264-2.023-3.209-3.907M17%2013h-1v7h1zm-3%200h-4v7h4zm-6%200H7v7h1z%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%22M12.903%202.57a1.01%201.01%200%200%200-1.806%200c-.945%201.884-1.964%203.096-3.208%203.907c-1.254.817-2.828%201.287-4.99%201.528a1.01%201.01%200%200%200-.883%201.173c.33%201.95%201.665%202.922%202.804%203.377l.18.069V20H4a1%201%200%201%200%200%202h16a1%201%200%201%200%200-2h-1v-7.376l.18-.069c1.14-.455%202.474-1.428%202.804-3.377a1.01%201.01%200%200%200-.884-1.173c-2.16-.241-3.735-.711-4.988-1.528c-1.245-.811-2.264-2.023-3.209-3.907M17%2013h-1v7h1zm-3%200h-4v7h4zm-6%200H7v7h1z%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/pavilion-fill.svg?color=%231a73e8&size=48