ibm watson language translator icon

ibm-watson-language-translator from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.

Name
ibm-watson-language-translator
Set
Carbon
Style
Outline
Category
Enterprise
Viewbox
32×32
License
Apache 2.0

More enterprise icons from Carbon

Use the ibm watson language translator icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 28h-3c-3.9 0-7-3.1-7-7v-4h2v4c0 2.8 2.2 5 5 5h3zm12 2h2.2l-4.6-11h-2.2l-4.6 11H21l.8-2h5.3zm-5.3-4l1.8-4.4l1.8 4.4zM28 15h-2v-4c0-2.8-2.2-5-5-5h-4V4h4c3.9 0 7 3.1 7 7zM14 5V3H9V1H7v2H2v2h8.2c-.2.9-.8 2.5-2.2 4c-.6-.7-1.1-1.4-1.4-2H4.3c.4 1 1.1 2.2 2.1 3.3c-.8.7-2 1.3-3.4 1.8l.7 1.9c1.8-.7 3.2-1.5 4.3-2.3c1.1.9 2.5 1.7 4.3 2.3l.7-1.9c-1.4-.5-2.6-1.2-3.5-1.8c1.9-2 2.5-4.1 2.7-5.3z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonIbmWatsonLanguageTranslator(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 28h-3c-3.9 0-7-3.1-7-7v-4h2v4c0 2.8 2.2 5 5 5h3zm12 2h2.2l-4.6-11h-2.2l-4.6 11H21l.8-2h5.3zm-5.3-4l1.8-4.4l1.8 4.4zM28 15h-2v-4c0-2.8-2.2-5-5-5h-4V4h4c3.9 0 7 3.1 7 7zM14 5V3H9V1H7v2H2v2h8.2c-.2.9-.8 2.5-2.2 4c-.6-.7-1.1-1.4-1.4-2H4.3c.4 1 1.1 2.2 2.1 3.3c-.8.7-2 1.3-3.4 1.8l.7 1.9c1.8-.7 3.2-1.5 4.3-2.3c1.1.9 2.5 1.7 4.3 2.3l.7-1.9c-1.4-.5-2.6-1.2-3.5-1.8c1.9-2 2.5-4.1 2.7-5.3z"/></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 28h-3c-3.9 0-7-3.1-7-7v-4h2v4c0 2.8 2.2 5 5 5h3zm12 2h2.2l-4.6-11h-2.2l-4.6 11H21l.8-2h5.3zm-5.3-4l1.8-4.4l1.8 4.4zM28 15h-2v-4c0-2.8-2.2-5-5-5h-4V4h4c3.9 0 7 3.1 7 7zM14 5V3H9V1H7v2H2v2h8.2c-.2.9-.8 2.5-2.2 4c-.6-.7-1.1-1.4-1.4-2H4.3c.4 1 1.1 2.2 2.1 3.3c-.8.7-2 1.3-3.4 1.8l.7 1.9c1.8-.7 3.2-1.5 4.3-2.3c1.1.9 2.5 1.7 4.3 2.3l.7-1.9c-1.4-.5-2.6-1.2-3.5-1.8c1.9-2 2.5-4.1 2.7-5.3z"/></svg>
</template>

CSS

.icon-ibm-watson-language-translator {
  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%2028h-3c-3.9%200-7-3.1-7-7v-4h2v4c0%202.8%202.2%205%205%205h3zm12%202h2.2l-4.6-11h-2.2l-4.6%2011H21l.8-2h5.3zm-5.3-4l1.8-4.4l1.8%204.4zM28%2015h-2v-4c0-2.8-2.2-5-5-5h-4V4h4c3.9%200%207%203.1%207%207zM14%205V3H9V1H7v2H2v2h8.2c-.2.9-.8%202.5-2.2%204c-.6-.7-1.1-1.4-1.4-2H4.3c.4%201%201.1%202.2%202.1%203.3c-.8.7-2%201.3-3.4%201.8l.7%201.9c1.8-.7%203.2-1.5%204.3-2.3c1.1.9%202.5%201.7%204.3%202.3l.7-1.9c-1.4-.5-2.6-1.2-3.5-1.8c1.9-2%202.5-4.1%202.7-5.3z%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%2028h-3c-3.9%200-7-3.1-7-7v-4h2v4c0%202.8%202.2%205%205%205h3zm12%202h2.2l-4.6-11h-2.2l-4.6%2011H21l.8-2h5.3zm-5.3-4l1.8-4.4l1.8%204.4zM28%2015h-2v-4c0-2.8-2.2-5-5-5h-4V4h4c3.9%200%207%203.1%207%207zM14%205V3H9V1H7v2H2v2h8.2c-.2.9-.8%202.5-2.2%204c-.6-.7-1.1-1.4-1.4-2H4.3c.4%201%201.1%202.2%202.1%203.3c-.8.7-2%201.3-3.4%201.8l.7%201.9c1.8-.7%203.2-1.5%204.3-2.3c1.1.9%202.5%201.7%204.3%202.3l.7-1.9c-1.4-.5-2.6-1.2-3.5-1.8c1.9-2%202.5-4.1%202.7-5.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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