Smartspacer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Smartspacer 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/332951.svg" alt="Smartspacer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332951.svg" alt="Smartspacer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332951.svg" alt="Smartspacer icon" :width="24" :height="24" />
CSS background
.icon-smartspacer {
background-image: url('https://proicons.com/icon/332951.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;}</style></defs><path class="c" d="M18.7703,21.0946h20.9189M18.7703,32.7162h20.9189M45.5,24c0,11.8742-9.6258,21.5-21.5,21.5S2.5,35.8742,2.5,24,12.1258,2.5,24,2.5s21.5,9.6258,21.5,21.5ZM11.7973,21.0946h3.4865c.6419,0,1.1622-.5203,1.1622-1.1622v-3.4865c0-.6419-.5203-1.1622-1.1622-1.1622h-3.4865c-.6419,0-1.1622.5203-1.1622,1.1622v3.4865c0,.6419.5203,1.1622,1.1622,1.1622ZM16.4459,29.8108c0,1.6046-1.3008,2.9054-2.9054,2.9054s-2.9054-1.3008-2.9054-2.9054,1.3008-2.9054,2.9054-2.9054,2.9054,1.3008,2.9054,2.9054Z"/></svg>
Copied!