ibm consulting advantage assistant icon

ibm-consulting-advantage-assistant from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.

Name
ibm-consulting-advantage-assistant
Set
Carbon
Style
Outline
Category
Enterprise
Viewbox
32×32
License
Apache 2.0

More enterprise icons from Carbon

Use the ibm consulting advantage assistant icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 30C8.28 30 2 23.72 2 16S8.28 2 16 2s14 6.28 14 14c0 2.62-.73 5.18-2.11 7.39c.05.74 1.05 3.21 2.01 5.17c.19.38.11.84-.19 1.14s-.76.38-1.14.2c-1.99-.96-4.5-1.94-5.24-1.97A14 14 0 0 1 16 30m0-26C9.38 4 4 9.38 4 16s5.38 12 12 12a12 12 0 0 0 6.39-1.84c.32-.21 1.01-.63 4.58.84c-1.5-3.54-1.07-4.22-.87-4.54c1.23-1.93 1.89-4.16 1.89-6.46c0-6.62-5.38-12-12-12zm7.83 16.87l-1.67-1.11a4.997 4.997 0 0 1-8.33 0l-1.67 1.11A7 7 0 0 0 17.99 24c2.35 0 4.54-1.17 5.83-3.13zM22 13c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2c.01-1.09-.87-1.99-1.96-2zm-8 0c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2c.01-1.09-.87-1.99-1.96-2z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonIbmConsultingAdvantageAssistant(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="M16 30C8.28 30 2 23.72 2 16S8.28 2 16 2s14 6.28 14 14c0 2.62-.73 5.18-2.11 7.39c.05.74 1.05 3.21 2.01 5.17c.19.38.11.84-.19 1.14s-.76.38-1.14.2c-1.99-.96-4.5-1.94-5.24-1.97A14 14 0 0 1 16 30m0-26C9.38 4 4 9.38 4 16s5.38 12 12 12a12 12 0 0 0 6.39-1.84c.32-.21 1.01-.63 4.58.84c-1.5-3.54-1.07-4.22-.87-4.54c1.23-1.93 1.89-4.16 1.89-6.46c0-6.62-5.38-12-12-12zm7.83 16.87l-1.67-1.11a4.997 4.997 0 0 1-8.33 0l-1.67 1.11A7 7 0 0 0 17.99 24c2.35 0 4.54-1.17 5.83-3.13zM22 13c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2c.01-1.09-.87-1.99-1.96-2zm-8 0c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2c.01-1.09-.87-1.99-1.96-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 30C8.28 30 2 23.72 2 16S8.28 2 16 2s14 6.28 14 14c0 2.62-.73 5.18-2.11 7.39c.05.74 1.05 3.21 2.01 5.17c.19.38.11.84-.19 1.14s-.76.38-1.14.2c-1.99-.96-4.5-1.94-5.24-1.97A14 14 0 0 1 16 30m0-26C9.38 4 4 9.38 4 16s5.38 12 12 12a12 12 0 0 0 6.39-1.84c.32-.21 1.01-.63 4.58.84c-1.5-3.54-1.07-4.22-.87-4.54c1.23-1.93 1.89-4.16 1.89-6.46c0-6.62-5.38-12-12-12zm7.83 16.87l-1.67-1.11a4.997 4.997 0 0 1-8.33 0l-1.67 1.11A7 7 0 0 0 17.99 24c2.35 0 4.54-1.17 5.83-3.13zM22 13c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2c.01-1.09-.87-1.99-1.96-2zm-8 0c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2c.01-1.09-.87-1.99-1.96-2z"/></svg>
</template>

CSS

.icon-ibm-consulting-advantage-assistant {
  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%22M16%2030C8.28%2030%202%2023.72%202%2016S8.28%202%2016%202s14%206.28%2014%2014c0%202.62-.73%205.18-2.11%207.39c.05.74%201.05%203.21%202.01%205.17c.19.38.11.84-.19%201.14s-.76.38-1.14.2c-1.99-.96-4.5-1.94-5.24-1.97A14%2014%200%200%201%2016%2030m0-26C9.38%204%204%209.38%204%2016s5.38%2012%2012%2012a12%2012%200%200%200%206.39-1.84c.32-.21%201.01-.63%204.58.84c-1.5-3.54-1.07-4.22-.87-4.54c1.23-1.93%201.89-4.16%201.89-6.46c0-6.62-5.38-12-12-12zm7.83%2016.87l-1.67-1.11a4.997%204.997%200%200%201-8.33%200l-1.67%201.11A7%207%200%200%200%2017.99%2024c2.35%200%204.54-1.17%205.83-3.13zM22%2013c-1.1%200-2%20.9-2%202s.9%202%202%202s2-.9%202-2c.01-1.09-.87-1.99-1.96-2zm-8%200c-1.1%200-2%20.9-2%202s.9%202%202%202s2-.9%202-2c.01-1.09-.87-1.99-1.96-2z%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%22M16%2030C8.28%2030%202%2023.72%202%2016S8.28%202%2016%202s14%206.28%2014%2014c0%202.62-.73%205.18-2.11%207.39c.05.74%201.05%203.21%202.01%205.17c.19.38.11.84-.19%201.14s-.76.38-1.14.2c-1.99-.96-4.5-1.94-5.24-1.97A14%2014%200%200%201%2016%2030m0-26C9.38%204%204%209.38%204%2016s5.38%2012%2012%2012a12%2012%200%200%200%206.39-1.84c.32-.21%201.01-.63%204.58.84c-1.5-3.54-1.07-4.22-.87-4.54c1.23-1.93%201.89-4.16%201.89-6.46c0-6.62-5.38-12-12-12zm7.83%2016.87l-1.67-1.11a4.997%204.997%200%200%201-8.33%200l-1.67%201.11A7%207%200%200%200%2017.99%2024c2.35%200%204.54-1.17%205.83-3.13zM22%2013c-1.1%200-2%20.9-2%202s.9%202%202%202s2-.9%202-2c.01-1.09-.87-1.99-1.96-2zm-8%200c-1.1%200-2%20.9-2%202s.9%202%202%202s2-.9%202-2c.01-1.09-.87-1.99-1.96-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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