hanging protocol icon

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

Name
hanging-protocol
Set
Carbon
Style
Outline
Viewbox
32×32
License
Apache 2.0

Use the hanging protocol icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M26.37 20.52L17 15.41v-1.55A4 4 0 1 0 12 10h2a2 2 0 1 1 4 .34A2.08 2.08 0 0 1 15.89 12a.89.89 0 0 0-.89.89v2.52l-9.37 5.11A3.1 3.1 0 0 0 4.25 22a2.83 2.83 0 0 0 2.56 4h18.38a2.83 2.83 0 0 0 2.56-4a3.1 3.1 0 0 0-1.38-1.48zM25.19 24H6.81a.81.81 0 0 1-.81-.81a1 1 0 0 1 .52-.88L16 17.14l9.48 5.17a1 1 0 0 1 .52.88a.81.81 0 0 1-.81.81z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function CarbonHangingProtocol(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M26.37 20.52L17 15.41v-1.55A4 4 0 1 0 12 10h2a2 2 0 1 1 4 .34A2.08 2.08 0 0 1 15.89 12a.89.89 0 0 0-.89.89v2.52l-9.37 5.11A3.1 3.1 0 0 0 4.25 22a2.83 2.83 0 0 0 2.56 4h18.38a2.83 2.83 0 0 0 2.56-4a3.1 3.1 0 0 0-1.38-1.48zM25.19 24H6.81a.81.81 0 0 1-.81-.81a1 1 0 0 1 .52-.88L16 17.14l9.48 5.17a1 1 0 0 1 .52.88a.81.81 0 0 1-.81.81z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M26.37 20.52L17 15.41v-1.55A4 4 0 1 0 12 10h2a2 2 0 1 1 4 .34A2.08 2.08 0 0 1 15.89 12a.89.89 0 0 0-.89.89v2.52l-9.37 5.11A3.1 3.1 0 0 0 4.25 22a2.83 2.83 0 0 0 2.56 4h18.38a2.83 2.83 0 0 0 2.56-4a3.1 3.1 0 0 0-1.38-1.48zM25.19 24H6.81a.81.81 0 0 1-.81-.81a1 1 0 0 1 .52-.88L16 17.14l9.48 5.17a1 1 0 0 1 .52.88a.81.81 0 0 1-.81.81z" fill="currentColor"/></svg>
</template>

CSS

.icon-hanging-protocol {
  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%22M26.37%2020.52L17%2015.41v-1.55A4%204%200%201%200%2012%2010h2a2%202%200%201%201%204%20.34A2.08%202.08%200%200%201%2015.89%2012a.89.89%200%200%200-.89.89v2.52l-9.37%205.11A3.1%203.1%200%200%200%204.25%2022a2.83%202.83%200%200%200%202.56%204h18.38a2.83%202.83%200%200%200%202.56-4a3.1%203.1%200%200%200-1.38-1.48zM25.19%2024H6.81a.81.81%200%200%201-.81-.81a1%201%200%200%201%20.52-.88L16%2017.14l9.48%205.17a1%201%200%200%201%20.52.88a.81.81%200%200%201-.81.81z%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%22M26.37%2020.52L17%2015.41v-1.55A4%204%200%201%200%2012%2010h2a2%202%200%201%201%204%20.34A2.08%202.08%200%200%201%2015.89%2012a.89.89%200%200%200-.89.89v2.52l-9.37%205.11A3.1%203.1%200%200%200%204.25%2022a2.83%202.83%200%200%200%202.56%204h18.38a2.83%202.83%200%200%200%202.56-4a3.1%203.1%200%200%200-1.38-1.48zM25.19%2024H6.81a.81.81%200%200%201-.81-.81a1%201%200%200%201%20.52-.88L16%2017.14l9.48%205.17a1%201%200%200%201%20.52.88a.81.81%200%200%201-.81.81z%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/hanging-protocol.svg?color=%231a73e8&size=48