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

Name
badge
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 badge icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m23 2l1.593 3L28 5.414l-2.5 2.253L26 11l-3-1.875L20 11l.5-3.333L18 5.414L21.5 5z"/><path fill="currentColor" d="m22.717 13.249l-1.938-.498a6.994 6.994 0 1 1-5.028-8.531l.499-1.937A8.99 8.99 0 0 0 8 17.69V30l6-4l6 4V17.708a8.96 8.96 0 0 0 2.717-4.459M18 26.263l-4-2.667l-4 2.667V19.05a8.92 8.92 0 0 0 8 .006Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonBadge(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 2l1.593 3L28 5.414l-2.5 2.253L26 11l-3-1.875L20 11l.5-3.333L18 5.414L21.5 5z"/><path fill="currentColor" d="m22.717 13.249l-1.938-.498a6.994 6.994 0 1 1-5.028-8.531l.499-1.937A8.99 8.99 0 0 0 8 17.69V30l6-4l6 4V17.708a8.96 8.96 0 0 0 2.717-4.459M18 26.263l-4-2.667l-4 2.667V19.05a8.92 8.92 0 0 0 8 .006Z"/></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 2l1.593 3L28 5.414l-2.5 2.253L26 11l-3-1.875L20 11l.5-3.333L18 5.414L21.5 5z"/><path fill="currentColor" d="m22.717 13.249l-1.938-.498a6.994 6.994 0 1 1-5.028-8.531l.499-1.937A8.99 8.99 0 0 0 8 17.69V30l6-4l6 4V17.708a8.96 8.96 0 0 0 2.717-4.459M18 26.263l-4-2.667l-4 2.667V19.05a8.92 8.92 0 0 0 8 .006Z"/></svg>
</template>

CSS

.icon-badge {
  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%202l1.593%203L28%205.414l-2.5%202.253L26%2011l-3-1.875L20%2011l.5-3.333L18%205.414L21.5%205z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m22.717%2013.249l-1.938-.498a6.994%206.994%200%201%201-5.028-8.531l.499-1.937A8.99%208.99%200%200%200%208%2017.69V30l6-4l6%204V17.708a8.96%208.96%200%200%200%202.717-4.459M18%2026.263l-4-2.667l-4%202.667V19.05a8.92%208.92%200%200%200%208%20.006Z%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%202l1.593%203L28%205.414l-2.5%202.253L26%2011l-3-1.875L20%2011l.5-3.333L18%205.414L21.5%205z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m22.717%2013.249l-1.938-.498a6.994%206.994%200%201%201-5.028-8.531l.499-1.937A8.99%208.99%200%200%200%208%2017.69V30l6-4l6%204V17.708a8.96%208.96%200%200%200%202.717-4.459M18%2026.263l-4-2.667l-4%202.667V19.05a8.92%208.92%200%200%200%208%20.006Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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