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

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

The same logo in other sets

Use the sui logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.636 10.009a7.16 7.16 0 0 1 1.565 4.474a7.2 7.2 0 0 1-1.608 4.53l-.087.106l-.023-.135a7 7 0 0 0-.07-.349c-.502-2.21-2.142-4.106-4.84-5.642c-1.823-1.034-2.866-2.278-3.14-3.693c-.177-.915-.046-1.834.209-2.62c.254-.787.631-1.446.953-1.843l1.05-1.284a.46.46 0 0 1 .713 0l5.28 6.456zm1.66-1.283L12.26.123a.336.336 0 0 0-.52 0L4.704 8.726l-.023.029a9.33 9.33 0 0 0-2.07 5.872C2.612 19.803 6.816 24 12 24s9.388-4.197 9.388-9.373a9.32 9.32 0 0 0-2.07-5.871zM6.389 9.981l.63-.77l.018.142q.023.17.055.34c.408 2.136 1.862 3.917 4.294 5.297c2.114 1.203 3.345 2.586 3.7 4.103a5.3 5.3 0 0 1 .109 1.801l-.004.034l-.03.014A7.2 7.2 0 0 1 12 21.67c-3.976 0-7.2-3.218-7.2-7.188c0-1.705.594-3.27 1.587-4.503z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsSui(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="M17.636 10.009a7.16 7.16 0 0 1 1.565 4.474a7.2 7.2 0 0 1-1.608 4.53l-.087.106l-.023-.135a7 7 0 0 0-.07-.349c-.502-2.21-2.142-4.106-4.84-5.642c-1.823-1.034-2.866-2.278-3.14-3.693c-.177-.915-.046-1.834.209-2.62c.254-.787.631-1.446.953-1.843l1.05-1.284a.46.46 0 0 1 .713 0l5.28 6.456zm1.66-1.283L12.26.123a.336.336 0 0 0-.52 0L4.704 8.726l-.023.029a9.33 9.33 0 0 0-2.07 5.872C2.612 19.803 6.816 24 12 24s9.388-4.197 9.388-9.373a9.32 9.32 0 0 0-2.07-5.871zM6.389 9.981l.63-.77l.018.142q.023.17.055.34c.408 2.136 1.862 3.917 4.294 5.297c2.114 1.203 3.345 2.586 3.7 4.103a5.3 5.3 0 0 1 .109 1.801l-.004.034l-.03.014A7.2 7.2 0 0 1 12 21.67c-3.976 0-7.2-3.218-7.2-7.188c0-1.705.594-3.27 1.587-4.503z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.636 10.009a7.16 7.16 0 0 1 1.565 4.474a7.2 7.2 0 0 1-1.608 4.53l-.087.106l-.023-.135a7 7 0 0 0-.07-.349c-.502-2.21-2.142-4.106-4.84-5.642c-1.823-1.034-2.866-2.278-3.14-3.693c-.177-.915-.046-1.834.209-2.62c.254-.787.631-1.446.953-1.843l1.05-1.284a.46.46 0 0 1 .713 0l5.28 6.456zm1.66-1.283L12.26.123a.336.336 0 0 0-.52 0L4.704 8.726l-.023.029a9.33 9.33 0 0 0-2.07 5.872C2.612 19.803 6.816 24 12 24s9.388-4.197 9.388-9.373a9.32 9.32 0 0 0-2.07-5.871zM6.389 9.981l.63-.77l.018.142q.023.17.055.34c.408 2.136 1.862 3.917 4.294 5.297c2.114 1.203 3.345 2.586 3.7 4.103a5.3 5.3 0 0 1 .109 1.801l-.004.034l-.03.014A7.2 7.2 0 0 1 12 21.67c-3.976 0-7.2-3.218-7.2-7.188c0-1.705.594-3.27 1.587-4.503z"/></svg>
</template>

CSS

.icon-sui {
  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%22M17.636%2010.009a7.16%207.16%200%200%201%201.565%204.474a7.2%207.2%200%200%201-1.608%204.53l-.087.106l-.023-.135a7%207%200%200%200-.07-.349c-.502-2.21-2.142-4.106-4.84-5.642c-1.823-1.034-2.866-2.278-3.14-3.693c-.177-.915-.046-1.834.209-2.62c.254-.787.631-1.446.953-1.843l1.05-1.284a.46.46%200%200%201%20.713%200l5.28%206.456zm1.66-1.283L12.26.123a.336.336%200%200%200-.52%200L4.704%208.726l-.023.029a9.33%209.33%200%200%200-2.07%205.872C2.612%2019.803%206.816%2024%2012%2024s9.388-4.197%209.388-9.373a9.32%209.32%200%200%200-2.07-5.871zM6.389%209.981l.63-.77l.018.142q.023.17.055.34c.408%202.136%201.862%203.917%204.294%205.297c2.114%201.203%203.345%202.586%203.7%204.103a5.3%205.3%200%200%201%20.109%201.801l-.004.034l-.03.014A7.2%207.2%200%200%201%2012%2021.67c-3.976%200-7.2-3.218-7.2-7.188c0-1.705.594-3.27%201.587-4.503z%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%22M17.636%2010.009a7.16%207.16%200%200%201%201.565%204.474a7.2%207.2%200%200%201-1.608%204.53l-.087.106l-.023-.135a7%207%200%200%200-.07-.349c-.502-2.21-2.142-4.106-4.84-5.642c-1.823-1.034-2.866-2.278-3.14-3.693c-.177-.915-.046-1.834.209-2.62c.254-.787.631-1.446.953-1.843l1.05-1.284a.46.46%200%200%201%20.713%200l5.28%206.456zm1.66-1.283L12.26.123a.336.336%200%200%200-.52%200L4.704%208.726l-.023.029a9.33%209.33%200%200%200-2.07%205.872C2.612%2019.803%206.816%2024%2012%2024s9.388-4.197%209.388-9.373a9.32%209.32%200%200%200-2.07-5.871zM6.389%209.981l.63-.77l.018.142q.023.17.055.34c.408%202.136%201.862%203.917%204.294%205.297c2.114%201.203%203.345%202.586%203.7%204.103a5.3%205.3%200%200%201%20.109%201.801l-.004.034l-.03.014A7.2%207.2%200%200%201%2012%2021.67c-3.976%200-7.2-3.218-7.2-7.188c0-1.705.594-3.27%201.587-4.503z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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