tailwind-solid from Flowbite Icons by Themesberg · Solid · Brands · MIT Free for personal and commercial use.

Name
tailwind-solid
Set
Flowbite Icons
Style
Solid
Category
Brands
Viewbox
24×24
License
MIT

The same icon in other sets

More brands icons from Flowbite Icons

Use the tailwind icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.782 5.72a4.773 4.773 0 0 0-4.8 4.173a3.43 3.43 0 0 1 2.741-1.687c1.689 0 2.974 1.972 3.758 2.587a5.73 5.73 0 0 0 5.382.935c2-.638 2.934-2.865 3.137-3.921c-.969 1.379-2.44 2.207-4.259 1.231c-1.253-.673-2.19-3.438-5.959-3.318M6.8 11.979A4.77 4.77 0 0 0 2 16.151a3.43 3.43 0 0 1 2.745-1.687c1.689 0 2.974 1.972 3.758 2.587a5.73 5.73 0 0 0 5.382.935c2-.638 2.933-2.865 3.137-3.921c-.97 1.379-2.44 2.208-4.259 1.231c-1.253-.673-2.19-3.443-5.963-3.317"/></svg>

React

import type { SVGProps } from "react";

export function FlowbiteTailwindSolid(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="M11.782 5.72a4.773 4.773 0 0 0-4.8 4.173a3.43 3.43 0 0 1 2.741-1.687c1.689 0 2.974 1.972 3.758 2.587a5.73 5.73 0 0 0 5.382.935c2-.638 2.934-2.865 3.137-3.921c-.969 1.379-2.44 2.207-4.259 1.231c-1.253-.673-2.19-3.438-5.959-3.318M6.8 11.979A4.77 4.77 0 0 0 2 16.151a3.43 3.43 0 0 1 2.745-1.687c1.689 0 2.974 1.972 3.758 2.587a5.73 5.73 0 0 0 5.382.935c2-.638 2.933-2.865 3.137-3.921c-.97 1.379-2.44 2.208-4.259 1.231c-1.253-.673-2.19-3.443-5.963-3.317"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.782 5.72a4.773 4.773 0 0 0-4.8 4.173a3.43 3.43 0 0 1 2.741-1.687c1.689 0 2.974 1.972 3.758 2.587a5.73 5.73 0 0 0 5.382.935c2-.638 2.934-2.865 3.137-3.921c-.969 1.379-2.44 2.207-4.259 1.231c-1.253-.673-2.19-3.438-5.959-3.318M6.8 11.979A4.77 4.77 0 0 0 2 16.151a3.43 3.43 0 0 1 2.745-1.687c1.689 0 2.974 1.972 3.758 2.587a5.73 5.73 0 0 0 5.382.935c2-.638 2.933-2.865 3.137-3.921c-.97 1.379-2.44 2.208-4.259 1.231c-1.253-.673-2.19-3.443-5.963-3.317"/></svg>
</template>

CSS

.icon-tailwind-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%22M11.782%205.72a4.773%204.773%200%200%200-4.8%204.173a3.43%203.43%200%200%201%202.741-1.687c1.689%200%202.974%201.972%203.758%202.587a5.73%205.73%200%200%200%205.382.935c2-.638%202.934-2.865%203.137-3.921c-.969%201.379-2.44%202.207-4.259%201.231c-1.253-.673-2.19-3.438-5.959-3.318M6.8%2011.979A4.77%204.77%200%200%200%202%2016.151a3.43%203.43%200%200%201%202.745-1.687c1.689%200%202.974%201.972%203.758%202.587a5.73%205.73%200%200%200%205.382.935c2-.638%202.933-2.865%203.137-3.921c-.97%201.379-2.44%202.208-4.259%201.231c-1.253-.673-2.19-3.443-5.963-3.317%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%22M11.782%205.72a4.773%204.773%200%200%200-4.8%204.173a3.43%203.43%200%200%201%202.741-1.687c1.689%200%202.974%201.972%203.758%202.587a5.73%205.73%200%200%200%205.382.935c2-.638%202.934-2.865%203.137-3.921c-.969%201.379-2.44%202.207-4.259%201.231c-1.253-.673-2.19-3.438-5.959-3.318M6.8%2011.979A4.77%204.77%200%200%200%202%2016.151a3.43%203.43%200%200%201%202.745-1.687c1.689%200%202.974%201.972%203.758%202.587a5.73%205.73%200%200%200%205.382.935c2-.638%202.933-2.865%203.137-3.921c-.97%201.379-2.44%202.208-4.259%201.231c-1.253-.673-2.19-3.443-5.963-3.317%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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