fort icon
fort-rounded from Material Symbols Light by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- fort-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More maps icons from Material Symbols Light
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.5 19.5v-1.867q0-.189.075-.377t.212-.331L3.5 15.212v-6.42L1.979 7.267Q1.76 7.05 1.63 6.75t-.13-.632V4q0-.213.144-.356t.357-.144t.356.144T2.5 4v1.5h3V4q0-.213.144-.356t.357-.144t.356.144T6.5 4v1.5h3V4q0-.213.144-.356t.357-.144t.356.144T10.5 4v2.117q0 .332-.13.633t-.349.517L8.5 8.79v1.71h7V8.789l-1.521-1.522q-.217-.217-.348-.518t-.131-.632V4q0-.213.144-.356t.357-.144t.356.144T14.5 4v1.5h3V4q0-.213.144-.356t.357-.144t.356.144T18.5 4v1.5h3V4q0-.213.144-.356t.357-.144t.356.144T22.5 4v2.117q0 .332-.13.633t-.349.517L20.5 8.792v6.42l1.713 1.713q.137.143.212.331t.075.377V19.5q0 .402-.299.701t-.701.299h-6.192q-.344 0-.576-.232t-.232-.576V18q0-1.031-.735-1.766q-.736-.734-1.769-.734t-1.764.735Q9.5 16.969 9.5 18v1.683q0 .357-.232.587t-.576.23H2.5q-.402 0-.701-.299T1.5 19.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFortRounded(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.5 19.5v-1.867q0-.189.075-.377t.212-.331L3.5 15.212v-6.42L1.979 7.267Q1.76 7.05 1.63 6.75t-.13-.632V4q0-.213.144-.356t.357-.144t.356.144T2.5 4v1.5h3V4q0-.213.144-.356t.357-.144t.356.144T6.5 4v1.5h3V4q0-.213.144-.356t.357-.144t.356.144T10.5 4v2.117q0 .332-.13.633t-.349.517L8.5 8.79v1.71h7V8.789l-1.521-1.522q-.217-.217-.348-.518t-.131-.632V4q0-.213.144-.356t.357-.144t.356.144T14.5 4v1.5h3V4q0-.213.144-.356t.357-.144t.356.144T18.5 4v1.5h3V4q0-.213.144-.356t.357-.144t.356.144T22.5 4v2.117q0 .332-.13.633t-.349.517L20.5 8.792v6.42l1.713 1.713q.137.143.212.331t.075.377V19.5q0 .402-.299.701t-.701.299h-6.192q-.344 0-.576-.232t-.232-.576V18q0-1.031-.735-1.766q-.736-.734-1.769-.734t-1.764.735Q9.5 16.969 9.5 18v1.683q0 .357-.232.587t-.576.23H2.5q-.402 0-.701-.299T1.5 19.5"/></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.5 19.5v-1.867q0-.189.075-.377t.212-.331L3.5 15.212v-6.42L1.979 7.267Q1.76 7.05 1.63 6.75t-.13-.632V4q0-.213.144-.356t.357-.144t.356.144T2.5 4v1.5h3V4q0-.213.144-.356t.357-.144t.356.144T6.5 4v1.5h3V4q0-.213.144-.356t.357-.144t.356.144T10.5 4v2.117q0 .332-.13.633t-.349.517L8.5 8.79v1.71h7V8.789l-1.521-1.522q-.217-.217-.348-.518t-.131-.632V4q0-.213.144-.356t.357-.144t.356.144T14.5 4v1.5h3V4q0-.213.144-.356t.357-.144t.356.144T18.5 4v1.5h3V4q0-.213.144-.356t.357-.144t.356.144T22.5 4v2.117q0 .332-.13.633t-.349.517L20.5 8.792v6.42l1.713 1.713q.137.143.212.331t.075.377V19.5q0 .402-.299.701t-.701.299h-6.192q-.344 0-.576-.232t-.232-.576V18q0-1.031-.735-1.766q-.736-.734-1.769-.734t-1.764.735Q9.5 16.969 9.5 18v1.683q0 .357-.232.587t-.576.23H2.5q-.402 0-.701-.299T1.5 19.5"/></svg> </template>
CSS
.icon-fort-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.5%2019.5v-1.867q0-.189.075-.377t.212-.331L3.5%2015.212v-6.42L1.979%207.267Q1.76%207.05%201.63%206.75t-.13-.632V4q0-.213.144-.356t.357-.144t.356.144T2.5%204v1.5h3V4q0-.213.144-.356t.357-.144t.356.144T6.5%204v1.5h3V4q0-.213.144-.356t.357-.144t.356.144T10.5%204v2.117q0%20.332-.13.633t-.349.517L8.5%208.79v1.71h7V8.789l-1.521-1.522q-.217-.217-.348-.518t-.131-.632V4q0-.213.144-.356t.357-.144t.356.144T14.5%204v1.5h3V4q0-.213.144-.356t.357-.144t.356.144T18.5%204v1.5h3V4q0-.213.144-.356t.357-.144t.356.144T22.5%204v2.117q0%20.332-.13.633t-.349.517L20.5%208.792v6.42l1.713%201.713q.137.143.212.331t.075.377V19.5q0%20.402-.299.701t-.701.299h-6.192q-.344%200-.576-.232t-.232-.576V18q0-1.031-.735-1.766q-.736-.734-1.769-.734t-1.764.735Q9.5%2016.969%209.5%2018v1.683q0%20.357-.232.587t-.576.23H2.5q-.402%200-.701-.299T1.5%2019.5%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.5%2019.5v-1.867q0-.189.075-.377t.212-.331L3.5%2015.212v-6.42L1.979%207.267Q1.76%207.05%201.63%206.75t-.13-.632V4q0-.213.144-.356t.357-.144t.356.144T2.5%204v1.5h3V4q0-.213.144-.356t.357-.144t.356.144T6.5%204v1.5h3V4q0-.213.144-.356t.357-.144t.356.144T10.5%204v2.117q0%20.332-.13.633t-.349.517L8.5%208.79v1.71h7V8.789l-1.521-1.522q-.217-.217-.348-.518t-.131-.632V4q0-.213.144-.356t.357-.144t.356.144T14.5%204v1.5h3V4q0-.213.144-.356t.357-.144t.356.144T18.5%204v1.5h3V4q0-.213.144-.356t.357-.144t.356.144T22.5%204v2.117q0%20.332-.13.633t-.349.517L20.5%208.792v6.42l1.713%201.713q.137.143.212.331t.075.377V19.5q0%20.402-.299.701t-.701.299h-6.192q-.344%200-.576-.232t-.232-.576V18q0-1.031-.735-1.766q-.736-.734-1.769-.734t-1.764.735Q9.5%2016.969%209.5%2018v1.683q0%20.357-.232.587t-.576.23H2.5q-.402%200-.701-.299T1.5%2019.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/fort-rounded.svg?color=%231a73e8&size=48