All Prompts
All Prompts

logobrandsvgtailwindflexnavbar
Brand Logo with SVG Icon
Горизонтальный логотип с SVG-иконкой и названием бренда. Идеален для шапок, навигаторов и хэдер-секций. Адаптивен с Tailwind CSS.
Prompt
<div class="flex gap-2 items-center">
<svg class="md:w-14 md:h-14 w-[36px] h-[36px]" viewBox="0 0 48 48" aria-hidden="true" stroke-width="2" style="width: 36px; height: 36px;">
<path d="M24 8 L40 36 H8 Z" fill="currentColor" class=""></path>
</svg>
<span class="text-xl font-medium tracking-tight font-geist" style="">FlowAI</span>
</div>