logo openshift icon
logo-openshift from Carbon by IBM · Outline · Brand · Apache-2.0 Free for personal and commercial use.
- Name
- logo-openshift
- Set
- Carbon
- Style
- Outline
- Category
- Brand
- Viewbox
- 32×32
- License
- Apache 2.0
More brand icons from Carbon
beecarboncarbon-for-aemcarbon-for-ibm-dotcomcarbon-for-ibm-productcarbon-for-mobilecarbon-for-salesforcecarbon-ui-buildercloud-appedt-loopibm-cloudibm-partner-plusibm-securitylogo-angularlogo-ansible-communitylogo-astradblogo-blueskylogo-digglogo-discordlogo-facebooklogo-figmalogo-flickrlogo-gitlogo-github
Use the logo openshift icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26.461 15.797a12.1 12.1 0 0 0-1.179-4.317L29 10.13a12 12 0 0 0-1.028-1.738l-1.743.635a11.988 11.988 0 0 0-21.71 7.913l1.747-.642a12 12 0 0 0 .331 1.985l-3.713 1.355A12.2 12.2 0 0 0 4.757 23.7l1.966-.716l.002.004a11.9 11.9 0 0 0 4.67 3.89a12.013 12.013 0 0 0 15.945-5.804a11.9 11.9 0 0 0 1.08-5.992Zm-2.92 3.496a7.8 7.8 0 0 1-10.353 3.775a7.7 7.7 0 0 1-2.271-1.613l-1.985.724a7.84 7.84 0 0 1-2.074-3.99l3.725-1.357a7.8 7.8 0 0 1-.123-2.066l-1.752.637A7.773 7.773 0 0 1 19.765 8.94h.006a7.7 7.7 0 0 1 2.265 1.615l1.744-.634a7.8 7.8 0 0 1 1.229 1.656l-3.71 1.36a7.83 7.83 0 0 1 .977 4.388l1.968-.716a7.7 7.7 0 0 1-.703 2.685Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonLogoOpenshift(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26.461 15.797a12.1 12.1 0 0 0-1.179-4.317L29 10.13a12 12 0 0 0-1.028-1.738l-1.743.635a11.988 11.988 0 0 0-21.71 7.913l1.747-.642a12 12 0 0 0 .331 1.985l-3.713 1.355A12.2 12.2 0 0 0 4.757 23.7l1.966-.716l.002.004a11.9 11.9 0 0 0 4.67 3.89a12.013 12.013 0 0 0 15.945-5.804a11.9 11.9 0 0 0 1.08-5.992Zm-2.92 3.496a7.8 7.8 0 0 1-10.353 3.775a7.7 7.7 0 0 1-2.271-1.613l-1.985.724a7.84 7.84 0 0 1-2.074-3.99l3.725-1.357a7.8 7.8 0 0 1-.123-2.066l-1.752.637A7.773 7.773 0 0 1 19.765 8.94h.006a7.7 7.7 0 0 1 2.265 1.615l1.744-.634a7.8 7.8 0 0 1 1.229 1.656l-3.71 1.36a7.83 7.83 0 0 1 .977 4.388l1.968-.716a7.7 7.7 0 0 1-.703 2.685Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26.461 15.797a12.1 12.1 0 0 0-1.179-4.317L29 10.13a12 12 0 0 0-1.028-1.738l-1.743.635a11.988 11.988 0 0 0-21.71 7.913l1.747-.642a12 12 0 0 0 .331 1.985l-3.713 1.355A12.2 12.2 0 0 0 4.757 23.7l1.966-.716l.002.004a11.9 11.9 0 0 0 4.67 3.89a12.013 12.013 0 0 0 15.945-5.804a11.9 11.9 0 0 0 1.08-5.992Zm-2.92 3.496a7.8 7.8 0 0 1-10.353 3.775a7.7 7.7 0 0 1-2.271-1.613l-1.985.724a7.84 7.84 0 0 1-2.074-3.99l3.725-1.357a7.8 7.8 0 0 1-.123-2.066l-1.752.637A7.773 7.773 0 0 1 19.765 8.94h.006a7.7 7.7 0 0 1 2.265 1.615l1.744-.634a7.8 7.8 0 0 1 1.229 1.656l-3.71 1.36a7.83 7.83 0 0 1 .977 4.388l1.968-.716a7.7 7.7 0 0 1-.703 2.685Z"/></svg> </template>
CSS
.icon-logo-openshift {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26.461%2015.797a12.1%2012.1%200%200%200-1.179-4.317L29%2010.13a12%2012%200%200%200-1.028-1.738l-1.743.635a11.988%2011.988%200%200%200-21.71%207.913l1.747-.642a12%2012%200%200%200%20.331%201.985l-3.713%201.355A12.2%2012.2%200%200%200%204.757%2023.7l1.966-.716l.002.004a11.9%2011.9%200%200%200%204.67%203.89a12.013%2012.013%200%200%200%2015.945-5.804a11.9%2011.9%200%200%200%201.08-5.992Zm-2.92%203.496a7.8%207.8%200%200%201-10.353%203.775a7.7%207.7%200%200%201-2.271-1.613l-1.985.724a7.84%207.84%200%200%201-2.074-3.99l3.725-1.357a7.8%207.8%200%200%201-.123-2.066l-1.752.637A7.773%207.773%200%200%201%2019.765%208.94h.006a7.7%207.7%200%200%201%202.265%201.615l1.744-.634a7.8%207.8%200%200%201%201.229%201.656l-3.71%201.36a7.83%207.83%200%200%201%20.977%204.388l1.968-.716a7.7%207.7%200%200%201-.703%202.685Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26.461%2015.797a12.1%2012.1%200%200%200-1.179-4.317L29%2010.13a12%2012%200%200%200-1.028-1.738l-1.743.635a11.988%2011.988%200%200%200-21.71%207.913l1.747-.642a12%2012%200%200%200%20.331%201.985l-3.713%201.355A12.2%2012.2%200%200%200%204.757%2023.7l1.966-.716l.002.004a11.9%2011.9%200%200%200%204.67%203.89a12.013%2012.013%200%200%200%2015.945-5.804a11.9%2011.9%200%200%200%201.08-5.992Zm-2.92%203.496a7.8%207.8%200%200%201-10.353%203.775a7.7%207.7%200%200%201-2.271-1.613l-1.985.724a7.84%207.84%200%200%201-2.074-3.99l3.725-1.357a7.8%207.8%200%200%201-.123-2.066l-1.752.637A7.773%207.773%200%200%201%2019.765%208.94h.006a7.7%207.7%200%200%201%202.265%201.615l1.744-.634a7.8%207.8%200%200%201%201.229%201.656l-3.71%201.36a7.83%207.83%200%200%201%20.977%204.388l1.968-.716a7.7%207.7%200%200%201-.703%202.685Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/logo-openshift.svg?color=%231a73e8&size=48