openai from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
openai
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

The same icon in other sets

Use the openai icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.67 6.1c.31-.89.24-1.87-.23-2.68c-.86-1.49-2.72-2.02-4.24-1.28A3.22 3.22 0 0 0 6.76 1C5.04 1 3.64 2.35 3.53 4.04c-.92.18-1.73.73-2.21 1.55C.46 7.08.93 8.96 2.34 9.9c-.31.89-.24 1.87.23 2.68c.6 1.04 1.7 1.62 2.82 1.62c.48 0 .97-.12 1.43-.34a3.21 3.21 0 0 0 2.44 1.13c1.72 0 3.12-1.35 3.23-3.04c.92-.18 1.73-.73 2.21-1.55c.86-1.49.39-3.37-1.02-4.31zm-1.1-2.18c.29.51.36 1.1.23 1.66l-2.55-1.47a.5.5 0 0 0-.5 0L6.5 5.99V4.84l3-1.73c1.07-.62 2.45-.25 3.07.82zM9.5 8.87L8 9.74l-1.5-.87V7.14L8 6.27l1.5.87zm-5-4.62C4.5 3.01 5.51 2 6.75 2c.58 0 1.13.23 1.55.63L5.75 4.1c-.15.09-.25.25-.25.43v3.75l-1-.58V4.24zM2.18 6.08c.29-.51.77-.86 1.32-1.03v2.94c0 .18.1.34.25.43L7 10.3l-1 .58l-3-1.73c-1.07-.62-1.44-2-.82-3.07m1.25 6c-.29-.51-.36-1.1-.23-1.66l2.55 1.47c.08.04.16.07.25.07s.17-.02.25-.07l3.25-1.88v1.15l-3 1.73c-1.07.62-2.45.25-3.07-.82zm8.07-.33c0 1.24-1.01 2.25-2.25 2.25c-.58 0-1.13-.23-1.55-.63l2.55-1.47c.15-.09.25-.25.25-.43V7.72l1 .58v3.46zm2.32-1.83c-.29.51-.77.86-1.32 1.03V8.01c0-.18-.1-.34-.25-.43L9 5.7l1-.58l3 1.73c1.07.62 1.44 2 .82 3.07"/></svg>

React

import type { SVGProps } from "react";

export function CodiconOpenai(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.67 6.1c.31-.89.24-1.87-.23-2.68c-.86-1.49-2.72-2.02-4.24-1.28A3.22 3.22 0 0 0 6.76 1C5.04 1 3.64 2.35 3.53 4.04c-.92.18-1.73.73-2.21 1.55C.46 7.08.93 8.96 2.34 9.9c-.31.89-.24 1.87.23 2.68c.6 1.04 1.7 1.62 2.82 1.62c.48 0 .97-.12 1.43-.34a3.21 3.21 0 0 0 2.44 1.13c1.72 0 3.12-1.35 3.23-3.04c.92-.18 1.73-.73 2.21-1.55c.86-1.49.39-3.37-1.02-4.31zm-1.1-2.18c.29.51.36 1.1.23 1.66l-2.55-1.47a.5.5 0 0 0-.5 0L6.5 5.99V4.84l3-1.73c1.07-.62 2.45-.25 3.07.82zM9.5 8.87L8 9.74l-1.5-.87V7.14L8 6.27l1.5.87zm-5-4.62C4.5 3.01 5.51 2 6.75 2c.58 0 1.13.23 1.55.63L5.75 4.1c-.15.09-.25.25-.25.43v3.75l-1-.58V4.24zM2.18 6.08c.29-.51.77-.86 1.32-1.03v2.94c0 .18.1.34.25.43L7 10.3l-1 .58l-3-1.73c-1.07-.62-1.44-2-.82-3.07m1.25 6c-.29-.51-.36-1.1-.23-1.66l2.55 1.47c.08.04.16.07.25.07s.17-.02.25-.07l3.25-1.88v1.15l-3 1.73c-1.07.62-2.45.25-3.07-.82zm8.07-.33c0 1.24-1.01 2.25-2.25 2.25c-.58 0-1.13-.23-1.55-.63l2.55-1.47c.15-.09.25-.25.25-.43V7.72l1 .58v3.46zm2.32-1.83c-.29.51-.77.86-1.32 1.03V8.01c0-.18-.1-.34-.25-.43L9 5.7l1-.58l3 1.73c1.07.62 1.44 2 .82 3.07"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.67 6.1c.31-.89.24-1.87-.23-2.68c-.86-1.49-2.72-2.02-4.24-1.28A3.22 3.22 0 0 0 6.76 1C5.04 1 3.64 2.35 3.53 4.04c-.92.18-1.73.73-2.21 1.55C.46 7.08.93 8.96 2.34 9.9c-.31.89-.24 1.87.23 2.68c.6 1.04 1.7 1.62 2.82 1.62c.48 0 .97-.12 1.43-.34a3.21 3.21 0 0 0 2.44 1.13c1.72 0 3.12-1.35 3.23-3.04c.92-.18 1.73-.73 2.21-1.55c.86-1.49.39-3.37-1.02-4.31zm-1.1-2.18c.29.51.36 1.1.23 1.66l-2.55-1.47a.5.5 0 0 0-.5 0L6.5 5.99V4.84l3-1.73c1.07-.62 2.45-.25 3.07.82zM9.5 8.87L8 9.74l-1.5-.87V7.14L8 6.27l1.5.87zm-5-4.62C4.5 3.01 5.51 2 6.75 2c.58 0 1.13.23 1.55.63L5.75 4.1c-.15.09-.25.25-.25.43v3.75l-1-.58V4.24zM2.18 6.08c.29-.51.77-.86 1.32-1.03v2.94c0 .18.1.34.25.43L7 10.3l-1 .58l-3-1.73c-1.07-.62-1.44-2-.82-3.07m1.25 6c-.29-.51-.36-1.1-.23-1.66l2.55 1.47c.08.04.16.07.25.07s.17-.02.25-.07l3.25-1.88v1.15l-3 1.73c-1.07.62-2.45.25-3.07-.82zm8.07-.33c0 1.24-1.01 2.25-2.25 2.25c-.58 0-1.13-.23-1.55-.63l2.55-1.47c.15-.09.25-.25.25-.43V7.72l1 .58v3.46zm2.32-1.83c-.29.51-.77.86-1.32 1.03V8.01c0-.18-.1-.34-.25-.43L9 5.7l1-.58l3 1.73c1.07.62 1.44 2 .82 3.07"/></svg>
</template>

CSS

.icon-openai {
  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%22currentColor%22%20d%3D%22M13.67%206.1c.31-.89.24-1.87-.23-2.68c-.86-1.49-2.72-2.02-4.24-1.28A3.22%203.22%200%200%200%206.76%201C5.04%201%203.64%202.35%203.53%204.04c-.92.18-1.73.73-2.21%201.55C.46%207.08.93%208.96%202.34%209.9c-.31.89-.24%201.87.23%202.68c.6%201.04%201.7%201.62%202.82%201.62c.48%200%20.97-.12%201.43-.34a3.21%203.21%200%200%200%202.44%201.13c1.72%200%203.12-1.35%203.23-3.04c.92-.18%201.73-.73%202.21-1.55c.86-1.49.39-3.37-1.02-4.31zm-1.1-2.18c.29.51.36%201.1.23%201.66l-2.55-1.47a.5.5%200%200%200-.5%200L6.5%205.99V4.84l3-1.73c1.07-.62%202.45-.25%203.07.82zM9.5%208.87L8%209.74l-1.5-.87V7.14L8%206.27l1.5.87zm-5-4.62C4.5%203.01%205.51%202%206.75%202c.58%200%201.13.23%201.55.63L5.75%204.1c-.15.09-.25.25-.25.43v3.75l-1-.58V4.24zM2.18%206.08c.29-.51.77-.86%201.32-1.03v2.94c0%20.18.1.34.25.43L7%2010.3l-1%20.58l-3-1.73c-1.07-.62-1.44-2-.82-3.07m1.25%206c-.29-.51-.36-1.1-.23-1.66l2.55%201.47c.08.04.16.07.25.07s.17-.02.25-.07l3.25-1.88v1.15l-3%201.73c-1.07.62-2.45.25-3.07-.82zm8.07-.33c0%201.24-1.01%202.25-2.25%202.25c-.58%200-1.13-.23-1.55-.63l2.55-1.47c.15-.09.25-.25.25-.43V7.72l1%20.58v3.46zm2.32-1.83c-.29.51-.77.86-1.32%201.03V8.01c0-.18-.1-.34-.25-.43L9%205.7l1-.58l3%201.73c1.07.62%201.44%202%20.82%203.07%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%22currentColor%22%20d%3D%22M13.67%206.1c.31-.89.24-1.87-.23-2.68c-.86-1.49-2.72-2.02-4.24-1.28A3.22%203.22%200%200%200%206.76%201C5.04%201%203.64%202.35%203.53%204.04c-.92.18-1.73.73-2.21%201.55C.46%207.08.93%208.96%202.34%209.9c-.31.89-.24%201.87.23%202.68c.6%201.04%201.7%201.62%202.82%201.62c.48%200%20.97-.12%201.43-.34a3.21%203.21%200%200%200%202.44%201.13c1.72%200%203.12-1.35%203.23-3.04c.92-.18%201.73-.73%202.21-1.55c.86-1.49.39-3.37-1.02-4.31zm-1.1-2.18c.29.51.36%201.1.23%201.66l-2.55-1.47a.5.5%200%200%200-.5%200L6.5%205.99V4.84l3-1.73c1.07-.62%202.45-.25%203.07.82zM9.5%208.87L8%209.74l-1.5-.87V7.14L8%206.27l1.5.87zm-5-4.62C4.5%203.01%205.51%202%206.75%202c.58%200%201.13.23%201.55.63L5.75%204.1c-.15.09-.25.25-.25.43v3.75l-1-.58V4.24zM2.18%206.08c.29-.51.77-.86%201.32-1.03v2.94c0%20.18.1.34.25.43L7%2010.3l-1%20.58l-3-1.73c-1.07-.62-1.44-2-.82-3.07m1.25%206c-.29-.51-.36-1.1-.23-1.66l2.55%201.47c.08.04.16.07.25.07s.17-.02.25-.07l3.25-1.88v1.15l-3%201.73c-1.07.62-2.45.25-3.07-.82zm8.07-.33c0%201.24-1.01%202.25-2.25%202.25c-.58%200-1.13-.23-1.55-.63l2.55-1.47c.15-.09.25-.25.25-.43V7.72l1%20.58v3.46zm2.32-1.83c-.29.51-.77.86-1.32%201.03V8.01c0-.18-.1-.34-.25-.43L9%205.7l1-.58l3%201.73c1.07.62%201.44%202%20.82%203.07%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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