fallout shelter icon
fallout-shelter-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- fallout-shelter-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Use the fallout shelter icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M231.94 124.55c-1.77-54.49-46-98.72-100.49-100.49A104.09 104.09 0 0 0 24.06 131.45c1.77 54.49 46 98.72 100.49 100.49a104.09 104.09 0 0 0 107.39-107.39m-33.56 16.92l-23.45 32.83a8.52 8.52 0 0 1-13.86 0L128 128l-33.07 46.3a8.52 8.52 0 0 1-13.86 0l-23.45-32.83A8.52 8.52 0 0 1 64.55 128H128L97.62 85.47A8.52 8.52 0 0 1 104.55 72h46.9a8.52 8.52 0 0 1 6.93 13.47L128 128h63.45a8.52 8.52 0 0 1 6.93 13.47"/></svg>
React
import type { SVGProps } from "react";
export function PhFalloutShelterFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M231.94 124.55c-1.77-54.49-46-98.72-100.49-100.49A104.09 104.09 0 0 0 24.06 131.45c1.77 54.49 46 98.72 100.49 100.49a104.09 104.09 0 0 0 107.39-107.39m-33.56 16.92l-23.45 32.83a8.52 8.52 0 0 1-13.86 0L128 128l-33.07 46.3a8.52 8.52 0 0 1-13.86 0l-23.45-32.83A8.52 8.52 0 0 1 64.55 128H128L97.62 85.47A8.52 8.52 0 0 1 104.55 72h46.9a8.52 8.52 0 0 1 6.93 13.47L128 128h63.45a8.52 8.52 0 0 1 6.93 13.47"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M231.94 124.55c-1.77-54.49-46-98.72-100.49-100.49A104.09 104.09 0 0 0 24.06 131.45c1.77 54.49 46 98.72 100.49 100.49a104.09 104.09 0 0 0 107.39-107.39m-33.56 16.92l-23.45 32.83a8.52 8.52 0 0 1-13.86 0L128 128l-33.07 46.3a8.52 8.52 0 0 1-13.86 0l-23.45-32.83A8.52 8.52 0 0 1 64.55 128H128L97.62 85.47A8.52 8.52 0 0 1 104.55 72h46.9a8.52 8.52 0 0 1 6.93 13.47L128 128h63.45a8.52 8.52 0 0 1 6.93 13.47"/></svg> </template>
CSS
.icon-fallout-shelter-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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M231.94%20124.55c-1.77-54.49-46-98.72-100.49-100.49A104.09%20104.09%200%200%200%2024.06%20131.45c1.77%2054.49%2046%2098.72%20100.49%20100.49a104.09%20104.09%200%200%200%20107.39-107.39m-33.56%2016.92l-23.45%2032.83a8.52%208.52%200%200%201-13.86%200L128%20128l-33.07%2046.3a8.52%208.52%200%200%201-13.86%200l-23.45-32.83A8.52%208.52%200%200%201%2064.55%20128H128L97.62%2085.47A8.52%208.52%200%200%201%20104.55%2072h46.9a8.52%208.52%200%200%201%206.93%2013.47L128%20128h63.45a8.52%208.52%200%200%201%206.93%2013.47%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M231.94%20124.55c-1.77-54.49-46-98.72-100.49-100.49A104.09%20104.09%200%200%200%2024.06%20131.45c1.77%2054.49%2046%2098.72%20100.49%20100.49a104.09%20104.09%200%200%200%20107.39-107.39m-33.56%2016.92l-23.45%2032.83a8.52%208.52%200%200%201-13.86%200L128%20128l-33.07%2046.3a8.52%208.52%200%200%201-13.86%200l-23.45-32.83A8.52%208.52%200%200%201%2064.55%20128H128L97.62%2085.47A8.52%208.52%200%200%201%20104.55%2072h46.9a8.52%208.52%200%200%201%206.93%2013.47L128%20128h63.45a8.52%208.52%200%200%201%206.93%2013.47%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/fallout-shelter-fill.svg?color=%231a73e8&size=48