Rtl Plus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rtl Plus icon is commonly used in add-item buttons, floating action buttons and form toolbars. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/346820.svg" alt="Rtl Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346820.svg" alt="Rtl Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346820.svg" alt="Rtl Plus icon" :width="24" :height="24" />
CSS background
.icon-rtl-plus {
background-image: url('https://proicons.com/icon/346820.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m6.6775,25.6578v-3.3156h3.8623c.6137,0,1.1111.4985,1.1111,1.1135s-.4975,1.1135-1.1111,1.1135h-3.8623"/><line class="c" x1="10.5398" y1="24.5692" x2="11.6252" y2="25.657"/><rect class="c" x="3.5" y="20.2699" width="11.3284" height="7.4602"/><rect class="c" x="14.8284" y="20.2699" width="11.3284" height="7.4602"/><rect class="c" x="26.1569" y="20.2699" width="11.3284" height="7.4602"/><polyline class="c" points="29.3344 22.2027 29.3344 25.5184 34.3078 25.5184"/><line class="c" x1="18.0059" y1="22.3422" x2="22.9794" y2="22.3422"/><line class="c" x1="20.4927" y1="25.6578" x2="20.4927" y2="22.3422"/><line class="c" x1="42.0133" y1="22.541" x2="42.0133" y2="25.8566"/><line class="c" x1="39.5265" y1="24.1988" x2="44.5" y2="24.1988"/></svg>
Copied!