landmark dome icon
landmark-dome from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- landmark-dome
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
Use the landmark dome icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M248 0h16c13.3 0 24 10.7 24 24v10.7c80.4 13.4 143.9 76.9 157.3 157.3h2.7c17.7 0 32 14.3 32 32s-14.3 32-32 32H64c-17.7 0-32-14.3-32-32s14.3-32 32-32h2.7C80.1 111.6 143.6 48.1 224 34.7V24c0-13.3 10.7-24 24-24M64 288h64v128h40V288h64v128h48V288h64v128h40V288h64v132.3c.6.3 1.2.7 1.8 1.1l48 32c11.7 7.8 17 22.4 12.9 35.9S494.1 512 480 512H32c-14.1 0-26.5-9.2-30.6-22.7s1.1-28.1 12.9-35.9l48-32c.6-.4 1.2-.7 1.8-1.1z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidLandmarkDome(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M248 0h16c13.3 0 24 10.7 24 24v10.7c80.4 13.4 143.9 76.9 157.3 157.3h2.7c17.7 0 32 14.3 32 32s-14.3 32-32 32H64c-17.7 0-32-14.3-32-32s14.3-32 32-32h2.7C80.1 111.6 143.6 48.1 224 34.7V24c0-13.3 10.7-24 24-24M64 288h64v128h40V288h64v128h48V288h64v128h40V288h64v132.3c.6.3 1.2.7 1.8 1.1l48 32c11.7 7.8 17 22.4 12.9 35.9S494.1 512 480 512H32c-14.1 0-26.5-9.2-30.6-22.7s1.1-28.1 12.9-35.9l48-32c.6-.4 1.2-.7 1.8-1.1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M248 0h16c13.3 0 24 10.7 24 24v10.7c80.4 13.4 143.9 76.9 157.3 157.3h2.7c17.7 0 32 14.3 32 32s-14.3 32-32 32H64c-17.7 0-32-14.3-32-32s14.3-32 32-32h2.7C80.1 111.6 143.6 48.1 224 34.7V24c0-13.3 10.7-24 24-24M64 288h64v128h40V288h64v128h48V288h64v128h40V288h64v132.3c.6.3 1.2.7 1.8 1.1l48 32c11.7 7.8 17 22.4 12.9 35.9S494.1 512 480 512H32c-14.1 0-26.5-9.2-30.6-22.7s1.1-28.1 12.9-35.9l48-32c.6-.4 1.2-.7 1.8-1.1z"/></svg> </template>
CSS
.icon-landmark-dome {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M248%200h16c13.3%200%2024%2010.7%2024%2024v10.7c80.4%2013.4%20143.9%2076.9%20157.3%20157.3h2.7c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H64c-17.7%200-32-14.3-32-32s14.3-32%2032-32h2.7C80.1%20111.6%20143.6%2048.1%20224%2034.7V24c0-13.3%2010.7-24%2024-24M64%20288h64v128h40V288h64v128h48V288h64v128h40V288h64v132.3c.6.3%201.2.7%201.8%201.1l48%2032c11.7%207.8%2017%2022.4%2012.9%2035.9S494.1%20512%20480%20512H32c-14.1%200-26.5-9.2-30.6-22.7s1.1-28.1%2012.9-35.9l48-32c.6-.4%201.2-.7%201.8-1.1z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M248%200h16c13.3%200%2024%2010.7%2024%2024v10.7c80.4%2013.4%20143.9%2076.9%20157.3%20157.3h2.7c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H64c-17.7%200-32-14.3-32-32s14.3-32%2032-32h2.7C80.1%20111.6%20143.6%2048.1%20224%2034.7V24c0-13.3%2010.7-24%2024-24M64%20288h64v128h40V288h64v128h48V288h64v128h40V288h64v132.3c.6.3%201.2.7%201.8%201.1l48%2032c11.7%207.8%2017%2022.4%2012.9%2035.9S494.1%20512%20480%20512H32c-14.1%200-26.5-9.2-30.6-22.7s1.1-28.1%2012.9-35.9l48-32c.6-.4%201.2-.7%201.8-1.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/landmark-dome.svg?color=%231a73e8&size=48