3d Ica Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The 3d Ica 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/319290.svg" alt="3d Ica icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319290.svg" alt="3d Ica icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319290.svg" alt="3d Ica icon" :width="24" :height="24" />
CSS background
.icon-3d-ica {
background-image: url('https://proicons.com/icon/319290.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--iCA-3D</title><path d="M15,14H10a2,2,0,0,1-2-2V4a2,2,0,0,1,.59-1.42A3.57,3.57,0,0,1,10,2h5V4H10v8h5Z"/><rect x="4" y="6" width="2" height="8"/><rect x="4" y="2" width="2" height="2"/><path d="M27.45,19.11l-6-3a1,1,0,0,0-.9,0l-6,3A1,1,0,0,0,14,20v7a1,1,0,0,0,.55.89l6,3a1,1,0,0,0,.9,0l6-3A1,1,0,0,0,28,27V20A1,1,0,0,0,27.45,19.11Zm-6.45-1L24.76,20,21,21.88,17.24,20Zm-5,3.5,4,2v4.76l-4-2Zm6,6.76V23.62l4-2v4.76Z"/><path d="M23,2H19a2,2,0,0,0-2,2V14h2V10h4v4h2V4A2,2,0,0,0,23,2ZM19,8V4h4V8Z"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Copied!