brand openai icon
brand-openai from Tabler Icons by Paweł Kuna · Outline · MIT Free for personal and commercial use.
- Name
- brand-openai
- Set
- Tabler Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
Related icons in Tabler Icons
brand-4chanbrand-abstractbrand-adobebrand-adobe-after-effectsbrand-adobe-illustratorbrand-adobe-indesignbrand-adobe-photoshopbrand-adobe-premierebrand-adobe-xdbrand-adonis-jsbrand-airbnbbrand-airtablebrand-algoliabrand-alipaybrand-alpine-jsbrand-amazonbrand-amdbrand-amiebrand-amigobrand-among-usbrand-androidbrand-angularbrand-ansiblebrand-ao3
Use the brand openai icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M11.217 19.384A3.501 3.501 0 0 0 18 18.167V13l-6-3.35"/><path d="M5.214 15.014A3.501 3.501 0 0 0 9.66 20.28L14 17.746V10.8"/><path d="M6 7.63c-1.391-.236-2.787.395-3.534 1.689a3.474 3.474 0 0 0 1.271 4.745L8 16.578l6-3.348"/><path d="M12.783 4.616A3.501 3.501 0 0 0 6 5.833V10.9l6 3.45"/><path d="M18.786 8.986A3.501 3.501 0 0 0 14.34 3.72L10 6.254V13.2"/><path d="M18 16.302c1.391.236 2.787-.395 3.534-1.689a3.474 3.474 0 0 0-1.271-4.745l-4.308-2.514L10 10.774"/></g></svg>
React
import type { SVGProps } from "react";
export function TablerBrandOpenai(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M11.217 19.384A3.501 3.501 0 0 0 18 18.167V13l-6-3.35"/><path d="M5.214 15.014A3.501 3.501 0 0 0 9.66 20.28L14 17.746V10.8"/><path d="M6 7.63c-1.391-.236-2.787.395-3.534 1.689a3.474 3.474 0 0 0 1.271 4.745L8 16.578l6-3.348"/><path d="M12.783 4.616A3.501 3.501 0 0 0 6 5.833V10.9l6 3.45"/><path d="M18.786 8.986A3.501 3.501 0 0 0 14.34 3.72L10 6.254V13.2"/><path d="M18 16.302c1.391.236 2.787-.395 3.534-1.689a3.474 3.474 0 0 0-1.271-4.745l-4.308-2.514L10 10.774"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M11.217 19.384A3.501 3.501 0 0 0 18 18.167V13l-6-3.35"/><path d="M5.214 15.014A3.501 3.501 0 0 0 9.66 20.28L14 17.746V10.8"/><path d="M6 7.63c-1.391-.236-2.787.395-3.534 1.689a3.474 3.474 0 0 0 1.271 4.745L8 16.578l6-3.348"/><path d="M12.783 4.616A3.501 3.501 0 0 0 6 5.833V10.9l6 3.45"/><path d="M18.786 8.986A3.501 3.501 0 0 0 14.34 3.72L10 6.254V13.2"/><path d="M18 16.302c1.391.236 2.787-.395 3.534-1.689a3.474 3.474 0 0 0-1.271-4.745l-4.308-2.514L10 10.774"/></g></svg> </template>
CSS
.icon-brand-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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M11.217%2019.384A3.501%203.501%200%200%200%2018%2018.167V13l-6-3.35%22%2F%3E%3Cpath%20d%3D%22M5.214%2015.014A3.501%203.501%200%200%200%209.66%2020.28L14%2017.746V10.8%22%2F%3E%3Cpath%20d%3D%22M6%207.63c-1.391-.236-2.787.395-3.534%201.689a3.474%203.474%200%200%200%201.271%204.745L8%2016.578l6-3.348%22%2F%3E%3Cpath%20d%3D%22M12.783%204.616A3.501%203.501%200%200%200%206%205.833V10.9l6%203.45%22%2F%3E%3Cpath%20d%3D%22M18.786%208.986A3.501%203.501%200%200%200%2014.34%203.72L10%206.254V13.2%22%2F%3E%3Cpath%20d%3D%22M18%2016.302c1.391.236%202.787-.395%203.534-1.689a3.474%203.474%200%200%200-1.271-4.745l-4.308-2.514L10%2010.774%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M11.217%2019.384A3.501%203.501%200%200%200%2018%2018.167V13l-6-3.35%22%2F%3E%3Cpath%20d%3D%22M5.214%2015.014A3.501%203.501%200%200%200%209.66%2020.28L14%2017.746V10.8%22%2F%3E%3Cpath%20d%3D%22M6%207.63c-1.391-.236-2.787.395-3.534%201.689a3.474%203.474%200%200%200%201.271%204.745L8%2016.578l6-3.348%22%2F%3E%3Cpath%20d%3D%22M12.783%204.616A3.501%203.501%200%200%200%206%205.833V10.9l6%203.45%22%2F%3E%3Cpath%20d%3D%22M18.786%208.986A3.501%203.501%200%200%200%2014.34%203.72L10%206.254V13.2%22%2F%3E%3Cpath%20d%3D%22M18%2016.302c1.391.236%202.787-.395%203.534-1.689a3.474%203.474%200%200%200-1.271-4.745l-4.308-2.514L10%2010.774%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/brand-openai.svg?color=%231a73e8&size=48