Hanging Protocol Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Hanging Protocol icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/319335.svg" alt="Hanging Protocol icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319335.svg" alt="Hanging Protocol icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319335.svg" alt="Hanging Protocol icon" :width="24" :height="24" />
CSS background
.icon-hanging-protocol {
background-image: url('https://proicons.com/icon/319335.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><style>.cls-1{fill:#000000;}.cls-2{fill:none;}</style></defs><title>watson-health--hanging-protocol</title><path class="cls-1" d="M26.37,20.52,17,15.41V13.86A4,4,0,1,0,12,10h2a2,2,0,1,1,4,.34A2.08,2.08,0,0,1,15.89,12h0a.89.89,0,0,0-.89.89v2.52L5.63,20.52A3.1,3.1,0,0,0,4.25,22a2.83,2.83,0,0,0,2.56,4H25.19a2.83,2.83,0,0,0,2.56-4A3.1,3.1,0,0,0,26.37,20.52ZM25.19,24H6.81A.81.81,0,0,1,6,23.19a1,1,0,0,1,.52-.88L16,17.14l9.48,5.17a1,1,0,0,1,.52.88A.81.81,0,0,1,25.19,24Z"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-2" width="32" height="32"/></svg>
Copied!