tailwind css logo
tailwind-css from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.
- Name
- tailwind-css
- Set
- Boxicons Brands
- Style
- Logo
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the tailwind css logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.5 9.51a4.2 4.2 0 0 1-1.91-1.34A5.77 5.77 0 0 0 12 6a4.72 4.72 0 0 0-5 4a3.23 3.23 0 0 1 3.5-1.49a4.3 4.3 0 0 1 1.91 1.35A5.77 5.77 0 0 0 17 12a4.72 4.72 0 0 0 5-4a3.2 3.2 0 0 1-3.5 1.51m-13 4.98a4.2 4.2 0 0 1 1.91 1.34A5.77 5.77 0 0 0 12 18a4.72 4.72 0 0 0 5-4a3.23 3.23 0 0 1-3.5 1.49a4.3 4.3 0 0 1-1.91-1.35A5.8 5.8 0 0 0 7 12a4.72 4.72 0 0 0-5 4a3.2 3.2 0 0 1 3.5-1.51"/></svg>
React
import type { SVGProps } from "react";
export function BxlTailwindCss(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="M18.5 9.51a4.2 4.2 0 0 1-1.91-1.34A5.77 5.77 0 0 0 12 6a4.72 4.72 0 0 0-5 4a3.23 3.23 0 0 1 3.5-1.49a4.3 4.3 0 0 1 1.91 1.35A5.77 5.77 0 0 0 17 12a4.72 4.72 0 0 0 5-4a3.2 3.2 0 0 1-3.5 1.51m-13 4.98a4.2 4.2 0 0 1 1.91 1.34A5.77 5.77 0 0 0 12 18a4.72 4.72 0 0 0 5-4a3.23 3.23 0 0 1-3.5 1.49a4.3 4.3 0 0 1-1.91-1.35A5.8 5.8 0 0 0 7 12a4.72 4.72 0 0 0-5 4a3.2 3.2 0 0 1 3.5-1.51"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.5 9.51a4.2 4.2 0 0 1-1.91-1.34A5.77 5.77 0 0 0 12 6a4.72 4.72 0 0 0-5 4a3.23 3.23 0 0 1 3.5-1.49a4.3 4.3 0 0 1 1.91 1.35A5.77 5.77 0 0 0 17 12a4.72 4.72 0 0 0 5-4a3.2 3.2 0 0 1-3.5 1.51m-13 4.98a4.2 4.2 0 0 1 1.91 1.34A5.77 5.77 0 0 0 12 18a4.72 4.72 0 0 0 5-4a3.23 3.23 0 0 1-3.5 1.49a4.3 4.3 0 0 1-1.91-1.35A5.8 5.8 0 0 0 7 12a4.72 4.72 0 0 0-5 4a3.2 3.2 0 0 1 3.5-1.51"/></svg> </template>
CSS
.icon-tailwind-css {
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%22M18.5%209.51a4.2%204.2%200%200%201-1.91-1.34A5.77%205.77%200%200%200%2012%206a4.72%204.72%200%200%200-5%204a3.23%203.23%200%200%201%203.5-1.49a4.3%204.3%200%200%201%201.91%201.35A5.77%205.77%200%200%200%2017%2012a4.72%204.72%200%200%200%205-4a3.2%203.2%200%200%201-3.5%201.51m-13%204.98a4.2%204.2%200%200%201%201.91%201.34A5.77%205.77%200%200%200%2012%2018a4.72%204.72%200%200%200%205-4a3.23%203.23%200%200%201-3.5%201.49a4.3%204.3%200%200%201-1.91-1.35A5.8%205.8%200%200%200%207%2012a4.72%204.72%200%200%200-5%204a3.2%203.2%200%200%201%203.5-1.51%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%22M18.5%209.51a4.2%204.2%200%200%201-1.91-1.34A5.77%205.77%200%200%200%2012%206a4.72%204.72%200%200%200-5%204a3.23%203.23%200%200%201%203.5-1.49a4.3%204.3%200%200%201%201.91%201.35A5.77%205.77%200%200%200%2017%2012a4.72%204.72%200%200%200%205-4a3.2%203.2%200%200%201-3.5%201.51m-13%204.98a4.2%204.2%200%200%201%201.91%201.34A5.77%205.77%200%200%200%2012%2018a4.72%204.72%200%200%200%205-4a3.23%203.23%200%200%201-3.5%201.49a4.3%204.3%200%200%201-1.91-1.35A5.8%205.8%200%200%200%207%2012a4.72%204.72%200%200%200-5%204a3.2%203.2%200%200%201%203.5-1.51%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxl/tailwind-css.svg?color=%231a73e8&size=48