openai icon
openai-fill from Remix Icon by Remix Design · Fill · Logos · Apache-2.0 Free for personal and commercial use.
- Name
- openai-fill
- Set
- Remix Icon
- Style
- Fill
- Category
- Logos
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
The same icon in other sets
More logos icons from Remix Icon
Use the openai icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.562 10.188c.25-.688.313-1.376.25-2.063c-.062-.687-.312-1.375-.625-2c-.562-.937-1.375-1.687-2.312-2.125c-1-.437-2.063-.562-3.125-.312c-.5-.5-1.063-.938-1.688-1.25S11.687 2 11 2a5.17 5.17 0 0 0-3 .938c-.875.624-1.5 1.5-1.813 2.5c-.75.187-1.375.5-2 .875c-.562.437-1 1-1.375 1.562c-.562.938-.75 2-.625 3.063a5.44 5.44 0 0 0 1.25 2.874a4.7 4.7 0 0 0-.25 2.063c.063.688.313 1.375.625 2c.563.938 1.375 1.688 2.313 2.125c1 .438 2.062.563 3.125.313c.5.5 1.062.937 1.687 1.25S12.312 22 13 22a5.17 5.17 0 0 0 3-.937c.875-.625 1.5-1.5 1.812-2.5a4.54 4.54 0 0 0 1.938-.875c.562-.438 1.062-.938 1.375-1.563c.562-.937.75-2 .625-3.062c-.125-1.063-.5-2.063-1.188-2.876m-7.5 10.5c-1 0-1.75-.313-2.437-.875c0 0 .062-.063.125-.063l4-2.312a.5.5 0 0 0 .25-.25a.57.57 0 0 0 .062-.313V11.25l1.688 1v4.625a3.685 3.685 0 0 1-3.688 3.813M5 17.25c-.438-.75-.625-1.625-.438-2.5c0 0 .063.063.125.063l4 2.312a.56.56 0 0 0 .313.063c.125 0 .25 0 .312-.063l4.875-2.812v1.937l-4.062 2.375A3.7 3.7 0 0 1 7.312 19c-1-.25-1.812-.875-2.312-1.75M3.937 8.563a3.8 3.8 0 0 1 1.938-1.626v4.751c0 .124 0 .25.062.312a.5.5 0 0 0 .25.25l4.875 2.813l-1.687 1l-4-2.313a3.7 3.7 0 0 1-1.75-2.25c-.25-.937-.188-2.062.312-2.937M17.75 11.75l-4.875-2.812l1.687-1l4 2.312c.625.375 1.125.875 1.438 1.5s.5 1.313.437 2.063a3.7 3.7 0 0 1-.75 1.937c-.437.563-1 1-1.687 1.25v-4.75c0-.125 0-.25-.063-.312c0 0-.062-.126-.187-.188m1.687-2.5s-.062-.062-.125-.062l-4-2.313c-.125-.062-.187-.062-.312-.062s-.25 0-.313.062L9.812 9.688V7.75l4.063-2.375c.625-.375 1.312-.5 2.062-.5c.688 0 1.375.25 2 .688c.563.437 1.063 1 1.313 1.625s.312 1.375.187 2.062m-10.5 3.5l-1.687-1V7.063c0-.688.187-1.438.562-2C8.187 4.438 8.75 4 9.375 3.688a3.37 3.37 0 0 1 2.062-.313c.688.063 1.375.375 1.938.813c0 0-.063.062-.125.062l-4 2.313a.5.5 0 0 0-.25.25c-.063.125-.063.187-.063.312zm.875-2L12 9.5l2.187 1.25v2.5L12 14.5l-2.188-1.25z"/></svg>
React
import type { SVGProps } from "react";
export function RiOpenaiFill(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="M20.562 10.188c.25-.688.313-1.376.25-2.063c-.062-.687-.312-1.375-.625-2c-.562-.937-1.375-1.687-2.312-2.125c-1-.437-2.063-.562-3.125-.312c-.5-.5-1.063-.938-1.688-1.25S11.687 2 11 2a5.17 5.17 0 0 0-3 .938c-.875.624-1.5 1.5-1.813 2.5c-.75.187-1.375.5-2 .875c-.562.437-1 1-1.375 1.562c-.562.938-.75 2-.625 3.063a5.44 5.44 0 0 0 1.25 2.874a4.7 4.7 0 0 0-.25 2.063c.063.688.313 1.375.625 2c.563.938 1.375 1.688 2.313 2.125c1 .438 2.062.563 3.125.313c.5.5 1.062.937 1.687 1.25S12.312 22 13 22a5.17 5.17 0 0 0 3-.937c.875-.625 1.5-1.5 1.812-2.5a4.54 4.54 0 0 0 1.938-.875c.562-.438 1.062-.938 1.375-1.563c.562-.937.75-2 .625-3.062c-.125-1.063-.5-2.063-1.188-2.876m-7.5 10.5c-1 0-1.75-.313-2.437-.875c0 0 .062-.063.125-.063l4-2.312a.5.5 0 0 0 .25-.25a.57.57 0 0 0 .062-.313V11.25l1.688 1v4.625a3.685 3.685 0 0 1-3.688 3.813M5 17.25c-.438-.75-.625-1.625-.438-2.5c0 0 .063.063.125.063l4 2.312a.56.56 0 0 0 .313.063c.125 0 .25 0 .312-.063l4.875-2.812v1.937l-4.062 2.375A3.7 3.7 0 0 1 7.312 19c-1-.25-1.812-.875-2.312-1.75M3.937 8.563a3.8 3.8 0 0 1 1.938-1.626v4.751c0 .124 0 .25.062.312a.5.5 0 0 0 .25.25l4.875 2.813l-1.687 1l-4-2.313a3.7 3.7 0 0 1-1.75-2.25c-.25-.937-.188-2.062.312-2.937M17.75 11.75l-4.875-2.812l1.687-1l4 2.312c.625.375 1.125.875 1.438 1.5s.5 1.313.437 2.063a3.7 3.7 0 0 1-.75 1.937c-.437.563-1 1-1.687 1.25v-4.75c0-.125 0-.25-.063-.312c0 0-.062-.126-.187-.188m1.687-2.5s-.062-.062-.125-.062l-4-2.313c-.125-.062-.187-.062-.312-.062s-.25 0-.313.062L9.812 9.688V7.75l4.063-2.375c.625-.375 1.312-.5 2.062-.5c.688 0 1.375.25 2 .688c.563.437 1.063 1 1.313 1.625s.312 1.375.187 2.062m-10.5 3.5l-1.687-1V7.063c0-.688.187-1.438.562-2C8.187 4.438 8.75 4 9.375 3.688a3.37 3.37 0 0 1 2.062-.313c.688.063 1.375.375 1.938.813c0 0-.063.062-.125.062l-4 2.313a.5.5 0 0 0-.25.25c-.063.125-.063.187-.063.312zm.875-2L12 9.5l2.187 1.25v2.5L12 14.5l-2.188-1.25z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.562 10.188c.25-.688.313-1.376.25-2.063c-.062-.687-.312-1.375-.625-2c-.562-.937-1.375-1.687-2.312-2.125c-1-.437-2.063-.562-3.125-.312c-.5-.5-1.063-.938-1.688-1.25S11.687 2 11 2a5.17 5.17 0 0 0-3 .938c-.875.624-1.5 1.5-1.813 2.5c-.75.187-1.375.5-2 .875c-.562.437-1 1-1.375 1.562c-.562.938-.75 2-.625 3.063a5.44 5.44 0 0 0 1.25 2.874a4.7 4.7 0 0 0-.25 2.063c.063.688.313 1.375.625 2c.563.938 1.375 1.688 2.313 2.125c1 .438 2.062.563 3.125.313c.5.5 1.062.937 1.687 1.25S12.312 22 13 22a5.17 5.17 0 0 0 3-.937c.875-.625 1.5-1.5 1.812-2.5a4.54 4.54 0 0 0 1.938-.875c.562-.438 1.062-.938 1.375-1.563c.562-.937.75-2 .625-3.062c-.125-1.063-.5-2.063-1.188-2.876m-7.5 10.5c-1 0-1.75-.313-2.437-.875c0 0 .062-.063.125-.063l4-2.312a.5.5 0 0 0 .25-.25a.57.57 0 0 0 .062-.313V11.25l1.688 1v4.625a3.685 3.685 0 0 1-3.688 3.813M5 17.25c-.438-.75-.625-1.625-.438-2.5c0 0 .063.063.125.063l4 2.312a.56.56 0 0 0 .313.063c.125 0 .25 0 .312-.063l4.875-2.812v1.937l-4.062 2.375A3.7 3.7 0 0 1 7.312 19c-1-.25-1.812-.875-2.312-1.75M3.937 8.563a3.8 3.8 0 0 1 1.938-1.626v4.751c0 .124 0 .25.062.312a.5.5 0 0 0 .25.25l4.875 2.813l-1.687 1l-4-2.313a3.7 3.7 0 0 1-1.75-2.25c-.25-.937-.188-2.062.312-2.937M17.75 11.75l-4.875-2.812l1.687-1l4 2.312c.625.375 1.125.875 1.438 1.5s.5 1.313.437 2.063a3.7 3.7 0 0 1-.75 1.937c-.437.563-1 1-1.687 1.25v-4.75c0-.125 0-.25-.063-.312c0 0-.062-.126-.187-.188m1.687-2.5s-.062-.062-.125-.062l-4-2.313c-.125-.062-.187-.062-.312-.062s-.25 0-.313.062L9.812 9.688V7.75l4.063-2.375c.625-.375 1.312-.5 2.062-.5c.688 0 1.375.25 2 .688c.563.437 1.063 1 1.313 1.625s.312 1.375.187 2.062m-10.5 3.5l-1.687-1V7.063c0-.688.187-1.438.562-2C8.187 4.438 8.75 4 9.375 3.688a3.37 3.37 0 0 1 2.062-.313c.688.063 1.375.375 1.938.813c0 0-.063.062-.125.062l-4 2.313a.5.5 0 0 0-.25.25c-.063.125-.063.187-.063.312zm.875-2L12 9.5l2.187 1.25v2.5L12 14.5l-2.188-1.25z"/></svg> </template>
CSS
.icon-openai-fill {
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%22M20.562%2010.188c.25-.688.313-1.376.25-2.063c-.062-.687-.312-1.375-.625-2c-.562-.937-1.375-1.687-2.312-2.125c-1-.437-2.063-.562-3.125-.312c-.5-.5-1.063-.938-1.688-1.25S11.687%202%2011%202a5.17%205.17%200%200%200-3%20.938c-.875.624-1.5%201.5-1.813%202.5c-.75.187-1.375.5-2%20.875c-.562.437-1%201-1.375%201.562c-.562.938-.75%202-.625%203.063a5.44%205.44%200%200%200%201.25%202.874a4.7%204.7%200%200%200-.25%202.063c.063.688.313%201.375.625%202c.563.938%201.375%201.688%202.313%202.125c1%20.438%202.062.563%203.125.313c.5.5%201.062.937%201.687%201.25S12.312%2022%2013%2022a5.17%205.17%200%200%200%203-.937c.875-.625%201.5-1.5%201.812-2.5a4.54%204.54%200%200%200%201.938-.875c.562-.438%201.062-.938%201.375-1.563c.562-.937.75-2%20.625-3.062c-.125-1.063-.5-2.063-1.188-2.876m-7.5%2010.5c-1%200-1.75-.313-2.437-.875c0%200%20.062-.063.125-.063l4-2.312a.5.5%200%200%200%20.25-.25a.57.57%200%200%200%20.062-.313V11.25l1.688%201v4.625a3.685%203.685%200%200%201-3.688%203.813M5%2017.25c-.438-.75-.625-1.625-.438-2.5c0%200%20.063.063.125.063l4%202.312a.56.56%200%200%200%20.313.063c.125%200%20.25%200%20.312-.063l4.875-2.812v1.937l-4.062%202.375A3.7%203.7%200%200%201%207.312%2019c-1-.25-1.812-.875-2.312-1.75M3.937%208.563a3.8%203.8%200%200%201%201.938-1.626v4.751c0%20.124%200%20.25.062.312a.5.5%200%200%200%20.25.25l4.875%202.813l-1.687%201l-4-2.313a3.7%203.7%200%200%201-1.75-2.25c-.25-.937-.188-2.062.312-2.937M17.75%2011.75l-4.875-2.812l1.687-1l4%202.312c.625.375%201.125.875%201.438%201.5s.5%201.313.437%202.063a3.7%203.7%200%200%201-.75%201.937c-.437.563-1%201-1.687%201.25v-4.75c0-.125%200-.25-.063-.312c0%200-.062-.126-.187-.188m1.687-2.5s-.062-.062-.125-.062l-4-2.313c-.125-.062-.187-.062-.312-.062s-.25%200-.313.062L9.812%209.688V7.75l4.063-2.375c.625-.375%201.312-.5%202.062-.5c.688%200%201.375.25%202%20.688c.563.437%201.063%201%201.313%201.625s.312%201.375.187%202.062m-10.5%203.5l-1.687-1V7.063c0-.688.187-1.438.562-2C8.187%204.438%208.75%204%209.375%203.688a3.37%203.37%200%200%201%202.062-.313c.688.063%201.375.375%201.938.813c0%200-.063.062-.125.062l-4%202.313a.5.5%200%200%200-.25.25c-.063.125-.063.187-.063.312zm.875-2L12%209.5l2.187%201.25v2.5L12%2014.5l-2.188-1.25z%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%22M20.562%2010.188c.25-.688.313-1.376.25-2.063c-.062-.687-.312-1.375-.625-2c-.562-.937-1.375-1.687-2.312-2.125c-1-.437-2.063-.562-3.125-.312c-.5-.5-1.063-.938-1.688-1.25S11.687%202%2011%202a5.17%205.17%200%200%200-3%20.938c-.875.624-1.5%201.5-1.813%202.5c-.75.187-1.375.5-2%20.875c-.562.437-1%201-1.375%201.562c-.562.938-.75%202-.625%203.063a5.44%205.44%200%200%200%201.25%202.874a4.7%204.7%200%200%200-.25%202.063c.063.688.313%201.375.625%202c.563.938%201.375%201.688%202.313%202.125c1%20.438%202.062.563%203.125.313c.5.5%201.062.937%201.687%201.25S12.312%2022%2013%2022a5.17%205.17%200%200%200%203-.937c.875-.625%201.5-1.5%201.812-2.5a4.54%204.54%200%200%200%201.938-.875c.562-.438%201.062-.938%201.375-1.563c.562-.937.75-2%20.625-3.062c-.125-1.063-.5-2.063-1.188-2.876m-7.5%2010.5c-1%200-1.75-.313-2.437-.875c0%200%20.062-.063.125-.063l4-2.312a.5.5%200%200%200%20.25-.25a.57.57%200%200%200%20.062-.313V11.25l1.688%201v4.625a3.685%203.685%200%200%201-3.688%203.813M5%2017.25c-.438-.75-.625-1.625-.438-2.5c0%200%20.063.063.125.063l4%202.312a.56.56%200%200%200%20.313.063c.125%200%20.25%200%20.312-.063l4.875-2.812v1.937l-4.062%202.375A3.7%203.7%200%200%201%207.312%2019c-1-.25-1.812-.875-2.312-1.75M3.937%208.563a3.8%203.8%200%200%201%201.938-1.626v4.751c0%20.124%200%20.25.062.312a.5.5%200%200%200%20.25.25l4.875%202.813l-1.687%201l-4-2.313a3.7%203.7%200%200%201-1.75-2.25c-.25-.937-.188-2.062.312-2.937M17.75%2011.75l-4.875-2.812l1.687-1l4%202.312c.625.375%201.125.875%201.438%201.5s.5%201.313.437%202.063a3.7%203.7%200%200%201-.75%201.937c-.437.563-1%201-1.687%201.25v-4.75c0-.125%200-.25-.063-.312c0%200-.062-.126-.187-.188m1.687-2.5s-.062-.062-.125-.062l-4-2.313c-.125-.062-.187-.062-.312-.062s-.25%200-.313.062L9.812%209.688V7.75l4.063-2.375c.625-.375%201.312-.5%202.062-.5c.688%200%201.375.25%202%20.688c.563.437%201.063%201%201.313%201.625s.312%201.375.187%202.062m-10.5%203.5l-1.687-1V7.063c0-.688.187-1.438.562-2C8.187%204.438%208.75%204%209.375%203.688a3.37%203.37%200%200%201%202.062-.313c.688.063%201.375.375%201.938.813c0%200-.063.062-.125.062l-4%202.313a.5.5%200%200%200-.25.25c-.063.125-.063.187-.063.312zm.875-2L12%209.5l2.187%201.25v2.5L12%2014.5l-2.188-1.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/openai-fill.svg?color=%231a73e8&size=48