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

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

Use the ariakit logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 2H6C3.79 2 2 3.79 2 6v12c0 2.21 1.79 4 4 4h12c2.21 0 4-1.79 4-4V6c0-2.21-1.79-4-4-4m-6 16c-3.31 0-6-2.69-6-6s2.69-6 6-6s6 2.69 6 6s-2.69 6-6 6m0-6a2.5 2.5 0 0 0 5 0a2.5 2.5 0 0 0-5 0m6-12H6C2.69 0 0 2.69 0 6v12c0 3.31 2.69 6 6 6h12c3.31 0 6-2.69 6-6V6c0-3.31-2.69-6-6-6m5 18c0 2.76-2.24 5-5 5H6c-2.76 0-5-2.24-5-5V6c0-2.76 2.24-5 5-5h12c2.76 0 5 2.24 5 5zM18 2H6C3.79 2 2 3.79 2 6v12c0 2.21 1.79 4 4 4h12c2.21 0 4-1.79 4-4V6c0-2.21-1.79-4-4-4m-6 16c-3.31 0-6-2.69-6-6s2.69-6 6-6s6 2.69 6 6s-2.69 6-6 6m0-6a2.5 2.5 0 0 0 5 0a2.5 2.5 0 0 0-5 0m2.5-2.5a2.5 2.5 0 0 0 0 5a2.5 2.5 0 0 0 0-5M18 2H6C3.79 2 2 3.79 2 6v12c0 2.21 1.79 4 4 4h12c2.21 0 4-1.79 4-4V6c0-2.21-1.79-4-4-4m-6 16c-3.31 0-6-2.69-6-6s2.69-6 6-6s6 2.69 6 6s-2.69 6-6 6m0-6a2.5 2.5 0 0 0 5 0a2.5 2.5 0 0 0-5 0m2.5-2.5a2.5 2.5 0 0 0 0 5a2.5 2.5 0 0 0 0-5"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsAriakit(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="M18 2H6C3.79 2 2 3.79 2 6v12c0 2.21 1.79 4 4 4h12c2.21 0 4-1.79 4-4V6c0-2.21-1.79-4-4-4m-6 16c-3.31 0-6-2.69-6-6s2.69-6 6-6s6 2.69 6 6s-2.69 6-6 6m0-6a2.5 2.5 0 0 0 5 0a2.5 2.5 0 0 0-5 0m6-12H6C2.69 0 0 2.69 0 6v12c0 3.31 2.69 6 6 6h12c3.31 0 6-2.69 6-6V6c0-3.31-2.69-6-6-6m5 18c0 2.76-2.24 5-5 5H6c-2.76 0-5-2.24-5-5V6c0-2.76 2.24-5 5-5h12c2.76 0 5 2.24 5 5zM18 2H6C3.79 2 2 3.79 2 6v12c0 2.21 1.79 4 4 4h12c2.21 0 4-1.79 4-4V6c0-2.21-1.79-4-4-4m-6 16c-3.31 0-6-2.69-6-6s2.69-6 6-6s6 2.69 6 6s-2.69 6-6 6m0-6a2.5 2.5 0 0 0 5 0a2.5 2.5 0 0 0-5 0m2.5-2.5a2.5 2.5 0 0 0 0 5a2.5 2.5 0 0 0 0-5M18 2H6C3.79 2 2 3.79 2 6v12c0 2.21 1.79 4 4 4h12c2.21 0 4-1.79 4-4V6c0-2.21-1.79-4-4-4m-6 16c-3.31 0-6-2.69-6-6s2.69-6 6-6s6 2.69 6 6s-2.69 6-6 6m0-6a2.5 2.5 0 0 0 5 0a2.5 2.5 0 0 0-5 0m2.5-2.5a2.5 2.5 0 0 0 0 5a2.5 2.5 0 0 0 0-5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 2H6C3.79 2 2 3.79 2 6v12c0 2.21 1.79 4 4 4h12c2.21 0 4-1.79 4-4V6c0-2.21-1.79-4-4-4m-6 16c-3.31 0-6-2.69-6-6s2.69-6 6-6s6 2.69 6 6s-2.69 6-6 6m0-6a2.5 2.5 0 0 0 5 0a2.5 2.5 0 0 0-5 0m6-12H6C2.69 0 0 2.69 0 6v12c0 3.31 2.69 6 6 6h12c3.31 0 6-2.69 6-6V6c0-3.31-2.69-6-6-6m5 18c0 2.76-2.24 5-5 5H6c-2.76 0-5-2.24-5-5V6c0-2.76 2.24-5 5-5h12c2.76 0 5 2.24 5 5zM18 2H6C3.79 2 2 3.79 2 6v12c0 2.21 1.79 4 4 4h12c2.21 0 4-1.79 4-4V6c0-2.21-1.79-4-4-4m-6 16c-3.31 0-6-2.69-6-6s2.69-6 6-6s6 2.69 6 6s-2.69 6-6 6m0-6a2.5 2.5 0 0 0 5 0a2.5 2.5 0 0 0-5 0m2.5-2.5a2.5 2.5 0 0 0 0 5a2.5 2.5 0 0 0 0-5M18 2H6C3.79 2 2 3.79 2 6v12c0 2.21 1.79 4 4 4h12c2.21 0 4-1.79 4-4V6c0-2.21-1.79-4-4-4m-6 16c-3.31 0-6-2.69-6-6s2.69-6 6-6s6 2.69 6 6s-2.69 6-6 6m0-6a2.5 2.5 0 0 0 5 0a2.5 2.5 0 0 0-5 0m2.5-2.5a2.5 2.5 0 0 0 0 5a2.5 2.5 0 0 0 0-5"/></svg>
</template>

CSS

.icon-ariakit {
  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%22M18%202H6C3.79%202%202%203.79%202%206v12c0%202.21%201.79%204%204%204h12c2.21%200%204-1.79%204-4V6c0-2.21-1.79-4-4-4m-6%2016c-3.31%200-6-2.69-6-6s2.69-6%206-6s6%202.69%206%206s-2.69%206-6%206m0-6a2.5%202.5%200%200%200%205%200a2.5%202.5%200%200%200-5%200m6-12H6C2.69%200%200%202.69%200%206v12c0%203.31%202.69%206%206%206h12c3.31%200%206-2.69%206-6V6c0-3.31-2.69-6-6-6m5%2018c0%202.76-2.24%205-5%205H6c-2.76%200-5-2.24-5-5V6c0-2.76%202.24-5%205-5h12c2.76%200%205%202.24%205%205zM18%202H6C3.79%202%202%203.79%202%206v12c0%202.21%201.79%204%204%204h12c2.21%200%204-1.79%204-4V6c0-2.21-1.79-4-4-4m-6%2016c-3.31%200-6-2.69-6-6s2.69-6%206-6s6%202.69%206%206s-2.69%206-6%206m0-6a2.5%202.5%200%200%200%205%200a2.5%202.5%200%200%200-5%200m2.5-2.5a2.5%202.5%200%200%200%200%205a2.5%202.5%200%200%200%200-5M18%202H6C3.79%202%202%203.79%202%206v12c0%202.21%201.79%204%204%204h12c2.21%200%204-1.79%204-4V6c0-2.21-1.79-4-4-4m-6%2016c-3.31%200-6-2.69-6-6s2.69-6%206-6s6%202.69%206%206s-2.69%206-6%206m0-6a2.5%202.5%200%200%200%205%200a2.5%202.5%200%200%200-5%200m2.5-2.5a2.5%202.5%200%200%200%200%205a2.5%202.5%200%200%200%200-5%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%22M18%202H6C3.79%202%202%203.79%202%206v12c0%202.21%201.79%204%204%204h12c2.21%200%204-1.79%204-4V6c0-2.21-1.79-4-4-4m-6%2016c-3.31%200-6-2.69-6-6s2.69-6%206-6s6%202.69%206%206s-2.69%206-6%206m0-6a2.5%202.5%200%200%200%205%200a2.5%202.5%200%200%200-5%200m6-12H6C2.69%200%200%202.69%200%206v12c0%203.31%202.69%206%206%206h12c3.31%200%206-2.69%206-6V6c0-3.31-2.69-6-6-6m5%2018c0%202.76-2.24%205-5%205H6c-2.76%200-5-2.24-5-5V6c0-2.76%202.24-5%205-5h12c2.76%200%205%202.24%205%205zM18%202H6C3.79%202%202%203.79%202%206v12c0%202.21%201.79%204%204%204h12c2.21%200%204-1.79%204-4V6c0-2.21-1.79-4-4-4m-6%2016c-3.31%200-6-2.69-6-6s2.69-6%206-6s6%202.69%206%206s-2.69%206-6%206m0-6a2.5%202.5%200%200%200%205%200a2.5%202.5%200%200%200-5%200m2.5-2.5a2.5%202.5%200%200%200%200%205a2.5%202.5%200%200%200%200-5M18%202H6C3.79%202%202%203.79%202%206v12c0%202.21%201.79%204%204%204h12c2.21%200%204-1.79%204-4V6c0-2.21-1.79-4-4-4m-6%2016c-3.31%200-6-2.69-6-6s2.69-6%206-6s6%202.69%206%206s-2.69%206-6%206m0-6a2.5%202.5%200%200%200%205%200a2.5%202.5%200%200%200-5%200m2.5-2.5a2.5%202.5%200%200%200%200%205a2.5%202.5%200%200%200%200-5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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