tui logo
tui from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- tui
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the tui logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M24 4.517a2.117 2.117 0 0 1-2.117 2.117a2.117 2.117 0 0 1-2.117-2.117A2.117 2.117 0 0 1 21.883 2.4A2.117 2.117 0 0 1 24 4.517M1.14 7.747h5.705c.564 0 .98.178 1.147.972c.185.884.113 1.499-.886 1.569l-1.791.132c1.318 8.33 9.028 11.045 13.222 2.073c.695-1.485.922-1.755 1.683-1.567c1.031.256 1.172.79.677 2.283c-3.624 11.057-15.819 12.166-18.211-2.604l-1.455.105C.046 10.794 0 9.796 0 9.24c0-1.099.407-1.493 1.14-1.493"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsTui(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="M24 4.517a2.117 2.117 0 0 1-2.117 2.117a2.117 2.117 0 0 1-2.117-2.117A2.117 2.117 0 0 1 21.883 2.4A2.117 2.117 0 0 1 24 4.517M1.14 7.747h5.705c.564 0 .98.178 1.147.972c.185.884.113 1.499-.886 1.569l-1.791.132c1.318 8.33 9.028 11.045 13.222 2.073c.695-1.485.922-1.755 1.683-1.567c1.031.256 1.172.79.677 2.283c-3.624 11.057-15.819 12.166-18.211-2.604l-1.455.105C.046 10.794 0 9.796 0 9.24c0-1.099.407-1.493 1.14-1.493"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M24 4.517a2.117 2.117 0 0 1-2.117 2.117a2.117 2.117 0 0 1-2.117-2.117A2.117 2.117 0 0 1 21.883 2.4A2.117 2.117 0 0 1 24 4.517M1.14 7.747h5.705c.564 0 .98.178 1.147.972c.185.884.113 1.499-.886 1.569l-1.791.132c1.318 8.33 9.028 11.045 13.222 2.073c.695-1.485.922-1.755 1.683-1.567c1.031.256 1.172.79.677 2.283c-3.624 11.057-15.819 12.166-18.211-2.604l-1.455.105C.046 10.794 0 9.796 0 9.24c0-1.099.407-1.493 1.14-1.493"/></svg> </template>
CSS
.icon-tui {
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%22M24%204.517a2.117%202.117%200%200%201-2.117%202.117a2.117%202.117%200%200%201-2.117-2.117A2.117%202.117%200%200%201%2021.883%202.4A2.117%202.117%200%200%201%2024%204.517M1.14%207.747h5.705c.564%200%20.98.178%201.147.972c.185.884.113%201.499-.886%201.569l-1.791.132c1.318%208.33%209.028%2011.045%2013.222%202.073c.695-1.485.922-1.755%201.683-1.567c1.031.256%201.172.79.677%202.283c-3.624%2011.057-15.819%2012.166-18.211-2.604l-1.455.105C.046%2010.794%200%209.796%200%209.24c0-1.099.407-1.493%201.14-1.493%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%22M24%204.517a2.117%202.117%200%200%201-2.117%202.117a2.117%202.117%200%200%201-2.117-2.117A2.117%202.117%200%200%201%2021.883%202.4A2.117%202.117%200%200%201%2024%204.517M1.14%207.747h5.705c.564%200%20.98.178%201.147.972c.185.884.113%201.499-.886%201.569l-1.791.132c1.318%208.33%209.028%2011.045%2013.222%202.073c.695-1.485.922-1.755%201.683-1.567c1.031.256%201.172.79.677%202.283c-3.624%2011.057-15.819%2012.166-18.211-2.604l-1.455.105C.046%2010.794%200%209.796%200%209.24c0-1.099.407-1.493%201.14-1.493%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/tui.svg?color=%231a73e8&size=48