tcs logo
tcs from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- tcs
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the tcs logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M24 16.262c0-1.305-.522-2.174-1.827-3.088l-1.785-1.24c-.033-.022-.06-.045-.092-.068c-.629-.473-.91-.912-.91-1.43c0-.696.567-1.13 1.371-1.13c1.022 0 1.503.477 2.111.477c.479 0 .805-.326.805-.804c0-.348-.174-.631-.631-.848c-.718-.348-1.503-.48-2.35-.48c-.892 0-1.676.262-2.241.697v-.001a4 4 0 0 0-.326.283l-.008.01c-.65.695-1.19 1.714-1.623 3.145l-.501 1.652c-.893 2.912-2.306 4.304-4.504 4.304c-2.415 0-3.938-1.675-3.938-4.153v.026v-.025c0-2.468 1.509-4.159 3.69-4.174l.03-.002a4.9 4.9 0 0 1 2.089.457c.282.13.522.174.74.174c.1 0 .192-.017.279-.041c.362-.103.592-.408.592-.83c0-.326-.196-.653-.653-.87c-.827-.414-1.894-.653-3.046-.653c-.86 0-1.653.152-2.359.436c-2.117.851-3.452 2.886-3.452 5.545l.002-.024l-.001.024c0 .931.169 1.783.479 2.536c-.452.985-1.143 1.509-2.046 1.509c-1.087 0-1.804-.63-1.806-2.06V9.477h2.546c.588 0 .979-.348.979-.848s-.39-.848-.98-.848H2.09V5.563c0-.653-.435-1.088-1.044-1.088C.435 4.475 0 4.911 0 5.563v10.285c0 2.393 1.37 3.655 3.7 3.655c.486.001.97-.08 1.43-.24h.005a3.5 3.5 0 0 0 1.81-1.514c1.034 1.117 2.565 1.775 4.48 1.775c.999 0 1.868-.195 2.65-.607h.003c1.588-.827 2.72-2.502 3.503-5.068l.457-1.5a3 3 0 0 1-.162-.234c.308.492.785.953 1.468 1.43l1.631 1.13c.244.17.463.34.668.51c.289.322.378.67.378 1.078c0 .935-.74 1.566-1.807 1.566c-1.022 0-1.893-.522-2.371-.522s-.806.325-.806.804c0 .348.174.63.632.848c.631.304 1.653.566 2.567.566c1.153 0 2.111-.348 2.785-.957a2 2 0 0 0 .156-.161A3.1 3.1 0 0 0 24 16.262"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsTcs(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 16.262c0-1.305-.522-2.174-1.827-3.088l-1.785-1.24c-.033-.022-.06-.045-.092-.068c-.629-.473-.91-.912-.91-1.43c0-.696.567-1.13 1.371-1.13c1.022 0 1.503.477 2.111.477c.479 0 .805-.326.805-.804c0-.348-.174-.631-.631-.848c-.718-.348-1.503-.48-2.35-.48c-.892 0-1.676.262-2.241.697v-.001a4 4 0 0 0-.326.283l-.008.01c-.65.695-1.19 1.714-1.623 3.145l-.501 1.652c-.893 2.912-2.306 4.304-4.504 4.304c-2.415 0-3.938-1.675-3.938-4.153v.026v-.025c0-2.468 1.509-4.159 3.69-4.174l.03-.002a4.9 4.9 0 0 1 2.089.457c.282.13.522.174.74.174c.1 0 .192-.017.279-.041c.362-.103.592-.408.592-.83c0-.326-.196-.653-.653-.87c-.827-.414-1.894-.653-3.046-.653c-.86 0-1.653.152-2.359.436c-2.117.851-3.452 2.886-3.452 5.545l.002-.024l-.001.024c0 .931.169 1.783.479 2.536c-.452.985-1.143 1.509-2.046 1.509c-1.087 0-1.804-.63-1.806-2.06V9.477h2.546c.588 0 .979-.348.979-.848s-.39-.848-.98-.848H2.09V5.563c0-.653-.435-1.088-1.044-1.088C.435 4.475 0 4.911 0 5.563v10.285c0 2.393 1.37 3.655 3.7 3.655c.486.001.97-.08 1.43-.24h.005a3.5 3.5 0 0 0 1.81-1.514c1.034 1.117 2.565 1.775 4.48 1.775c.999 0 1.868-.195 2.65-.607h.003c1.588-.827 2.72-2.502 3.503-5.068l.457-1.5a3 3 0 0 1-.162-.234c.308.492.785.953 1.468 1.43l1.631 1.13c.244.17.463.34.668.51c.289.322.378.67.378 1.078c0 .935-.74 1.566-1.807 1.566c-1.022 0-1.893-.522-2.371-.522s-.806.325-.806.804c0 .348.174.63.632.848c.631.304 1.653.566 2.567.566c1.153 0 2.111-.348 2.785-.957a2 2 0 0 0 .156-.161A3.1 3.1 0 0 0 24 16.262"/></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 16.262c0-1.305-.522-2.174-1.827-3.088l-1.785-1.24c-.033-.022-.06-.045-.092-.068c-.629-.473-.91-.912-.91-1.43c0-.696.567-1.13 1.371-1.13c1.022 0 1.503.477 2.111.477c.479 0 .805-.326.805-.804c0-.348-.174-.631-.631-.848c-.718-.348-1.503-.48-2.35-.48c-.892 0-1.676.262-2.241.697v-.001a4 4 0 0 0-.326.283l-.008.01c-.65.695-1.19 1.714-1.623 3.145l-.501 1.652c-.893 2.912-2.306 4.304-4.504 4.304c-2.415 0-3.938-1.675-3.938-4.153v.026v-.025c0-2.468 1.509-4.159 3.69-4.174l.03-.002a4.9 4.9 0 0 1 2.089.457c.282.13.522.174.74.174c.1 0 .192-.017.279-.041c.362-.103.592-.408.592-.83c0-.326-.196-.653-.653-.87c-.827-.414-1.894-.653-3.046-.653c-.86 0-1.653.152-2.359.436c-2.117.851-3.452 2.886-3.452 5.545l.002-.024l-.001.024c0 .931.169 1.783.479 2.536c-.452.985-1.143 1.509-2.046 1.509c-1.087 0-1.804-.63-1.806-2.06V9.477h2.546c.588 0 .979-.348.979-.848s-.39-.848-.98-.848H2.09V5.563c0-.653-.435-1.088-1.044-1.088C.435 4.475 0 4.911 0 5.563v10.285c0 2.393 1.37 3.655 3.7 3.655c.486.001.97-.08 1.43-.24h.005a3.5 3.5 0 0 0 1.81-1.514c1.034 1.117 2.565 1.775 4.48 1.775c.999 0 1.868-.195 2.65-.607h.003c1.588-.827 2.72-2.502 3.503-5.068l.457-1.5a3 3 0 0 1-.162-.234c.308.492.785.953 1.468 1.43l1.631 1.13c.244.17.463.34.668.51c.289.322.378.67.378 1.078c0 .935-.74 1.566-1.807 1.566c-1.022 0-1.893-.522-2.371-.522s-.806.325-.806.804c0 .348.174.63.632.848c.631.304 1.653.566 2.567.566c1.153 0 2.111-.348 2.785-.957a2 2 0 0 0 .156-.161A3.1 3.1 0 0 0 24 16.262"/></svg> </template>
CSS
.icon-tcs {
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%2016.262c0-1.305-.522-2.174-1.827-3.088l-1.785-1.24c-.033-.022-.06-.045-.092-.068c-.629-.473-.91-.912-.91-1.43c0-.696.567-1.13%201.371-1.13c1.022%200%201.503.477%202.111.477c.479%200%20.805-.326.805-.804c0-.348-.174-.631-.631-.848c-.718-.348-1.503-.48-2.35-.48c-.892%200-1.676.262-2.241.697v-.001a4%204%200%200%200-.326.283l-.008.01c-.65.695-1.19%201.714-1.623%203.145l-.501%201.652c-.893%202.912-2.306%204.304-4.504%204.304c-2.415%200-3.938-1.675-3.938-4.153v.026v-.025c0-2.468%201.509-4.159%203.69-4.174l.03-.002a4.9%204.9%200%200%201%202.089.457c.282.13.522.174.74.174c.1%200%20.192-.017.279-.041c.362-.103.592-.408.592-.83c0-.326-.196-.653-.653-.87c-.827-.414-1.894-.653-3.046-.653c-.86%200-1.653.152-2.359.436c-2.117.851-3.452%202.886-3.452%205.545l.002-.024l-.001.024c0%20.931.169%201.783.479%202.536c-.452.985-1.143%201.509-2.046%201.509c-1.087%200-1.804-.63-1.806-2.06V9.477h2.546c.588%200%20.979-.348.979-.848s-.39-.848-.98-.848H2.09V5.563c0-.653-.435-1.088-1.044-1.088C.435%204.475%200%204.911%200%205.563v10.285c0%202.393%201.37%203.655%203.7%203.655c.486.001.97-.08%201.43-.24h.005a3.5%203.5%200%200%200%201.81-1.514c1.034%201.117%202.565%201.775%204.48%201.775c.999%200%201.868-.195%202.65-.607h.003c1.588-.827%202.72-2.502%203.503-5.068l.457-1.5a3%203%200%200%201-.162-.234c.308.492.785.953%201.468%201.43l1.631%201.13c.244.17.463.34.668.51c.289.322.378.67.378%201.078c0%20.935-.74%201.566-1.807%201.566c-1.022%200-1.893-.522-2.371-.522s-.806.325-.806.804c0%20.348.174.63.632.848c.631.304%201.653.566%202.567.566c1.153%200%202.111-.348%202.785-.957a2%202%200%200%200%20.156-.161A3.1%203.1%200%200%200%2024%2016.262%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%2016.262c0-1.305-.522-2.174-1.827-3.088l-1.785-1.24c-.033-.022-.06-.045-.092-.068c-.629-.473-.91-.912-.91-1.43c0-.696.567-1.13%201.371-1.13c1.022%200%201.503.477%202.111.477c.479%200%20.805-.326.805-.804c0-.348-.174-.631-.631-.848c-.718-.348-1.503-.48-2.35-.48c-.892%200-1.676.262-2.241.697v-.001a4%204%200%200%200-.326.283l-.008.01c-.65.695-1.19%201.714-1.623%203.145l-.501%201.652c-.893%202.912-2.306%204.304-4.504%204.304c-2.415%200-3.938-1.675-3.938-4.153v.026v-.025c0-2.468%201.509-4.159%203.69-4.174l.03-.002a4.9%204.9%200%200%201%202.089.457c.282.13.522.174.74.174c.1%200%20.192-.017.279-.041c.362-.103.592-.408.592-.83c0-.326-.196-.653-.653-.87c-.827-.414-1.894-.653-3.046-.653c-.86%200-1.653.152-2.359.436c-2.117.851-3.452%202.886-3.452%205.545l.002-.024l-.001.024c0%20.931.169%201.783.479%202.536c-.452.985-1.143%201.509-2.046%201.509c-1.087%200-1.804-.63-1.806-2.06V9.477h2.546c.588%200%20.979-.348.979-.848s-.39-.848-.98-.848H2.09V5.563c0-.653-.435-1.088-1.044-1.088C.435%204.475%200%204.911%200%205.563v10.285c0%202.393%201.37%203.655%203.7%203.655c.486.001.97-.08%201.43-.24h.005a3.5%203.5%200%200%200%201.81-1.514c1.034%201.117%202.565%201.775%204.48%201.775c.999%200%201.868-.195%202.65-.607h.003c1.588-.827%202.72-2.502%203.503-5.068l.457-1.5a3%203%200%200%201-.162-.234c.308.492.785.953%201.468%201.43l1.631%201.13c.244.17.463.34.668.51c.289.322.378.67.378%201.078c0%20.935-.74%201.566-1.807%201.566c-1.022%200-1.893-.522-2.371-.522s-.806.325-.806.804c0%20.348.174.63.632.848c.631.304%201.653.566%202.567.566c1.153%200%202.111-.348%202.785-.957a2%202%200%200%200%20.156-.161A3.1%203.1%200%200%200%2024%2016.262%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/tcs.svg?color=%231a73e8&size=48