fort icon
fort-outline from Material Symbols by Google · Outline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- fort-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More maps icons from Material Symbols
Use the fort icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 21v-4l2-2V9L1 7V3h2v2h2V3h2v2h2V3h2v4L9 9v1h6V9l-2-2V3h2v2h2V3h2v2h2V3h2v4l-2 2v6l2 2v4h-9v-3q0-.825-.587-1.412T12 16t-1.412.588T10 18v3zm2-2h5v-1q0-1.65 1.175-2.825T12 14t2.825 1.175T16 18v1h5v-1.175l-2-2v-7.65L20.175 7h-4.35L17 8.175V12H7V8.175L8.175 7h-4.35L5 8.175v7.65l-2 2zm9-6"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFortOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 21v-4l2-2V9L1 7V3h2v2h2V3h2v2h2V3h2v4L9 9v1h6V9l-2-2V3h2v2h2V3h2v2h2V3h2v4l-2 2v6l2 2v4h-9v-3q0-.825-.587-1.412T12 16t-1.412.588T10 18v3zm2-2h5v-1q0-1.65 1.175-2.825T12 14t2.825 1.175T16 18v1h5v-1.175l-2-2v-7.65L20.175 7h-4.35L17 8.175V12H7V8.175L8.175 7h-4.35L5 8.175v7.65l-2 2zm9-6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 21v-4l2-2V9L1 7V3h2v2h2V3h2v2h2V3h2v4L9 9v1h6V9l-2-2V3h2v2h2V3h2v2h2V3h2v4l-2 2v6l2 2v4h-9v-3q0-.825-.587-1.412T12 16t-1.412.588T10 18v3zm2-2h5v-1q0-1.65 1.175-2.825T12 14t2.825 1.175T16 18v1h5v-1.175l-2-2v-7.65L20.175 7h-4.35L17 8.175V12H7V8.175L8.175 7h-4.35L5 8.175v7.65l-2 2zm9-6"/></svg> </template>
CSS
.icon-fort-outline {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1%2021v-4l2-2V9L1%207V3h2v2h2V3h2v2h2V3h2v4L9%209v1h6V9l-2-2V3h2v2h2V3h2v2h2V3h2v4l-2%202v6l2%202v4h-9v-3q0-.825-.587-1.412T12%2016t-1.412.588T10%2018v3zm2-2h5v-1q0-1.65%201.175-2.825T12%2014t2.825%201.175T16%2018v1h5v-1.175l-2-2v-7.65L20.175%207h-4.35L17%208.175V12H7V8.175L8.175%207h-4.35L5%208.175v7.65l-2%202zm9-6%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1%2021v-4l2-2V9L1%207V3h2v2h2V3h2v2h2V3h2v4L9%209v1h6V9l-2-2V3h2v2h2V3h2v2h2V3h2v4l-2%202v6l2%202v4h-9v-3q0-.825-.587-1.412T12%2016t-1.412.588T10%2018v3zm2-2h5v-1q0-1.65%201.175-2.825T12%2014t2.825%201.175T16%2018v1h5v-1.175l-2-2v-7.65L20.175%207h-4.35L17%208.175V12H7V8.175L8.175%207h-4.35L5%208.175v7.65l-2%202zm9-6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/fort-outline.svg?color=%231a73e8&size=48