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

Name
tent-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M10.4 2.818a.5.5 0 0 0-.767 0c-1.197 1.435-3.558 3.14-4.916 3.898a.5.5 0 0 0-.251.368L3.375 15H2.5a.5.5 0 0 0 0 1h3.936q.05.01.1.01h6.906a.5.5 0 0 0 .1-.01H17.5a.5.5 0 0 0 0-1h-.841l-1.09-7.916a.5.5 0 0 0-.252-.368c-1.358-.758-3.72-2.463-4.916-3.898M13.693 15c-1.356-1.918-2.321-3.785-3.21-7.198a.5.5 0 0 0-.968.002C8.53 11.639 7.366 13.55 6.293 15H4.384l1.039-7.535c1.303-.762 3.306-2.206 4.594-3.575c1.288 1.369 3.29 2.813 4.594 3.575L15.65 15zm-1.213 0H7.522c.837-1.218 1.7-2.783 2.478-5.251c.704 2.228 1.49 3.77 2.479 5.25"/></svg>

React

import type { SVGProps } from "react";

export function FluentTent20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.4 2.818a.5.5 0 0 0-.767 0c-1.197 1.435-3.558 3.14-4.916 3.898a.5.5 0 0 0-.251.368L3.375 15H2.5a.5.5 0 0 0 0 1h3.936q.05.01.1.01h6.906a.5.5 0 0 0 .1-.01H17.5a.5.5 0 0 0 0-1h-.841l-1.09-7.916a.5.5 0 0 0-.252-.368c-1.358-.758-3.72-2.463-4.916-3.898M13.693 15c-1.356-1.918-2.321-3.785-3.21-7.198a.5.5 0 0 0-.968.002C8.53 11.639 7.366 13.55 6.293 15H4.384l1.039-7.535c1.303-.762 3.306-2.206 4.594-3.575c1.288 1.369 3.29 2.813 4.594 3.575L15.65 15zm-1.213 0H7.522c.837-1.218 1.7-2.783 2.478-5.251c.704 2.228 1.49 3.77 2.479 5.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.4 2.818a.5.5 0 0 0-.767 0c-1.197 1.435-3.558 3.14-4.916 3.898a.5.5 0 0 0-.251.368L3.375 15H2.5a.5.5 0 0 0 0 1h3.936q.05.01.1.01h6.906a.5.5 0 0 0 .1-.01H17.5a.5.5 0 0 0 0-1h-.841l-1.09-7.916a.5.5 0 0 0-.252-.368c-1.358-.758-3.72-2.463-4.916-3.898M13.693 15c-1.356-1.918-2.321-3.785-3.21-7.198a.5.5 0 0 0-.968.002C8.53 11.639 7.366 13.55 6.293 15H4.384l1.039-7.535c1.303-.762 3.306-2.206 4.594-3.575c1.288 1.369 3.29 2.813 4.594 3.575L15.65 15zm-1.213 0H7.522c.837-1.218 1.7-2.783 2.478-5.251c.704 2.228 1.49 3.77 2.479 5.25"/></svg>
</template>

CSS

.icon-tent-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.4%202.818a.5.5%200%200%200-.767%200c-1.197%201.435-3.558%203.14-4.916%203.898a.5.5%200%200%200-.251.368L3.375%2015H2.5a.5.5%200%200%200%200%201h3.936q.05.01.1.01h6.906a.5.5%200%200%200%20.1-.01H17.5a.5.5%200%200%200%200-1h-.841l-1.09-7.916a.5.5%200%200%200-.252-.368c-1.358-.758-3.72-2.463-4.916-3.898M13.693%2015c-1.356-1.918-2.321-3.785-3.21-7.198a.5.5%200%200%200-.968.002C8.53%2011.639%207.366%2013.55%206.293%2015H4.384l1.039-7.535c1.303-.762%203.306-2.206%204.594-3.575c1.288%201.369%203.29%202.813%204.594%203.575L15.65%2015zm-1.213%200H7.522c.837-1.218%201.7-2.783%202.478-5.251c.704%202.228%201.49%203.77%202.479%205.25%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.4%202.818a.5.5%200%200%200-.767%200c-1.197%201.435-3.558%203.14-4.916%203.898a.5.5%200%200%200-.251.368L3.375%2015H2.5a.5.5%200%200%200%200%201h3.936q.05.01.1.01h6.906a.5.5%200%200%200%20.1-.01H17.5a.5.5%200%200%200%200-1h-.841l-1.09-7.916a.5.5%200%200%200-.252-.368c-1.358-.758-3.72-2.463-4.916-3.898M13.693%2015c-1.356-1.918-2.321-3.785-3.21-7.198a.5.5%200%200%200-.968.002C8.53%2011.639%207.366%2013.55%206.293%2015H4.384l1.039-7.535c1.303-.762%203.306-2.206%204.594-3.575c1.288%201.369%203.29%202.813%204.594%203.575L15.65%2015zm-1.213%200H7.522c.837-1.218%201.7-2.783%202.478-5.251c.704%202.228%201.49%203.77%202.479%205.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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