file type tailwind logo

file-type-tailwind from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.

Name
file-type-tailwind
Set
VSCode Icons
Style
Color
Viewbox
32×32
License
MIT

Related icons in VSCode Icons

Use the file type tailwind logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#44a8b3" d="M9 13.7q1.4-5.6 7-5.6c5.6 0 6.3 4.2 9.1 4.9q2.8.7 4.9-2.1q-1.4 5.6-7 5.6c-5.6 0-6.3-4.2-9.1-4.9q-2.8-.7-4.9 2.1m-7 8.4q1.4-5.6 7-5.6c5.6 0 6.3 4.2 9.1 4.9q2.8.7 4.9-2.1q-1.4 5.6-7 5.6c-5.6 0-6.3-4.2-9.1-4.9q-2.8-.7-4.9 2.1"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeTailwind(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#44a8b3" d="M9 13.7q1.4-5.6 7-5.6c5.6 0 6.3 4.2 9.1 4.9q2.8.7 4.9-2.1q-1.4 5.6-7 5.6c-5.6 0-6.3-4.2-9.1-4.9q-2.8-.7-4.9 2.1m-7 8.4q1.4-5.6 7-5.6c5.6 0 6.3 4.2 9.1 4.9q2.8.7 4.9-2.1q-1.4 5.6-7 5.6c-5.6 0-6.3-4.2-9.1-4.9q-2.8-.7-4.9 2.1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#44a8b3" d="M9 13.7q1.4-5.6 7-5.6c5.6 0 6.3 4.2 9.1 4.9q2.8.7 4.9-2.1q-1.4 5.6-7 5.6c-5.6 0-6.3-4.2-9.1-4.9q-2.8-.7-4.9 2.1m-7 8.4q1.4-5.6 7-5.6c5.6 0 6.3 4.2 9.1 4.9q2.8.7 4.9-2.1q-1.4 5.6-7 5.6c-5.6 0-6.3-4.2-9.1-4.9q-2.8-.7-4.9 2.1"/></svg>
</template>

CSS

.icon-file-type-tailwind {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22%2344a8b3%22%20d%3D%22M9%2013.7q1.4-5.6%207-5.6c5.6%200%206.3%204.2%209.1%204.9q2.8.7%204.9-2.1q-1.4%205.6-7%205.6c-5.6%200-6.3-4.2-9.1-4.9q-2.8-.7-4.9%202.1m-7%208.4q1.4-5.6%207-5.6c5.6%200%206.3%204.2%209.1%204.9q2.8.7%204.9-2.1q-1.4%205.6-7%205.6c-5.6%200-6.3-4.2-9.1-4.9q-2.8-.7-4.9%202.1%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%2032%2032%22%3E%3Cpath%20fill%3D%22%2344a8b3%22%20d%3D%22M9%2013.7q1.4-5.6%207-5.6c5.6%200%206.3%204.2%209.1%204.9q2.8.7%204.9-2.1q-1.4%205.6-7%205.6c-5.6%200-6.3-4.2-9.1-4.9q-2.8-.7-4.9%202.1m-7%208.4q1.4-5.6%207-5.6c5.6%200%206.3%204.2%209.1%204.9q2.8.7%204.9-2.1q-1.4%205.6-7%205.6c-5.6%200-6.3-4.2-9.1-4.9q-2.8-.7-4.9%202.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/file-type-tailwind.svg?color=%231a73e8&size=48