tent-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
tent-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Use the tent icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.262 2.202a.75.75 0 0 0-1.042.018l-1.7 1.7a20 20 0 0 1-3.84 2.997c-.393.236-.66.638-.725 1.092L3.6 17.5h-.85a.75.75 0 0 0 0 1.5h18.5a.75.75 0 0 0 0-1.5h-.85l-1.35-9.455a1.56 1.56 0 0 0-.797-1.148a20.8 20.8 0 0 1-4.235-3.056zm1.834 12.916c.49.87 1.123 1.726 1.65 2.382H8.284c.535-.658 1.172-1.522 1.63-2.404c.622-1.198 1.324-2.988 1.862-4.45l.205-.562q.088.256.186.528c.522 1.456 1.227 3.258 1.928 4.506"/></svg>

React

import type { SVGProps } from "react";

export function FluentTent24Filled(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="M12.262 2.202a.75.75 0 0 0-1.042.018l-1.7 1.7a20 20 0 0 1-3.84 2.997c-.393.236-.66.638-.725 1.092L3.6 17.5h-.85a.75.75 0 0 0 0 1.5h18.5a.75.75 0 0 0 0-1.5h-.85l-1.35-9.455a1.56 1.56 0 0 0-.797-1.148a20.8 20.8 0 0 1-4.235-3.056zm1.834 12.916c.49.87 1.123 1.726 1.65 2.382H8.284c.535-.658 1.172-1.522 1.63-2.404c.622-1.198 1.324-2.988 1.862-4.45l.205-.562q.088.256.186.528c.522 1.456 1.227 3.258 1.928 4.506"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.262 2.202a.75.75 0 0 0-1.042.018l-1.7 1.7a20 20 0 0 1-3.84 2.997c-.393.236-.66.638-.725 1.092L3.6 17.5h-.85a.75.75 0 0 0 0 1.5h18.5a.75.75 0 0 0 0-1.5h-.85l-1.35-9.455a1.56 1.56 0 0 0-.797-1.148a20.8 20.8 0 0 1-4.235-3.056zm1.834 12.916c.49.87 1.123 1.726 1.65 2.382H8.284c.535-.658 1.172-1.522 1.63-2.404c.622-1.198 1.324-2.988 1.862-4.45l.205-.562q.088.256.186.528c.522 1.456 1.227 3.258 1.928 4.506"/></svg>
</template>

CSS

.icon-tent-24-filled {
  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%22M12.262%202.202a.75.75%200%200%200-1.042.018l-1.7%201.7a20%2020%200%200%201-3.84%202.997c-.393.236-.66.638-.725%201.092L3.6%2017.5h-.85a.75.75%200%200%200%200%201.5h18.5a.75.75%200%200%200%200-1.5h-.85l-1.35-9.455a1.56%201.56%200%200%200-.797-1.148a20.8%2020.8%200%200%201-4.235-3.056zm1.834%2012.916c.49.87%201.123%201.726%201.65%202.382H8.284c.535-.658%201.172-1.522%201.63-2.404c.622-1.198%201.324-2.988%201.862-4.45l.205-.562q.088.256.186.528c.522%201.456%201.227%203.258%201.928%204.506%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%22M12.262%202.202a.75.75%200%200%200-1.042.018l-1.7%201.7a20%2020%200%200%201-3.84%202.997c-.393.236-.66.638-.725%201.092L3.6%2017.5h-.85a.75.75%200%200%200%200%201.5h18.5a.75.75%200%200%200%200-1.5h-.85l-1.35-9.455a1.56%201.56%200%200%200-.797-1.148a20.8%2020.8%200%200%201-4.235-3.056zm1.834%2012.916c.49.87%201.123%201.726%201.65%202.382H8.284c.535-.658%201.172-1.522%201.63-2.404c.622-1.198%201.324-2.988%201.862-4.45l.205-.562q.088.256.186.528c.522%201.456%201.227%203.258%201.928%204.506%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/tent-24-filled.svg?color=%231a73e8&size=48