tailwind icon
tailwind-outline from Teenyicons by smhmd · Outline · MIT Free for personal and commercial use.
- Name
- tailwind-outline
- Set
- Teenyicons
- Style
- Outline
- Viewbox
- 15×15
- License
- MIT
1 other variant in Teenyicons
The same icon in other sets
Use the tailwind icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="none" stroke="currentColor" stroke-linejoin="round" d="M7.5 3Q4.7 3 4 6q1.05-1.5 2.45-1.125c.533.143.913.557 1.334 1.015C8.471 6.636 9.265 7.5 11 7.5q2.8 0 3.5-3q-1.05 1.5-2.45 1.125c-.533-.143-.913-.557-1.334-1.015C10.029 3.864 9.235 3 7.5 3ZM4 7.5q-2.8 0-3.5 3Q1.55 9 2.95 9.375c.533.143.913.557 1.334 1.015C4.971 11.136 5.765 12 7.5 12q2.8 0 3.5-3q-1.05 1.5-2.45 1.125c-.533-.143-.913-.557-1.334-1.015C6.529 8.364 5.735 7.5 4 7.5Z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function TeenyiconsTailwindOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="none" stroke="currentColor" strokeLinejoin="round" d="M7.5 3Q4.7 3 4 6q1.05-1.5 2.45-1.125c.533.143.913.557 1.334 1.015C8.471 6.636 9.265 7.5 11 7.5q2.8 0 3.5-3q-1.05 1.5-2.45 1.125c-.533-.143-.913-.557-1.334-1.015C10.029 3.864 9.235 3 7.5 3ZM4 7.5q-2.8 0-3.5 3Q1.55 9 2.95 9.375c.533.143.913.557 1.334 1.015C4.971 11.136 5.765 12 7.5 12q2.8 0 3.5-3q-1.05 1.5-2.45 1.125c-.533-.143-.913-.557-1.334-1.015C6.529 8.364 5.735 7.5 4 7.5Z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="none" stroke="currentColor" stroke-linejoin="round" d="M7.5 3Q4.7 3 4 6q1.05-1.5 2.45-1.125c.533.143.913.557 1.334 1.015C8.471 6.636 9.265 7.5 11 7.5q2.8 0 3.5-3q-1.05 1.5-2.45 1.125c-.533-.143-.913-.557-1.334-1.015C10.029 3.864 9.235 3 7.5 3ZM4 7.5q-2.8 0-3.5 3Q1.55 9 2.95 9.375c.533.143.913.557 1.334 1.015C4.971 11.136 5.765 12 7.5 12q2.8 0 3.5-3q-1.05 1.5-2.45 1.125c-.533-.143-.913-.557-1.334-1.015C6.529 8.364 5.735 7.5 4 7.5Z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-tailwind-outline {
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%2015%2015%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7.5%203Q4.7%203%204%206q1.05-1.5%202.45-1.125c.533.143.913.557%201.334%201.015C8.471%206.636%209.265%207.5%2011%207.5q2.8%200%203.5-3q-1.05%201.5-2.45%201.125c-.533-.143-.913-.557-1.334-1.015C10.029%203.864%209.235%203%207.5%203ZM4%207.5q-2.8%200-3.5%203Q1.55%209%202.95%209.375c.533.143.913.557%201.334%201.015C4.971%2011.136%205.765%2012%207.5%2012q2.8%200%203.5-3q-1.05%201.5-2.45%201.125c-.533-.143-.913-.557-1.334-1.015C6.529%208.364%205.735%207.5%204%207.5Z%22%20clip-rule%3D%22evenodd%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%2015%2015%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7.5%203Q4.7%203%204%206q1.05-1.5%202.45-1.125c.533.143.913.557%201.334%201.015C8.471%206.636%209.265%207.5%2011%207.5q2.8%200%203.5-3q-1.05%201.5-2.45%201.125c-.533-.143-.913-.557-1.334-1.015C10.029%203.864%209.235%203%207.5%203ZM4%207.5q-2.8%200-3.5%203Q1.55%209%202.95%209.375c.533.143.913.557%201.334%201.015C4.971%2011.136%205.765%2012%207.5%2012q2.8%200%203.5-3q-1.05%201.5-2.45%201.125c-.533-.143-.913-.557-1.334-1.015C6.529%208.364%205.735%207.5%204%207.5Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/teenyicons/tailwind-outline.svg?color=%231a73e8&size=48