tent icon
tent-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- tent-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
tentEmoji One (Colored)tentFont Awesome 6 SolidtentFont Awesome Solidtent-12-filledFluent UI System IconstentFluent EmojitentFluent Emoji FlattentFluent Emoji High ContrasttentFirefox OS EmojitentHuge IconstentIconParktentIconPark OutlinetentIconPark SolidtentIconPark TwoTonetentLucidetentMaterial Design Iconstent-fillMingCute IcontentNoto EmojitentOpenMojitentPhosphortentPixelarticonstent-fillRemix IcontentStreamline EmojistentTabler IconstentTwitter Emoji
Related icons in Myna UI Icons
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 3.75a.75.75 0 0 1 .576.27c1.915 2.297 3.981 3.573 6.729 4.794l.096.052a.75.75 0 0 1 .349.634v9.25H21a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1 0-1.5h1.25V9.5a.75.75 0 0 1 .445-.686l.508-.229C7.701 7.43 9.63 6.174 11.423 4.02l.057-.061A.75.75 0 0 1 12 3.75m0 10.085c-.613 1.797-1.539 3.407-2.8 4.915h5.6c-1.261-1.508-2.187-3.118-2.8-4.915"/></svg>
React
import type { SVGProps } from "react";
export function MynauiTentSolid(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 3.75a.75.75 0 0 1 .576.27c1.915 2.297 3.981 3.573 6.729 4.794l.096.052a.75.75 0 0 1 .349.634v9.25H21a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1 0-1.5h1.25V9.5a.75.75 0 0 1 .445-.686l.508-.229C7.701 7.43 9.63 6.174 11.423 4.02l.057-.061A.75.75 0 0 1 12 3.75m0 10.085c-.613 1.797-1.539 3.407-2.8 4.915h5.6c-1.261-1.508-2.187-3.118-2.8-4.915"/></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 3.75a.75.75 0 0 1 .576.27c1.915 2.297 3.981 3.573 6.729 4.794l.096.052a.75.75 0 0 1 .349.634v9.25H21a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1 0-1.5h1.25V9.5a.75.75 0 0 1 .445-.686l.508-.229C7.701 7.43 9.63 6.174 11.423 4.02l.057-.061A.75.75 0 0 1 12 3.75m0 10.085c-.613 1.797-1.539 3.407-2.8 4.915h5.6c-1.261-1.508-2.187-3.118-2.8-4.915"/></svg> </template>
CSS
.icon-tent-solid {
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%203.75a.75.75%200%200%201%20.576.27c1.915%202.297%203.981%203.573%206.729%204.794l.096.052a.75.75%200%200%201%20.349.634v9.25H21a.75.75%200%200%201%200%201.5H3a.75.75%200%200%201%200-1.5h1.25V9.5a.75.75%200%200%201%20.445-.686l.508-.229C7.701%207.43%209.63%206.174%2011.423%204.02l.057-.061A.75.75%200%200%201%2012%203.75m0%2010.085c-.613%201.797-1.539%203.407-2.8%204.915h5.6c-1.261-1.508-2.187-3.118-2.8-4.915%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%203.75a.75.75%200%200%201%20.576.27c1.915%202.297%203.981%203.573%206.729%204.794l.096.052a.75.75%200%200%201%20.349.634v9.25H21a.75.75%200%200%201%200%201.5H3a.75.75%200%200%201%200-1.5h1.25V9.5a.75.75%200%200%201%20.445-.686l.508-.229C7.701%207.43%209.63%206.174%2011.423%204.02l.057-.061A.75.75%200%200%201%2012%203.75m0%2010.085c-.613%201.797-1.539%203.407-2.8%204.915h5.6c-1.261-1.508-2.187-3.118-2.8-4.915%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/tent-solid.svg?color=%231a73e8&size=48