Swap No Root Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Swap No Root 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/348081.svg" alt="Swap No Root icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348081.svg" alt="Swap No Root icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348081.svg" alt="Swap No Root icon" :width="24" :height="24" />
CSS background
.icon-swap-no-root {
background-image: url('https://proicons.com/icon/348081.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="11" y="10.9979" width="26" height="26" rx="3" ry="3"/><rect class="b" x="19.5" y="19.4979" width="9" height="9" rx="1" ry="1"/><line class="b" x1="29.5" y1="11" x2="29.5" y2="5.5"/><line class="b" x1="29.5" y1="42.5" x2="29.5" y2="37"/><line class="b" x1="18.5" y1="11" x2="18.5" y2="5.5"/><line class="b" x1="18.5" y1="42.5" x2="18.5" y2="37"/><line class="b" x1="37" y1="29.5" x2="42.5" y2="29.5"/><line class="b" x1="5.5" y1="29.5" x2="11" y2="29.5"/><line class="b" x1="37" y1="18.5" x2="42.5" y2="18.5"/><line class="b" x1="5.5" y1="18.5" x2="11" y2="18.5"/></svg>
Copied!