taj mahal icon
taj-mahal-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- taj-mahal-fill
- Set
- MingCute Icon
- Style
- Fill
- 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="currentColor" fill-rule="evenodd" d="M12 2a1 1 0 0 1 .976.783c.09.405.232.634.381.794c.164.177.387.325.733.506q.145.075.316.16c.659.326 1.585.785 2.362 1.716A5.2 5.2 0 0 1 18 9.3c0 .797-.185 1.555-.516 2.237a1 1 0 0 1-.061.107l-.423.652V19h2v-5q0-.177.057-.334A1.5 1.5 0 0 1 18.5 12.5c0-.828 1-3 1.5-3s1.5 2.172 1.5 3c0 .471-.217.892-.557 1.166A1 1 0 0 1 21 14v5a1 1 0 1 1 0 2H3a1 1 0 1 1 0-2v-5q0-.177.057-.334A1.5 1.5 0 0 1 2.5 12.5c0-.828 1-3 1.5-3s1.5 2.172 1.5 3c0 .471-.217.892-.557 1.166A1 1 0 0 1 5 14v5h2v-6.704l-.423-.652a1 1 0 0 1-.06-.107A5.1 5.1 0 0 1 6 9.3c0-1.265.466-2.423 1.232-3.34c.776-.93 1.702-1.39 2.36-1.715q.173-.085.318-.16c.346-.182.569-.33.733-.507c.149-.16.29-.39.38-.795A1 1 0 0 1 12 2" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteTajMahalFill(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 2a1 1 0 0 1 .976.783c.09.405.232.634.381.794c.164.177.387.325.733.506q.145.075.316.16c.659.326 1.585.785 2.362 1.716A5.2 5.2 0 0 1 18 9.3c0 .797-.185 1.555-.516 2.237a1 1 0 0 1-.061.107l-.423.652V19h2v-5q0-.177.057-.334A1.5 1.5 0 0 1 18.5 12.5c0-.828 1-3 1.5-3s1.5 2.172 1.5 3c0 .471-.217.892-.557 1.166A1 1 0 0 1 21 14v5a1 1 0 1 1 0 2H3a1 1 0 1 1 0-2v-5q0-.177.057-.334A1.5 1.5 0 0 1 2.5 12.5c0-.828 1-3 1.5-3s1.5 2.172 1.5 3c0 .471-.217.892-.557 1.166A1 1 0 0 1 5 14v5h2v-6.704l-.423-.652a1 1 0 0 1-.06-.107A5.1 5.1 0 0 1 6 9.3c0-1.265.466-2.423 1.232-3.34c.776-.93 1.702-1.39 2.36-1.715q.173-.085.318-.16c.346-.182.569-.33.733-.507c.149-.16.29-.39.38-.795A1 1 0 0 1 12 2" 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 2a1 1 0 0 1 .976.783c.09.405.232.634.381.794c.164.177.387.325.733.506q.145.075.316.16c.659.326 1.585.785 2.362 1.716A5.2 5.2 0 0 1 18 9.3c0 .797-.185 1.555-.516 2.237a1 1 0 0 1-.061.107l-.423.652V19h2v-5q0-.177.057-.334A1.5 1.5 0 0 1 18.5 12.5c0-.828 1-3 1.5-3s1.5 2.172 1.5 3c0 .471-.217.892-.557 1.166A1 1 0 0 1 21 14v5a1 1 0 1 1 0 2H3a1 1 0 1 1 0-2v-5q0-.177.057-.334A1.5 1.5 0 0 1 2.5 12.5c0-.828 1-3 1.5-3s1.5 2.172 1.5 3c0 .471-.217.892-.557 1.166A1 1 0 0 1 5 14v5h2v-6.704l-.423-.652a1 1 0 0 1-.06-.107A5.1 5.1 0 0 1 6 9.3c0-1.265.466-2.423 1.232-3.34c.776-.93 1.702-1.39 2.36-1.715q.173-.085.318-.16c.346-.182.569-.33.733-.507c.149-.16.29-.39.38-.795A1 1 0 0 1 12 2" clip-rule="evenodd"/></svg> </template>
CSS
.icon-taj-mahal-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%202a1%201%200%200%201%20.976.783c.09.405.232.634.381.794c.164.177.387.325.733.506q.145.075.316.16c.659.326%201.585.785%202.362%201.716A5.2%205.2%200%200%201%2018%209.3c0%20.797-.185%201.555-.516%202.237a1%201%200%200%201-.061.107l-.423.652V19h2v-5q0-.177.057-.334A1.5%201.5%200%200%201%2018.5%2012.5c0-.828%201-3%201.5-3s1.5%202.172%201.5%203c0%20.471-.217.892-.557%201.166A1%201%200%200%201%2021%2014v5a1%201%200%201%201%200%202H3a1%201%200%201%201%200-2v-5q0-.177.057-.334A1.5%201.5%200%200%201%202.5%2012.5c0-.828%201-3%201.5-3s1.5%202.172%201.5%203c0%20.471-.217.892-.557%201.166A1%201%200%200%201%205%2014v5h2v-6.704l-.423-.652a1%201%200%200%201-.06-.107A5.1%205.1%200%200%201%206%209.3c0-1.265.466-2.423%201.232-3.34c.776-.93%201.702-1.39%202.36-1.715q.173-.085.318-.16c.346-.182.569-.33.733-.507c.149-.16.29-.39.38-.795A1%201%200%200%201%2012%202%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%202a1%201%200%200%201%20.976.783c.09.405.232.634.381.794c.164.177.387.325.733.506q.145.075.316.16c.659.326%201.585.785%202.362%201.716A5.2%205.2%200%200%201%2018%209.3c0%20.797-.185%201.555-.516%202.237a1%201%200%200%201-.061.107l-.423.652V19h2v-5q0-.177.057-.334A1.5%201.5%200%200%201%2018.5%2012.5c0-.828%201-3%201.5-3s1.5%202.172%201.5%203c0%20.471-.217.892-.557%201.166A1%201%200%200%201%2021%2014v5a1%201%200%201%201%200%202H3a1%201%200%201%201%200-2v-5q0-.177.057-.334A1.5%201.5%200%200%201%202.5%2012.5c0-.828%201-3%201.5-3s1.5%202.172%201.5%203c0%20.471-.217.892-.557%201.166A1%201%200%200%201%205%2014v5h2v-6.704l-.423-.652a1%201%200%200%201-.06-.107A5.1%205.1%200%200%201%206%209.3c0-1.265.466-2.423%201.232-3.34c.776-.93%201.702-1.39%202.36-1.715q.173-.085.318-.16c.346-.182.569-.33.733-.507c.149-.16.29-.39.38-.795A1%201%200%200%201%2012%202%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/taj-mahal-fill.svg?color=%231a73e8&size=48