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

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

Use the instatus logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.994 21.028a9.65 9.65 0 0 0 5.056-9.564a37 37 0 0 0-3.87 3.69c-2.066 2.27-3.748 4.657-4.996 6.983a9.6 9.6 0 0 0 3.81-1.109M3.6 18.465c-1.34 1.82-2.377 4.5-1.303 5.307c1.515 1.14 8.404-2.013 13.908-8.805S23.53 1.17 21.084.094c-1.129-.497-3.486 1.083-4.84 2.394l.585.314c1.332-.852 3.552-1.733 1.499 1.976l-.03.053A9.65 9.65 0 0 0 7.92 4c-4.703 2.506-6.484 8.35-3.978 13.052a9.6 9.6 0 0 0 2.266 2.816c-3.559 2.75-2.69.36-2.193-.816z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsInstatus(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="M16.994 21.028a9.65 9.65 0 0 0 5.056-9.564a37 37 0 0 0-3.87 3.69c-2.066 2.27-3.748 4.657-4.996 6.983a9.6 9.6 0 0 0 3.81-1.109M3.6 18.465c-1.34 1.82-2.377 4.5-1.303 5.307c1.515 1.14 8.404-2.013 13.908-8.805S23.53 1.17 21.084.094c-1.129-.497-3.486 1.083-4.84 2.394l.585.314c1.332-.852 3.552-1.733 1.499 1.976l-.03.053A9.65 9.65 0 0 0 7.92 4c-4.703 2.506-6.484 8.35-3.978 13.052a9.6 9.6 0 0 0 2.266 2.816c-3.559 2.75-2.69.36-2.193-.816z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.994 21.028a9.65 9.65 0 0 0 5.056-9.564a37 37 0 0 0-3.87 3.69c-2.066 2.27-3.748 4.657-4.996 6.983a9.6 9.6 0 0 0 3.81-1.109M3.6 18.465c-1.34 1.82-2.377 4.5-1.303 5.307c1.515 1.14 8.404-2.013 13.908-8.805S23.53 1.17 21.084.094c-1.129-.497-3.486 1.083-4.84 2.394l.585.314c1.332-.852 3.552-1.733 1.499 1.976l-.03.053A9.65 9.65 0 0 0 7.92 4c-4.703 2.506-6.484 8.35-3.978 13.052a9.6 9.6 0 0 0 2.266 2.816c-3.559 2.75-2.69.36-2.193-.816z"/></svg>
</template>

CSS

.icon-instatus {
  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%22M16.994%2021.028a9.65%209.65%200%200%200%205.056-9.564a37%2037%200%200%200-3.87%203.69c-2.066%202.27-3.748%204.657-4.996%206.983a9.6%209.6%200%200%200%203.81-1.109M3.6%2018.465c-1.34%201.82-2.377%204.5-1.303%205.307c1.515%201.14%208.404-2.013%2013.908-8.805S23.53%201.17%2021.084.094c-1.129-.497-3.486%201.083-4.84%202.394l.585.314c1.332-.852%203.552-1.733%201.499%201.976l-.03.053A9.65%209.65%200%200%200%207.92%204c-4.703%202.506-6.484%208.35-3.978%2013.052a9.6%209.6%200%200%200%202.266%202.816c-3.559%202.75-2.69.36-2.193-.816z%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%22M16.994%2021.028a9.65%209.65%200%200%200%205.056-9.564a37%2037%200%200%200-3.87%203.69c-2.066%202.27-3.748%204.657-4.996%206.983a9.6%209.6%200%200%200%203.81-1.109M3.6%2018.465c-1.34%201.82-2.377%204.5-1.303%205.307c1.515%201.14%208.404-2.013%2013.908-8.805S23.53%201.17%2021.084.094c-1.129-.497-3.486%201.083-4.84%202.394l.585.314c1.332-.852%203.552-1.733%201.499%201.976l-.03.053A9.65%209.65%200%200%200%207.92%204c-4.703%202.506-6.484%208.35-3.978%2013.052a9.6%209.6%200%200%200%202.266%202.816c-3.559%202.75-2.69.36-2.193-.816z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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