taj-mahal-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
taj-mahal-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the taj mahal icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 20h18M8 12l-.584-.9A4.1 4.1 0 0 1 7 9.3c0-1.013.372-1.948 1-2.7c1.5-1.798 3.5-1.35 4-3.6c.5 2.25 2.5 1.8 4 3.6c.628.752 1 1.687 1 2.7c0 .64-.148 1.249-.416 1.8L16 12m-8 0v8m0-8h8m0 0v8M4 20v-6m16 6v-6"/><path fill="currentColor" d="M11 16.5c0-.5.75-1.5 1-1.5s1 1 1 1.5V20h-2zm-5.5-4a1.5 1.5 0 0 1-3 0c0-.828 1-3 1.5-3s1.5 2.172 1.5 3m16 0a1.5 1.5 0 0 1-3 0c0-.828 1-3 1.5-3s1.5 2.172 1.5 3"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteTajMahalLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M3 20h18M8 12l-.584-.9A4.1 4.1 0 0 1 7 9.3c0-1.013.372-1.948 1-2.7c1.5-1.798 3.5-1.35 4-3.6c.5 2.25 2.5 1.8 4 3.6c.628.752 1 1.687 1 2.7c0 .64-.148 1.249-.416 1.8L16 12m-8 0v8m0-8h8m0 0v8M4 20v-6m16 6v-6"/><path fill="currentColor" d="M11 16.5c0-.5.75-1.5 1-1.5s1 1 1 1.5V20h-2zm-5.5-4a1.5 1.5 0 0 1-3 0c0-.828 1-3 1.5-3s1.5 2.172 1.5 3m16 0a1.5 1.5 0 0 1-3 0c0-.828 1-3 1.5-3s1.5 2.172 1.5 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 20h18M8 12l-.584-.9A4.1 4.1 0 0 1 7 9.3c0-1.013.372-1.948 1-2.7c1.5-1.798 3.5-1.35 4-3.6c.5 2.25 2.5 1.8 4 3.6c.628.752 1 1.687 1 2.7c0 .64-.148 1.249-.416 1.8L16 12m-8 0v8m0-8h8m0 0v8M4 20v-6m16 6v-6"/><path fill="currentColor" d="M11 16.5c0-.5.75-1.5 1-1.5s1 1 1 1.5V20h-2zm-5.5-4a1.5 1.5 0 0 1-3 0c0-.828 1-3 1.5-3s1.5 2.172 1.5 3m16 0a1.5 1.5 0 0 1-3 0c0-.828 1-3 1.5-3s1.5 2.172 1.5 3"/></svg>
</template>

CSS

.icon-taj-mahal-line {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M3%2020h18M8%2012l-.584-.9A4.1%204.1%200%200%201%207%209.3c0-1.013.372-1.948%201-2.7c1.5-1.798%203.5-1.35%204-3.6c.5%202.25%202.5%201.8%204%203.6c.628.752%201%201.687%201%202.7c0%20.64-.148%201.249-.416%201.8L16%2012m-8%200v8m0-8h8m0%200v8M4%2020v-6m16%206v-6%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%2016.5c0-.5.75-1.5%201-1.5s1%201%201%201.5V20h-2zm-5.5-4a1.5%201.5%200%200%201-3%200c0-.828%201-3%201.5-3s1.5%202.172%201.5%203m16%200a1.5%201.5%200%200%201-3%200c0-.828%201-3%201.5-3s1.5%202.172%201.5%203%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M3%2020h18M8%2012l-.584-.9A4.1%204.1%200%200%201%207%209.3c0-1.013.372-1.948%201-2.7c1.5-1.798%203.5-1.35%204-3.6c.5%202.25%202.5%201.8%204%203.6c.628.752%201%201.687%201%202.7c0%20.64-.148%201.249-.416%201.8L16%2012m-8%200v8m0-8h8m0%200v8M4%2020v-6m16%206v-6%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%2016.5c0-.5.75-1.5%201-1.5s1%201%201%201.5V20h-2zm-5.5-4a1.5%201.5%200%200%201-3%200c0-.828%201-3%201.5-3s1.5%202.172%201.5%203m16%200a1.5%201.5%200%200%201-3%200c0-.828%201-3%201.5-3s1.5%202.172%201.5%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/taj-mahal-line.svg?color=%231a73e8&size=48