beta from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
beta
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More organization icons from Carbon

Use the beta icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.717 13.77A5.92 5.92 0 0 0 23 9c0-3.533-2.878-6-7-6a6.627 6.627 0 0 0-7 7v21h2v-5.88a8.13 8.13 0 0 0 6 2.48a7.383 7.383 0 0 0 7.653-7.6a6.64 6.64 0 0 0-3.936-6.23M17 25.6a5.68 5.68 0 0 1-6-5.6V10a4.686 4.686 0 0 1 5-5c3.037 0 5 1.57 5 4a3.873 3.873 0 0 1-4 4v2c3.434 0 5.653 1.963 5.653 5A5.39 5.39 0 0 1 17 25.6"/></svg>

React

import type { SVGProps } from "react";

export function CarbonBeta(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="M20.717 13.77A5.92 5.92 0 0 0 23 9c0-3.533-2.878-6-7-6a6.627 6.627 0 0 0-7 7v21h2v-5.88a8.13 8.13 0 0 0 6 2.48a7.383 7.383 0 0 0 7.653-7.6a6.64 6.64 0 0 0-3.936-6.23M17 25.6a5.68 5.68 0 0 1-6-5.6V10a4.686 4.686 0 0 1 5-5c3.037 0 5 1.57 5 4a3.873 3.873 0 0 1-4 4v2c3.434 0 5.653 1.963 5.653 5A5.39 5.39 0 0 1 17 25.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.717 13.77A5.92 5.92 0 0 0 23 9c0-3.533-2.878-6-7-6a6.627 6.627 0 0 0-7 7v21h2v-5.88a8.13 8.13 0 0 0 6 2.48a7.383 7.383 0 0 0 7.653-7.6a6.64 6.64 0 0 0-3.936-6.23M17 25.6a5.68 5.68 0 0 1-6-5.6V10a4.686 4.686 0 0 1 5-5c3.037 0 5 1.57 5 4a3.873 3.873 0 0 1-4 4v2c3.434 0 5.653 1.963 5.653 5A5.39 5.39 0 0 1 17 25.6"/></svg>
</template>

CSS

.icon-beta {
  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%22M20.717%2013.77A5.92%205.92%200%200%200%2023%209c0-3.533-2.878-6-7-6a6.627%206.627%200%200%200-7%207v21h2v-5.88a8.13%208.13%200%200%200%206%202.48a7.383%207.383%200%200%200%207.653-7.6a6.64%206.64%200%200%200-3.936-6.23M17%2025.6a5.68%205.68%200%200%201-6-5.6V10a4.686%204.686%200%200%201%205-5c3.037%200%205%201.57%205%204a3.873%203.873%200%200%201-4%204v2c3.434%200%205.653%201.963%205.653%205A5.39%205.39%200%200%201%2017%2025.6%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%22M20.717%2013.77A5.92%205.92%200%200%200%2023%209c0-3.533-2.878-6-7-6a6.627%206.627%200%200%200-7%207v21h2v-5.88a8.13%208.13%200%200%200%206%202.48a7.383%207.383%200%200%200%207.653-7.6a6.64%206.64%200%200%200-3.936-6.23M17%2025.6a5.68%205.68%200%200%201-6-5.6V10a4.686%204.686%200%200%201%205-5c3.037%200%205%201.57%205%204a3.873%203.873%200%200%201-4%204v2c3.434%200%205.653%201.963%205.653%205A5.39%205.39%200%200%201%2017%2025.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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