logo opensearch icon
logo-opensearch from Carbon by IBM · Outline · Brand · Apache-2.0 Free for personal and commercial use.
- Name
- logo-opensearch
- 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 opensearch icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24.05 11.63a9.9 9.9 0 0 0-2.8-3.46c-1.84-1.47-3.95-2.13-6.27-2.15q-1.05 0-2.07.24a9.8 9.8 0 0 0-4.64 2.43c-.67.63-1.31 1.29-1.97 1.94c-1.17 1.17-2.34 2.35-3.51 3.52l-1.08 1.08c-.49.48-.5 1.03-.01 1.52c.35.36.71.71 1.07 1.07l2.37 2.37c.92.92 1.84 1.85 2.76 2.77q.54.555 1.17 1.02c1.76 1.31 3.72 2.01 6.04 2.01c.86-.01 1.72-.13 2.56-.34c1.86-.47 3.54-1.5 4.81-2.95c2-2.24 2.82-4.88 2.51-7.88a9.6 9.6 0 0 0-.93-3.19zm-2.76 8.77c-1.16 1.51-2.67 2.48-4.54 2.82c-.15.03-.31.05-.47.06c-.25.03-.49.04-.74.04c-2.13 0-3.87-.73-5.32-2.17c-.89-.88-1.77-1.77-2.65-2.65c-.66-.66-1.32-1.32-1.97-1.98c-.33-.34-.32-.74.02-1.07c.53-.52 1.05-1.05 1.57-1.57c1.04-1.04 2.08-2.09 3.14-3.13a7.1 7.1 0 0 1 3.96-1.99c1.46-.23 2.88-.07 4.22.58c1.5.72 2.68 1.79 3.45 3.3c.43.84.7 1.76.77 2.71c.14 1.85-.3 3.56-1.43 5.03zm9.46-4.45c0 .29-.1.57-.31.77c-.92.94-1.84 1.87-2.76 2.81c-.1.1-.2.12-.31.07c-.11-.06-.15-.15-.12-.3c.14-.67.25-1.35.31-2.03c.05-.62.06-1.24.04-1.86q-.045-1.335-.33-2.64a.36.36 0 0 1 .02-.27a.24.24 0 0 1 .33-.07c.04.03.07.06.1.09c.89.9 1.78 1.81 2.67 2.71c.21.21.35.46.35.71zM20.38 16c0 2.76-2.18 5.01-4.89 5.02h-.03c-2.89 0-4.96-2.44-4.92-5.09c.05-2.77 2.29-4.97 5-4.92c2.68.05 4.83 2.27 4.83 5z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonLogoOpensearch(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="M24.05 11.63a9.9 9.9 0 0 0-2.8-3.46c-1.84-1.47-3.95-2.13-6.27-2.15q-1.05 0-2.07.24a9.8 9.8 0 0 0-4.64 2.43c-.67.63-1.31 1.29-1.97 1.94c-1.17 1.17-2.34 2.35-3.51 3.52l-1.08 1.08c-.49.48-.5 1.03-.01 1.52c.35.36.71.71 1.07 1.07l2.37 2.37c.92.92 1.84 1.85 2.76 2.77q.54.555 1.17 1.02c1.76 1.31 3.72 2.01 6.04 2.01c.86-.01 1.72-.13 2.56-.34c1.86-.47 3.54-1.5 4.81-2.95c2-2.24 2.82-4.88 2.51-7.88a9.6 9.6 0 0 0-.93-3.19zm-2.76 8.77c-1.16 1.51-2.67 2.48-4.54 2.82c-.15.03-.31.05-.47.06c-.25.03-.49.04-.74.04c-2.13 0-3.87-.73-5.32-2.17c-.89-.88-1.77-1.77-2.65-2.65c-.66-.66-1.32-1.32-1.97-1.98c-.33-.34-.32-.74.02-1.07c.53-.52 1.05-1.05 1.57-1.57c1.04-1.04 2.08-2.09 3.14-3.13a7.1 7.1 0 0 1 3.96-1.99c1.46-.23 2.88-.07 4.22.58c1.5.72 2.68 1.79 3.45 3.3c.43.84.7 1.76.77 2.71c.14 1.85-.3 3.56-1.43 5.03zm9.46-4.45c0 .29-.1.57-.31.77c-.92.94-1.84 1.87-2.76 2.81c-.1.1-.2.12-.31.07c-.11-.06-.15-.15-.12-.3c.14-.67.25-1.35.31-2.03c.05-.62.06-1.24.04-1.86q-.045-1.335-.33-2.64a.36.36 0 0 1 .02-.27a.24.24 0 0 1 .33-.07c.04.03.07.06.1.09c.89.9 1.78 1.81 2.67 2.71c.21.21.35.46.35.71zM20.38 16c0 2.76-2.18 5.01-4.89 5.02h-.03c-2.89 0-4.96-2.44-4.92-5.09c.05-2.77 2.29-4.97 5-4.92c2.68.05 4.83 2.27 4.83 5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24.05 11.63a9.9 9.9 0 0 0-2.8-3.46c-1.84-1.47-3.95-2.13-6.27-2.15q-1.05 0-2.07.24a9.8 9.8 0 0 0-4.64 2.43c-.67.63-1.31 1.29-1.97 1.94c-1.17 1.17-2.34 2.35-3.51 3.52l-1.08 1.08c-.49.48-.5 1.03-.01 1.52c.35.36.71.71 1.07 1.07l2.37 2.37c.92.92 1.84 1.85 2.76 2.77q.54.555 1.17 1.02c1.76 1.31 3.72 2.01 6.04 2.01c.86-.01 1.72-.13 2.56-.34c1.86-.47 3.54-1.5 4.81-2.95c2-2.24 2.82-4.88 2.51-7.88a9.6 9.6 0 0 0-.93-3.19zm-2.76 8.77c-1.16 1.51-2.67 2.48-4.54 2.82c-.15.03-.31.05-.47.06c-.25.03-.49.04-.74.04c-2.13 0-3.87-.73-5.32-2.17c-.89-.88-1.77-1.77-2.65-2.65c-.66-.66-1.32-1.32-1.97-1.98c-.33-.34-.32-.74.02-1.07c.53-.52 1.05-1.05 1.57-1.57c1.04-1.04 2.08-2.09 3.14-3.13a7.1 7.1 0 0 1 3.96-1.99c1.46-.23 2.88-.07 4.22.58c1.5.72 2.68 1.79 3.45 3.3c.43.84.7 1.76.77 2.71c.14 1.85-.3 3.56-1.43 5.03zm9.46-4.45c0 .29-.1.57-.31.77c-.92.94-1.84 1.87-2.76 2.81c-.1.1-.2.12-.31.07c-.11-.06-.15-.15-.12-.3c.14-.67.25-1.35.31-2.03c.05-.62.06-1.24.04-1.86q-.045-1.335-.33-2.64a.36.36 0 0 1 .02-.27a.24.24 0 0 1 .33-.07c.04.03.07.06.1.09c.89.9 1.78 1.81 2.67 2.71c.21.21.35.46.35.71zM20.38 16c0 2.76-2.18 5.01-4.89 5.02h-.03c-2.89 0-4.96-2.44-4.92-5.09c.05-2.77 2.29-4.97 5-4.92c2.68.05 4.83 2.27 4.83 5z"/></svg> </template>
CSS
.icon-logo-opensearch {
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%22M24.05%2011.63a9.9%209.9%200%200%200-2.8-3.46c-1.84-1.47-3.95-2.13-6.27-2.15q-1.05%200-2.07.24a9.8%209.8%200%200%200-4.64%202.43c-.67.63-1.31%201.29-1.97%201.94c-1.17%201.17-2.34%202.35-3.51%203.52l-1.08%201.08c-.49.48-.5%201.03-.01%201.52c.35.36.71.71%201.07%201.07l2.37%202.37c.92.92%201.84%201.85%202.76%202.77q.54.555%201.17%201.02c1.76%201.31%203.72%202.01%206.04%202.01c.86-.01%201.72-.13%202.56-.34c1.86-.47%203.54-1.5%204.81-2.95c2-2.24%202.82-4.88%202.51-7.88a9.6%209.6%200%200%200-.93-3.19zm-2.76%208.77c-1.16%201.51-2.67%202.48-4.54%202.82c-.15.03-.31.05-.47.06c-.25.03-.49.04-.74.04c-2.13%200-3.87-.73-5.32-2.17c-.89-.88-1.77-1.77-2.65-2.65c-.66-.66-1.32-1.32-1.97-1.98c-.33-.34-.32-.74.02-1.07c.53-.52%201.05-1.05%201.57-1.57c1.04-1.04%202.08-2.09%203.14-3.13a7.1%207.1%200%200%201%203.96-1.99c1.46-.23%202.88-.07%204.22.58c1.5.72%202.68%201.79%203.45%203.3c.43.84.7%201.76.77%202.71c.14%201.85-.3%203.56-1.43%205.03zm9.46-4.45c0%20.29-.1.57-.31.77c-.92.94-1.84%201.87-2.76%202.81c-.1.1-.2.12-.31.07c-.11-.06-.15-.15-.12-.3c.14-.67.25-1.35.31-2.03c.05-.62.06-1.24.04-1.86q-.045-1.335-.33-2.64a.36.36%200%200%201%20.02-.27a.24.24%200%200%201%20.33-.07c.04.03.07.06.1.09c.89.9%201.78%201.81%202.67%202.71c.21.21.35.46.35.71zM20.38%2016c0%202.76-2.18%205.01-4.89%205.02h-.03c-2.89%200-4.96-2.44-4.92-5.09c.05-2.77%202.29-4.97%205-4.92c2.68.05%204.83%202.27%204.83%205z%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%22M24.05%2011.63a9.9%209.9%200%200%200-2.8-3.46c-1.84-1.47-3.95-2.13-6.27-2.15q-1.05%200-2.07.24a9.8%209.8%200%200%200-4.64%202.43c-.67.63-1.31%201.29-1.97%201.94c-1.17%201.17-2.34%202.35-3.51%203.52l-1.08%201.08c-.49.48-.5%201.03-.01%201.52c.35.36.71.71%201.07%201.07l2.37%202.37c.92.92%201.84%201.85%202.76%202.77q.54.555%201.17%201.02c1.76%201.31%203.72%202.01%206.04%202.01c.86-.01%201.72-.13%202.56-.34c1.86-.47%203.54-1.5%204.81-2.95c2-2.24%202.82-4.88%202.51-7.88a9.6%209.6%200%200%200-.93-3.19zm-2.76%208.77c-1.16%201.51-2.67%202.48-4.54%202.82c-.15.03-.31.05-.47.06c-.25.03-.49.04-.74.04c-2.13%200-3.87-.73-5.32-2.17c-.89-.88-1.77-1.77-2.65-2.65c-.66-.66-1.32-1.32-1.97-1.98c-.33-.34-.32-.74.02-1.07c.53-.52%201.05-1.05%201.57-1.57c1.04-1.04%202.08-2.09%203.14-3.13a7.1%207.1%200%200%201%203.96-1.99c1.46-.23%202.88-.07%204.22.58c1.5.72%202.68%201.79%203.45%203.3c.43.84.7%201.76.77%202.71c.14%201.85-.3%203.56-1.43%205.03zm9.46-4.45c0%20.29-.1.57-.31.77c-.92.94-1.84%201.87-2.76%202.81c-.1.1-.2.12-.31.07c-.11-.06-.15-.15-.12-.3c.14-.67.25-1.35.31-2.03c.05-.62.06-1.24.04-1.86q-.045-1.335-.33-2.64a.36.36%200%200%201%20.02-.27a.24.24%200%200%201%20.33-.07c.04.03.07.06.1.09c.89.9%201.78%201.81%202.67%202.71c.21.21.35.46.35.71zM20.38%2016c0%202.76-2.18%205.01-4.89%205.02h-.03c-2.89%200-4.96-2.44-4.92-5.09c.05-2.77%202.29-4.97%205-4.92c2.68.05%204.83%202.27%204.83%205z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/logo-opensearch.svg?color=%231a73e8&size=48