sst from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
sst
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the sst logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.68 7.205h-3.776a.263.263 0 0 1-.223-.403l1.666-2.664a.897.897 0 0 0-.76-1.372H4.092c-.54 0-1.04.29-1.31.758C2.09 4.734.758 7.054.23 7.974a1.7 1.7 0 0 0-.223.839L0 15.77a1.5 1.5 0 0 0 1.499 1.5h4.78a.082.082 0 0 1 .067.127l-1.648 2.43a.9.9 0 0 0 .745 1.406h14.542a2.07 2.07 0 0 0 1.81-1.068c.465-.842 1.201-2.008 1.656-2.831c.36-.653.549-1.387.549-2.133V8.526c0-.73-.591-1.32-1.32-1.32zm-18.65-1.9a1.43 1.43 0 0 1 1.43-1.43h13.278a.339.339 0 0 1 .284.525l-1.744 2.67a.3.3 0 0 1-.25.135H9.363c-.514 0-.993.26-1.274.69c-.833 1.278-2.342 3.882-2.347 3.923h-.187a1.456 1.456 0 0 1-1.526-1.455V5.306zM2.255 16.35a.521.521 0 0 1-.41-.843l1.606-2.055a1.66 1.66 0 0 1 1.308-.64l14.028-.049a.321.321 0 0 1 .275.49l-1.233 2.015c-.194.316-.538.51-.91.51H7.854a1 1 0 0 0-.905.572zm19.934 1.113c-.366.635-.975 1.532-1.33 2.15c-.25.433-.71.7-1.21.7H6.075a.27.27 0 0 1-.221-.425l1.968-2.793a.94.94 0 0 1 .765-.396h13.16a.51.51 0 0 1 .442.764m.795-2.451a.766.766 0 0 1-.766.765h-2.631a.49.49 0 0 1-.416-.75l1.086-1.746a.968.968 0 0 0-.822-1.48H7.782a.389.389 0 0 1-.329-.597c.43-.675.936-1.767 1.371-2.452a1.35 1.35 0 0 1 1.136-.624h12.274a.75.75 0 0 1 .75.75z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsSst(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="M22.68 7.205h-3.776a.263.263 0 0 1-.223-.403l1.666-2.664a.897.897 0 0 0-.76-1.372H4.092c-.54 0-1.04.29-1.31.758C2.09 4.734.758 7.054.23 7.974a1.7 1.7 0 0 0-.223.839L0 15.77a1.5 1.5 0 0 0 1.499 1.5h4.78a.082.082 0 0 1 .067.127l-1.648 2.43a.9.9 0 0 0 .745 1.406h14.542a2.07 2.07 0 0 0 1.81-1.068c.465-.842 1.201-2.008 1.656-2.831c.36-.653.549-1.387.549-2.133V8.526c0-.73-.591-1.32-1.32-1.32zm-18.65-1.9a1.43 1.43 0 0 1 1.43-1.43h13.278a.339.339 0 0 1 .284.525l-1.744 2.67a.3.3 0 0 1-.25.135H9.363c-.514 0-.993.26-1.274.69c-.833 1.278-2.342 3.882-2.347 3.923h-.187a1.456 1.456 0 0 1-1.526-1.455V5.306zM2.255 16.35a.521.521 0 0 1-.41-.843l1.606-2.055a1.66 1.66 0 0 1 1.308-.64l14.028-.049a.321.321 0 0 1 .275.49l-1.233 2.015c-.194.316-.538.51-.91.51H7.854a1 1 0 0 0-.905.572zm19.934 1.113c-.366.635-.975 1.532-1.33 2.15c-.25.433-.71.7-1.21.7H6.075a.27.27 0 0 1-.221-.425l1.968-2.793a.94.94 0 0 1 .765-.396h13.16a.51.51 0 0 1 .442.764m.795-2.451a.766.766 0 0 1-.766.765h-2.631a.49.49 0 0 1-.416-.75l1.086-1.746a.968.968 0 0 0-.822-1.48H7.782a.389.389 0 0 1-.329-.597c.43-.675.936-1.767 1.371-2.452a1.35 1.35 0 0 1 1.136-.624h12.274a.75.75 0 0 1 .75.75z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.68 7.205h-3.776a.263.263 0 0 1-.223-.403l1.666-2.664a.897.897 0 0 0-.76-1.372H4.092c-.54 0-1.04.29-1.31.758C2.09 4.734.758 7.054.23 7.974a1.7 1.7 0 0 0-.223.839L0 15.77a1.5 1.5 0 0 0 1.499 1.5h4.78a.082.082 0 0 1 .067.127l-1.648 2.43a.9.9 0 0 0 .745 1.406h14.542a2.07 2.07 0 0 0 1.81-1.068c.465-.842 1.201-2.008 1.656-2.831c.36-.653.549-1.387.549-2.133V8.526c0-.73-.591-1.32-1.32-1.32zm-18.65-1.9a1.43 1.43 0 0 1 1.43-1.43h13.278a.339.339 0 0 1 .284.525l-1.744 2.67a.3.3 0 0 1-.25.135H9.363c-.514 0-.993.26-1.274.69c-.833 1.278-2.342 3.882-2.347 3.923h-.187a1.456 1.456 0 0 1-1.526-1.455V5.306zM2.255 16.35a.521.521 0 0 1-.41-.843l1.606-2.055a1.66 1.66 0 0 1 1.308-.64l14.028-.049a.321.321 0 0 1 .275.49l-1.233 2.015c-.194.316-.538.51-.91.51H7.854a1 1 0 0 0-.905.572zm19.934 1.113c-.366.635-.975 1.532-1.33 2.15c-.25.433-.71.7-1.21.7H6.075a.27.27 0 0 1-.221-.425l1.968-2.793a.94.94 0 0 1 .765-.396h13.16a.51.51 0 0 1 .442.764m.795-2.451a.766.766 0 0 1-.766.765h-2.631a.49.49 0 0 1-.416-.75l1.086-1.746a.968.968 0 0 0-.822-1.48H7.782a.389.389 0 0 1-.329-.597c.43-.675.936-1.767 1.371-2.452a1.35 1.35 0 0 1 1.136-.624h12.274a.75.75 0 0 1 .75.75z"/></svg>
</template>

CSS

.icon-sst {
  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%22M22.68%207.205h-3.776a.263.263%200%200%201-.223-.403l1.666-2.664a.897.897%200%200%200-.76-1.372H4.092c-.54%200-1.04.29-1.31.758C2.09%204.734.758%207.054.23%207.974a1.7%201.7%200%200%200-.223.839L0%2015.77a1.5%201.5%200%200%200%201.499%201.5h4.78a.082.082%200%200%201%20.067.127l-1.648%202.43a.9.9%200%200%200%20.745%201.406h14.542a2.07%202.07%200%200%200%201.81-1.068c.465-.842%201.201-2.008%201.656-2.831c.36-.653.549-1.387.549-2.133V8.526c0-.73-.591-1.32-1.32-1.32zm-18.65-1.9a1.43%201.43%200%200%201%201.43-1.43h13.278a.339.339%200%200%201%20.284.525l-1.744%202.67a.3.3%200%200%201-.25.135H9.363c-.514%200-.993.26-1.274.69c-.833%201.278-2.342%203.882-2.347%203.923h-.187a1.456%201.456%200%200%201-1.526-1.455V5.306zM2.255%2016.35a.521.521%200%200%201-.41-.843l1.606-2.055a1.66%201.66%200%200%201%201.308-.64l14.028-.049a.321.321%200%200%201%20.275.49l-1.233%202.015c-.194.316-.538.51-.91.51H7.854a1%201%200%200%200-.905.572zm19.934%201.113c-.366.635-.975%201.532-1.33%202.15c-.25.433-.71.7-1.21.7H6.075a.27.27%200%200%201-.221-.425l1.968-2.793a.94.94%200%200%201%20.765-.396h13.16a.51.51%200%200%201%20.442.764m.795-2.451a.766.766%200%200%201-.766.765h-2.631a.49.49%200%200%201-.416-.75l1.086-1.746a.968.968%200%200%200-.822-1.48H7.782a.389.389%200%200%201-.329-.597c.43-.675.936-1.767%201.371-2.452a1.35%201.35%200%200%201%201.136-.624h12.274a.75.75%200%200%201%20.75.75z%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%22M22.68%207.205h-3.776a.263.263%200%200%201-.223-.403l1.666-2.664a.897.897%200%200%200-.76-1.372H4.092c-.54%200-1.04.29-1.31.758C2.09%204.734.758%207.054.23%207.974a1.7%201.7%200%200%200-.223.839L0%2015.77a1.5%201.5%200%200%200%201.499%201.5h4.78a.082.082%200%200%201%20.067.127l-1.648%202.43a.9.9%200%200%200%20.745%201.406h14.542a2.07%202.07%200%200%200%201.81-1.068c.465-.842%201.201-2.008%201.656-2.831c.36-.653.549-1.387.549-2.133V8.526c0-.73-.591-1.32-1.32-1.32zm-18.65-1.9a1.43%201.43%200%200%201%201.43-1.43h13.278a.339.339%200%200%201%20.284.525l-1.744%202.67a.3.3%200%200%201-.25.135H9.363c-.514%200-.993.26-1.274.69c-.833%201.278-2.342%203.882-2.347%203.923h-.187a1.456%201.456%200%200%201-1.526-1.455V5.306zM2.255%2016.35a.521.521%200%200%201-.41-.843l1.606-2.055a1.66%201.66%200%200%201%201.308-.64l14.028-.049a.321.321%200%200%201%20.275.49l-1.233%202.015c-.194.316-.538.51-.91.51H7.854a1%201%200%200%200-.905.572zm19.934%201.113c-.366.635-.975%201.532-1.33%202.15c-.25.433-.71.7-1.21.7H6.075a.27.27%200%200%201-.221-.425l1.968-2.793a.94.94%200%200%201%20.765-.396h13.16a.51.51%200%200%201%20.442.764m.795-2.451a.766.766%200%200%201-.766.765h-2.631a.49.49%200%200%201-.416-.75l1.086-1.746a.968.968%200%200%200-.822-1.48H7.782a.389.389%200%200%201-.329-.597c.43-.675.936-1.767%201.371-2.452a1.35%201.35%200%200%201%201.136-.624h12.274a.75.75%200%200%201%20.75.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/sst.svg?color=%231a73e8&size=48