dome icon
dome from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- dome
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the dome icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M6.856 22C6.313 20.014 6 17.687 6 15.2C6 7.91 8.686 2 12 2s6 5.91 6 13.2c0 2.487-.313 4.814-.856 6.8M3 22h18"/><path d="M15.552 5c-.95 4.205-6.432 2.734-8.805 6.196a1.405 1.405 0 0 0 .008 1.603C9.235 16.267 15.599 14.792 17.5 19"/><path d="M8.448 5c.95 4.205 6.432 2.734 8.805 6.196c.33.481.331 1.128-.008 1.603C14.765 16.267 8.401 14.792 6.5 19"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsDome(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M6.856 22C6.313 20.014 6 17.687 6 15.2C6 7.91 8.686 2 12 2s6 5.91 6 13.2c0 2.487-.313 4.814-.856 6.8M3 22h18"/><path d="M15.552 5c-.95 4.205-6.432 2.734-8.805 6.196a1.405 1.405 0 0 0 .008 1.603C9.235 16.267 15.599 14.792 17.5 19"/><path d="M8.448 5c.95 4.205 6.432 2.734 8.805 6.196c.33.481.331 1.128-.008 1.603C14.765 16.267 8.401 14.792 6.5 19"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M6.856 22C6.313 20.014 6 17.687 6 15.2C6 7.91 8.686 2 12 2s6 5.91 6 13.2c0 2.487-.313 4.814-.856 6.8M3 22h18"/><path d="M15.552 5c-.95 4.205-6.432 2.734-8.805 6.196a1.405 1.405 0 0 0 .008 1.603C9.235 16.267 15.599 14.792 17.5 19"/><path d="M8.448 5c.95 4.205 6.432 2.734 8.805 6.196c.33.481.331 1.128-.008 1.603C14.765 16.267 8.401 14.792 6.5 19"/></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6.856%2022C6.313%2020.014%206%2017.687%206%2015.2C6%207.91%208.686%202%2012%202s6%205.91%206%2013.2c0%202.487-.313%204.814-.856%206.8M3%2022h18%22%2F%3E%3Cpath%20d%3D%22M15.552%205c-.95%204.205-6.432%202.734-8.805%206.196a1.405%201.405%200%200%200%20.008%201.603C9.235%2016.267%2015.599%2014.792%2017.5%2019%22%2F%3E%3Cpath%20d%3D%22M8.448%205c.95%204.205%206.432%202.734%208.805%206.196c.33.481.331%201.128-.008%201.603C14.765%2016.267%208.401%2014.792%206.5%2019%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6.856%2022C6.313%2020.014%206%2017.687%206%2015.2C6%207.91%208.686%202%2012%202s6%205.91%206%2013.2c0%202.487-.313%204.814-.856%206.8M3%2022h18%22%2F%3E%3Cpath%20d%3D%22M15.552%205c-.95%204.205-6.432%202.734-8.805%206.196a1.405%201.405%200%200%200%20.008%201.603C9.235%2016.267%2015.599%2014.792%2017.5%2019%22%2F%3E%3Cpath%20d%3D%22M8.448%205c.95%204.205%206.432%202.734%208.805%206.196c.33.481.331%201.128-.008%201.603C14.765%2016.267%208.401%2014.792%206.5%2019%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/dome.svg?color=%231a73e8&size=48