tent-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
tent-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M14.601 3.211a.75.75 0 0 0-1.152 0c-1.795 2.154-5.337 4.71-7.374 5.848a.75.75 0 0 0-.377.552L4.06 21.5H2.75a.75.75 0 0 0 0 1.5h22.5a.75.75 0 0 0 0-1.5h-1.26L22.352 9.61a.75.75 0 0 0-.378-.552c-2.036-1.138-5.578-3.694-7.373-5.848m4.937 18.273c-2.035-2.876-3.482-5.677-4.815-10.796a.75.75 0 0 0-1.452.002c-1.476 5.753-3.223 8.619-4.832 10.794H5.577L7.134 10.18c1.954-1.142 4.96-3.308 6.89-5.361c1.933 2.053 4.937 4.22 6.892 5.361l1.557 11.303zm-1.82 0h-7.435c1.255-1.827 2.55-4.174 3.717-7.876c1.056 3.342 2.234 5.654 3.717 7.876"/></svg>

React

import type { SVGProps } from "react";

export function FluentTent28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14.601 3.211a.75.75 0 0 0-1.152 0c-1.795 2.154-5.337 4.71-7.374 5.848a.75.75 0 0 0-.377.552L4.06 21.5H2.75a.75.75 0 0 0 0 1.5h22.5a.75.75 0 0 0 0-1.5h-1.26L22.352 9.61a.75.75 0 0 0-.378-.552c-2.036-1.138-5.578-3.694-7.373-5.848m4.937 18.273c-2.035-2.876-3.482-5.677-4.815-10.796a.75.75 0 0 0-1.452.002c-1.476 5.753-3.223 8.619-4.832 10.794H5.577L7.134 10.18c1.954-1.142 4.96-3.308 6.89-5.361c1.933 2.053 4.937 4.22 6.892 5.361l1.557 11.303zm-1.82 0h-7.435c1.255-1.827 2.55-4.174 3.717-7.876c1.056 3.342 2.234 5.654 3.717 7.876"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14.601 3.211a.75.75 0 0 0-1.152 0c-1.795 2.154-5.337 4.71-7.374 5.848a.75.75 0 0 0-.377.552L4.06 21.5H2.75a.75.75 0 0 0 0 1.5h22.5a.75.75 0 0 0 0-1.5h-1.26L22.352 9.61a.75.75 0 0 0-.378-.552c-2.036-1.138-5.578-3.694-7.373-5.848m4.937 18.273c-2.035-2.876-3.482-5.677-4.815-10.796a.75.75 0 0 0-1.452.002c-1.476 5.753-3.223 8.619-4.832 10.794H5.577L7.134 10.18c1.954-1.142 4.96-3.308 6.89-5.361c1.933 2.053 4.937 4.22 6.892 5.361l1.557 11.303zm-1.82 0h-7.435c1.255-1.827 2.55-4.174 3.717-7.876c1.056 3.342 2.234 5.654 3.717 7.876"/></svg>
</template>

CSS

.icon-tent-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.601%203.211a.75.75%200%200%200-1.152%200c-1.795%202.154-5.337%204.71-7.374%205.848a.75.75%200%200%200-.377.552L4.06%2021.5H2.75a.75.75%200%200%200%200%201.5h22.5a.75.75%200%200%200%200-1.5h-1.26L22.352%209.61a.75.75%200%200%200-.378-.552c-2.036-1.138-5.578-3.694-7.373-5.848m4.937%2018.273c-2.035-2.876-3.482-5.677-4.815-10.796a.75.75%200%200%200-1.452.002c-1.476%205.753-3.223%208.619-4.832%2010.794H5.577L7.134%2010.18c1.954-1.142%204.96-3.308%206.89-5.361c1.933%202.053%204.937%204.22%206.892%205.361l1.557%2011.303zm-1.82%200h-7.435c1.255-1.827%202.55-4.174%203.717-7.876c1.056%203.342%202.234%205.654%203.717%207.876%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.601%203.211a.75.75%200%200%200-1.152%200c-1.795%202.154-5.337%204.71-7.374%205.848a.75.75%200%200%200-.377.552L4.06%2021.5H2.75a.75.75%200%200%200%200%201.5h22.5a.75.75%200%200%200%200-1.5h-1.26L22.352%209.61a.75.75%200%200%200-.378-.552c-2.036-1.138-5.578-3.694-7.373-5.848m4.937%2018.273c-2.035-2.876-3.482-5.677-4.815-10.796a.75.75%200%200%200-1.452.002c-1.476%205.753-3.223%208.619-4.832%2010.794H5.577L7.134%2010.18c1.954-1.142%204.96-3.308%206.89-5.361c1.933%202.053%204.937%204.22%206.892%205.361l1.557%2011.303zm-1.82%200h-7.435c1.255-1.827%202.55-4.174%203.717-7.876c1.056%203.342%202.234%205.654%203.717%207.876%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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