dungeon icon
dungeon from Line Awesome by Icons8 · Line · Tabletop Gaming · Apache-2.0 Free for personal and commercial use.
- Name
- dungeon
- Set
- Line Awesome
- Style
- Line
- Category
- Tabletop Gaming
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- dungeon-solid
The same icon in other sets
More tabletop gaming icons from Line Awesome
Use the dungeon icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 5c-1.038 0-2.04.155-2.994.428l1.441 3.752C14.947 9.066 15.466 9 16 9s1.053.066 1.553.18l1.441-3.752A11 11 0 0 0 16 5m-4.86 1.152a11.1 11.1 0 0 0-3.826 3.135l3.385 2.154c.096-.11.199-.215.301-.32v.01c.03-.05.08-.101.13-.131h-.017a7 7 0 0 1 1.467-1.104zm9.72 0l-1.44 3.746A7 7 0 0 1 20.877 11h-.008c.05.03.101.08.131.13v-.015q.251.255.475.535l3.464-2.021a11.1 11.1 0 0 0-4.08-3.477zM6.233 10.971A10.9 10.9 0 0 0 5 16h4c0-1.024.227-1.994.623-2.871L6.234 10.97zM16 11c-.34 0-.68.03-1 .1V25h2V11.1c-.32-.07-.66-.1-1-.1m9.95.354l-3.466 2.021c.33.812.516 1.697.516 2.625h4c0-1.66-.385-3.231-1.05-4.646M13 12c-1.21.91-2 2.37-2 4v9h2zm6 0v13h2v-9c0-1.63-.79-3.09-2-4M5 18v4h4v-4zm18 0v4h4v-4zM5 24v3h4v-3zm18 0v3h4v-3z"/></svg>
React
import type { SVGProps } from "react";
export function LaDungeon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 5c-1.038 0-2.04.155-2.994.428l1.441 3.752C14.947 9.066 15.466 9 16 9s1.053.066 1.553.18l1.441-3.752A11 11 0 0 0 16 5m-4.86 1.152a11.1 11.1 0 0 0-3.826 3.135l3.385 2.154c.096-.11.199-.215.301-.32v.01c.03-.05.08-.101.13-.131h-.017a7 7 0 0 1 1.467-1.104zm9.72 0l-1.44 3.746A7 7 0 0 1 20.877 11h-.008c.05.03.101.08.131.13v-.015q.251.255.475.535l3.464-2.021a11.1 11.1 0 0 0-4.08-3.477zM6.233 10.971A10.9 10.9 0 0 0 5 16h4c0-1.024.227-1.994.623-2.871L6.234 10.97zM16 11c-.34 0-.68.03-1 .1V25h2V11.1c-.32-.07-.66-.1-1-.1m9.95.354l-3.466 2.021c.33.812.516 1.697.516 2.625h4c0-1.66-.385-3.231-1.05-4.646M13 12c-1.21.91-2 2.37-2 4v9h2zm6 0v13h2v-9c0-1.63-.79-3.09-2-4M5 18v4h4v-4zm18 0v4h4v-4zM5 24v3h4v-3zm18 0v3h4v-3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 5c-1.038 0-2.04.155-2.994.428l1.441 3.752C14.947 9.066 15.466 9 16 9s1.053.066 1.553.18l1.441-3.752A11 11 0 0 0 16 5m-4.86 1.152a11.1 11.1 0 0 0-3.826 3.135l3.385 2.154c.096-.11.199-.215.301-.32v.01c.03-.05.08-.101.13-.131h-.017a7 7 0 0 1 1.467-1.104zm9.72 0l-1.44 3.746A7 7 0 0 1 20.877 11h-.008c.05.03.101.08.131.13v-.015q.251.255.475.535l3.464-2.021a11.1 11.1 0 0 0-4.08-3.477zM6.233 10.971A10.9 10.9 0 0 0 5 16h4c0-1.024.227-1.994.623-2.871L6.234 10.97zM16 11c-.34 0-.68.03-1 .1V25h2V11.1c-.32-.07-.66-.1-1-.1m9.95.354l-3.466 2.021c.33.812.516 1.697.516 2.625h4c0-1.66-.385-3.231-1.05-4.646M13 12c-1.21.91-2 2.37-2 4v9h2zm6 0v13h2v-9c0-1.63-.79-3.09-2-4M5 18v4h4v-4zm18 0v4h4v-4zM5 24v3h4v-3zm18 0v3h4v-3z"/></svg> </template>
CSS
.icon-dungeon {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%205c-1.038%200-2.04.155-2.994.428l1.441%203.752C14.947%209.066%2015.466%209%2016%209s1.053.066%201.553.18l1.441-3.752A11%2011%200%200%200%2016%205m-4.86%201.152a11.1%2011.1%200%200%200-3.826%203.135l3.385%202.154c.096-.11.199-.215.301-.32v.01c.03-.05.08-.101.13-.131h-.017a7%207%200%200%201%201.467-1.104zm9.72%200l-1.44%203.746A7%207%200%200%201%2020.877%2011h-.008c.05.03.101.08.131.13v-.015q.251.255.475.535l3.464-2.021a11.1%2011.1%200%200%200-4.08-3.477zM6.233%2010.971A10.9%2010.9%200%200%200%205%2016h4c0-1.024.227-1.994.623-2.871L6.234%2010.97zM16%2011c-.34%200-.68.03-1%20.1V25h2V11.1c-.32-.07-.66-.1-1-.1m9.95.354l-3.466%202.021c.33.812.516%201.697.516%202.625h4c0-1.66-.385-3.231-1.05-4.646M13%2012c-1.21.91-2%202.37-2%204v9h2zm6%200v13h2v-9c0-1.63-.79-3.09-2-4M5%2018v4h4v-4zm18%200v4h4v-4zM5%2024v3h4v-3zm18%200v3h4v-3z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%205c-1.038%200-2.04.155-2.994.428l1.441%203.752C14.947%209.066%2015.466%209%2016%209s1.053.066%201.553.18l1.441-3.752A11%2011%200%200%200%2016%205m-4.86%201.152a11.1%2011.1%200%200%200-3.826%203.135l3.385%202.154c.096-.11.199-.215.301-.32v.01c.03-.05.08-.101.13-.131h-.017a7%207%200%200%201%201.467-1.104zm9.72%200l-1.44%203.746A7%207%200%200%201%2020.877%2011h-.008c.05.03.101.08.131.13v-.015q.251.255.475.535l3.464-2.021a11.1%2011.1%200%200%200-4.08-3.477zM6.233%2010.971A10.9%2010.9%200%200%200%205%2016h4c0-1.024.227-1.994.623-2.871L6.234%2010.97zM16%2011c-.34%200-.68.03-1%20.1V25h2V11.1c-.32-.07-.66-.1-1-.1m9.95.354l-3.466%202.021c.33.812.516%201.697.516%202.625h4c0-1.66-.385-3.231-1.05-4.646M13%2012c-1.21.91-2%202.37-2%204v9h2zm6%200v13h2v-9c0-1.63-.79-3.09-2-4M5%2018v4h4v-4zm18%200v4h4v-4zM5%2024v3h4v-3zm18%200v3h4v-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/dungeon.svg?color=%231a73e8&size=48