taj mahal icon

taj-mahal from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
taj-mahal
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

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"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M16 22V11m-8 0v11m.281-11C4.425 7 10.347 5 12 3c1.653 2 7.575 4 3.719 8z"/><path stroke-linejoin="round" d="M20.495 12c2.62-2.727-.607-3.967-1.509-5C18.604 7.438 17 8 17 8.5M19 7V6"/><path d="M12 3V2"/><path stroke-linejoin="round" d="M3.506 12c-2.621-2.727.606-3.967 1.508-5C5.396 7.438 7 8 7 8.5M5 7V6m3 5l-3.674 1.347a4.9 4.9 0 0 1-1.706.303c-.385 0-.62.208-.62.62V22h20v-8.73c0-.412-.235-.62-.62-.62a4.9 4.9 0 0 1-1.706-.303L16 11"/><path d="M19 18v-1m-7 5v-3m-7-1v-1m7-1v-1"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTajMahal(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M16 22V11m-8 0v11m.281-11C4.425 7 10.347 5 12 3c1.653 2 7.575 4 3.719 8z"/><path strokeLinejoin="round" d="M20.495 12c2.62-2.727-.607-3.967-1.509-5C18.604 7.438 17 8 17 8.5M19 7V6"/><path d="M12 3V2"/><path strokeLinejoin="round" d="M3.506 12c-2.621-2.727.606-3.967 1.508-5C5.396 7.438 7 8 7 8.5M5 7V6m3 5l-3.674 1.347a4.9 4.9 0 0 1-1.706.303c-.385 0-.62.208-.62.62V22h20v-8.73c0-.412-.235-.62-.62-.62a4.9 4.9 0 0 1-1.706-.303L16 11"/><path d="M19 18v-1m-7 5v-3m-7-1v-1m7-1v-1"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M16 22V11m-8 0v11m.281-11C4.425 7 10.347 5 12 3c1.653 2 7.575 4 3.719 8z"/><path stroke-linejoin="round" d="M20.495 12c2.62-2.727-.607-3.967-1.509-5C18.604 7.438 17 8 17 8.5M19 7V6"/><path d="M12 3V2"/><path stroke-linejoin="round" d="M3.506 12c-2.621-2.727.606-3.967 1.508-5C5.396 7.438 7 8 7 8.5M5 7V6m3 5l-3.674 1.347a4.9 4.9 0 0 1-1.706.303c-.385 0-.62.208-.62.62V22h20v-8.73c0-.412-.235-.62-.62-.62a4.9 4.9 0 0 1-1.706-.303L16 11"/><path d="M19 18v-1m-7 5v-3m-7-1v-1m7-1v-1"/></g></svg>
</template>

CSS

.icon-taj-mahal {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M16%2022V11m-8%200v11m.281-11C4.425%207%2010.347%205%2012%203c1.653%202%207.575%204%203.719%208z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M20.495%2012c2.62-2.727-.607-3.967-1.509-5C18.604%207.438%2017%208%2017%208.5M19%207V6%22%2F%3E%3Cpath%20d%3D%22M12%203V2%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M3.506%2012c-2.621-2.727.606-3.967%201.508-5C5.396%207.438%207%208%207%208.5M5%207V6m3%205l-3.674%201.347a4.9%204.9%200%200%201-1.706.303c-.385%200-.62.208-.62.62V22h20v-8.73c0-.412-.235-.62-.62-.62a4.9%204.9%200%200%201-1.706-.303L16%2011%22%2F%3E%3Cpath%20d%3D%22M19%2018v-1m-7%205v-3m-7-1v-1m7-1v-1%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M16%2022V11m-8%200v11m.281-11C4.425%207%2010.347%205%2012%203c1.653%202%207.575%204%203.719%208z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M20.495%2012c2.62-2.727-.607-3.967-1.509-5C18.604%207.438%2017%208%2017%208.5M19%207V6%22%2F%3E%3Cpath%20d%3D%22M12%203V2%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M3.506%2012c-2.621-2.727.606-3.967%201.508-5C5.396%207.438%207%208%207%208.5M5%207V6m3%205l-3.674%201.347a4.9%204.9%200%200%201-1.706.303c-.385%200-.62.208-.62.62V22h20v-8.73c0-.412-.235-.62-.62-.62a4.9%204.9%200%200%201-1.706-.303L16%2011%22%2F%3E%3Cpath%20d%3D%22M19%2018v-1m-7%205v-3m-7-1v-1m7-1v-1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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