military camp icon
military-camp from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- military-camp
- Set
- Carbon
- Style
- Outline
- Category
- Planning
- Viewbox
- 32×32
- License
- Apache 2.0
More planning icons from Carbon
accumulation-iceaccumulation-precipitationaccumulation-rainaccumulation-snowagriculture-analyticsairline-digital-gateairline-manage-gatesairline-passenger-careairline-rapid-boardairport-01airport-02airport-locationalarmalarm-addalarm-subtractarray-date-timearray-timearrivalbaggage-claimbarbicyclebootbuoybus
Use the military camp icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 28V17.52a2 2 0 0 0-.853-1.639L17 9.48V8h6V2h-8v7.48l-9.147 6.402A2 2 0 0 0 5 17.52V28H2v2h28v-2ZM17 4h4v2h-4ZM7 17.52l9-6.3l9 6.3V28h-8v-8h-2v8H7Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonMilitaryCamp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 28V17.52a2 2 0 0 0-.853-1.639L17 9.48V8h6V2h-8v7.48l-9.147 6.402A2 2 0 0 0 5 17.52V28H2v2h28v-2ZM17 4h4v2h-4ZM7 17.52l9-6.3l9 6.3V28h-8v-8h-2v8H7Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 28V17.52a2 2 0 0 0-.853-1.639L17 9.48V8h6V2h-8v7.48l-9.147 6.402A2 2 0 0 0 5 17.52V28H2v2h28v-2ZM17 4h4v2h-4ZM7 17.52l9-6.3l9 6.3V28h-8v-8h-2v8H7Z"/></svg> </template>
CSS
.icon-military-camp {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27%2028V17.52a2%202%200%200%200-.853-1.639L17%209.48V8h6V2h-8v7.48l-9.147%206.402A2%202%200%200%200%205%2017.52V28H2v2h28v-2ZM17%204h4v2h-4ZM7%2017.52l9-6.3l9%206.3V28h-8v-8h-2v8H7Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27%2028V17.52a2%202%200%200%200-.853-1.639L17%209.48V8h6V2h-8v7.48l-9.147%206.402A2%202%200%200%200%205%2017.52V28H2v2h28v-2ZM17%204h4v2h-4ZM7%2017.52l9-6.3l9%206.3V28h-8v-8h-2v8H7Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/military-camp.svg?color=%231a73e8&size=48