tina logo
tina from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- tina
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the tina logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.46 10.662c1.166-.965 1.683-6.666 2.188-8.715c.505-2.05 2.593-1.946 2.593-1.946s-.542.944-.321 1.648s1.736 1.333 1.736 1.333l-.327.861s-.682-.087-1.088.725s.261 8.853.261 8.853s-2.44 4.813-2.44 6.845s.962 3.734.962 3.734h-1.35s-1.98-2.356-2.386-3.533s-.243-2.355-.243-2.355s-2.152-.122-4.061 0s-3.181 1.762-3.41 2.68c-.23.917-.325 3.208-.325 3.208H5.182c-.65-2.004-1.166-2.722-.886-3.734c.776-2.804.623-4.394.444-5.102c-.18-.708-1.395-1.326-1.395-1.326c.595-1.213 1.203-1.796 3.817-1.857s6.132-.354 7.298-1.319m-5.183 8.209s.136 3.708 1.392 5.129H9.413c-1.464-1.3-1.74-3.852-1.74-3.852c.081-.324.965-1.069 1.604-1.277"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsTina(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="M14.46 10.662c1.166-.965 1.683-6.666 2.188-8.715c.505-2.05 2.593-1.946 2.593-1.946s-.542.944-.321 1.648s1.736 1.333 1.736 1.333l-.327.861s-.682-.087-1.088.725s.261 8.853.261 8.853s-2.44 4.813-2.44 6.845s.962 3.734.962 3.734h-1.35s-1.98-2.356-2.386-3.533s-.243-2.355-.243-2.355s-2.152-.122-4.061 0s-3.181 1.762-3.41 2.68c-.23.917-.325 3.208-.325 3.208H5.182c-.65-2.004-1.166-2.722-.886-3.734c.776-2.804.623-4.394.444-5.102c-.18-.708-1.395-1.326-1.395-1.326c.595-1.213 1.203-1.796 3.817-1.857s6.132-.354 7.298-1.319m-5.183 8.209s.136 3.708 1.392 5.129H9.413c-1.464-1.3-1.74-3.852-1.74-3.852c.081-.324.965-1.069 1.604-1.277"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.46 10.662c1.166-.965 1.683-6.666 2.188-8.715c.505-2.05 2.593-1.946 2.593-1.946s-.542.944-.321 1.648s1.736 1.333 1.736 1.333l-.327.861s-.682-.087-1.088.725s.261 8.853.261 8.853s-2.44 4.813-2.44 6.845s.962 3.734.962 3.734h-1.35s-1.98-2.356-2.386-3.533s-.243-2.355-.243-2.355s-2.152-.122-4.061 0s-3.181 1.762-3.41 2.68c-.23.917-.325 3.208-.325 3.208H5.182c-.65-2.004-1.166-2.722-.886-3.734c.776-2.804.623-4.394.444-5.102c-.18-.708-1.395-1.326-1.395-1.326c.595-1.213 1.203-1.796 3.817-1.857s6.132-.354 7.298-1.319m-5.183 8.209s.136 3.708 1.392 5.129H9.413c-1.464-1.3-1.74-3.852-1.74-3.852c.081-.324.965-1.069 1.604-1.277"/></svg> </template>
CSS
.icon-tina {
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%22M14.46%2010.662c1.166-.965%201.683-6.666%202.188-8.715c.505-2.05%202.593-1.946%202.593-1.946s-.542.944-.321%201.648s1.736%201.333%201.736%201.333l-.327.861s-.682-.087-1.088.725s.261%208.853.261%208.853s-2.44%204.813-2.44%206.845s.962%203.734.962%203.734h-1.35s-1.98-2.356-2.386-3.533s-.243-2.355-.243-2.355s-2.152-.122-4.061%200s-3.181%201.762-3.41%202.68c-.23.917-.325%203.208-.325%203.208H5.182c-.65-2.004-1.166-2.722-.886-3.734c.776-2.804.623-4.394.444-5.102c-.18-.708-1.395-1.326-1.395-1.326c.595-1.213%201.203-1.796%203.817-1.857s6.132-.354%207.298-1.319m-5.183%208.209s.136%203.708%201.392%205.129H9.413c-1.464-1.3-1.74-3.852-1.74-3.852c.081-.324.965-1.069%201.604-1.277%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%22M14.46%2010.662c1.166-.965%201.683-6.666%202.188-8.715c.505-2.05%202.593-1.946%202.593-1.946s-.542.944-.321%201.648s1.736%201.333%201.736%201.333l-.327.861s-.682-.087-1.088.725s.261%208.853.261%208.853s-2.44%204.813-2.44%206.845s.962%203.734.962%203.734h-1.35s-1.98-2.356-2.386-3.533s-.243-2.355-.243-2.355s-2.152-.122-4.061%200s-3.181%201.762-3.41%202.68c-.23.917-.325%203.208-.325%203.208H5.182c-.65-2.004-1.166-2.722-.886-3.734c.776-2.804.623-4.394.444-5.102c-.18-.708-1.395-1.326-1.395-1.326c.595-1.213%201.203-1.796%203.817-1.857s6.132-.354%207.298-1.319m-5.183%208.209s.136%203.708%201.392%205.129H9.413c-1.464-1.3-1.74-3.852-1.74-3.852c.081-.324.965-1.069%201.604-1.277%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/tina.svg?color=%231a73e8&size=48