fallout shelter icon
fallout-shelter-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- fallout-shelter-thin
- Set
- Phosphor
- Style
- Thin
- 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="M128 28a100 100 0 1 0 100 100A100.11 100.11 0 0 0 128 28m0 192a92 92 0 1 1 92-92a92.1 92.1 0 0 1-92 92m67.53-93.89A4 4 0 0 0 192 124h-56.53l27.86-41.78A4 4 0 0 0 160 76H96a4 4 0 0 0-3.33 6.22L120.53 124H64a4 4 0 0 0-3.33 6.22l32 48a4 4 0 0 0 6.66 0l28.67-43l28.67 43a4 4 0 0 0 6.66 0l32-48a4 4 0 0 0 .2-4.11m-43-42.11L128 120.79L103.47 84ZM96 168.79L71.47 132h49.06Zm64 0L135.47 132h49.06Z"/></svg>
React
import type { SVGProps } from "react";
export function PhFalloutShelterThin(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="M128 28a100 100 0 1 0 100 100A100.11 100.11 0 0 0 128 28m0 192a92 92 0 1 1 92-92a92.1 92.1 0 0 1-92 92m67.53-93.89A4 4 0 0 0 192 124h-56.53l27.86-41.78A4 4 0 0 0 160 76H96a4 4 0 0 0-3.33 6.22L120.53 124H64a4 4 0 0 0-3.33 6.22l32 48a4 4 0 0 0 6.66 0l28.67-43l28.67 43a4 4 0 0 0 6.66 0l32-48a4 4 0 0 0 .2-4.11m-43-42.11L128 120.79L103.47 84ZM96 168.79L71.47 132h49.06Zm64 0L135.47 132h49.06Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 28a100 100 0 1 0 100 100A100.11 100.11 0 0 0 128 28m0 192a92 92 0 1 1 92-92a92.1 92.1 0 0 1-92 92m67.53-93.89A4 4 0 0 0 192 124h-56.53l27.86-41.78A4 4 0 0 0 160 76H96a4 4 0 0 0-3.33 6.22L120.53 124H64a4 4 0 0 0-3.33 6.22l32 48a4 4 0 0 0 6.66 0l28.67-43l28.67 43a4 4 0 0 0 6.66 0l32-48a4 4 0 0 0 .2-4.11m-43-42.11L128 120.79L103.47 84ZM96 168.79L71.47 132h49.06Zm64 0L135.47 132h49.06Z"/></svg> </template>
CSS
.icon-fallout-shelter-thin {
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%22M128%2028a100%20100%200%201%200%20100%20100A100.11%20100.11%200%200%200%20128%2028m0%20192a92%2092%200%201%201%2092-92a92.1%2092.1%200%200%201-92%2092m67.53-93.89A4%204%200%200%200%20192%20124h-56.53l27.86-41.78A4%204%200%200%200%20160%2076H96a4%204%200%200%200-3.33%206.22L120.53%20124H64a4%204%200%200%200-3.33%206.22l32%2048a4%204%200%200%200%206.66%200l28.67-43l28.67%2043a4%204%200%200%200%206.66%200l32-48a4%204%200%200%200%20.2-4.11m-43-42.11L128%20120.79L103.47%2084ZM96%20168.79L71.47%20132h49.06Zm64%200L135.47%20132h49.06Z%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%22M128%2028a100%20100%200%201%200%20100%20100A100.11%20100.11%200%200%200%20128%2028m0%20192a92%2092%200%201%201%2092-92a92.1%2092.1%200%200%201-92%2092m67.53-93.89A4%204%200%200%200%20192%20124h-56.53l27.86-41.78A4%204%200%200%200%20160%2076H96a4%204%200%200%200-3.33%206.22L120.53%20124H64a4%204%200%200%200-3.33%206.22l32%2048a4%204%200%200%200%206.66%200l28.67-43l28.67%2043a4%204%200%200%200%206.66%200l32-48a4%204%200%200%200%20.2-4.11m-43-42.11L128%20120.79L103.47%2084ZM96%20168.79L71.47%20132h49.06Zm64%200L135.47%20132h49.06Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/fallout-shelter-thin.svg?color=%231a73e8&size=48