tent icon
tent-12-regular from Fluent UI System Icons by Microsoft Corporation · 12 Regular · MIT Free for personal and commercial use.
- Name
- tent-12-regular
- Set
- Fluent UI System Icons
- Style
- 12 Regular
- Viewbox
- 12×12
- License
- MIT
11 other variants in Fluent UI System Icons
The same icon in other sets
tentEmoji One (Colored)tentFont Awesome 6 SolidtentFont Awesome SolidtentFluent EmojitentFluent Emoji FlattentFluent Emoji High ContrasttentFirefox OS EmojitentHuge IconstentIconParktentIconPark OutlinetentIconPark SolidtentIconPark TwoTonetentLucidetentMaterial Design Iconstent-fillMingCute IcontentMyna UI IconstentNoto EmojitentOpenMojitentPhosphortentPixelarticonstent-fillRemix IcontentStreamline EmojistentTabler IconstentTwitter Emoji
Use the tent icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M6.432 1.458a.5.5 0 0 0-.768 0c-.727.873-2.18 1.924-3.017 2.391a.5.5 0 0 0-.252.369l-.658 4.781h-.233a.5.5 0 1 0 0 1h8.993a.5.5 0 1 0 0-1h-.137l-.659-4.781a.5.5 0 0 0-.251-.369c-.837-.467-2.29-1.518-3.018-2.39m2.01 7.54c-.806-1.153-1.386-2.294-1.924-4.36a.5.5 0 0 0-.968.001C4.958 6.947 4.263 8.12 3.62 9h-.874l.607-4.403c.778-.464 1.902-1.277 2.695-2.078c.793.801 1.918 1.614 2.696 2.078L9.35 9zm-1.2 0h-2.41c.407-.632.818-1.416 1.202-2.504c.354.999.744 1.775 1.206 2.505"/></svg>
React
import type { SVGProps } from "react";
export function FluentTent12Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M6.432 1.458a.5.5 0 0 0-.768 0c-.727.873-2.18 1.924-3.017 2.391a.5.5 0 0 0-.252.369l-.658 4.781h-.233a.5.5 0 1 0 0 1h8.993a.5.5 0 1 0 0-1h-.137l-.659-4.781a.5.5 0 0 0-.251-.369c-.837-.467-2.29-1.518-3.018-2.39m2.01 7.54c-.806-1.153-1.386-2.294-1.924-4.36a.5.5 0 0 0-.968.001C4.958 6.947 4.263 8.12 3.62 9h-.874l.607-4.403c.778-.464 1.902-1.277 2.695-2.078c.793.801 1.918 1.614 2.696 2.078L9.35 9zm-1.2 0h-2.41c.407-.632.818-1.416 1.202-2.504c.354.999.744 1.775 1.206 2.505"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M6.432 1.458a.5.5 0 0 0-.768 0c-.727.873-2.18 1.924-3.017 2.391a.5.5 0 0 0-.252.369l-.658 4.781h-.233a.5.5 0 1 0 0 1h8.993a.5.5 0 1 0 0-1h-.137l-.659-4.781a.5.5 0 0 0-.251-.369c-.837-.467-2.29-1.518-3.018-2.39m2.01 7.54c-.806-1.153-1.386-2.294-1.924-4.36a.5.5 0 0 0-.968.001C4.958 6.947 4.263 8.12 3.62 9h-.874l.607-4.403c.778-.464 1.902-1.277 2.695-2.078c.793.801 1.918 1.614 2.696 2.078L9.35 9zm-1.2 0h-2.41c.407-.632.818-1.416 1.202-2.504c.354.999.744 1.775 1.206 2.505"/></svg> </template>
CSS
.icon-tent-12-regular {
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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.432%201.458a.5.5%200%200%200-.768%200c-.727.873-2.18%201.924-3.017%202.391a.5.5%200%200%200-.252.369l-.658%204.781h-.233a.5.5%200%201%200%200%201h8.993a.5.5%200%201%200%200-1h-.137l-.659-4.781a.5.5%200%200%200-.251-.369c-.837-.467-2.29-1.518-3.018-2.39m2.01%207.54c-.806-1.153-1.386-2.294-1.924-4.36a.5.5%200%200%200-.968.001C4.958%206.947%204.263%208.12%203.62%209h-.874l.607-4.403c.778-.464%201.902-1.277%202.695-2.078c.793.801%201.918%201.614%202.696%202.078L9.35%209zm-1.2%200h-2.41c.407-.632.818-1.416%201.202-2.504c.354.999.744%201.775%201.206%202.505%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.432%201.458a.5.5%200%200%200-.768%200c-.727.873-2.18%201.924-3.017%202.391a.5.5%200%200%200-.252.369l-.658%204.781h-.233a.5.5%200%201%200%200%201h8.993a.5.5%200%201%200%200-1h-.137l-.659-4.781a.5.5%200%200%200-.251-.369c-.837-.467-2.29-1.518-3.018-2.39m2.01%207.54c-.806-1.153-1.386-2.294-1.924-4.36a.5.5%200%200%200-.968.001C4.958%206.947%204.263%208.12%203.62%209h-.874l.607-4.403c.778-.464%201.902-1.277%202.695-2.078c.793.801%201.918%201.614%202.696%202.078L9.35%209zm-1.2%200h-2.41c.407-.632.818-1.416%201.202-2.504c.354.999.744%201.775%201.206%202.505%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/tent-12-regular.svg?color=%231a73e8&size=48