Dedicated Host Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Dedicated Host 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/319868.svg" alt="Dedicated Host icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319868.svg" alt="Dedicated Host icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319868.svg" alt="Dedicated Host icon" :width="24" :height="24" />
CSS background
.icon-dedicated-host {
background-image: url('https://proicons.com/icon/319868.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 27.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="dedicated--host_00000054266574028062424430000009270083353932267958_" d="M30,31.36H2c-0.199,0-0.36-0.161-0.36-0.36v-8 c0-0.199,0.161-0.36,0.36-0.36h28v0.721H2.36v7.279H30V31.36z M30,28.36c-0.625,0-1.153-0.425-1.312-1H6v-0.72h22.688 c0.158-0.575,0.687-1,1.312-1c0.75,0,1.36,0.61,1.36,1.36S30.75,28.36,30,28.36z M30,26.36c-0.353,0-0.64,0.287-0.64,0.64 s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S30.353,26.36,30,26.36z M30,20.36H2c-0.199,0-0.36-0.161-0.36-0.36v-8 c0-0.199,0.161-0.36,0.36-0.36h28v0.72H2.36v7.28H30V20.36z M30,17.36c-0.625,0-1.153-0.425-1.312-1H6v-0.72h22.688 c0.158-0.576,0.687-1,1.312-1c0.75,0,1.36,0.61,1.36,1.36S30.75,17.36,30,17.36z M30,15.36c-0.353,0-0.64,0.287-0.64,0.64 s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S30.353,15.36,30,15.36z M30,9.36H2C1.801,9.36,1.64,9.199,1.64,9V1 c0-0.199,0.161-0.36,0.36-0.36h28v0.72H2.36v7.28H30V9.36z M30,6.36c-0.625,0-1.153-0.424-1.312-1H6V4.64h22.688 c0.158-0.576,0.687-1,1.312-1c0.75,0,1.36,0.61,1.36,1.36S30.75,6.36,30,6.36z M30,4.36c-0.353,0-0.64,0.287-0.64,0.64 S29.647,5.64,30,5.64S30.64,5.353,30.64,5S30.353,4.36,30,4.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!