tailwindcss icon logo

tailwindcss-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
tailwindcss-icon
Set
SVG Logos
Style
Color
Viewbox
256×154
License
CC0

Use the tailwindcss icon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 154"><defs><linearGradient id="SVGJSB7ld0l" x1="-2.778%" x2="100%" y1="32%" y2="67.556%"><stop offset="0%" stop-color="#2298bd"/><stop offset="100%" stop-color="#0ed7b5"/></linearGradient></defs><path fill="url(#SVGJSB7ld0l)" d="M128 0Q76.8 0 64 51.2Q83.2 25.6 108.8 32c9.737 2.434 16.697 9.499 24.401 17.318C145.751 62.057 160.275 76.8 192 76.8q51.2 0 64-51.2q-19.2 25.6-44.8 19.2c-9.737-2.434-16.697-9.499-24.401-17.318C174.249 14.743 159.725 0 128 0M64 76.8q-51.2 0-64 51.2q19.2-25.6 44.8-19.2c9.737 2.434 16.697 9.499 24.401 17.318C81.751 138.857 96.275 153.6 128 153.6q51.2 0 64-51.2q-19.2 25.6-44.8 19.2c-9.737-2.434-16.697-9.499-24.401-17.318C110.249 91.543 95.725 76.8 64 76.8"/></svg>

React

import type { SVGProps } from "react";

export function LogosTailwindcssIcon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 154"><defs><linearGradient id="SVGJSB7ld0l" x1="-2.778%" x2="100%" y1="32%" y2="67.556%"><stop offset="0%" stopColor="#2298bd"/><stop offset="100%" stopColor="#0ed7b5"/></linearGradient></defs><path fill="url(#SVGJSB7ld0l)" d="M128 0Q76.8 0 64 51.2Q83.2 25.6 108.8 32c9.737 2.434 16.697 9.499 24.401 17.318C145.751 62.057 160.275 76.8 192 76.8q51.2 0 64-51.2q-19.2 25.6-44.8 19.2c-9.737-2.434-16.697-9.499-24.401-17.318C174.249 14.743 159.725 0 128 0M64 76.8q-51.2 0-64 51.2q19.2-25.6 44.8-19.2c9.737 2.434 16.697 9.499 24.401 17.318C81.751 138.857 96.275 153.6 128 153.6q51.2 0 64-51.2q-19.2 25.6-44.8 19.2c-9.737-2.434-16.697-9.499-24.401-17.318C110.249 91.543 95.725 76.8 64 76.8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 154"><defs><linearGradient id="SVGJSB7ld0l" x1="-2.778%" x2="100%" y1="32%" y2="67.556%"><stop offset="0%" stop-color="#2298bd"/><stop offset="100%" stop-color="#0ed7b5"/></linearGradient></defs><path fill="url(#SVGJSB7ld0l)" d="M128 0Q76.8 0 64 51.2Q83.2 25.6 108.8 32c9.737 2.434 16.697 9.499 24.401 17.318C145.751 62.057 160.275 76.8 192 76.8q51.2 0 64-51.2q-19.2 25.6-44.8 19.2c-9.737-2.434-16.697-9.499-24.401-17.318C174.249 14.743 159.725 0 128 0M64 76.8q-51.2 0-64 51.2q19.2-25.6 44.8-19.2c9.737 2.434 16.697 9.499 24.401 17.318C81.751 138.857 96.275 153.6 128 153.6q51.2 0 64-51.2q-19.2 25.6-44.8 19.2c-9.737-2.434-16.697-9.499-24.401-17.318C110.249 91.543 95.725 76.8 64 76.8"/></svg>
</template>

CSS

.icon-tailwindcss-icon {
  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%20256%20154%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGJSB7ld0l%22%20x1%3D%22-2.778%25%22%20x2%3D%22100%25%22%20y1%3D%2232%25%22%20y2%3D%2267.556%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%232298bd%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%230ed7b5%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGJSB7ld0l)%22%20d%3D%22M128%200Q76.8%200%2064%2051.2Q83.2%2025.6%20108.8%2032c9.737%202.434%2016.697%209.499%2024.401%2017.318C145.751%2062.057%20160.275%2076.8%20192%2076.8q51.2%200%2064-51.2q-19.2%2025.6-44.8%2019.2c-9.737-2.434-16.697-9.499-24.401-17.318C174.249%2014.743%20159.725%200%20128%200M64%2076.8q-51.2%200-64%2051.2q19.2-25.6%2044.8-19.2c9.737%202.434%2016.697%209.499%2024.401%2017.318C81.751%20138.857%2096.275%20153.6%20128%20153.6q51.2%200%2064-51.2q-19.2%2025.6-44.8%2019.2c-9.737-2.434-16.697-9.499-24.401-17.318C110.249%2091.543%2095.725%2076.8%2064%2076.8%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%20256%20154%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGJSB7ld0l%22%20x1%3D%22-2.778%25%22%20x2%3D%22100%25%22%20y1%3D%2232%25%22%20y2%3D%2267.556%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%232298bd%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%230ed7b5%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGJSB7ld0l)%22%20d%3D%22M128%200Q76.8%200%2064%2051.2Q83.2%2025.6%20108.8%2032c9.737%202.434%2016.697%209.499%2024.401%2017.318C145.751%2062.057%20160.275%2076.8%20192%2076.8q51.2%200%2064-51.2q-19.2%2025.6-44.8%2019.2c-9.737-2.434-16.697-9.499-24.401-17.318C174.249%2014.743%20159.725%200%20128%200M64%2076.8q-51.2%200-64%2051.2q19.2-25.6%2044.8-19.2c9.737%202.434%2016.697%209.499%2024.401%2017.318C81.751%20138.857%2096.275%20153.6%20128%20153.6q51.2%200%2064-51.2q-19.2%2025.6-44.8%2019.2c-9.737-2.434-16.697-9.499-24.401-17.318C110.249%2091.543%2095.725%2076.8%2064%2076.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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