logo xing icon

logo-xing from Carbon by IBM · Outline · Brand · Apache-2.0 Free for personal and commercial use.

Name
logo-xing
Set
Carbon
Style
Outline
Category
Brand
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More brand icons from Carbon

Use the logo xing icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.42 8.29a1.25 1.25 0 0 0-1.13-.76h-4a.65.65 0 0 0-.55.25a.63.63 0 0 0 0 .62l2.73 4.73l-4.3 7.59a.6.6 0 0 0 0 .62a.58.58 0 0 0 .52.28h4a1.22 1.22 0 0 0 1.1-.78l4.36-7.71zm16.41-5.41a.65.65 0 0 0 0-.62a.61.61 0 0 0-.53-.26h-4.08a1.19 1.19 0 0 0-1.08.77s-8.7 15.43-9 15.93l5.74 10.53A1.26 1.26 0 0 0 20 30h4a.59.59 0 0 0 .54-.26a.62.62 0 0 0 0-.62l-5.69-10.4Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonLogoXing(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="M11.42 8.29a1.25 1.25 0 0 0-1.13-.76h-4a.65.65 0 0 0-.55.25a.63.63 0 0 0 0 .62l2.73 4.73l-4.3 7.59a.6.6 0 0 0 0 .62a.58.58 0 0 0 .52.28h4a1.22 1.22 0 0 0 1.1-.78l4.36-7.71zm16.41-5.41a.65.65 0 0 0 0-.62a.61.61 0 0 0-.53-.26h-4.08a1.19 1.19 0 0 0-1.08.77s-8.7 15.43-9 15.93l5.74 10.53A1.26 1.26 0 0 0 20 30h4a.59.59 0 0 0 .54-.26a.62.62 0 0 0 0-.62l-5.69-10.4Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.42 8.29a1.25 1.25 0 0 0-1.13-.76h-4a.65.65 0 0 0-.55.25a.63.63 0 0 0 0 .62l2.73 4.73l-4.3 7.59a.6.6 0 0 0 0 .62a.58.58 0 0 0 .52.28h4a1.22 1.22 0 0 0 1.1-.78l4.36-7.71zm16.41-5.41a.65.65 0 0 0 0-.62a.61.61 0 0 0-.53-.26h-4.08a1.19 1.19 0 0 0-1.08.77s-8.7 15.43-9 15.93l5.74 10.53A1.26 1.26 0 0 0 20 30h4a.59.59 0 0 0 .54-.26a.62.62 0 0 0 0-.62l-5.69-10.4Z"/></svg>
</template>

CSS

.icon-logo-xing {
  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%22M11.42%208.29a1.25%201.25%200%200%200-1.13-.76h-4a.65.65%200%200%200-.55.25a.63.63%200%200%200%200%20.62l2.73%204.73l-4.3%207.59a.6.6%200%200%200%200%20.62a.58.58%200%200%200%20.52.28h4a1.22%201.22%200%200%200%201.1-.78l4.36-7.71zm16.41-5.41a.65.65%200%200%200%200-.62a.61.61%200%200%200-.53-.26h-4.08a1.19%201.19%200%200%200-1.08.77s-8.7%2015.43-9%2015.93l5.74%2010.53A1.26%201.26%200%200%200%2020%2030h4a.59.59%200%200%200%20.54-.26a.62.62%200%200%200%200-.62l-5.69-10.4Z%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%22M11.42%208.29a1.25%201.25%200%200%200-1.13-.76h-4a.65.65%200%200%200-.55.25a.63.63%200%200%200%200%20.62l2.73%204.73l-4.3%207.59a.6.6%200%200%200%200%20.62a.58.58%200%200%200%20.52.28h4a1.22%201.22%200%200%200%201.1-.78l4.36-7.71zm16.41-5.41a.65.65%200%200%200%200-.62a.61.61%200%200%200-.53-.26h-4.08a1.19%201.19%200%200%200-1.08.77s-8.7%2015.43-9%2015.93l5.74%2010.53A1.26%201.26%200%200%200%2020%2030h4a.59.59%200%200%200%20.54-.26a.62.62%200%200%200%200-.62l-5.69-10.4Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/logo-xing.svg?color=%231a73e8&size=48