Cobb Angle Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Cobb Angle 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/319318.svg" alt="Cobb Angle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319318.svg" alt="Cobb Angle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319318.svg" alt="Cobb Angle icon" :width="24" :height="24" />
CSS background
.icon-cobb-angle {
background-image: url('https://proicons.com/icon/319318.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:none;}</style></defs><title>watson-health--cobb-angle</title><path d="M20,17V15a2,2,0,0,0-2-2H10a2,2,0,0,0-2,2v2a2,2,0,0,0,2,2h8A2,2,0,0,0,20,17ZM10,15h8v2H10Z" transform="translate(0 0)"/><path d="M23.42,24.48A2,2,0,0,0,21,23.06l-7.73,2.07a2,2,0,0,0-1.42,2.44h0l.52,1.93A2,2,0,0,0,14.27,31a3,3,0,0,0,.52-.07l7.73-2.07h0a2,2,0,0,0,1.41-2.45ZM14.27,29l-.51-1.94L21.48,25,22,26.92Z" transform="translate(0 0)"/><path d="M13.24,6.86,21,8.93h0a2.24,2.24,0,0,0,.51.07,2,2,0,0,0,1.94-1.48L24,5.58a2,2,0,0,0-1.41-2.45L14.79,1.06a2,2,0,0,0-2.45,1.41h0l-.52,1.93a2,2,0,0,0,1.42,2.44Zm1-3.86L22,5.07,21.48,7,13.76,4.93Z" transform="translate(0 0)"/><rect x="14" y="21" width="2" height="2"/><rect x="14" y="9" width="2" height="2"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Copied!