hl7 attributes icon

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

Name
hl7-attributes
Set
Carbon
Style
Outline
Viewbox
32×32
License
Apache 2.0

Use the hl7 attributes icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M29 9h-8v4h2v-2h3.847L22 23h2.157L29 11V9z" fill="currentColor"/><path d="M14 21V9h-2v14h8v-2h-6z" fill="currentColor"/><path d="M8 9v6H4V9H2v14h2v-6h4v6h2V9H8z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function CarbonHl7Attributes(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M29 9h-8v4h2v-2h3.847L22 23h2.157L29 11V9z" fill="currentColor"/><path d="M14 21V9h-2v14h8v-2h-6z" fill="currentColor"/><path d="M8 9v6H4V9H2v14h2v-6h4v6h2V9H8z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M29 9h-8v4h2v-2h3.847L22 23h2.157L29 11V9z" fill="currentColor"/><path d="M14 21V9h-2v14h8v-2h-6z" fill="currentColor"/><path d="M8 9v6H4V9H2v14h2v-6h4v6h2V9H8z" fill="currentColor"/></svg>
</template>

CSS

.icon-hl7-attributes {
  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%20d%3D%22M29%209h-8v4h2v-2h3.847L22%2023h2.157L29%2011V9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M14%2021V9h-2v14h8v-2h-6z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M8%209v6H4V9H2v14h2v-6h4v6h2V9H8z%22%20fill%3D%22currentColor%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%20d%3D%22M29%209h-8v4h2v-2h3.847L22%2023h2.157L29%2011V9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M14%2021V9h-2v14h8v-2h-6z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M8%209v6H4V9H2v14h2v-6h4v6h2V9H8z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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