Smart Dock Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Smart Dock 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/332913.svg" alt="Smart Dock icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332913.svg" alt="Smart Dock icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332913.svg" alt="Smart Dock icon" :width="24" :height="24" />
CSS background
.icon-smart-dock {
background-image: url('https://proicons.com/icon/332913.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="e" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="e" d="M19.30636551,27.91918616c.92412318,1.20310632,2.0829276,1.65123587,3.69509103,1.6512363l2.23113003-.00000031c2.07630956-.00000029,3.75949087-1.68318183,3.75949089-3.75949139v-.01622871c.00000001-2.07630946-1.68318136-3.75949086-3.75949082-3.75949088l-2.46111769-.00000002c-2.07854928-.00000002-3.76354638-1.68499713-3.7635464-3.76354641v-.00000754c-.00000001-2.08302877,1.68862846-3.77165723,3.77165723-3.77165721l2.21896381.00000002c1.61216344.0000005,2.77096783.44813009,3.69509097,1.65123644"/><line class="e" x1="20.5" y1="33.5" x2="27.5" y2="33.5"/></svg>
Copied!