Dicom 6000 Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Dicom 6000 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/319325.svg" alt="Dicom 6000 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319325.svg" alt="Dicom 6000 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319325.svg" alt="Dicom 6000 icon" :width="24" :height="24" />
CSS background
.icon-dicom-6000 {
background-image: url('https://proicons.com/icon/319325.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--dicom--6000</title><path d="M13,11H7a3,3,0,0,0-3,3v2H6V14a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1v2h2V14A3,3,0,0,0,13,11Z"/><path d="M10,10A4,4,0,1,0,6,6,4,4,0,0,0,10,10Zm0-6A2,2,0,1,1,8,6,2,2,0,0,1,10,4Z"/><rect x="20" y="4" width="10" height="2"/><rect x="20" y="8" width="10" height="2"/><rect x="20" y="12" width="6" height="2"/><path d="M5,30H3a2,2,0,0,1-2-2V22a2,2,0,0,1,2-2H6v2H3v2H5a2,2,0,0,1,2,2v2A2,2,0,0,1,5,30ZM3,26v2H5V26Z"/><path d="M13,30H11a2,2,0,0,1-2-2V22a2,2,0,0,1,2-2h2a2,2,0,0,1,2,2v6A2,2,0,0,1,13,30Zm-2-8v6h2V22Z"/><path d="M21,30H19a2,2,0,0,1-2-2V22a2,2,0,0,1,2-2h2a2,2,0,0,1,2,2v6A2,2,0,0,1,21,30Zm-2-8v6h2V22Z"/><path d="M29,30H27a2,2,0,0,1-2-2V22a2,2,0,0,1,2-2h2a2,2,0,0,1,2,2v6A2,2,0,0,1,29,30Zm-2-8v6h2V22Z"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Copied!