dome icon
dome from IconPark Outline by ByteDance · Outline · Build · Apache-2.0 Free for personal and commercial use.
- Name
- dome
- Set
- IconPark Outline
- Style
- Outline
- Category
- Build
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More build icons from IconPark Outline
Use the dome icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-width="4"><path stroke-linecap="round" stroke-linejoin="round" d="M4 43h40"/><path d="M5 24s9-1 19-1s19 1 19 1M6 18s9.053-4 18-4s18 4 18 4M5 30s9 2 19 2s19-2 19-2"/><path d="M24 6C12.954 6 4 14.954 4 26c0 7.809 3.475 13.706 10 17h20c6.525-3.294 10-9.191 10-17c0-11.046-8.954-20-20-20Z"/><path d="M24 6c-3.866 0-7 8.954-7 20c0 7.177 1.012 13.472 3 17h8c1.988-3.528 3-9.823 3-17c0-11.046-3.134-20-7-20Z"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkOutlineDome(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" strokeWidth="4"><path strokeLinecap="round" strokeLinejoin="round" d="M4 43h40"/><path d="M5 24s9-1 19-1s19 1 19 1M6 18s9.053-4 18-4s18 4 18 4M5 30s9 2 19 2s19-2 19-2"/><path d="M24 6C12.954 6 4 14.954 4 26c0 7.809 3.475 13.706 10 17h20c6.525-3.294 10-9.191 10-17c0-11.046-8.954-20-20-20Z"/><path d="M24 6c-3.866 0-7 8.954-7 20c0 7.177 1.012 13.472 3 17h8c1.988-3.528 3-9.823 3-17c0-11.046-3.134-20-7-20Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-width="4"><path stroke-linecap="round" stroke-linejoin="round" d="M4 43h40"/><path d="M5 24s9-1 19-1s19 1 19 1M6 18s9.053-4 18-4s18 4 18 4M5 30s9 2 19 2s19-2 19-2"/><path d="M24 6C12.954 6 4 14.954 4 26c0 7.809 3.475 13.706 10 17h20c6.525-3.294 10-9.191 10-17c0-11.046-8.954-20-20-20Z"/><path d="M24 6c-3.866 0-7 8.954-7 20c0 7.177 1.012 13.472 3 17h8c1.988-3.528 3-9.823 3-17c0-11.046-3.134-20-7-20Z"/></g></svg> </template>
CSS
.icon-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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2043h40%22%2F%3E%3Cpath%20d%3D%22M5%2024s9-1%2019-1s19%201%2019%201M6%2018s9.053-4%2018-4s18%204%2018%204M5%2030s9%202%2019%202s19-2%2019-2%22%2F%3E%3Cpath%20d%3D%22M24%206C12.954%206%204%2014.954%204%2026c0%207.809%203.475%2013.706%2010%2017h20c6.525-3.294%2010-9.191%2010-17c0-11.046-8.954-20-20-20Z%22%2F%3E%3Cpath%20d%3D%22M24%206c-3.866%200-7%208.954-7%2020c0%207.177%201.012%2013.472%203%2017h8c1.988-3.528%203-9.823%203-17c0-11.046-3.134-20-7-20Z%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2043h40%22%2F%3E%3Cpath%20d%3D%22M5%2024s9-1%2019-1s19%201%2019%201M6%2018s9.053-4%2018-4s18%204%2018%204M5%2030s9%202%2019%202s19-2%2019-2%22%2F%3E%3Cpath%20d%3D%22M24%206C12.954%206%204%2014.954%204%2026c0%207.809%203.475%2013.706%2010%2017h20c6.525-3.294%2010-9.191%2010-17c0-11.046-8.954-20-20-20Z%22%2F%3E%3Cpath%20d%3D%22M24%206c-3.866%200-7%208.954-7%2020c0%207.177%201.012%2013.472%203%2017h8c1.988-3.528%203-9.823%203-17c0-11.046-3.134-20-7-20Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-outline/dome.svg?color=%231a73e8&size=48