fort icon
fort-outline-rounded from Material Symbols by Google · Outline Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- fort-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- 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 19v-1.175q0-.4.15-.763t.425-.637L3 15V9L1.575 7.575Q1.3 7.3 1.15 6.937T1 6.176V4q0-.425.288-.712T2 3t.713.288T3 4v1h2V4q0-.425.288-.712T6 3t.713.288T7 4v1h2V4q0-.425.288-.712T10 3t.713.288T11 4v2.175q0 .4-.15.763t-.425.637L9 9v1h6V9l-1.425-1.425q-.275-.275-.425-.638T13 6.176V4q0-.425.287-.713T14 3t.713.288T15 4v1h2V4q0-.425.288-.712T18 3t.713.288T19 4v1h2V4q0-.425.288-.712T22 3t.713.288T23 4v2.175q0 .4-.15.763t-.425.637L21 9v6l1.425 1.425q.275.275.425.638t.15.762V19q0 .825-.587 1.413T21 21h-6q-.425 0-.712-.288T14 20v-2q0-.825-.587-1.412T12 16t-1.412.588T10 18v2q0 .425-.288.713T9 21H3q-.825 0-1.412-.587T1 19m2 0h5v-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 MaterialSymbolsFortOutlineRounded(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 19v-1.175q0-.4.15-.763t.425-.637L3 15V9L1.575 7.575Q1.3 7.3 1.15 6.937T1 6.176V4q0-.425.288-.712T2 3t.713.288T3 4v1h2V4q0-.425.288-.712T6 3t.713.288T7 4v1h2V4q0-.425.288-.712T10 3t.713.288T11 4v2.175q0 .4-.15.763t-.425.637L9 9v1h6V9l-1.425-1.425q-.275-.275-.425-.638T13 6.176V4q0-.425.287-.713T14 3t.713.288T15 4v1h2V4q0-.425.288-.712T18 3t.713.288T19 4v1h2V4q0-.425.288-.712T22 3t.713.288T23 4v2.175q0 .4-.15.763t-.425.637L21 9v6l1.425 1.425q.275.275.425.638t.15.762V19q0 .825-.587 1.413T21 21h-6q-.425 0-.712-.288T14 20v-2q0-.825-.587-1.412T12 16t-1.412.588T10 18v2q0 .425-.288.713T9 21H3q-.825 0-1.412-.587T1 19m2 0h5v-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 19v-1.175q0-.4.15-.763t.425-.637L3 15V9L1.575 7.575Q1.3 7.3 1.15 6.937T1 6.176V4q0-.425.288-.712T2 3t.713.288T3 4v1h2V4q0-.425.288-.712T6 3t.713.288T7 4v1h2V4q0-.425.288-.712T10 3t.713.288T11 4v2.175q0 .4-.15.763t-.425.637L9 9v1h6V9l-1.425-1.425q-.275-.275-.425-.638T13 6.176V4q0-.425.287-.713T14 3t.713.288T15 4v1h2V4q0-.425.288-.712T18 3t.713.288T19 4v1h2V4q0-.425.288-.712T22 3t.713.288T23 4v2.175q0 .4-.15.763t-.425.637L21 9v6l1.425 1.425q.275.275.425.638t.15.762V19q0 .825-.587 1.413T21 21h-6q-.425 0-.712-.288T14 20v-2q0-.825-.587-1.412T12 16t-1.412.588T10 18v2q0 .425-.288.713T9 21H3q-.825 0-1.412-.587T1 19m2 0h5v-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-rounded {
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%2019v-1.175q0-.4.15-.763t.425-.637L3%2015V9L1.575%207.575Q1.3%207.3%201.15%206.937T1%206.176V4q0-.425.288-.712T2%203t.713.288T3%204v1h2V4q0-.425.288-.712T6%203t.713.288T7%204v1h2V4q0-.425.288-.712T10%203t.713.288T11%204v2.175q0%20.4-.15.763t-.425.637L9%209v1h6V9l-1.425-1.425q-.275-.275-.425-.638T13%206.176V4q0-.425.287-.713T14%203t.713.288T15%204v1h2V4q0-.425.288-.712T18%203t.713.288T19%204v1h2V4q0-.425.288-.712T22%203t.713.288T23%204v2.175q0%20.4-.15.763t-.425.637L21%209v6l1.425%201.425q.275.275.425.638t.15.762V19q0%20.825-.587%201.413T21%2021h-6q-.425%200-.712-.288T14%2020v-2q0-.825-.587-1.412T12%2016t-1.412.588T10%2018v2q0%20.425-.288.713T9%2021H3q-.825%200-1.412-.587T1%2019m2%200h5v-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%2019v-1.175q0-.4.15-.763t.425-.637L3%2015V9L1.575%207.575Q1.3%207.3%201.15%206.937T1%206.176V4q0-.425.288-.712T2%203t.713.288T3%204v1h2V4q0-.425.288-.712T6%203t.713.288T7%204v1h2V4q0-.425.288-.712T10%203t.713.288T11%204v2.175q0%20.4-.15.763t-.425.637L9%209v1h6V9l-1.425-1.425q-.275-.275-.425-.638T13%206.176V4q0-.425.287-.713T14%203t.713.288T15%204v1h2V4q0-.425.288-.712T18%203t.713.288T19%204v1h2V4q0-.425.288-.712T22%203t.713.288T23%204v2.175q0%20.4-.15.763t-.425.637L21%209v6l1.425%201.425q.275.275.425.638t.15.762V19q0%20.825-.587%201.413T21%2021h-6q-.425%200-.712-.288T14%2020v-2q0-.825-.587-1.412T12%2016t-1.412.588T10%2018v2q0%20.425-.288.713T9%2021H3q-.825%200-1.412-.587T1%2019m2%200h5v-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-rounded.svg?color=%231a73e8&size=48