temple of heaven icon
temple-of-heaven-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- temple-of-heaven-line
- Set
- MingCute Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- palace-2-line
1 other variant in MingCute Icon
Use the temple of heaven 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="m5 14l.842 5.052c.103.616.424 1.169 1.017 1.366c.824.274 2.366.582 5.141.582m7-7l-.842 5.052c-.103.616-.424 1.169-1.017 1.366c-.824.274-2.366.582-5.141.582m0 0v-3m9-5.573C21 13.847 16.97 15 12 15s-9-1.152-9-2.573C3 11.307 5.5 10.5 9 10c-1.793-.26-3-.75-3-1.5s1.656-1.078 3.5-2C10.5 6 12 5 12 3c0 2 1.5 3 2.5 3.5c1.844.922 3.5 1.25 3.5 2s-1.207 1.24-3 1.5c3.5.5 6 1.306 6 2.427"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteTempleOfHeavenLine(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="m5 14l.842 5.052c.103.616.424 1.169 1.017 1.366c.824.274 2.366.582 5.141.582m7-7l-.842 5.052c-.103.616-.424 1.169-1.017 1.366c-.824.274-2.366.582-5.141.582m0 0v-3m9-5.573C21 13.847 16.97 15 12 15s-9-1.152-9-2.573C3 11.307 5.5 10.5 9 10c-1.793-.26-3-.75-3-1.5s1.656-1.078 3.5-2C10.5 6 12 5 12 3c0 2 1.5 3 2.5 3.5c1.844.922 3.5 1.25 3.5 2s-1.207 1.24-3 1.5c3.5.5 6 1.306 6 2.427"/></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="m5 14l.842 5.052c.103.616.424 1.169 1.017 1.366c.824.274 2.366.582 5.141.582m7-7l-.842 5.052c-.103.616-.424 1.169-1.017 1.366c-.824.274-2.366.582-5.141.582m0 0v-3m9-5.573C21 13.847 16.97 15 12 15s-9-1.152-9-2.573C3 11.307 5.5 10.5 9 10c-1.793-.26-3-.75-3-1.5s1.656-1.078 3.5-2C10.5 6 12 5 12 3c0 2 1.5 3 2.5 3.5c1.844.922 3.5 1.25 3.5 2s-1.207 1.24-3 1.5c3.5.5 6 1.306 6 2.427"/></svg> </template>
CSS
.icon-temple-of-heaven-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%22m5%2014l.842%205.052c.103.616.424%201.169%201.017%201.366c.824.274%202.366.582%205.141.582m7-7l-.842%205.052c-.103.616-.424%201.169-1.017%201.366c-.824.274-2.366.582-5.141.582m0%200v-3m9-5.573C21%2013.847%2016.97%2015%2012%2015s-9-1.152-9-2.573C3%2011.307%205.5%2010.5%209%2010c-1.793-.26-3-.75-3-1.5s1.656-1.078%203.5-2C10.5%206%2012%205%2012%203c0%202%201.5%203%202.5%203.5c1.844.922%203.5%201.25%203.5%202s-1.207%201.24-3%201.5c3.5.5%206%201.306%206%202.427%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%22m5%2014l.842%205.052c.103.616.424%201.169%201.017%201.366c.824.274%202.366.582%205.141.582m7-7l-.842%205.052c-.103.616-.424%201.169-1.017%201.366c-.824.274-2.366.582-5.141.582m0%200v-3m9-5.573C21%2013.847%2016.97%2015%2012%2015s-9-1.152-9-2.573C3%2011.307%205.5%2010.5%209%2010c-1.793-.26-3-.75-3-1.5s1.656-1.078%203.5-2C10.5%206%2012%205%2012%203c0%202%201.5%203%202.5%203.5c1.844.922%203.5%201.25%203.5%202s-1.207%201.24-3%201.5c3.5.5%206%201.306%206%202.427%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/temple-of-heaven-line.svg?color=%231a73e8&size=48