temple of heaven icon
temple-of-heaven-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- temple-of-heaven-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- palace-2-fill
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="currentColor" d="M9.053 5.606C9.989 5.137 11 4.389 11 3a1 1 0 1 1 2 0c0 1.39 1.01 2.137 1.947 2.606c.388.194.808.355 1.23.518c.77.296 1.55.596 2.169 1.103c.3.246.654.663.654 1.273c0 .494-.198.88-.47 1.18c1.32.363 3.47 1.036 3.47 2.747c0 1.665-2.054 2.407-3.361 2.78C16.898 15.706 14.55 16 12 16s-4.898-.294-6.639-.792C4.054 14.834 2 14.09 2 12.427c0-1.71 2.15-2.384 3.47-2.747A1.7 1.7 0 0 1 5 8.5c0-.61.353-1.027.654-1.273c.617-.505 1.395-.805 2.164-1.1c.424-.164.845-.326 1.235-.521"/><path fill="currentColor" d="M4.295 15.854c.373.146.742.261 1.066.354C7.102 16.706 9.45 17 12 17s4.898-.294 6.639-.792a12 12 0 0 0 1.066-.354l-.56 3.362c-.137.82-.61 1.792-1.688 2.15c-.84.28-2.217.556-4.457.62V20a1 1 0 1 0-2 0v1.986c-2.24-.064-3.617-.34-4.457-.62c-1.078-.358-1.55-1.33-1.687-2.15z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteTempleOfHeavenFill(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" d="M9.053 5.606C9.989 5.137 11 4.389 11 3a1 1 0 1 1 2 0c0 1.39 1.01 2.137 1.947 2.606c.388.194.808.355 1.23.518c.77.296 1.55.596 2.169 1.103c.3.246.654.663.654 1.273c0 .494-.198.88-.47 1.18c1.32.363 3.47 1.036 3.47 2.747c0 1.665-2.054 2.407-3.361 2.78C16.898 15.706 14.55 16 12 16s-4.898-.294-6.639-.792C4.054 14.834 2 14.09 2 12.427c0-1.71 2.15-2.384 3.47-2.747A1.7 1.7 0 0 1 5 8.5c0-.61.353-1.027.654-1.273c.617-.505 1.395-.805 2.164-1.1c.424-.164.845-.326 1.235-.521"/><path fill="currentColor" d="M4.295 15.854c.373.146.742.261 1.066.354C7.102 16.706 9.45 17 12 17s4.898-.294 6.639-.792a12 12 0 0 0 1.066-.354l-.56 3.362c-.137.82-.61 1.792-1.688 2.15c-.84.28-2.217.556-4.457.62V20a1 1 0 1 0-2 0v1.986c-2.24-.064-3.617-.34-4.457-.62c-1.078-.358-1.55-1.33-1.687-2.15z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.053 5.606C9.989 5.137 11 4.389 11 3a1 1 0 1 1 2 0c0 1.39 1.01 2.137 1.947 2.606c.388.194.808.355 1.23.518c.77.296 1.55.596 2.169 1.103c.3.246.654.663.654 1.273c0 .494-.198.88-.47 1.18c1.32.363 3.47 1.036 3.47 2.747c0 1.665-2.054 2.407-3.361 2.78C16.898 15.706 14.55 16 12 16s-4.898-.294-6.639-.792C4.054 14.834 2 14.09 2 12.427c0-1.71 2.15-2.384 3.47-2.747A1.7 1.7 0 0 1 5 8.5c0-.61.353-1.027.654-1.273c.617-.505 1.395-.805 2.164-1.1c.424-.164.845-.326 1.235-.521"/><path fill="currentColor" d="M4.295 15.854c.373.146.742.261 1.066.354C7.102 16.706 9.45 17 12 17s4.898-.294 6.639-.792a12 12 0 0 0 1.066-.354l-.56 3.362c-.137.82-.61 1.792-1.688 2.15c-.84.28-2.217.556-4.457.62V20a1 1 0 1 0-2 0v1.986c-2.24-.064-3.617-.34-4.457-.62c-1.078-.358-1.55-1.33-1.687-2.15z"/></svg> </template>
CSS
.icon-temple-of-heaven-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%20d%3D%22M9.053%205.606C9.989%205.137%2011%204.389%2011%203a1%201%200%201%201%202%200c0%201.39%201.01%202.137%201.947%202.606c.388.194.808.355%201.23.518c.77.296%201.55.596%202.169%201.103c.3.246.654.663.654%201.273c0%20.494-.198.88-.47%201.18c1.32.363%203.47%201.036%203.47%202.747c0%201.665-2.054%202.407-3.361%202.78C16.898%2015.706%2014.55%2016%2012%2016s-4.898-.294-6.639-.792C4.054%2014.834%202%2014.09%202%2012.427c0-1.71%202.15-2.384%203.47-2.747A1.7%201.7%200%200%201%205%208.5c0-.61.353-1.027.654-1.273c.617-.505%201.395-.805%202.164-1.1c.424-.164.845-.326%201.235-.521%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.295%2015.854c.373.146.742.261%201.066.354C7.102%2016.706%209.45%2017%2012%2017s4.898-.294%206.639-.792a12%2012%200%200%200%201.066-.354l-.56%203.362c-.137.82-.61%201.792-1.688%202.15c-.84.28-2.217.556-4.457.62V20a1%201%200%201%200-2%200v1.986c-2.24-.064-3.617-.34-4.457-.62c-1.078-.358-1.55-1.33-1.687-2.15z%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%20d%3D%22M9.053%205.606C9.989%205.137%2011%204.389%2011%203a1%201%200%201%201%202%200c0%201.39%201.01%202.137%201.947%202.606c.388.194.808.355%201.23.518c.77.296%201.55.596%202.169%201.103c.3.246.654.663.654%201.273c0%20.494-.198.88-.47%201.18c1.32.363%203.47%201.036%203.47%202.747c0%201.665-2.054%202.407-3.361%202.78C16.898%2015.706%2014.55%2016%2012%2016s-4.898-.294-6.639-.792C4.054%2014.834%202%2014.09%202%2012.427c0-1.71%202.15-2.384%203.47-2.747A1.7%201.7%200%200%201%205%208.5c0-.61.353-1.027.654-1.273c.617-.505%201.395-.805%202.164-1.1c.424-.164.845-.326%201.235-.521%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.295%2015.854c.373.146.742.261%201.066.354C7.102%2016.706%209.45%2017%2012%2017s4.898-.294%206.639-.792a12%2012%200%200%200%201.066-.354l-.56%203.362c-.137.82-.61%201.792-1.688%202.15c-.84.28-2.217.556-4.457.62V20a1%201%200%201%200-2%200v1.986c-2.24-.064-3.617-.34-4.457-.62c-1.078-.358-1.55-1.33-1.687-2.15z%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-fill.svg?color=%231a73e8&size=48