ibm watson tone analyzer icon

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

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

More enterprise icons from Carbon

Use the ibm watson tone analyzer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.9 10c-.6-.6-1.5-1-2.4-1s-1.8.4-2.4 1l-1.4-1.4c1-1 2.4-1.6 3.8-1.6s2.9.6 3.8 1.6z"/><circle cx="24" cy="5" r="1" fill="currentColor"/><circle cx="19" cy="5" r="1" fill="currentColor"/><path fill="currentColor" d="M15 0h13c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-3.5l-1.7 3l-1.8-1l2.3-4H28V2H15v10h5v2h-5c-1.1 0-2-.9-2-2V2c0-1.1.9-2 2-2m5 19v6c0 .6-.4 1-1 1h-5v2h5c1.7 0 3-1.3 3-3v-6zm-4.6 1.4c-.8 1-2.1 1.6-3.4 1.6s-2.6-.6-3.4-1.6L7 21.6C8.2 23 10 24 12 24s3.8-.9 5-2.4z"/><circle cx="15.5" cy="17.5" r="1.5" fill="currentColor"/><circle cx="8.5" cy="17.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M10.1 26H5c-.6 0-1-.4-1-1V14c0-.6.4-1 1-1h5v-2H5c-1.7 0-3 1.3-3 3v11c0 1.7 1.3 3 3 3h4l2.3 4l1.7-1z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonIbmWatsonToneAnalyzer(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="M23.9 10c-.6-.6-1.5-1-2.4-1s-1.8.4-2.4 1l-1.4-1.4c1-1 2.4-1.6 3.8-1.6s2.9.6 3.8 1.6z"/><circle cx="24" cy="5" r="1" fill="currentColor"/><circle cx="19" cy="5" r="1" fill="currentColor"/><path fill="currentColor" d="M15 0h13c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-3.5l-1.7 3l-1.8-1l2.3-4H28V2H15v10h5v2h-5c-1.1 0-2-.9-2-2V2c0-1.1.9-2 2-2m5 19v6c0 .6-.4 1-1 1h-5v2h5c1.7 0 3-1.3 3-3v-6zm-4.6 1.4c-.8 1-2.1 1.6-3.4 1.6s-2.6-.6-3.4-1.6L7 21.6C8.2 23 10 24 12 24s3.8-.9 5-2.4z"/><circle cx="15.5" cy="17.5" r="1.5" fill="currentColor"/><circle cx="8.5" cy="17.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M10.1 26H5c-.6 0-1-.4-1-1V14c0-.6.4-1 1-1h5v-2H5c-1.7 0-3 1.3-3 3v11c0 1.7 1.3 3 3 3h4l2.3 4l1.7-1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.9 10c-.6-.6-1.5-1-2.4-1s-1.8.4-2.4 1l-1.4-1.4c1-1 2.4-1.6 3.8-1.6s2.9.6 3.8 1.6z"/><circle cx="24" cy="5" r="1" fill="currentColor"/><circle cx="19" cy="5" r="1" fill="currentColor"/><path fill="currentColor" d="M15 0h13c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-3.5l-1.7 3l-1.8-1l2.3-4H28V2H15v10h5v2h-5c-1.1 0-2-.9-2-2V2c0-1.1.9-2 2-2m5 19v6c0 .6-.4 1-1 1h-5v2h5c1.7 0 3-1.3 3-3v-6zm-4.6 1.4c-.8 1-2.1 1.6-3.4 1.6s-2.6-.6-3.4-1.6L7 21.6C8.2 23 10 24 12 24s3.8-.9 5-2.4z"/><circle cx="15.5" cy="17.5" r="1.5" fill="currentColor"/><circle cx="8.5" cy="17.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M10.1 26H5c-.6 0-1-.4-1-1V14c0-.6.4-1 1-1h5v-2H5c-1.7 0-3 1.3-3 3v11c0 1.7 1.3 3 3 3h4l2.3 4l1.7-1z"/></svg>
</template>

CSS

.icon-ibm-watson-tone-analyzer {
  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%22M23.9%2010c-.6-.6-1.5-1-2.4-1s-1.8.4-2.4%201l-1.4-1.4c1-1%202.4-1.6%203.8-1.6s2.9.6%203.8%201.6z%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%225%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%225%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%200h13c1.1%200%202%20.9%202%202v10c0%201.1-.9%202-2%202h-3.5l-1.7%203l-1.8-1l2.3-4H28V2H15v10h5v2h-5c-1.1%200-2-.9-2-2V2c0-1.1.9-2%202-2m5%2019v6c0%20.6-.4%201-1%201h-5v2h5c1.7%200%203-1.3%203-3v-6zm-4.6%201.4c-.8%201-2.1%201.6-3.4%201.6s-2.6-.6-3.4-1.6L7%2021.6C8.2%2023%2010%2024%2012%2024s3.8-.9%205-2.4z%22%2F%3E%3Ccircle%20cx%3D%2215.5%22%20cy%3D%2217.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%228.5%22%20cy%3D%2217.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.1%2026H5c-.6%200-1-.4-1-1V14c0-.6.4-1%201-1h5v-2H5c-1.7%200-3%201.3-3%203v11c0%201.7%201.3%203%203%203h4l2.3%204l1.7-1z%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%22M23.9%2010c-.6-.6-1.5-1-2.4-1s-1.8.4-2.4%201l-1.4-1.4c1-1%202.4-1.6%203.8-1.6s2.9.6%203.8%201.6z%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%225%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%225%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%200h13c1.1%200%202%20.9%202%202v10c0%201.1-.9%202-2%202h-3.5l-1.7%203l-1.8-1l2.3-4H28V2H15v10h5v2h-5c-1.1%200-2-.9-2-2V2c0-1.1.9-2%202-2m5%2019v6c0%20.6-.4%201-1%201h-5v2h5c1.7%200%203-1.3%203-3v-6zm-4.6%201.4c-.8%201-2.1%201.6-3.4%201.6s-2.6-.6-3.4-1.6L7%2021.6C8.2%2023%2010%2024%2012%2024s3.8-.9%205-2.4z%22%2F%3E%3Ccircle%20cx%3D%2215.5%22%20cy%3D%2217.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%228.5%22%20cy%3D%2217.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.1%2026H5c-.6%200-1-.4-1-1V14c0-.6.4-1%201-1h5v-2H5c-1.7%200-3%201.3-3%203v11c0%201.7%201.3%203%203%203h4l2.3%204l1.7-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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