okta from Unicons Monochrome by Iconscout · Monochrome · Brand Logos · Apache-2.0 Free for personal and commercial use.

Name
okta
Set
Unicons Monochrome
Style
Monochrome
Category
Brand Logos
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More brand logos icons from Unicons Monochrome

Use the okta icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.998 2a10 10 0 1 0 10 10a9.995 9.995 0 0 0-10-10m0 15.01a5.01 5.01 0 1 1 5.01-5.01a5.014 5.014 0 0 1-5.01 5.01"/></svg>

React

import type { SVGProps } from "react";

export function UimOkta(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="M11.998 2a10 10 0 1 0 10 10a9.995 9.995 0 0 0-10-10m0 15.01a5.01 5.01 0 1 1 5.01-5.01a5.014 5.014 0 0 1-5.01 5.01"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.998 2a10 10 0 1 0 10 10a9.995 9.995 0 0 0-10-10m0 15.01a5.01 5.01 0 1 1 5.01-5.01a5.014 5.014 0 0 1-5.01 5.01"/></svg>
</template>

CSS

.icon-okta {
  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%22M11.998%202a10%2010%200%201%200%2010%2010a9.995%209.995%200%200%200-10-10m0%2015.01a5.01%205.01%200%201%201%205.01-5.01a5.014%205.014%200%200%201-5.01%205.01%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%22M11.998%202a10%2010%200%201%200%2010%2010a9.995%209.995%200%200%200-10-10m0%2015.01a5.01%205.01%200%201%201%205.01-5.01a5.014%205.014%200%200%201-5.01%205.01%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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