rstack from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
rstack
Set
Material Icon Theme
Style
Color
Viewbox
16×16
License
MIT

Use the rstack logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ff6d00" d="M3.1 1C1.7 1 1 2.27 1 3.84c0 .51.08.98.23 1.39c-.13.22-.21.47-.21.75c0 .71.51 1.29 1.17 1.4l1.91.97c-.08.12-.14.2-.21.32l-2.38-.54l-.3 1.39l1.87.42c-.15.23-.26.43-.33.58l-1.58.46l.39 1.37l1.95-.57c.23.18.47.36.75.56l-1.64 1.67l.99 1l1.82-1.84c.7.49 1.41.99 1.89 1.34c.31.23.52.33.71.33c.21 0 .4-.12.69-.33c.47-.35 1.18-.85 1.88-1.35l1.83 1.85l.99-1l-1.66-1.68c.26-.19.53-.38.76-.54l1.96.57l.39-1.37l-1.56-.45a3 3 0 0 0-.15-.29c-.05-.08-.14-.21-.2-.31l1.87-.42l-.3-1.39l-2.4.54c-.08-.12-.13-.2-.21-.32l1.92-.97c.67-.1 1.19-.69 1.19-1.4c0-.3-.1-.58-.25-.81c.16-.39.25-.84.25-1.32c0-1.57-.94-2.84-2.1-2.84v3.11L10.64 1.8c-.82.83-.6 2.41.49 3.52c.34.34.71.59 1.1.75c.01.17.05.33.11.48l-1.23.62c-.44-.55-1.26-1.19-3.1-1.19s-2.64.67-3.08 1.2L3.7 6.55c.06-.15.11-.31.12-.48c.39-.17.77-.41 1.1-.75c1.09-1.11 1.32-2.68.5-3.52L3.11 4.14V1Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeRstack(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ff6d00" d="M3.1 1C1.7 1 1 2.27 1 3.84c0 .51.08.98.23 1.39c-.13.22-.21.47-.21.75c0 .71.51 1.29 1.17 1.4l1.91.97c-.08.12-.14.2-.21.32l-2.38-.54l-.3 1.39l1.87.42c-.15.23-.26.43-.33.58l-1.58.46l.39 1.37l1.95-.57c.23.18.47.36.75.56l-1.64 1.67l.99 1l1.82-1.84c.7.49 1.41.99 1.89 1.34c.31.23.52.33.71.33c.21 0 .4-.12.69-.33c.47-.35 1.18-.85 1.88-1.35l1.83 1.85l.99-1l-1.66-1.68c.26-.19.53-.38.76-.54l1.96.57l.39-1.37l-1.56-.45a3 3 0 0 0-.15-.29c-.05-.08-.14-.21-.2-.31l1.87-.42l-.3-1.39l-2.4.54c-.08-.12-.13-.2-.21-.32l1.92-.97c.67-.1 1.19-.69 1.19-1.4c0-.3-.1-.58-.25-.81c.16-.39.25-.84.25-1.32c0-1.57-.94-2.84-2.1-2.84v3.11L10.64 1.8c-.82.83-.6 2.41.49 3.52c.34.34.71.59 1.1.75c.01.17.05.33.11.48l-1.23.62c-.44-.55-1.26-1.19-3.1-1.19s-2.64.67-3.08 1.2L3.7 6.55c.06-.15.11-.31.12-.48c.39-.17.77-.41 1.1-.75c1.09-1.11 1.32-2.68.5-3.52L3.11 4.14V1Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ff6d00" d="M3.1 1C1.7 1 1 2.27 1 3.84c0 .51.08.98.23 1.39c-.13.22-.21.47-.21.75c0 .71.51 1.29 1.17 1.4l1.91.97c-.08.12-.14.2-.21.32l-2.38-.54l-.3 1.39l1.87.42c-.15.23-.26.43-.33.58l-1.58.46l.39 1.37l1.95-.57c.23.18.47.36.75.56l-1.64 1.67l.99 1l1.82-1.84c.7.49 1.41.99 1.89 1.34c.31.23.52.33.71.33c.21 0 .4-.12.69-.33c.47-.35 1.18-.85 1.88-1.35l1.83 1.85l.99-1l-1.66-1.68c.26-.19.53-.38.76-.54l1.96.57l.39-1.37l-1.56-.45a3 3 0 0 0-.15-.29c-.05-.08-.14-.21-.2-.31l1.87-.42l-.3-1.39l-2.4.54c-.08-.12-.13-.2-.21-.32l1.92-.97c.67-.1 1.19-.69 1.19-1.4c0-.3-.1-.58-.25-.81c.16-.39.25-.84.25-1.32c0-1.57-.94-2.84-2.1-2.84v3.11L10.64 1.8c-.82.83-.6 2.41.49 3.52c.34.34.71.59 1.1.75c.01.17.05.33.11.48l-1.23.62c-.44-.55-1.26-1.19-3.1-1.19s-2.64.67-3.08 1.2L3.7 6.55c.06-.15.11-.31.12-.48c.39-.17.77-.41 1.1-.75c1.09-1.11 1.32-2.68.5-3.52L3.11 4.14V1Z"/></svg>
</template>

CSS

.icon-rstack {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22%23ff6d00%22%20d%3D%22M3.1%201C1.7%201%201%202.27%201%203.84c0%20.51.08.98.23%201.39c-.13.22-.21.47-.21.75c0%20.71.51%201.29%201.17%201.4l1.91.97c-.08.12-.14.2-.21.32l-2.38-.54l-.3%201.39l1.87.42c-.15.23-.26.43-.33.58l-1.58.46l.39%201.37l1.95-.57c.23.18.47.36.75.56l-1.64%201.67l.99%201l1.82-1.84c.7.49%201.41.99%201.89%201.34c.31.23.52.33.71.33c.21%200%20.4-.12.69-.33c.47-.35%201.18-.85%201.88-1.35l1.83%201.85l.99-1l-1.66-1.68c.26-.19.53-.38.76-.54l1.96.57l.39-1.37l-1.56-.45a3%203%200%200%200-.15-.29c-.05-.08-.14-.21-.2-.31l1.87-.42l-.3-1.39l-2.4.54c-.08-.12-.13-.2-.21-.32l1.92-.97c.67-.1%201.19-.69%201.19-1.4c0-.3-.1-.58-.25-.81c.16-.39.25-.84.25-1.32c0-1.57-.94-2.84-2.1-2.84v3.11L10.64%201.8c-.82.83-.6%202.41.49%203.52c.34.34.71.59%201.1.75c.01.17.05.33.11.48l-1.23.62c-.44-.55-1.26-1.19-3.1-1.19s-2.64.67-3.08%201.2L3.7%206.55c.06-.15.11-.31.12-.48c.39-.17.77-.41%201.1-.75c1.09-1.11%201.32-2.68.5-3.52L3.11%204.14V1Z%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%2016%2016%22%3E%3Cpath%20fill%3D%22%23ff6d00%22%20d%3D%22M3.1%201C1.7%201%201%202.27%201%203.84c0%20.51.08.98.23%201.39c-.13.22-.21.47-.21.75c0%20.71.51%201.29%201.17%201.4l1.91.97c-.08.12-.14.2-.21.32l-2.38-.54l-.3%201.39l1.87.42c-.15.23-.26.43-.33.58l-1.58.46l.39%201.37l1.95-.57c.23.18.47.36.75.56l-1.64%201.67l.99%201l1.82-1.84c.7.49%201.41.99%201.89%201.34c.31.23.52.33.71.33c.21%200%20.4-.12.69-.33c.47-.35%201.18-.85%201.88-1.35l1.83%201.85l.99-1l-1.66-1.68c.26-.19.53-.38.76-.54l1.96.57l.39-1.37l-1.56-.45a3%203%200%200%200-.15-.29c-.05-.08-.14-.21-.2-.31l1.87-.42l-.3-1.39l-2.4.54c-.08-.12-.13-.2-.21-.32l1.92-.97c.67-.1%201.19-.69%201.19-1.4c0-.3-.1-.58-.25-.81c.16-.39.25-.84.25-1.32c0-1.57-.94-2.84-2.1-2.84v3.11L10.64%201.8c-.82.83-.6%202.41.49%203.52c.34.34.71.59%201.1.75c.01.17.05.33.11.48l-1.23.62c-.44-.55-1.26-1.19-3.1-1.19s-2.64.67-3.08%201.2L3.7%206.55c.06-.15.11-.31.12-.48c.39-.17.77-.41%201.1-.75c1.09-1.11%201.32-2.68.5-3.52L3.11%204.14V1Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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