tent icon
tent-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- tent-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 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.898M7.516 15.01c.839-1.22 1.704-2.786 2.485-5.261c.706 2.233 1.493 3.776 2.486 5.261z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTent20Filled(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.898M7.516 15.01c.839-1.22 1.704-2.786 2.485-5.261c.706 2.233 1.493 3.776 2.486 5.261z"/></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.898M7.516 15.01c.839-1.22 1.704-2.786 2.485-5.261c.706 2.233 1.493 3.776 2.486 5.261z"/></svg> </template>
CSS
.icon-tent-20-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%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.898M7.516%2015.01c.839-1.22%201.704-2.786%202.485-5.261c.706%202.233%201.493%203.776%202.486%205.261z%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.898M7.516%2015.01c.839-1.22%201.704-2.786%202.485-5.261c.706%202.233%201.493%203.776%202.486%205.261z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/tent-20-filled.svg?color=%231a73e8&size=48