ibm databand icon

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

Name
ibm-databand
Set
Carbon
Style
Outline
Category
Enterprise
Viewbox
32×32
License
Apache 2.0

More enterprise icons from Carbon

Use the ibm databand icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27.69 16.37c.84.83 1.31 1.97 1.31 3.15c0 1.19-.47 2.33-1.32 3.17c-.88.87-2.03 1.31-3.18 1.31s-2.31-.44-3.19-1.31c-.59-.59-7.76-7.72-10.76-10.7l-1.27-1.27c-.59-.61-1.46-.84-2.28-.66c-.47.11-.91.31-1.26.66c-.47.47-.73 1.1-.73 1.76s.26 1.29.73 1.76c.52.51 6.74 6.7 6.74 6.7l-1.42 1.41l-6.74-6.7C3.47 14.8 3 13.68 3 12.48s.47-2.32 1.32-3.17S6.3 8 7.5 8s2.33.47 3.18 1.31l1.27 1.27l10.76 10.7c.98.97 2.56.97 3.54 0c.47-.47.73-1.1.73-1.76s-.26-1.29-.73-1.76l-6.73-6.69l1.42-1.41l6.74 6.7zM16 2c2.21 0 4 1.79 4 4s-1.79 4-4 4s-4-1.79-4-4s1.79-4 4-4m.02 6C17.11 8 18 7.1 18 6s-.89-2-1.98-2h-.09c-1.1.03-1.96.95-1.93 2.04c.02 1.1.92 1.97 2.02 1.95zM20 26c0 2.21-1.79 4-4 4s-4-1.79-4-4s1.79-4 4-4s4 1.79 4 4m-3.98 2c1.09 0 1.98-.9 1.98-2s-.89-2-1.98-2h-.09c-1.1.03-1.96.95-1.93 2.04c.02 1.1.92 1.97 2.02 1.95z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonIbmDataband(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="M27.69 16.37c.84.83 1.31 1.97 1.31 3.15c0 1.19-.47 2.33-1.32 3.17c-.88.87-2.03 1.31-3.18 1.31s-2.31-.44-3.19-1.31c-.59-.59-7.76-7.72-10.76-10.7l-1.27-1.27c-.59-.61-1.46-.84-2.28-.66c-.47.11-.91.31-1.26.66c-.47.47-.73 1.1-.73 1.76s.26 1.29.73 1.76c.52.51 6.74 6.7 6.74 6.7l-1.42 1.41l-6.74-6.7C3.47 14.8 3 13.68 3 12.48s.47-2.32 1.32-3.17S6.3 8 7.5 8s2.33.47 3.18 1.31l1.27 1.27l10.76 10.7c.98.97 2.56.97 3.54 0c.47-.47.73-1.1.73-1.76s-.26-1.29-.73-1.76l-6.73-6.69l1.42-1.41l6.74 6.7zM16 2c2.21 0 4 1.79 4 4s-1.79 4-4 4s-4-1.79-4-4s1.79-4 4-4m.02 6C17.11 8 18 7.1 18 6s-.89-2-1.98-2h-.09c-1.1.03-1.96.95-1.93 2.04c.02 1.1.92 1.97 2.02 1.95zM20 26c0 2.21-1.79 4-4 4s-4-1.79-4-4s1.79-4 4-4s4 1.79 4 4m-3.98 2c1.09 0 1.98-.9 1.98-2s-.89-2-1.98-2h-.09c-1.1.03-1.96.95-1.93 2.04c.02 1.1.92 1.97 2.02 1.95z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27.69 16.37c.84.83 1.31 1.97 1.31 3.15c0 1.19-.47 2.33-1.32 3.17c-.88.87-2.03 1.31-3.18 1.31s-2.31-.44-3.19-1.31c-.59-.59-7.76-7.72-10.76-10.7l-1.27-1.27c-.59-.61-1.46-.84-2.28-.66c-.47.11-.91.31-1.26.66c-.47.47-.73 1.1-.73 1.76s.26 1.29.73 1.76c.52.51 6.74 6.7 6.74 6.7l-1.42 1.41l-6.74-6.7C3.47 14.8 3 13.68 3 12.48s.47-2.32 1.32-3.17S6.3 8 7.5 8s2.33.47 3.18 1.31l1.27 1.27l10.76 10.7c.98.97 2.56.97 3.54 0c.47-.47.73-1.1.73-1.76s-.26-1.29-.73-1.76l-6.73-6.69l1.42-1.41l6.74 6.7zM16 2c2.21 0 4 1.79 4 4s-1.79 4-4 4s-4-1.79-4-4s1.79-4 4-4m.02 6C17.11 8 18 7.1 18 6s-.89-2-1.98-2h-.09c-1.1.03-1.96.95-1.93 2.04c.02 1.1.92 1.97 2.02 1.95zM20 26c0 2.21-1.79 4-4 4s-4-1.79-4-4s1.79-4 4-4s4 1.79 4 4m-3.98 2c1.09 0 1.98-.9 1.98-2s-.89-2-1.98-2h-.09c-1.1.03-1.96.95-1.93 2.04c.02 1.1.92 1.97 2.02 1.95z"/></svg>
</template>

CSS

.icon-ibm-databand {
  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%22M27.69%2016.37c.84.83%201.31%201.97%201.31%203.15c0%201.19-.47%202.33-1.32%203.17c-.88.87-2.03%201.31-3.18%201.31s-2.31-.44-3.19-1.31c-.59-.59-7.76-7.72-10.76-10.7l-1.27-1.27c-.59-.61-1.46-.84-2.28-.66c-.47.11-.91.31-1.26.66c-.47.47-.73%201.1-.73%201.76s.26%201.29.73%201.76c.52.51%206.74%206.7%206.74%206.7l-1.42%201.41l-6.74-6.7C3.47%2014.8%203%2013.68%203%2012.48s.47-2.32%201.32-3.17S6.3%208%207.5%208s2.33.47%203.18%201.31l1.27%201.27l10.76%2010.7c.98.97%202.56.97%203.54%200c.47-.47.73-1.1.73-1.76s-.26-1.29-.73-1.76l-6.73-6.69l1.42-1.41l6.74%206.7zM16%202c2.21%200%204%201.79%204%204s-1.79%204-4%204s-4-1.79-4-4s1.79-4%204-4m.02%206C17.11%208%2018%207.1%2018%206s-.89-2-1.98-2h-.09c-1.1.03-1.96.95-1.93%202.04c.02%201.1.92%201.97%202.02%201.95zM20%2026c0%202.21-1.79%204-4%204s-4-1.79-4-4s1.79-4%204-4s4%201.79%204%204m-3.98%202c1.09%200%201.98-.9%201.98-2s-.89-2-1.98-2h-.09c-1.1.03-1.96.95-1.93%202.04c.02%201.1.92%201.97%202.02%201.95z%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%22M27.69%2016.37c.84.83%201.31%201.97%201.31%203.15c0%201.19-.47%202.33-1.32%203.17c-.88.87-2.03%201.31-3.18%201.31s-2.31-.44-3.19-1.31c-.59-.59-7.76-7.72-10.76-10.7l-1.27-1.27c-.59-.61-1.46-.84-2.28-.66c-.47.11-.91.31-1.26.66c-.47.47-.73%201.1-.73%201.76s.26%201.29.73%201.76c.52.51%206.74%206.7%206.74%206.7l-1.42%201.41l-6.74-6.7C3.47%2014.8%203%2013.68%203%2012.48s.47-2.32%201.32-3.17S6.3%208%207.5%208s2.33.47%203.18%201.31l1.27%201.27l10.76%2010.7c.98.97%202.56.97%203.54%200c.47-.47.73-1.1.73-1.76s-.26-1.29-.73-1.76l-6.73-6.69l1.42-1.41l6.74%206.7zM16%202c2.21%200%204%201.79%204%204s-1.79%204-4%204s-4-1.79-4-4s1.79-4%204-4m.02%206C17.11%208%2018%207.1%2018%206s-.89-2-1.98-2h-.09c-1.1.03-1.96.95-1.93%202.04c.02%201.1.92%201.97%202.02%201.95zM20%2026c0%202.21-1.79%204-4%204s-4-1.79-4-4s1.79-4%204-4s4%201.79%204%204m-3.98%202c1.09%200%201.98-.9%201.98-2s-.89-2-1.98-2h-.09c-1.1.03-1.96.95-1.93%202.04c.02%201.1.92%201.97%202.02%201.95z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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