openai icon
openai from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- openai
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
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="M14.949 6.547a3.94 3.94 0 0 0-.348-3.273a4.11 4.11 0 0 0-4.4-1.934A4.1 4.1 0 0 0 8.423.2A4.15 4.15 0 0 0 6.305.086a4.1 4.1 0 0 0-1.891.948a4.04 4.04 0 0 0-1.158 1.753a4.1 4.1 0 0 0-1.563.679A4 4 0 0 0 .554 4.72a3.99 3.99 0 0 0 .502 4.731a3.94 3.94 0 0 0 .346 3.274a4.11 4.11 0 0 0 4.402 1.933c.382.425.852.764 1.377.995c.526.231 1.095.35 1.67.346c1.78.002 3.358-1.132 3.901-2.804a4.1 4.1 0 0 0 1.563-.68a4 4 0 0 0 1.14-1.253a3.99 3.99 0 0 0-.506-4.716m-6.097 8.406a3.05 3.05 0 0 1-1.945-.694l.096-.054l3.23-1.838a.53.53 0 0 0 .265-.455v-4.49l1.366.778q.02.011.025.035v3.722c-.003 1.653-1.361 2.992-3.037 2.996m-6.53-2.75a2.95 2.95 0 0 1-.36-2.01l.095.057L5.29 12.09a.53.53 0 0 0 .527 0l3.949-2.246v1.555a.05.05 0 0 1-.022.041L6.473 13.3c-1.454.826-3.311.335-4.15-1.098m-.85-6.94A3.02 3.02 0 0 1 3.07 3.949v3.785a.51.51 0 0 0 .262.451l3.93 2.237l-1.366.779a.05.05 0 0 1-.048 0L2.585 9.342a2.98 2.98 0 0 1-1.113-4.094zm11.216 2.571L8.747 5.576l1.362-.776a.05.05 0 0 1 .048 0l3.265 1.86a3 3 0 0 1 1.173 1.207a2.96 2.96 0 0 1-.27 3.2a3.05 3.05 0 0 1-1.36.997V8.279a.52.52 0 0 0-.276-.445m1.36-2.015l-.097-.057l-3.226-1.855a.53.53 0 0 0-.53 0L6.249 6.153V4.598a.04.04 0 0 1 .019-.04L9.533 2.7a3.07 3.07 0 0 1 3.257.139c.474.325.843.778 1.066 1.303c.223.526.289 1.103.191 1.664zM5.503 8.575L4.139 7.8a.05.05 0 0 1-.026-.037V4.049c0-.57.166-1.127.476-1.607s.752-.864 1.275-1.105a3.08 3.08 0 0 1 3.234.41l-.096.054l-3.23 1.838a.53.53 0 0 0-.265.455zm.742-1.577l1.758-1l1.762 1v2l-1.755 1l-1.762-1z"/></svg>
React
import type { SVGProps } from "react";
export function BiOpenai(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="M14.949 6.547a3.94 3.94 0 0 0-.348-3.273a4.11 4.11 0 0 0-4.4-1.934A4.1 4.1 0 0 0 8.423.2A4.15 4.15 0 0 0 6.305.086a4.1 4.1 0 0 0-1.891.948a4.04 4.04 0 0 0-1.158 1.753a4.1 4.1 0 0 0-1.563.679A4 4 0 0 0 .554 4.72a3.99 3.99 0 0 0 .502 4.731a3.94 3.94 0 0 0 .346 3.274a4.11 4.11 0 0 0 4.402 1.933c.382.425.852.764 1.377.995c.526.231 1.095.35 1.67.346c1.78.002 3.358-1.132 3.901-2.804a4.1 4.1 0 0 0 1.563-.68a4 4 0 0 0 1.14-1.253a3.99 3.99 0 0 0-.506-4.716m-6.097 8.406a3.05 3.05 0 0 1-1.945-.694l.096-.054l3.23-1.838a.53.53 0 0 0 .265-.455v-4.49l1.366.778q.02.011.025.035v3.722c-.003 1.653-1.361 2.992-3.037 2.996m-6.53-2.75a2.95 2.95 0 0 1-.36-2.01l.095.057L5.29 12.09a.53.53 0 0 0 .527 0l3.949-2.246v1.555a.05.05 0 0 1-.022.041L6.473 13.3c-1.454.826-3.311.335-4.15-1.098m-.85-6.94A3.02 3.02 0 0 1 3.07 3.949v3.785a.51.51 0 0 0 .262.451l3.93 2.237l-1.366.779a.05.05 0 0 1-.048 0L2.585 9.342a2.98 2.98 0 0 1-1.113-4.094zm11.216 2.571L8.747 5.576l1.362-.776a.05.05 0 0 1 .048 0l3.265 1.86a3 3 0 0 1 1.173 1.207a2.96 2.96 0 0 1-.27 3.2a3.05 3.05 0 0 1-1.36.997V8.279a.52.52 0 0 0-.276-.445m1.36-2.015l-.097-.057l-3.226-1.855a.53.53 0 0 0-.53 0L6.249 6.153V4.598a.04.04 0 0 1 .019-.04L9.533 2.7a3.07 3.07 0 0 1 3.257.139c.474.325.843.778 1.066 1.303c.223.526.289 1.103.191 1.664zM5.503 8.575L4.139 7.8a.05.05 0 0 1-.026-.037V4.049c0-.57.166-1.127.476-1.607s.752-.864 1.275-1.105a3.08 3.08 0 0 1 3.234.41l-.096.054l-3.23 1.838a.53.53 0 0 0-.265.455zm.742-1.577l1.758-1l1.762 1v2l-1.755 1l-1.762-1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14.949 6.547a3.94 3.94 0 0 0-.348-3.273a4.11 4.11 0 0 0-4.4-1.934A4.1 4.1 0 0 0 8.423.2A4.15 4.15 0 0 0 6.305.086a4.1 4.1 0 0 0-1.891.948a4.04 4.04 0 0 0-1.158 1.753a4.1 4.1 0 0 0-1.563.679A4 4 0 0 0 .554 4.72a3.99 3.99 0 0 0 .502 4.731a3.94 3.94 0 0 0 .346 3.274a4.11 4.11 0 0 0 4.402 1.933c.382.425.852.764 1.377.995c.526.231 1.095.35 1.67.346c1.78.002 3.358-1.132 3.901-2.804a4.1 4.1 0 0 0 1.563-.68a4 4 0 0 0 1.14-1.253a3.99 3.99 0 0 0-.506-4.716m-6.097 8.406a3.05 3.05 0 0 1-1.945-.694l.096-.054l3.23-1.838a.53.53 0 0 0 .265-.455v-4.49l1.366.778q.02.011.025.035v3.722c-.003 1.653-1.361 2.992-3.037 2.996m-6.53-2.75a2.95 2.95 0 0 1-.36-2.01l.095.057L5.29 12.09a.53.53 0 0 0 .527 0l3.949-2.246v1.555a.05.05 0 0 1-.022.041L6.473 13.3c-1.454.826-3.311.335-4.15-1.098m-.85-6.94A3.02 3.02 0 0 1 3.07 3.949v3.785a.51.51 0 0 0 .262.451l3.93 2.237l-1.366.779a.05.05 0 0 1-.048 0L2.585 9.342a2.98 2.98 0 0 1-1.113-4.094zm11.216 2.571L8.747 5.576l1.362-.776a.05.05 0 0 1 .048 0l3.265 1.86a3 3 0 0 1 1.173 1.207a2.96 2.96 0 0 1-.27 3.2a3.05 3.05 0 0 1-1.36.997V8.279a.52.52 0 0 0-.276-.445m1.36-2.015l-.097-.057l-3.226-1.855a.53.53 0 0 0-.53 0L6.249 6.153V4.598a.04.04 0 0 1 .019-.04L9.533 2.7a3.07 3.07 0 0 1 3.257.139c.474.325.843.778 1.066 1.303c.223.526.289 1.103.191 1.664zM5.503 8.575L4.139 7.8a.05.05 0 0 1-.026-.037V4.049c0-.57.166-1.127.476-1.607s.752-.864 1.275-1.105a3.08 3.08 0 0 1 3.234.41l-.096.054l-3.23 1.838a.53.53 0 0 0-.265.455zm.742-1.577l1.758-1l1.762 1v2l-1.755 1l-1.762-1z"/></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%22M14.949%206.547a3.94%203.94%200%200%200-.348-3.273a4.11%204.11%200%200%200-4.4-1.934A4.1%204.1%200%200%200%208.423.2A4.15%204.15%200%200%200%206.305.086a4.1%204.1%200%200%200-1.891.948a4.04%204.04%200%200%200-1.158%201.753a4.1%204.1%200%200%200-1.563.679A4%204%200%200%200%20.554%204.72a3.99%203.99%200%200%200%20.502%204.731a3.94%203.94%200%200%200%20.346%203.274a4.11%204.11%200%200%200%204.402%201.933c.382.425.852.764%201.377.995c.526.231%201.095.35%201.67.346c1.78.002%203.358-1.132%203.901-2.804a4.1%204.1%200%200%200%201.563-.68a4%204%200%200%200%201.14-1.253a3.99%203.99%200%200%200-.506-4.716m-6.097%208.406a3.05%203.05%200%200%201-1.945-.694l.096-.054l3.23-1.838a.53.53%200%200%200%20.265-.455v-4.49l1.366.778q.02.011.025.035v3.722c-.003%201.653-1.361%202.992-3.037%202.996m-6.53-2.75a2.95%202.95%200%200%201-.36-2.01l.095.057L5.29%2012.09a.53.53%200%200%200%20.527%200l3.949-2.246v1.555a.05.05%200%200%201-.022.041L6.473%2013.3c-1.454.826-3.311.335-4.15-1.098m-.85-6.94A3.02%203.02%200%200%201%203.07%203.949v3.785a.51.51%200%200%200%20.262.451l3.93%202.237l-1.366.779a.05.05%200%200%201-.048%200L2.585%209.342a2.98%202.98%200%200%201-1.113-4.094zm11.216%202.571L8.747%205.576l1.362-.776a.05.05%200%200%201%20.048%200l3.265%201.86a3%203%200%200%201%201.173%201.207a2.96%202.96%200%200%201-.27%203.2a3.05%203.05%200%200%201-1.36.997V8.279a.52.52%200%200%200-.276-.445m1.36-2.015l-.097-.057l-3.226-1.855a.53.53%200%200%200-.53%200L6.249%206.153V4.598a.04.04%200%200%201%20.019-.04L9.533%202.7a3.07%203.07%200%200%201%203.257.139c.474.325.843.778%201.066%201.303c.223.526.289%201.103.191%201.664zM5.503%208.575L4.139%207.8a.05.05%200%200%201-.026-.037V4.049c0-.57.166-1.127.476-1.607s.752-.864%201.275-1.105a3.08%203.08%200%200%201%203.234.41l-.096.054l-3.23%201.838a.53.53%200%200%200-.265.455zm.742-1.577l1.758-1l1.762%201v2l-1.755%201l-1.762-1z%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%22M14.949%206.547a3.94%203.94%200%200%200-.348-3.273a4.11%204.11%200%200%200-4.4-1.934A4.1%204.1%200%200%200%208.423.2A4.15%204.15%200%200%200%206.305.086a4.1%204.1%200%200%200-1.891.948a4.04%204.04%200%200%200-1.158%201.753a4.1%204.1%200%200%200-1.563.679A4%204%200%200%200%20.554%204.72a3.99%203.99%200%200%200%20.502%204.731a3.94%203.94%200%200%200%20.346%203.274a4.11%204.11%200%200%200%204.402%201.933c.382.425.852.764%201.377.995c.526.231%201.095.35%201.67.346c1.78.002%203.358-1.132%203.901-2.804a4.1%204.1%200%200%200%201.563-.68a4%204%200%200%200%201.14-1.253a3.99%203.99%200%200%200-.506-4.716m-6.097%208.406a3.05%203.05%200%200%201-1.945-.694l.096-.054l3.23-1.838a.53.53%200%200%200%20.265-.455v-4.49l1.366.778q.02.011.025.035v3.722c-.003%201.653-1.361%202.992-3.037%202.996m-6.53-2.75a2.95%202.95%200%200%201-.36-2.01l.095.057L5.29%2012.09a.53.53%200%200%200%20.527%200l3.949-2.246v1.555a.05.05%200%200%201-.022.041L6.473%2013.3c-1.454.826-3.311.335-4.15-1.098m-.85-6.94A3.02%203.02%200%200%201%203.07%203.949v3.785a.51.51%200%200%200%20.262.451l3.93%202.237l-1.366.779a.05.05%200%200%201-.048%200L2.585%209.342a2.98%202.98%200%200%201-1.113-4.094zm11.216%202.571L8.747%205.576l1.362-.776a.05.05%200%200%201%20.048%200l3.265%201.86a3%203%200%200%201%201.173%201.207a2.96%202.96%200%200%201-.27%203.2a3.05%203.05%200%200%201-1.36.997V8.279a.52.52%200%200%200-.276-.445m1.36-2.015l-.097-.057l-3.226-1.855a.53.53%200%200%200-.53%200L6.249%206.153V4.598a.04.04%200%200%201%20.019-.04L9.533%202.7a3.07%203.07%200%200%201%203.257.139c.474.325.843.778%201.066%201.303c.223.526.289%201.103.191%201.664zM5.503%208.575L4.139%207.8a.05.05%200%200%201-.026-.037V4.049c0-.57.166-1.127.476-1.607s.752-.864%201.275-1.105a3.08%203.08%200%200%201%203.234.41l-.096.054l-3.23%201.838a.53.53%200%200%200-.265.455zm.742-1.577l1.758-1l1.762%201v2l-1.755%201l-1.762-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/openai.svg?color=%231a73e8&size=48